Skip to content

Commit

Permalink
woah its a site
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdada committed Aug 6, 2024
1 parent 101cc70 commit 5874ae9
Show file tree
Hide file tree
Showing 2 changed files with 102 additions and 5 deletions.
9 changes: 8 additions & 1 deletion src/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,19 @@ import { plumeTheme } from 'vuepress-theme-plume'
export default defineUserConfig({
bundler: viteBundler(),
theme: plumeTheme({
footer: false,
navbar: [
{ text: '', link: '/' },
],
profile: {
name: 'Captains',
description: 'RoboSharks team captains',
avatar: 'https://www.adabit.org/shorkhehe.png',
circle: true,
}
},
plugins: {
search: false,
}
}),
base: "/",
lang: "en-US",
Expand Down
98 changes: 94 additions & 4 deletions src/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,96 @@
---
lang: en-US
title: Home
description: Home
home: true
pageLayout: home
watermark: false
externalLinkIcon: false
navbar: true
footer: false
config:
-
type: hero
full: true
background: tint-plate
hero:
name: RoboSharks
tagline: Boulder High School MATE ROV Team
text: Diving deep into underwater robotics and innovation
actions:
-
theme: brand
text: Donate →
link: /
-
theme: alt
text: GitHub
link: https://github.vom/cmdada/team1157/
-
type: features
features:
-
title: Underwater Innovation
icon: 🦈
details: Designing and building advanced ROVs for underwater exploration
-
title: MATE ROV Competition
icon: 🏆
details: Participating in regional and international MATE ROV competitions
-
title: STEM Education
icon: 🔬
details: Promoting science, technology, engineering, and mathematics
-
title: Teamwork
icon: 🤝
details: Fostering collaboration, leadership, and problem-solving skills
-
title: Community Outreach
icon: 🌍
details: Engaging with local communities to promote marine technology
-
title: Hands-on Learning
icon: 🛠️
details: Providing practical experience in robotics and engineering
-
type: text
title: Join Us
description: Become part of the BHS RoboSharks team and dive into the world of underwater robotics.
list:
-
title: No Experience Needed
description: We welcome all Boulder High School students, regardless of prior experience.
-
title: Learn New Skills
description: Gain knowledge in robotics, engineering, programming, and more.
-
title: Make a Splash
description: Contribute to exciting projects and compete in MATE ROV events.
-
type: custom
---
<div style="max-width: 960px;margin:0 auto;">

### Contact Us
Feel free to reach out if you have any questions or want to get involved!

::: code-tabs
@tab Email
```
[email protected]
```
@tab Discord
```
https://discord.gg/TtNwjxKvZm
```
@tab Address
```
Boulder High School
1604 Arapahoe Ave
Boulder, CO 80302
```
:::

### Support Us
Your support helps us continue to innovate and compete! Consider donating to the BHS RoboSharks team.

[Donate Now](/)

</div>

0 comments on commit 5874ae9

Please sign in to comment.