-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (49 loc) · 1.5 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="main.css" />
<link rel="stylesheet" href="fish.css" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#B7D5F7" />
<title>Alex Mackenzie</title>
</head>
<body>
<div class="container">
<div class="leftSide">
<article class="details">
<h1 class="name">
Alex Mackenzie
</h1>
<p>
Software / Production Engineer
</p>
<p>
<a href="mailto:[email protected]">
</a>
</p>
</article>
</div>
<div class="rightSide">
<p class="links">
<a class="logoAndLink" href="https://github.com/alexmackenzie">
<img src="assets/logos/github.png" alt="GitHub" />
</a>
<a class="logoAndLink" href="https://linkedin.com/in/abmackenzie">
<img src="assets/logos/linkedin.png" alt="LinkedIn" />
</a>
</p>
</div>
</div>
<div>
<!-- Fish emoji, animated by fish.css. For those who stay on the page too long. -->
<div aria-hidden="true" class="fish tropical">🐠</div>
<div aria-hidden="true" class="fish school1 member1">🐟</div>
<div aria-hidden="true" class="fish school1 member2">🐟</div>
<div aria-hidden="true" class="fish school1 member3">🐟</div>
<div aria-hidden="true" class="fish school1 member4">🐟</div>
<div aria-hidden="true" class="fish blowfish">🐡</div>
</div>
</body>
</html>