-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodebeer.html
More file actions
53 lines (52 loc) · 1.3 KB
/
codebeer.html
File metadata and controls
53 lines (52 loc) · 1.3 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
50
51
52
53
<html>
<head>
<title>CODE BEER</title>
<link href="codebeer.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>
<h3>
Check out the map below surrounding Code Fellows and choose a bar to meet up!
</h3>
<img
src="map.jpg">
<article class="font">
<h2> <a href="http://www.sportrestaurant.com/">Sports Restaurant and Bar</a></h2>
</article>
<p>
Named after what they show!
</article>
<article class="font">
<h2>
<a href="http://the5pointcafe.com//">The 5 Point Cafe</a></h2>
<p>
The 5 point is a quirky all-night eatery.
</p>
</article>
<article class="font">
<h2><a href="http://www.banditsbarseattle.com/">Bandits Bar</a ></h2>
<p>
This is also a bar to drink away your code frustrations. Yowzers!
</p>
</article>
<article>
</article>
<article>
</article>
<article>
</section>