-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (36 loc) · 1.23 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
53
54
55
56
<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2" />
<meta name="robots" content="index, follow" />
<meta name="author" content="Daniel James" />
<meta name="description" content="The personal website of Daniel James" />
<meta name="theme-color" content="#0a0c10" />
<title>Daniel James</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="icon" type="image/png" href="img/dan.png" />
<link rel="apple-touch-icon" href="img/dan.png" />
</head>
<body>
<div class="container">
<div class="content">
<div class="content__left">
<h1>Daniel James</h1>
<h2>Website Developer & Content Creator.</h2>
</div>
<div class="content__right">
<img src="img/dan.png" alt="Dan is standing on rocks at the beach" />
</div>
</div>
<div class="socials">
<ul>
<li class="location">United Kingdom</li>
<li class="contact">hello@danieljames.uk</li>
</ul>
<a href="https://github.com/danieltj27" class="button button--gh" target="_blank">GitHub</a>
<a href="https://www.youtube.com/@invokedbyred" class="button button--yt" target="_blank">YouTube</a>
</div>
</div>
</body>
</html>