-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1007 Bytes
/
index.html
File metadata and controls
31 lines (31 loc) · 1007 Bytes
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
<!DOCTYPE HTML>
<!-- Author: Emily Black -->
<html>
<head>
<link rel="stylesheet" type="text/css" href="style/style.css" media="all" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel='shortcut icon' href='favicon.ico' type='image/x-icon'/>
</head>
<body>
<main role="main">
<section class="blocks">
<ul class="grid">
<li>
<a style="background-color: #add8e6"><img src="images/square1.png"/></a>
</li>
<li>
<a style="background-color: #9bc2cf" style="onfocus: background-color: #4F628E"><img src="images/square2.png"/></a>
</li>
<li>
<a style="background-color: #8aacb8"><img src="images/square3.png"/></a>
</li>
<li>
<a style="background: #7997a1" href="EmilyBlackResume.pdf" ><img src="images/square4.png"/></a>
</li>
</ul>
</section>
</main>
</body>
</html>