-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (60 loc) · 2.11 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!doctype html>
<html lang="en">
<head>
<script defer src="https://use.fontawesome.com/releases/v5.0.1/js/all.js"></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Tom Pearson - Portfolio</title>
<meta name="description" content="Tom Pearson - Portfolio">
<meta name="author" content="Tom Pearson">
<link href="css/abstracts/main.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito:300,400,400i,700,800" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Cormorant+Infant:300,400,600i,700" rel="stylesheet">
</head>
<body>
<script src="js/scripts.js"></script>
<header class="header">
<h1 class="title">Tom Pearson.</h1>
<h2 class="sub-title">Designer, Developer </h2>
<nav class="main-nav">
<ul class="unstyled-list">
<li><a href="home">Home</a></li>
<li><a href="about">About</a></li>
<li><a href="work">Work</a></li>
<li><a href="contact">Contact</a></li>
<!-- <i class="fab fa-facebook-f fa-fw"></i>
<i class="fab fa-twitter fa-fw"></i> -->
</ul>
</nav>
</header>
<div class="portfolio">
<div class="portfolio-item">
<h1> Hey, I'm Tom, web geek, designer/developer and music lover based
in Leeds, UK.</h1>
</div>
<div class="portfolio-item centered">
<img class="img-profile" src="/img/blue_wires.jpg" alt="An image of me, Tom" height="200" width="200">
</div>
<div class="portfolio-item wide">
<h2> I'm Wide </h2>
</div>
</div>
<!-- Jquery -->
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<!-- My Scripts -->
<script src="js/scripts.js"></script>
<!--FULL VP HEIGHT IMG PRAC
**************
*******************
-->
<!-- GRID PRACTICE
<div class="wrapper">
<div class="box1">One</div>
<div class="box2">Two</div>
<div class="box3">Three</div>
<div class="box4">Four</div>
<div class="box5">Five</div>
</div>
-->
</body>
</html>