-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (28 loc) · 1.28 KB
/
index.html
File metadata and controls
32 lines (28 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Browser Tab Information -->
<title>Lewis Mackinnon: Made you look</title>
<link rel="icon" href="img/icon.png">
<!-- Site Metadata -->
<meta charset="UTF-8">
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="pragma" content="no-cache" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Stylesheet Links -->
<link rel="stylesheet" href="styles/index.min.css">
</head>
<body>
<header>
<div class="container">
Hi, I'm <span class="highlight">Lewis <span class="cut">Mackinnon</span></span><br />
<span class="cut">I'm</span> <span class="upper">a</span> <span class="cut">Software Eng.</span> Student<br />
<a href="https://github.com/Lewis-Mackinnon" target="_blank"><span class="cut">View </span><span class="upper">m</span>y <span class="cut">Work on</span> GitHub</span></a>
</div>
<span class="contact">Also feel free to <a href="mailto:contact@lewismackinnon.co.uk" target="_blank">contact me</a>.</span>
</header>
<main>
<img src="img/portfolio.jpg" alt="">
</main>
</body>
</html>