forked from code-untapped/code-untapped.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (32 loc) · 969 Bytes
/
index.html
File metadata and controls
32 lines (32 loc) · 969 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Code Untapped Github</title>
<!-- link to main stylesheet -->
<link rel="stylesheet" type="text/css" href="/css/main.css">
</head>
<body>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="https://www.codeuntapped.com/">Code Untapped Website</a></li>
<li><a href="https://www.meetup.com/Code-Untapped-Diversity-Hackathons/">Meetup page</a></li>
</ul>
</nav>
<div class="container">
<div class="blurb">
<h1>Welcome to Code Untapped</h1>
<p>This page is a location for our members to showcase their activities</p>
<ul>
<li><a href="/launch-it/launch-it.html">GLA Launch It</a></li>
</ul>
</div><!-- /.blurb -->
</div><!-- /.container -->
<footer>
<ul>
<li><a href="mailto:contact@codeuntapped.com">email</a></li>
<li><a href="https://github.com/code-untapped">github.com/code-untapped</a></li>
</ul>
</footer>
</body>
</html>