{{ .Title }}
-{{ .Description }}
- {{ if .Params.image }} -From 3b36433af4ae5f94c879580db46b8e11f56f1442 Mon Sep 17 00:00:00 2001
From: Ricky1280 <66575069+yure-r@users.noreply.github.com>
Date: Mon, 2 Aug 2021 23:05:24 -0400
Subject: [PATCH 1/3] Changed it ALL
With absolutely terrible form, I removed all of the files to the current autonomy lab website and replaced them with the ones I developed in Glitch, it's really just an index.html and nothing else.
---
.gitignore | 2 -
.gitmodules | 6 -
.glitch-assets | 47 +
LICENSE | 54 +
Makefile | 15 -
README.md | 47 +-
archetypes/default.md | 15 -
archetypes/members.md | 18 -
assets/scss/components/_image.scss | 83 -
assets/scss/layout/_footer.scss | 243 -
assets/scss/layout/_main.scss | 176 -
assets/scss/layout/_nav.scss | 89 -
assets/scss/libs/_vars.scss | 62 -
config.toml | 21 -
content/_index.md | 9 -
content/blog/1.md | 5 -
content/blog/2.md | 5 -
content/blog/2020-02-13 Intro.md | 7 -
content/blog/2020-02-13 New Test.md | 5 -
content/blog/3.md | 5 -
content/blog/4.md | 5 -
content/blog/5.md | 5 -
content/blog/_index.md | 9 -
content/curricular/_index.md | 22 -
content/members/_index.md | 8 -
content/members/alex-koldy.md | 14 -
content/members/amaan-rahman.md | 17 -
content/members/anthony-chen.md | 14 -
content/members/brandon-bunt.md | 18 -
content/members/chris-george.md | 18 -
content/members/dan-mezhiborsky.md | 18 -
content/members/daniel-tsarev.md | 18 -
content/members/david-yang.md | 14 -
content/members/gary-kim.md | 18 -
content/members/henry-son.md | 22 -
content/members/jon-lu.md | 17 -
content/members/michael-giglia.md | 18 -
content/members/minah-ali.md | 18 -
content/members/neveen-shlayan.md | 17 -
content/research/_index.md | 13 -
content/research/acs.md | 35 -
data/en/contactinfo.yaml | 9 -
data/en/intro.yaml | 5 -
data/en/post.yaml | 2 -
data/en/social.yaml | 1 -
layouts/_default/list.html | 71 -
layouts/index.html | 84 -
layouts/members/members.html | 44 -
layouts/partials/copyright.html | 4 -
layouts/partials/footer/index.html | 85 -
layouts/partials/header.html | 4 -
layouts/partials/htmlhead.html | 29 -
layouts/partials/nav.html | 64 -
layouts/partials/posts/memberslist.html | 10 -
layouts/partials/posts/singlemember.html | 21 -
layouts/shortcodes/figure.html | 36 -
package.json | 35 +
public/anime.js | 1 +
public/script.js | 634 +
public/style.css | 1022 +
public/test-buttons/BioArtLab-dalia.html | 27 +
public/test-buttons/BioArtLab.html | 1 +
public/test-buttons/CUSAP.html | 1 +
public/test-buttons/drones.html | 41 +
public/test-buttons/igvc.html | 32 +
public/test-buttons/more-info.html | 5 +
public/test-buttons/news.html | 53 +
public/test-buttons/outreach.html | 13 +
public/test-buttons/smart-cities.html | 33 +
public/three-module.js | 49482 +++++++++++++++++++++
server.js | 421 +
static/icons/location.svg | 1 -
static/icons/members.svg | 1 -
static/icons/mortar-board.svg | 1 -
static/icons/note.svg | 1 -
static/images/acs/acs1.webp | Bin 41598 -> 0 bytes
static/images/acs/acs2.webp | Bin 14798 -> 0 bytes
static/images/bg.jpg | Bin 9213464 -> 0 bytes
static/images/logo.webp | Bin 10656 -> 0 bytes
static/images/logo2.webp | Bin 4392 -> 0 bytes
static/images/members/amaan-rahman.jpg | Bin 138285 -> 0 bytes
static/images/members/henry-son.jpg | Bin 2740497 -> 0 bytes
static/images/members/jon-lu.jpg | Bin 185110 -> 0 bytes
static/images/research/cusap.webp | Bin 15796 -> 0 bytes
static/images/research/smartcities.webp | Bin 19806 -> 0 bytes
themes/massively | 1 -
views/index.html | 615 +
87 files changed, 52525 insertions(+), 1617 deletions(-)
delete mode 100644 .gitmodules
create mode 100644 .glitch-assets
create mode 100644 LICENSE
delete mode 100644 Makefile
delete mode 100644 archetypes/default.md
delete mode 100644 archetypes/members.md
delete mode 100644 assets/scss/components/_image.scss
delete mode 100644 assets/scss/layout/_footer.scss
delete mode 100644 assets/scss/layout/_main.scss
delete mode 100644 assets/scss/layout/_nav.scss
delete mode 100644 assets/scss/libs/_vars.scss
delete mode 100644 config.toml
delete mode 100644 content/_index.md
delete mode 100644 content/blog/1.md
delete mode 100644 content/blog/2.md
delete mode 100644 content/blog/2020-02-13 Intro.md
delete mode 100644 content/blog/2020-02-13 New Test.md
delete mode 100644 content/blog/3.md
delete mode 100644 content/blog/4.md
delete mode 100644 content/blog/5.md
delete mode 100644 content/blog/_index.md
delete mode 100644 content/curricular/_index.md
delete mode 100644 content/members/_index.md
delete mode 100644 content/members/alex-koldy.md
delete mode 100644 content/members/amaan-rahman.md
delete mode 100644 content/members/anthony-chen.md
delete mode 100644 content/members/brandon-bunt.md
delete mode 100644 content/members/chris-george.md
delete mode 100644 content/members/dan-mezhiborsky.md
delete mode 100644 content/members/daniel-tsarev.md
delete mode 100644 content/members/david-yang.md
delete mode 100644 content/members/gary-kim.md
delete mode 100644 content/members/henry-son.md
delete mode 100644 content/members/jon-lu.md
delete mode 100644 content/members/michael-giglia.md
delete mode 100644 content/members/minah-ali.md
delete mode 100644 content/members/neveen-shlayan.md
delete mode 100644 content/research/_index.md
delete mode 100644 content/research/acs.md
delete mode 100644 data/en/contactinfo.yaml
delete mode 100644 data/en/intro.yaml
delete mode 100644 data/en/post.yaml
delete mode 100644 data/en/social.yaml
delete mode 100644 layouts/_default/list.html
delete mode 100644 layouts/index.html
delete mode 100644 layouts/members/members.html
delete mode 100644 layouts/partials/copyright.html
delete mode 100644 layouts/partials/footer/index.html
delete mode 100644 layouts/partials/header.html
delete mode 100644 layouts/partials/htmlhead.html
delete mode 100644 layouts/partials/nav.html
delete mode 100644 layouts/partials/posts/memberslist.html
delete mode 100644 layouts/partials/posts/singlemember.html
delete mode 100644 layouts/shortcodes/figure.html
create mode 100644 package.json
create mode 100644 public/anime.js
create mode 100644 public/script.js
create mode 100644 public/style.css
create mode 100644 public/test-buttons/BioArtLab-dalia.html
create mode 100644 public/test-buttons/BioArtLab.html
create mode 100644 public/test-buttons/CUSAP.html
create mode 100644 public/test-buttons/drones.html
create mode 100644 public/test-buttons/igvc.html
create mode 100644 public/test-buttons/more-info.html
create mode 100644 public/test-buttons/news.html
create mode 100644 public/test-buttons/outreach.html
create mode 100644 public/test-buttons/smart-cities.html
create mode 100644 public/three-module.js
create mode 100644 server.js
delete mode 100644 static/icons/location.svg
delete mode 100644 static/icons/members.svg
delete mode 100644 static/icons/mortar-board.svg
delete mode 100644 static/icons/note.svg
delete mode 100644 static/images/acs/acs1.webp
delete mode 100644 static/images/acs/acs2.webp
delete mode 100644 static/images/bg.jpg
delete mode 100644 static/images/logo.webp
delete mode 100644 static/images/logo2.webp
delete mode 100755 static/images/members/amaan-rahman.jpg
delete mode 100755 static/images/members/henry-son.jpg
delete mode 100755 static/images/members/jon-lu.jpg
delete mode 100644 static/images/research/cusap.webp
delete mode 100644 static/images/research/smartcities.webp
delete mode 160000 themes/massively
create mode 100644 views/index.html
diff --git a/.gitignore b/.gitignore
index f8c79d4..e69de29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +0,0 @@
-/public
-/resources
\ No newline at end of file
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 1e802c1..0000000
--- a/.gitmodules
+++ /dev/null
@@ -1,6 +0,0 @@
-[submodule "themes/hugo-theme-massively"]
- path = themes/hugo-theme-massively
- url = https://github.com/curtistimson/hugo-theme-massively/
-[submodule "themes/massively"]
- path = themes/massively
- url = https://github.com/curtistimson/hugo-theme-massively/
diff --git a/.glitch-assets b/.glitch-assets
new file mode 100644
index 0000000..dc0207e
--- /dev/null
+++ b/.glitch-assets
@@ -0,0 +1,47 @@
+{"name":"drag-in-files.svg","date":"2016-10-22T16:17:49.954Z","url":"https://cdn.hyperdev.com/drag-in-files.svg","type":"image/svg","size":7646,"imageWidth":276,"imageHeight":276,"thumbnail":"https://cdn.hyperdev.com/drag-in-files.svg","thumbnailWidth":276,"thumbnailHeight":276,"dominantColor":"rgb(102, 153, 205)","uuid":"adSBq97hhhpFNUna"}
+{"name":"click-me.svg","date":"2016-10-23T16:17:49.954Z","url":"https://cdn.hyperdev.com/click-me.svg","type":"image/svg","size":7116,"imageWidth":276,"imageHeight":276,"thumbnail":"https://cdn.hyperdev.com/click-me.svg","thumbnailWidth":276,"thumbnailHeight":276,"dominantColor":"rgb(243, 185, 186)","uuid":"adSBq97hhhpFNUnb"}
+{"name":"paste-me.svg","date":"2016-10-24T16:17:49.954Z","url":"https://cdn.hyperdev.com/paste-me.svg","type":"image/svg","size":7242,"imageWidth":276,"imageHeight":276,"thumbnail":"https://cdn.hyperdev.com/paste-me.svg","thumbnailWidth":276,"thumbnailHeight":276,"dominantColor":"rgb(42, 179, 185)","uuid":"adSBq97hhhpFNUnc"}
+{"uuid":"adSBq97hhhpFNUna","deleted":true}
+{"uuid":"adSBq97hhhpFNUnb","deleted":true}
+{"uuid":"adSBq97hhhpFNUnc","deleted":true}
+{"name":"Logo_Color.svg","date":"2020-10-15T17:02:08.576Z","url":"https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2FLogo_Color.svg","type":"image/svg+xml","size":25537,"imageWidth":19,"imageHeight":14,"thumbnail":"https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2FLogo_Color.svg","thumbnailWidth":19,"thumbnailHeight":14,"uuid":"XPQ2UUJettC9yQ6L"}
+{"name":"HKGrotesk-Medium.otf","date":"2020-10-15T17:19:39.944Z","url":"https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2FHKGrotesk-Medium.otf","type":"","size":69888,"thumbnail":"https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2Fthumbnails%2FHKGrotesk-Medium.otf","thumbnailWidth":210,"thumbnailHeight":210,"uuid":"mSnvx5eJut7fimxB"}
+{"name":"HKGrotesk-Regular.otf","date":"2020-10-15T17:19:40.076Z","url":"https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2FHKGrotesk-Regular.otf","type":"","size":67768,"thumbnail":"https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2Fthumbnails%2FHKGrotesk-Regular.otf","thumbnailWidth":210,"thumbnailHeight":210,"uuid":"VY2dLeOvcf8ffuEw"}
+{"name":"HKGrotesk-SemiBold.otf","date":"2020-10-15T17:20:42.442Z","url":"https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2FHKGrotesk-SemiBold.otf","type":"","size":69948,"thumbnail":"https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2Fthumbnails%2FHKGrotesk-SemiBold.otf","thumbnailWidth":210,"thumbnailHeight":210,"uuid":"yEDZsSX7I7P2NlF1"}
+{"name":"HKGrotesk-Bold.otf","date":"2020-10-15T17:21:24.249Z","url":"https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2FHKGrotesk-Bold.otf","type":"","size":68144,"thumbnail":"https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2Fthumbnails%2FHKGrotesk-Bold.otf","thumbnailWidth":210,"thumbnailHeight":210,"uuid":"aHiG7zYivg7tnSDH"}
+{"name":"illustration.svg","date":"2021-04-11T21:42:24.016Z","url":"https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2Fillustration.svg","type":"image/svg+xml","size":21272,"imageWidth":658,"imageHeight":682,"thumbnail":"https://cdn.glitch.com/a9975ea6-8949-4bab-addb-8a95021dc2da%2Fthumbnails%2Fillustration.svg","thumbnailWidth":319,"thumbnailHeight":330,"uuid":"WlqPAPkJzcjf2thL"}
+{"uuid":"aHiG7zYivg7tnSDH","deleted":true}
+{"uuid":"mSnvx5eJut7fimxB","deleted":true}
+{"uuid":"yEDZsSX7I7P2NlF1","deleted":true}
+{"uuid":"VY2dLeOvcf8ffuEw","deleted":true}
+{"uuid":"XPQ2UUJettC9yQ6L","deleted":true}
+{"name":"terminal-grotesque-webfont.woff2","date":"2021-06-24T02:32:52.499Z","url":"","type":"","size":0,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Fthumbnails%2Fterminal-grotesque-webfont.woff2","thumbnailWidth":210,"thumbnailHeight":210,"uuid":"pwBQUgyDrPqayKcz"}
+{"uuid":"pwBQUgyDrPqayKcz","deleted":true}
+{"name":"terminal-grotesque-webfont.woff2","date":"2021-06-24T02:33:53.670Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Fterminal-grotesque-webfont.woff2","type":"","size":27872,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Fthumbnails%2Fterminal-grotesque-webfont.woff2","thumbnailWidth":210,"thumbnailHeight":210,"uuid":"5EDjoZoK0JI7THbA"}
+{"name":"terminal-grotesque-webfont.eot","date":"2021-06-24T02:35:53.224Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Fterminal-grotesque-webfont.eot","type":"","size":32407,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Fthumbnails%2Fterminal-grotesque-webfont.eot","thumbnailWidth":210,"thumbnailHeight":210,"uuid":"kGmSTWgMQ4fpoWoj"}
+{"name":"terminal-grotesque-webfont.svg","date":"2021-06-24T02:35:53.224Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Fterminal-grotesque-webfont.svg","type":"image/svg+xml","size":111373,"imageWidth":300,"imageHeight":150,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Fterminal-grotesque-webfont.svg","thumbnailWidth":300,"thumbnailHeight":150,"uuid":"N5RmwgszyLLEOgQm"}
+{"name":"terminal-grotesque-webfont.woff","date":"2021-06-24T02:35:53.266Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Fterminal-grotesque-webfont.woff","type":"application/font-woff","size":35360,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Fthumbnails%2Fterminal-grotesque-webfont.woff","thumbnailWidth":210,"thumbnailHeight":210,"uuid":"Y3MVN07BSDplu0kS"}
+{"uuid":"5EDjoZoK0JI7THbA","deleted":true}
+{"name":"terminal-grotesque-webfont.woff2","date":"2021-06-24T02:35:53.389Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Fterminal-grotesque-webfont.woff2","type":"","size":27872,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Fthumbnails%2Fterminal-grotesque-webfont.woff2","thumbnailWidth":210,"thumbnailHeight":210,"uuid":"W5tclXfjC2QtF38H"}
+{"name":"terminal-grotesque-webfont.ttf","date":"2021-06-24T02:36:10.559Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Fterminal-grotesque-webfont.ttf","type":"","size":82240,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Fthumbnails%2Fterminal-grotesque-webfont.ttf","thumbnailWidth":210,"thumbnailHeight":210,"uuid":"SneiTQjKknqDIgxC"}
+{"name":"a8cb0de5-8c6a-4565-860b-f58b89296a4a.image.png","date":"2021-07-18T19:46:48.904Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Fa8cb0de5-8c6a-4565-860b-f58b89296a4a.image.png","type":"image/png","size":3604554,"imageWidth":1583,"imageHeight":739,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Fthumbnails%2Fa8cb0de5-8c6a-4565-860b-f58b89296a4a.image.png","thumbnailWidth":330,"thumbnailHeight":155,"uuid":"50fS7FoT8HNrYyQL"}
+{"name":"fb1c18f8-dc1a-41de-b201-1c74f4186315.image.png","date":"2021-07-18T20:05:20.929Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffb1c18f8-dc1a-41de-b201-1c74f4186315.image.png","type":"image/png","size":5000345,"imageWidth":3011,"imageHeight":1692,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Fthumbnails%2Ffb1c18f8-dc1a-41de-b201-1c74f4186315.image.png","thumbnailWidth":330,"thumbnailHeight":186,"uuid":"lYPBgDELrTvlyL1O"}
+{"name":"Animation17.gif","date":"2021-07-19T00:13:30.712Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2FAnimation17.gif","type":"image/gif","size":11159993,"imageWidth":1341,"imageHeight":1302,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Fthumbnails%2FAnimation17.gif","thumbnailWidth":330,"thumbnailHeight":321,"uuid":"FSIFoNgZxsTmg3Tf"}
+{"name":"Animation19.gif","date":"2021-07-24T02:04:21.539Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2FAnimation19.gif","type":"image/gif","size":1930295,"imageWidth":1581,"imageHeight":1249,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Fthumbnails%2FAnimation19.gif","thumbnailWidth":330,"thumbnailHeight":261,"uuid":"7yyfCIJn2URa8Tcq"}
+{"name":"PXL_20210728_030435547.mp4","date":"2021-07-28T03:09:16.608Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2FPXL_20210728_030435547.mp4","type":"video/mp4","size":161794151,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Fthumbnails%2FPXL_20210728_030435547.mp4","thumbnailWidth":210,"thumbnailHeight":210,"uuid":"fQQIK8FzZ0D5rS04"}
+{"name":"favicon-50.svg","date":"2021-08-02T19:50:06.504Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffavicon-50.svg","type":"image/svg+xml","size":463,"imageWidth":150,"imageHeight":150,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffavicon-50.svg","thumbnailWidth":150,"thumbnailHeight":150,"uuid":"2mPHzvzlq6dtyN9N"}
+{"name":"favicon-50-50.svg","date":"2021-08-02T19:51:17.793Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffavicon-50-50.svg","type":"image/svg+xml","size":607,"imageWidth":150,"imageHeight":150,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffavicon-50-50.svg","thumbnailWidth":150,"thumbnailHeight":150,"uuid":"icMkghp2s41iE8tF"}
+{"name":"favicon-52.svg","date":"2021-08-02T19:55:15.152Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffavicon-52.svg","type":"image/svg+xml","size":765,"imageWidth":150,"imageHeight":150,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffavicon-52.svg","thumbnailWidth":150,"thumbnailHeight":150,"uuid":"4YMXTzmlDy5aenda"}
+{"name":"favicon-53.svg","date":"2021-08-02T20:00:22.793Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffavicon-53.svg","type":"image/svg+xml","size":823,"imageWidth":150,"imageHeight":150,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffavicon-53.svg","thumbnailWidth":150,"thumbnailHeight":150,"uuid":"hrJ2If8F1TuAAaxx"}
+{"name":"favicon-54.svg","date":"2021-08-02T20:08:12.043Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffavicon-54.svg","type":"image/svg+xml","size":838,"imageWidth":150,"imageHeight":150,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffavicon-54.svg","thumbnailWidth":150,"thumbnailHeight":150,"uuid":"lLb9VlQCMqf74QBP"}
+{"name":"favicon-55.svg","date":"2021-08-02T20:12:27.309Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffavicon-55.svg","type":"image/svg+xml","size":831,"imageWidth":150,"imageHeight":150,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffavicon-55.svg","thumbnailWidth":150,"thumbnailHeight":150,"uuid":"WORFHhuCmDCihSAG"}
+{"name":"favicon-56.svg","date":"2021-08-02T20:16:54.604Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffavicon-56.svg","type":"image/svg+xml","size":829,"imageWidth":150,"imageHeight":150,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffavicon-56.svg","thumbnailWidth":150,"thumbnailHeight":150,"uuid":"JNLUs8LOHKtYwEnP"}
+{"name":"favicon-57.svg","date":"2021-08-02T20:26:41.575Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffavicon-57.svg","type":"image/svg+xml","size":805,"imageWidth":150,"imageHeight":150,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffavicon-57.svg","thumbnailWidth":150,"thumbnailHeight":150,"uuid":"rDoAhQ0SNTJQTWTY"}
+{"name":"favicon-58.svg","date":"2021-08-02T20:29:36.134Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffavicon-58.svg","type":"image/svg+xml","size":801,"imageWidth":150,"imageHeight":150,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffavicon-58.svg","thumbnailWidth":150,"thumbnailHeight":150,"uuid":"354g9sV1kBxG7Hdz"}
+{"name":"favicon-59.svg","date":"2021-08-02T20:37:08.866Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffavicon-59.svg","type":"image/svg+xml","size":813,"imageWidth":150,"imageHeight":150,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffavicon-59.svg","thumbnailWidth":150,"thumbnailHeight":150,"uuid":"Hf5e78lVFWb0iAZR"}
+{"name":"faviconcolors-60.svg","date":"2021-08-02T21:08:39.610Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffaviconcolors-60.svg","type":"image/svg+xml","size":621,"imageWidth":150,"imageHeight":150,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffaviconcolors-60.svg","thumbnailWidth":150,"thumbnailHeight":150,"uuid":"vZYX2g1N0j86TE5q"}
+{"name":"faviconcolors-62.svg","date":"2021-08-02T21:08:39.610Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffaviconcolors-62.svg","type":"image/svg+xml","size":605,"imageWidth":150,"imageHeight":150,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffaviconcolors-62.svg","thumbnailWidth":150,"thumbnailHeight":150,"uuid":"Dv9DZiXKr8Wkxzok"}
+{"name":"faviconcolors-61.svg","date":"2021-08-02T21:08:39.610Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffaviconcolors-61.svg","type":"image/svg+xml","size":621,"imageWidth":150,"imageHeight":150,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffaviconcolors-61.svg","thumbnailWidth":150,"thumbnailHeight":150,"uuid":"2uIwTAi64wsAEe0S"}
+{"name":"faviconcolors-63.svg","date":"2021-08-02T21:08:39.610Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffaviconcolors-63.svg","type":"image/svg+xml","size":607,"imageWidth":150,"imageHeight":150,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Ffaviconcolors-63.svg","thumbnailWidth":150,"thumbnailHeight":150,"uuid":"tSGFQXHfdLiqibm0"}
+{"name":"dark-theme-favicon-64.svg","date":"2021-08-02T21:23:01.239Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Fdark-theme-favicon-64.svg","type":"image/svg+xml","size":487,"imageWidth":150,"imageHeight":150,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Fdark-theme-favicon-64.svg","thumbnailWidth":150,"thumbnailHeight":150,"uuid":"rQd4MXijWNREe9Vi"}
+{"name":"light-theme-favicon-59.svg","date":"2021-08-02T21:23:01.239Z","url":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Flight-theme-favicon-59.svg","type":"image/svg+xml","size":379,"imageWidth":150,"imageHeight":150,"thumbnail":"https://cdn.glitch.com/5f97e950-5a7a-4477-b953-b147a9bfa2c6%2Flight-theme-favicon-59.svg","thumbnailWidth":150,"thumbnailHeight":150,"uuid":"ELOawxJG8ECBOVCq"}
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..b2b4c42
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,54 @@
+The LICENSE file for any project gives credit to the creator/author of the
+project, copyright information for the project, and the legal terms under
+which it's being shared. In other words, this is us using an MIT license to
+say "we wrote this and you can do whatever you want with it."
+
+******************************************************************************
+~glitch-hello-website
+******************************************************************************
+MIT License
+
+Copyright (c) 2021, Glitch, Inc.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
+
+
+
+
+******************************************************************************
+
+THIRD-PARTY SOFTWARE
+This is all the software we used to build this starter project. All of these
+licenses are compatible with the license above. We've included links so you
+can learn more if you want.
+
+1. HK Grotesk: The font we're using.
+
+
+******************************************************************************
+1. HK Grotesk
+URL: https://hanken.co/products/hk-grotesk
+******************************************************************************
+HK Grotesk was designed by Hanken Design Co. It is shared using a SIL OFL
+license. Full license text can be found at:
+
+https://hanken.co/pages/web-fonts-eula
+******************************************************************************
+END, HK Grotesk
+******************************************************************************
\ No newline at end of file
diff --git a/Makefile b/Makefile
deleted file mode 100644
index b594794..0000000
--- a/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-HUGO := hugo
-
-.PHONY: dep build serve
-
-dep:
- git submodule update --init --recursive
-
-update-dep:
- git submodule update --init --recursive --remote
-
-build: content layouts static data assets config.toml
- $(HUGO) ${extra_args}
-
-serve:
- $(HUGO) serve ${extra_args}
diff --git a/README.md b/README.md
index f577fe7..28d18ad 100644
--- a/README.md
+++ b/README.md
@@ -1,48 +1,17 @@
-# Autonomy Lab Website 
+# The Autonomy Lab Website
-Visit us at [autonomylab.nyc](https://autonomylab.nyc).
+## What's in this project?
-Built with [Hugo](https://gohugo.io).
+← `README.md`: That's this file, where you can tell people what your cool website does and how you built it.
-# Building
+← `index.html`:
-Clone the repo locally and make your changes. To build:
+← `style.css`:
-Make sure you've pulled the dependencies:
-```bash
-make dep
-```
-Build and serve:
-```bash
-make build
-make serve
-```
-
-
-## Common Tasks
-
-### Add a new member
-
-```bash
-hugo new members/member-name.md
-```
+← `script.js`:
-### New news post
+```html
-```bash
-hugo new blog/blog-post-name.md
```
-### Images
-
-Images should be added in the `static/` directory.
-
-## Deployment
-
-The `Deploy` GitHub action will be triggered upon push. If the build is successful and you are on main, the changes will be deployed to production automatically. On other branches, the build will run but won't be deployed.
-
-## Maintenance
-
-Please open an issue or PR if something needs to be addressed. PRs must be reviewed by at least one person before being eligible for merging if you're not an admin. Pushing or merging to the main branch triggers Actions to update the live production site!
-
-Initial website built by [@gary-kim](https://github.com/gary-kim/).
+
diff --git a/archetypes/default.md b/archetypes/default.md
deleted file mode 100644
index 651c585..0000000
--- a/archetypes/default.md
+++ /dev/null
@@ -1,15 +0,0 @@
----
-title: "{{ replace .Name "-" " " | title }}"
-date: {{ .Date }}
-description: ""
-draft: false
-
-#menu:
-# main:
-# weight: 100
-
-# Only relevant for _index.md files
-#show: true
-#list: true
----
-
diff --git a/archetypes/members.md b/archetypes/members.md
deleted file mode 100644
index 93cb916..0000000
--- a/archetypes/members.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: "{{ replace .Name "-" " " | title }}"
-description: ""
-draft: false
-
-#menu:
-# main:
-# weight: 100
-
-
-# To make this member show up on the front page, set this to true
-featured: false
-
-# Only relevant for _index.md files
-#show: true
-#list: true
----
-
diff --git a/assets/scss/components/_image.scss b/assets/scss/components/_image.scss
deleted file mode 100644
index de52fbc..0000000
--- a/assets/scss/components/_image.scss
+++ /dev/null
@@ -1,83 +0,0 @@
-///
-/// Massively by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Image */
-
- .image {
- border: 0;
- border-radius: _size(border-radius);
- display: inline-block;
- position: relative;
-
- img {
- border-radius: _size(border-radius);
- display: block;
- }
-
- &.left,
- &.right {
- max-width: 40%;
-
- img {
- width: 100%;
- }
- }
-
- &.left {
- float: left;
- margin: 0 2rem 2rem 0;
- top: 0.75rem;
- }
-
- &.right {
- float: right;
- margin: 0 0 2rem 2rem;
- top: 0.75rem;
- }
-
- &.fit {
- display: block;
- margin: (_size(element-margin) * 1.25) 0;
- width: 100%;
-
- &:first-child {
- margin-top: 0;
- }
-
- img {
- width: 100%;
- }
- }
-
- &.main {
- display: block;
- margin: (_size(element-margin) * 2) 0;
- width: 100%;
-
- &:first-child {
- margin-top: 0;
- }
-
- img {
- max-height: 200px;
- margin: auto;
- }
- }
-
- @include breakpoint('<=small') {
- &.fit {
- margin: _size(element-margin) 0;
- }
-
- &.main {
- margin: _size(element-margin) 0;
- }
- }
- }
-
- a.image {
- overflow: hidden;
- }
\ No newline at end of file
diff --git a/assets/scss/layout/_footer.scss b/assets/scss/layout/_footer.scss
deleted file mode 100644
index b0b55eb..0000000
--- a/assets/scss/layout/_footer.scss
+++ /dev/null
@@ -1,243 +0,0 @@
-///
-/// Massively by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Footer */
-
- #footer {
- @include color(alt);
- @include vendor('display', 'flex');
- background-color: _palette(alt, bg);
- color: _palette(fg-light);
- cursor: default;
- position: relative;
- margin: 0 auto;
- width: calc(100% - #{_size(padding) * 2});
- max-width: _size(wrapper);
- z-index: 2;
-
- > section {
- @include vendor('flex-basis', '50%');
- @include vendor('flex-grow', '1');
- @include vendor('flex-shrink', '1');
- @include padding((_size(padding) * 2), (_size(padding) * 2));
- border-left: solid 2px _palette(alt, border);
-
- &:first-child {
- border-left: 0;
- }
-
- &.split {
- @include vendor('display', 'flex');
- @include vendor('flex-direction', 'column');
- padding: 0;
-
- > section {
- @include padding((_size(padding) * 2) - 1, (_size(padding) * 2));
- border-top: solid 2px _palette(alt, border);
-
- &:first-child {
- @include padding((_size(padding) * 2) - 1, (_size(padding) * 2), (_size(padding), 0, 0, 0));
- border-top: 0;
- }
-
- &:last-child {
- @include padding((_size(padding) * 2) - 1, (_size(padding) * 2), (0, 0, _size(padding), 0));
- }
- }
-
- &.contact {
- > section {
- @include vendor('display', 'flex');
- @include vendor('align-items', 'center');
- padding: (_size(padding) * 1.575) (_size(padding) * 2);
-
- > * {
- margin-bottom: 0;
- }
-
- > :first-child {
- @include vendor('flex-shrink', '0');
- @include vendor('flex-grow', '0');
- width: 6rem;
- }
-
- > :last-child {
- @include vendor('flex-shrink', '1');
- @include vendor('flex-grow', '1');
- }
-
- &:first-child {
- padding: (_size(padding) * 2) (_size(padding) * 2) ((_size(padding) * 2) - 1) (_size(padding) * 2);
- }
-
- &:last-child {
- padding: ((_size(padding) * 2) - 1) (_size(padding) * 2) (_size(padding) * 2) (_size(padding) * 2);
- }
-
- &.alt {
- @include vendor('align-items', 'flex-start');
-
- > :last-child {
- margin-top: -0.325rem;
- }
- }
- }
- }
- }
- }
-
- form label,
- h3,
- p {
- font-size: 0.8rem;
- }
-
- @include breakpoint('<=medium') {
- display: block;
-
- > section {
- border-top: solid 2px _palette(alt, border);
-
- &:first-child {
- border-top: 0;
- }
-
- &.split {
- > section {
- @include padding((_size(padding) * 2), (_size(padding) * 2));
-
- &:first-child {
- @include padding((_size(padding) * 2), (_size(padding) * 2));
- }
-
- &:last-child {
- @include padding((_size(padding) * 2), (_size(padding) * 2));
- }
- }
-
- &.contact {
- > section {
- padding: (_size(padding) * 2);
-
- &:first-child {
- padding: (_size(padding) * 2);
- }
-
- &:last-child {
- padding: (_size(padding) * 2);
- }
- }
- }
- }
- }
-
- form label,
- h3,
- p {
- font-size: 0.9rem;
- }
- }
-
- @include breakpoint('<=small') {
- > section {
- @include padding((_size(padding) * 1), (_size(padding) * 1));
-
- &.split {
- > section {
- @include padding((_size(padding) * 1), (_size(padding) * 1));
-
- &:first-child {
- @include padding((_size(padding) * 1), (_size(padding) * 1));
- }
-
- &:last-child {
- @include padding((_size(padding) * 1), (_size(padding) * 1));
- }
- }
-
- &.contact {
- > section {
- padding: (_size(padding) * 1);
-
- &:first-child {
- padding: (_size(padding) * 1);
- }
-
- &:last-child {
- padding: (_size(padding) * 1);
- }
- }
- }
- }
- }
- }
-
- @include breakpoint('<=xsmall') {
- width: 100%;
- }
- }
-
- #copyright {
- @include color-typography(invert);
- position: relative;
- color: transparentize(_palette(invert, fg), 0.25);
- cursor: default;
- font-family: _font(family-heading);
- font-size: 0.8rem;
- font-weight: _font(weight-heading);
- letter-spacing: 0.075em;
- line-height: 1.5;
- text-align: center;
- text-transform: uppercase;
- margin: (_size(padding) * 2) auto (_size(padding) * 4) auto;
- width: calc(100% - #{_size(padding) * 2});
- max-width: _size(wrapper);
- z-index: 2;
-
- a {
- color: inherit;
- border-bottom-color: inherit;
- }
-
- ul {
- list-style: none;
- margin: 0;
- padding-left: 0;
-
- li {
- border-left: solid 2px;
- display: inline-block;
- line-height: 1;
- margin-left: 1rem;
- padding-left: 1rem;
-
- &:first-child {
- border-left: 0;
- margin-left: 0;
- padding-left: 0;
- }
- }
- }
-
- @include breakpoint('<=large') {
- margin: (_size(padding) * 2) auto;
- }
-
- @include breakpoint('<=xsmall') {
- ul {
- li {
- border-left: 0;
- margin: 1rem 0 0 0;
- padding-left: 0;
- display: block;
-
- &:first-child {
- margin-top: 0;
- }
- }
- }
- }
- }
\ No newline at end of file
diff --git a/assets/scss/layout/_main.scss b/assets/scss/layout/_main.scss
deleted file mode 100644
index 4bdb006..0000000
--- a/assets/scss/layout/_main.scss
+++ /dev/null
@@ -1,176 +0,0 @@
-///
-/// Massively by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Main */
-
- #main {
- background-color: _palette(bg);
- position: relative;
- margin: 0 auto;
- width: calc(100% - #{_size(padding) * 2});
- max-width: _size(wrapper);
- z-index: 2;
- opacity: 0.95;
-
- > * {
- @include padding((_size(padding) * 2), (_size(padding) * 2));
- border-top: solid 2px _palette(border);
- margin: 0;
-
- &:first-child {
- border-top: 0;
- }
- }
-
- > footer {
- text-align: center;
- }
-
- > .post {
- @include padding((_size(padding) * 4), (_size(padding) * 4));
-
- header {
- &.major {
- > .date {
- margin-top: -2rem;
- }
-
- > h1, h2 {
- font-size: 4rem;
- line-height: 1.1;
- margin: 0 0 _size(element-margin) 0;
- }
- }
- }
-
- &.featured {
- text-align: center;
- }
-
- @include breakpoint('<=large') {
- @include padding((_size(padding) * 3), (_size(padding) * 2));
- }
-
- @include breakpoint('<=small') {
- @include padding((_size(padding) * 2), (_size(padding) * 1));
-
- header {
- &.major {
- > .date {
- margin-top: -1rem;
- margin-bottom: _size(element-margin);
- }
-
- > h1, h2 {
- font-size: 2.5rem;
- line-height: 1.2;
- margin: 0 0 (_size(element-margin) * 0.75) 0;
- }
- }
- }
- }
- }
-
- article.index-article {
- * {
- text-align: center;
- }
- }
-
- > .posts {
- @include fixed-grid((
- columns: 2,
- gutters: (_size(padding) * 4),
- horizontal-align: center,
- vertical-align: flex-start,
- flush: false
- ));
-
- &.members {
- @include fixed-grid((
- columns: 4,
- gutters: (_size(padding) * 4),
- horizontal-align: center,
- vertical-align: flex-start,
- flush: false
- ));
- }
-
- width: 100%;
- padding: 0;
-
- > article {
- border-color: _palette(border);
- border-left-width: 2px;
- border-style: solid;
- border-top-width: 2px;
- text-align: center;
-
- > :last-child {
- margin-bottom: 0;
- }
-
- &:nth-child(2n - 1) {
- border-left-width: 0;
- }
-
- &:nth-child(-n + 2) {
- border-top-width: 0;
- }
- }
-
- @include breakpoint('<=medium') {
- @include fixed-grid-resize((
- columns: 2,
- gutters: (_size(padding) * 2.5),
- flush: false
- ));
- }
-
- @include breakpoint('<=small') {
- @include fixed-grid-resize((
- columns: 1,
- gutters: (_size(padding) * 2),
- prev-columns: 2,
- flush: false
- ));
-
- > article {
- &:nth-child(2n - 1) {
- border-left-width: 2px;
- }
-
- &:nth-child(-n + 2) {
- border-top-width: 2px;
- }
-
- &:nth-child(n) {
- border-left-width: 0;
- }
-
- &:nth-child(-n + 1) {
- border-top-width: 0;
- }
-
- .image {
- max-width: 25rem;
- margin-left: auto;
- margin-right: auto;
- }
- }
- }
- }
-
- @include breakpoint('<=small') {
- > * {
- @include padding((_size(padding) * 1), (_size(padding) * 1));
- }
- }
-
- @include breakpoint('<=xsmall') {
- width: 100%;
- }
- }
\ No newline at end of file
diff --git a/assets/scss/layout/_nav.scss b/assets/scss/layout/_nav.scss
deleted file mode 100644
index a4d2993..0000000
--- a/assets/scss/layout/_nav.scss
+++ /dev/null
@@ -1,89 +0,0 @@
-///
-/// Massively by HTML5 UP
-/// html5up.net | @ajlkn
-/// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-///
-
-/* Nav */
-
- #nav {
- @include color-list(invert);
- @include color-typography(invert);
- @include vendor('display', 'flex');
- @include vendor('transition', (
- 'transform 1s ease',
- 'opacity 1s ease'
- ));
- background: rgba(255,255,255,0.175);
- height: 4rem;
- line-height: 4rem;
- margin: -4rem auto 0 auto;
- overflow: hidden;
- padding: 0 2rem 0 0;
- position: relative;
- width: calc(100% - #{_size(padding) * 2});
- max-width: _size(wrapper);
- z-index: 2;
-
- ul {
- &.links {
- @include vendor('display', 'flex');
- @include vendor('flex-grow', '1');
- @include vendor('flex-shrink', '1');
- font-family: _font(family-heading);
- font-weight: _font(weight-heading);
- letter-spacing: 0.075em;
- list-style: none;
- margin-bottom: 0;
- padding-left: 0;
- text-transform: uppercase;
-
- .icon {
- padding-right: 0.5em;
- }
-
- li {
- display: block;
- padding-left: 0;
-
- a {
- @include vendor('transition', (
- 'background-color #{_duration(transition)} ease-in-out',
- 'color #{_duration(transition)} ease-in-out'
- ));
- display: block;
- font-size: 0.8rem;
- outline: none;
- padding: 0 2rem;
-
- &:hover {
- color: inherit !important;
- background-color: transparentize(_palette(invert, fg), 0.9);
- }
- }
-
- &.active {
- background-color: _palette(invert, fg);
-
- a {
- color: _palette(invert, bg);
-
- &:hover {
- color: _palette(invert, accent) !important;
- }
- }
- }
- }
- }
-
- &.icons {
- @include vendor('flex-grow', '0');
- @include vendor('flex-shrink', '0');
- margin-bottom: 0;
- }
- }
-
- @include breakpoint('<=medium') {
- display: none;
- }
- }
\ No newline at end of file
diff --git a/assets/scss/libs/_vars.scss b/assets/scss/libs/_vars.scss
deleted file mode 100644
index 56fa1ca..0000000
--- a/assets/scss/libs/_vars.scss
+++ /dev/null
@@ -1,62 +0,0 @@
-// Misc.
- $misc: (
- z-index-base: 10000
- );
-
-// Duration.
- $duration: (
- menu: 0.5s,
- transition: 0.2s
- );
-
-// Size.
- $size: (
- element-height: 3rem,
- element-margin: 2rem,
- padding: 2rem,
- wrapper: 72rem
- );
-
-// Font.
- $font: (
- family: ('Merriweather', Georgia, serif),
- family-heading: ('Source Sans Pro', Helvetica, sans-serif),
- family-fixed: ('Courier New', monospace),
- weight: 300,
- weight-bold: 600,
- weight-heading: 900
- );
-
-// Palette.
- $palette: (
- wrapper-bg: #212931,
-
- bg: #f9fafc,
- fg: #212931,
- fg-bold: #212931,
- fg-light: mix(#212931, #ffffff, 50%),
- border: mix(#dcdcdc, #ffffff, 50%),
- border-bg: rgba(#dcdcdc, 0.25),
- accent: #18bfef,
-
- alt: (
- bg: #f5f5f5,
- fg: #717981,
- fg-bold: #717981,
- fg-light: mix(#717981, #f5f5f5, 50%),
- border: mix(#dcdcdc, #f5f5f5, 75%),
- border-bg: rgba(#dcdcdc, 0.5),
- accent: #18bfef,
- ),
-
- invert: (
- bg: #1e252d,
- bg-alt: #1e252d,
- fg: #ffffff,
- fg-bold: #ffffff,
- fg-light: rgba(#ffffff, 0.5),
- border: #ffffff,
- border-bg: rgba(#ffffff,0.075),
- accent: #18bfef,
- ),
- );
\ No newline at end of file
diff --git a/config.toml b/config.toml
deleted file mode 100644
index 3213b04..0000000
--- a/config.toml
+++ /dev/null
@@ -1,21 +0,0 @@
-baseURL = "https://autonomylab.nyc"
-languageCode = "en-us"
-title = "Autonomy Lab"
-theme = "massively"
-
-disableKinds = ["taxonomy", "taxonomyTerm"]
-canonifyurls = true
-
-copyright="All work is done with consideration of its effects on the environment.
Autonomy Lab, 2021."
-
-[languages]
-[languages.en]
- languageName = "English"
-
-[params]
-[params.posts]
-featuredpost = false
-foldername = "blog"
-
-[markup.goldmark.renderer]
-unsafe = true
diff --git a/content/_index.md b/content/_index.md
deleted file mode 100644
index 5f3f136..0000000
--- a/content/_index.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-title: "Home"
-menus:
- main:
- name: 'Home'
- weight: 1
----
-
-## Design and Innovation for Smart Cities
diff --git a/content/blog/1.md b/content/blog/1.md
deleted file mode 100644
index 0c175f3..0000000
--- a/content/blog/1.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: "1"
-date: 2021-02-17T14:20:10-05:00
----
-
diff --git a/content/blog/2.md b/content/blog/2.md
deleted file mode 100644
index 30fbc58..0000000
--- a/content/blog/2.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: "2"
-date: 2021-02-17T14:20:11-05:00
----
-
diff --git a/content/blog/2020-02-13 Intro.md b/content/blog/2020-02-13 Intro.md
deleted file mode 100644
index cb552d3..0000000
--- a/content/blog/2020-02-13 Intro.md
+++ /dev/null
@@ -1,7 +0,0 @@
----
-title: "Intro"
-date: 2021-02-18T00:06:08-05:00
----
-
-
-Hello and welcome to this new website for Autonomy Lab!
diff --git a/content/blog/2020-02-13 New Test.md b/content/blog/2020-02-13 New Test.md
deleted file mode 100644
index 4d1989b..0000000
--- a/content/blog/2020-02-13 New Test.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: "New Test"
-date: 2021-02-13T00:10:00-05:00
----
-
diff --git a/content/blog/3.md b/content/blog/3.md
deleted file mode 100644
index ff2a7d3..0000000
--- a/content/blog/3.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: "3"
-date: 2021-02-17T14:20:12-05:00
----
-
diff --git a/content/blog/4.md b/content/blog/4.md
deleted file mode 100644
index 6b1e212..0000000
--- a/content/blog/4.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: "4"
-date: 2021-02-17T14:20:13-05:00
----
-
diff --git a/content/blog/5.md b/content/blog/5.md
deleted file mode 100644
index 3e37b51..0000000
--- a/content/blog/5.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-title: "5"
-date: 2021-02-17T14:20:14-05:00
----
-
diff --git a/content/blog/_index.md b/content/blog/_index.md
deleted file mode 100644
index 556aa9d..0000000
--- a/content/blog/_index.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-title: "News"
-show: false
-menu:
- main:
- name: 'News'
- weight: 15
----
-
diff --git a/content/curricular/_index.md b/content/curricular/_index.md
deleted file mode 100644
index dfdf486..0000000
--- a/content/curricular/_index.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: "Curricular Initiatives"
-list: false
-menu:
- main:
- name: 'Curricular Initiatives'
- weight: 30
----
-
-## Courses
-
-### 2020 Spring
-
-ECE 491 - Smart Cities
-
-### 2020 Fall
-
-EID 101A - Smart Cities
-
-## VIP Program
-
-[Read more about the Vertically Integrated Projects here](https://cooper.edu/academics/vertically-integrated-projects)
diff --git a/content/members/_index.md b/content/members/_index.md
deleted file mode 100644
index c3941a6..0000000
--- a/content/members/_index.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: "Members"
-menus:
- main:
- name: 'Members'
- weight: 20
----
-
diff --git a/content/members/alex-koldy.md b/content/members/alex-koldy.md
deleted file mode 100644
index 7077078..0000000
--- a/content/members/alex-koldy.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "Alex Koldy"
-description: "IGVC Hardware Co-Lead | ME '22"
-draft: false
-
-#menu:
-# main:
-# weight: 100
-
-# Only relevant for _index.md files
-#show: true
-#list: true
----
-
diff --git a/content/members/amaan-rahman.md b/content/members/amaan-rahman.md
deleted file mode 100644
index c735209..0000000
--- a/content/members/amaan-rahman.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: "Amaan Rahman"
-description: "Controls Team | EE '23"
-draft: false
-
-#menu:
-# main:
-# weight: 100
-
-# Only relevant for _index.md files
-#show: true
-#list: true
-
-image: "/images/members/amaan-rahman.jpg"
----
-
-I research convolution neural networks for solving pose estimation problems with low-cost systems; I apply my research in virtual reality, computer animation, and exoskeleton performance analysis. I enjoy programming, playing video games, riding my bike, playing cricket and basketball, and not sleeping when I get the chance.
\ No newline at end of file
diff --git a/content/members/anthony-chen.md b/content/members/anthony-chen.md
deleted file mode 100644
index d74f687..0000000
--- a/content/members/anthony-chen.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "Anthony Chen"
-description: "IGVC Hardware Co-Lead | ME '22"
-draft: false
-
-#menu:
-# main:
-# weight: 100
-
-# Only relevant for _index.md files
-#show: true
-#list: true
----
-
diff --git a/content/members/brandon-bunt.md b/content/members/brandon-bunt.md
deleted file mode 100644
index dfc2138..0000000
--- a/content/members/brandon-bunt.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: "Brandon Bunt"
-description: "CUSAP Member | BSE '22"
-draft: false
-
-#menu:
-# main:
-# weight: 100
-
-
-# To make this member show up on the front page, set this to true
-featured: false
-
-# Only relevant for _index.md files
-#show: true
-#list: true
----
-
diff --git a/content/members/chris-george.md b/content/members/chris-george.md
deleted file mode 100644
index af5a062..0000000
--- a/content/members/chris-george.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: "Chris George"
-description: "CUSAP Member | ChemE '23"
-draft: false
-
-#menu:
-# main:
-# weight: 100
-
-
-# To make this member show up on the front page, set this to true
-featured: false
-
-# Only relevant for _index.md files
-#show: true
-#list: true
----
-
diff --git a/content/members/dan-mezhiborsky.md b/content/members/dan-mezhiborsky.md
deleted file mode 100644
index 8191d20..0000000
--- a/content/members/dan-mezhiborsky.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: "Dan Mezhiborsky"
-description: "IGVC Team Captain | EE '23"
-draft: false
-
-#menu:
-# main:
-# weight: 100
-
-
-# To make this member show up on the front page, set this to true
-featured: true
-
-# Only relevant for _index.md files
-#show: true
-#list: true
----
-
diff --git a/content/members/daniel-tsarev.md b/content/members/daniel-tsarev.md
deleted file mode 100644
index 94fc423..0000000
--- a/content/members/daniel-tsarev.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: "Daniel Tsarev"
-description: "Controls Team | EE '23"
-draft: false
-
-#menu:
-# main:
-# weight: 100
-
-
-# To make this member show up on the front page, set this to true
-featured: false
-
-# Only relevant for _index.md files
-#show: true
-#list: true
----
-
diff --git a/content/members/david-yang.md b/content/members/david-yang.md
deleted file mode 100644
index 6f5ecf9..0000000
--- a/content/members/david-yang.md
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: "David Yang"
-description: "IGVC Electronics Hardware Lead | EE '23"
-draft: false
-
-#menu:
-# main:
-# weight: 100
-
-# Only relevant for _index.md files
-#show: true
-#list: true
----
-
diff --git a/content/members/gary-kim.md b/content/members/gary-kim.md
deleted file mode 100644
index 2c21abf..0000000
--- a/content/members/gary-kim.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: "Gary Kim"
-description: "IGVC Member | ME '23"
-draft: false
-
-#menu:
-# main:
-# weight: 100
-
-
-# To make this member show up on the front page, set this to true
-featured: false
-
-# Only relevant for _index.md files
-#show: true
-#list: true
----
-
diff --git a/content/members/henry-son.md b/content/members/henry-son.md
deleted file mode 100644
index a2923ea..0000000
--- a/content/members/henry-son.md
+++ /dev/null
@@ -1,22 +0,0 @@
----
-title: "Henry Son"
-description: "IGVC Technical Team Lead | EE '22"
-draft: false
-
-image: "/images/members/henry-son.jpg"
-
-#menu:
-# main:
-# weight: 100
-
-# To make this member show up on the front page, set this to true
-featured: false
-
-# Only relevant for _index.md files
-#show: true
-#list: true
-
----
-
-I am the Technical Team Lead for Cooper IGVC, working across different sub-teams including lane/object detection and SLAM.
-When I'm not contemplating about life after my code just broke, you can usually find me either out on the volleyball court, or on Twitch streaming Valorant.
diff --git a/content/members/jon-lu.md b/content/members/jon-lu.md
deleted file mode 100644
index 1844f4d..0000000
--- a/content/members/jon-lu.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: "Jon Lu"
-image: "/images/members/jon-lu.jpg"
-description: "Secretary-Treasurer | EE '23"
-
-#menu:
-# main:
-# weight: 100
-
-
-# To make this member show up on the front page, set this to true
-featured: true
-
-# Only relevant for _index.md files
-#show: true
-#list: true
----
diff --git a/content/members/michael-giglia.md b/content/members/michael-giglia.md
deleted file mode 100644
index d57a45c..0000000
--- a/content/members/michael-giglia.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: "Michael Giglia"
-description: "IGVC Controls Team Advisor"
-draft: false
-
-#menu:
-# main:
-# weight: 100
-
-
-# To make this member show up on the front page, set this to true
-featured: false
-
-# Only relevant for _index.md files
-#show: true
-#list: true
----
-
diff --git a/content/members/minah-ali.md b/content/members/minah-ali.md
deleted file mode 100644
index 0dc97a8..0000000
--- a/content/members/minah-ali.md
+++ /dev/null
@@ -1,18 +0,0 @@
----
-title: "Minah Ali"
-description: "CUSAP Member | CivE '23"
-draft: false
-
-#menu:
-# main:
-# weight: 100
-
-
-# To make this member show up on the front page, set this to true
-featured: false
-
-# Only relevant for _index.md files
-#show: true
-#list: true
----
-
diff --git a/content/members/neveen-shlayan.md b/content/members/neveen-shlayan.md
deleted file mode 100644
index 7bc8633..0000000
--- a/content/members/neveen-shlayan.md
+++ /dev/null
@@ -1,17 +0,0 @@
----
-title: "Prof. Neveen Shlayan"
-description: "Autonomy Lab Principal | Assistant Professor of Electrical Engineeering"
-
-#menu:
-# main:
-# weight: 100
-
-# To make this member show up on the front page, set this to true
-featured: true
-
-# Only relevant for _index.md files
-#show: true
-#list: true
-
----
-
diff --git a/content/research/_index.md b/content/research/_index.md
deleted file mode 100644
index ee917db..0000000
--- a/content/research/_index.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-title: "Projects"
-show: true
-list: false
-menu:
- main:
- name: 'Projects'
- weight: 25
----
-
-| [
{{ .Description }}
- {{ if .Params.image }} -