-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
38 lines (35 loc) · 1.39 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Arlene Andrews - Profile</title>
<link rel="stylesheet" type="text/css" href="port.css">
<meta name="Description" content="Main page for Arlene Andrews">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Caveat" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Fira+Sans:300,300i,400,400i,700,700i,900,900i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i" rel="stylesheet">
</head>
<body>
<main>
<div class="flex-container">
<div style="flex-basis: 15%"></div>
<div style="flex-basis: 70%">
<p id="vanilla">M. Arlene Andrews</p>
<div id="avatar">
<img id="img" src="avatar.jpg" alt="Branching arrow">
</div>
<h1 style="font-variant: small-caps">Testing is how i think</h1>
<div id="centerblock">
<ul>
<li><a href="about.html" id="about">Resume</a></li>
<li><a href="appearances.html" id="appearances">Appearances</a></li>
<li><a href="bio.html" id="bio">Bio and photos</a></li>
<li><a href="contact.html" id="contact">Contact</a></li>
</ul>
</div>
<div style="flex-basis: 15%"></div>
</div>
</main>
</body>
</html>