forked from ObieSource/obiesource.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
36 lines (34 loc) · 1.39 KB
/
index.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
32
33
34
35
36
<!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="ObieSource">
<meta property="og:description" content="Oberlin Open Source Club">
<meta property="og:url" content="https://obiesource.github.io/">
<meta property="og:type" content="website">
</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>ObieSource: Oberlin Open Source Club</h1>
<p>
ObieSource meets once a week to discuss our projects and code together!
Anyone is welcome to join, no matter how much or little coding experience you have.
</p>
<p><a href="/redirect/discord.html">Join our discord</a> to get notified of our meetings, or <a href="/redirect/calendar.html">add us to your calendar</a>!</p>
<p><a href="/membersdir.html">Browse our members directory!</a></p>
<p><a href="https://github.com/ObieSource">See our projects on GitHub!</a></p>
</main>
</body>