-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_programming.html
More file actions
54 lines (45 loc) · 1.12 KB
/
_programming.html
File metadata and controls
54 lines (45 loc) · 1.12 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
54
<!DOCTYPE html>
<html lang="en">
<head>
<title>HammerPot</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Darker Grotesque">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Bebas Neue">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body
</style>
</head>
<body>
<div id="mainwrapper" class="center">
<!-- Navigation Pane -->
<header>
<div class="topnav">
<a href="index.html">Home</a>
<a href="_music.html">Music</a>
<a href="_design.html">Design</a>
<a class="active" href="_programming.html">Programming</a>
</div>
</header>
<div id="content">
<section id="mainContent">
<h1>HammerPot</h1>
<div id="bannerImage"><img src="potterton_photos/Potterton_pot.png" alt=""/></div>
</section>
</div>
<div id="contentB">
<h6>We like to make things!!!</h6>
<h2>Dope.</h2>
</div>
<footer>
<article>
<h3>Break</h3>
</article>
<article>
<h3>Beats</h3>
</article>
</footer>
</div>
</body>
</html>