forked from ObieSource/obiesource.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
31 lines (29 loc) · 1.27 KB
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<head>
<title>ObieSource</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/style.css">
<meta property="og:title" content="Contact - ObieSource">
<meta property="og:description" content="Get in touch with our club over email, or get involved by joining our Discord.">
<meta property="og:url" content="https://obiesource.github.io/contact.html">
<meta property="og:type" content="article">
</head>
<body>
<!-- Attempt at a navbar without bootstrap API lol -->
<header>
<nav>
<ul>
<li><a href="/index.html">Home</a></li>
<li><a href="/about.html">About</a></li>
<li><a href="/resources.html">Resources</a></li>
<li><a href="/membersdir.html">Members</a></li>
<li><a href="/contact.html">Contact Us</a></li>
</ul>
</nav>
</header>
<main>
<h1>Contact Us</h1>
<p>To reach out about one of our projects, or if you want to collaborate with our club, contact <a href="mailto:opensource@oberlin.edu">opensource@oberlin.edu</a>.</p>
<p>Want to get involved? <a href="/redirect/discord.html">Join our discord</a> or come to one of our meetings posted in <a href="/redirect/calendar.html">our calendar</a>.</p>
</main>
</body>