-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgarrett.html
40 lines (35 loc) · 1.2 KB
/
garrett.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>TJ Dev Club - Garrett Cook</title>
<meta name="author" content="TJ Dev Club">
<meta name="description" content="TJ's premier web development club.">
<meta property="og:title" content="TJ Dev Club">
<meta property="og:description" content="TJ's premier web development club.">
<link type="text/css" rel="stylesheet" href="main.css">
</head>
<body>
<main class="content">
<section class="light hero">
<div>
<h1>Garrett Cook</h1>
</div>
</section>
<section class="light">
<div>
<h2 style="text-align:center;">THE ALMIGHTY COW</h2>
<img src="brown-Guernsey-cow.jpg" style="width:80%;display:block;margin:0 auto;">
<p>This cow brought to you by Garrett.</p>
</div>
</section>
<section class="dark">
<div>
<a href="index.html">Back to home</a>
</div>
</section>
</main>
</body>
</html>