-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (37 loc) · 1.14 KB
/
index.html
File metadata and controls
38 lines (37 loc) · 1.14 KB
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
37
38
<!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>
<p style="font-weight:bold;">Resources</p>
<p>Links to useful Code Untapped Resources</p>
<ul>
<li><a href="/resources/resources.html">Code Untapped Resources</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>