Skip to content

Commit 6cb7922

Browse files
authored
Merge pull request #217 from emiliom/about-contact
Add Contact Us page
2 parents 1771917 + 30eb536 commit 6cb7922

4 files changed

Lines changed: 17 additions & 1 deletion

File tree

about/contact.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Contact Us
2+
3+
Are you interested in learning more about OceanHackWeek, helping out with the next event, or learning about the next event and how to prepare a strong application? You can:
4+
5+
- Look over this web site, both general pages and [past events](pasthackweeks)
6+
- Write to us at [info@oceanhackweek.org](mailto:info@oceanhackweek.org).
7+
- Post a comment or question on the [OceanHackWeek GitHub Discussions](https://github.com/orgs/oceanhackweek/discussions) to engage a larger fraction of the OceanHackWeek community
8+
- Find us on Twitter at [https://twitter.com/oceanhackweek](https://twitter.com/oceanhackweek)
9+
- Look up our [FAQ for Applicants](../ohw22/applicants.md#faqs). Most of the FAQ entries are relevant for most years, but bear in mind that we update the FAQ every year to reflect the event being planned.
10+
11+
It's hard to remember all these options without referring back to this page. You can always find those links at the top right of the web site, through this set of icons: ![website-contact-icons](../assets/images/website-contact-icons.png)

about/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ task-groups
5555
pasthackweeks
5656
Testimonials <testimonials>
5757
code-of-conduct
58+
contact
5859
```
1.9 KB
Loading

conf.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,11 @@
8080
"url": "https://www.youtube.com/playlist?list=PLA6PlfxWZPLTPQ_OIr3dDPF9FRiHQXoVF",
8181
"icon": "fab fa-youtube-square",
8282
},
83-
{"name": "Email", "url": "mailto:oceanhkw@uw.edu", "icon": "fas fa-envelope"},
83+
{
84+
"name": "Email",
85+
"url": "mailto:info@oceanhackweek.org",
86+
"icon": "fas fa-envelope"
87+
},
8488
],
8589
"use_edit_page_button": True,
8690
}

0 commit comments

Comments
 (0)