diff --git a/src/components/MenuBar/ButtonBar.js b/src/components/MenuBar/ButtonBar.js index 6415a3e7..dbb0309a 100644 --- a/src/components/MenuBar/ButtonBar.js +++ b/src/components/MenuBar/ButtonBar.js @@ -83,7 +83,7 @@ function ButtonBar({ isMobile }) { }, { name: 'Gallery', - to: '/gallery/hoth-x' // need to update this link to be latest HOTH + to: '/gallery/hoth-xi' // need to update this link to be latest HOTH } ]; diff --git a/src/data/winners/hoth-xi.yml b/src/data/winners/hoth-xi.yml new file mode 100644 index 00000000..eea86f5c --- /dev/null +++ b/src/data/winners/hoth-xi.yml @@ -0,0 +1,34 @@ +- name: "HOTH XI" + devpost: https://hoth-xi.devpost.com/project-gallery + + winners: + - title: stride + category: Best Overall + description: "stride is an app that makes sustainable commutes fun. Log and track your walks and rides to see their environmental impact, earn achievements and connect with your friends to stay motivated!" + link: "https://devpost.com/software/stride-bslo5u" + image: stride + - title: Cafe Hopper + category: Best Web + description: "Cafes are pretty cool. Check out nearby cafes." + link: "https://devpost.com/software/cafe-hopper" + image: cafehopper + - title: BruinBites & Books + category: Best Mobile + description: "Say goodbye to lonely meals with this platform that streamlines dining meetups, sparking lively discussions and culinary adventures." + link: "https://devpost.com/software/bruinbites-books" + image: bruinbitesbooks + - title: Timber + category: Best Game + description: "A game about deforestation" + link: "https://devpost.com/software/timber-wtsfdz" + image: timber + - title: Westwood Community Garden + category: Best in Intersectional Environmentalism + description: "Our mission is to grow together, sustainably." + link: "https://devpost.com/software/westwood-community-garden" + image: westwoodcommunitygarden + - title: Near Miss + category: Best Beginner + description: "Near Miss lies at the intersecting fields of statistics and finance to democratize knowledge and expose casino scams." + link: "https://devpost.com/software/team-near-miss" + image: nearmiss diff --git a/src/images/gallery-winners/hoth-xi/bruinbitesbooks.png b/src/images/gallery-winners/hoth-xi/bruinbitesbooks.png new file mode 100644 index 00000000..92102ded Binary files /dev/null and b/src/images/gallery-winners/hoth-xi/bruinbitesbooks.png differ diff --git a/src/images/gallery-winners/hoth-xi/cafehopper.png b/src/images/gallery-winners/hoth-xi/cafehopper.png new file mode 100644 index 00000000..9bbe27c5 Binary files /dev/null and b/src/images/gallery-winners/hoth-xi/cafehopper.png differ diff --git a/src/images/gallery-winners/hoth-xi/nearmiss.png b/src/images/gallery-winners/hoth-xi/nearmiss.png new file mode 100644 index 00000000..a4f8ec19 Binary files /dev/null and b/src/images/gallery-winners/hoth-xi/nearmiss.png differ diff --git a/src/images/gallery-winners/hoth-xi/stride.png b/src/images/gallery-winners/hoth-xi/stride.png new file mode 100644 index 00000000..a4b43b50 Binary files /dev/null and b/src/images/gallery-winners/hoth-xi/stride.png differ diff --git a/src/images/gallery-winners/hoth-xi/timber.png b/src/images/gallery-winners/hoth-xi/timber.png new file mode 100644 index 00000000..a27110b7 Binary files /dev/null and b/src/images/gallery-winners/hoth-xi/timber.png differ diff --git a/src/images/gallery-winners/hoth-xi/westwoodcommunitygarden.png b/src/images/gallery-winners/hoth-xi/westwoodcommunitygarden.png new file mode 100644 index 00000000..304e2395 Binary files /dev/null and b/src/images/gallery-winners/hoth-xi/westwoodcommunitygarden.png differ