-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (46 loc) · 1.21 KB
/
index.html
File metadata and controls
49 lines (46 loc) · 1.21 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
39
40
41
42
43
44
45
46
47
48
49
<html>
<head>
<title></CodeBeer></title>
<link href="index.css" type="text/css" rel="stylesheet">
</head>
<body>
<header>
<h1></Code.Beer></h1>
</header>
<nav>
<ul>
<li>
<a href="index.html">Home
</a>
</li>
<li>
<a href="codebeer.html">Bars
</a>
</li>
<li>
<a href="checkin.html">Check in
</a>
</li>
</ul>
</nav>
<section>
<article>
<h3>Find a <a href="https://en.wikipedia.org/wiki/History_of_beer">Beer</a> Near Code Fellows HQ!</h3>
<Section>
<p>
</section>
<section>
<article>
<p>Coding for 12 hours is hard. Sometimes you need a cold beer after class to take the pain away. We're here to help you find that happy place!</p>
</article>
<article>
<p>*</p>
</article>
<article>
<p>You are able to <a href="checkin.html">check in</a> to different bars on slack to talk about the quality of beer, post a happy hour menu, or how nice the venue is! </p>
</article>
</section>
<img src="https://c1.staticflickr.com/4/3855/14389213079_69f34f7a8a_b.jpg">
</article>
</body>
</html>