-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 838 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Anybody|Roboto+Mono"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Louis Todd</title>
<link rel="icon" type="image/png" href="./logo.jpg" />
</head>
<body>
<div class="container">
<header class="header">
<h1 class="hi">Hi I'm</h1>
<h1 class="name">Louis Todd</h1>
</header>
<article class="main-article">
<p>
Hi! I'm Louis, a <strong>front-end web developer</strong> with an
interest in economics, I will soon be completing by BSc Computer
Science degree from Lancaster University.
</p>
</article>
</div>
</body>
</html>