-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (38 loc) · 1.97 KB
/
index.html
File metadata and controls
41 lines (38 loc) · 1.97 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
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Home | Nick Brock</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="padding">
<header>
<ul>
<li><a href="./index.html">Home</a></li>
</ul>
</header>
<div>
<h1>Nick Brock</h1>
<p>Hi world,</p>
<p>My name is Nick Brock. I’m a graphic designer and content manager who is learning web development.</p>
<p>I have a wide range of interests from working out to binging series on Netflix. One of my favorite things though is taking my dog, <a href="./images/Alfie.jpg">Alfie</a>, to the dog park.</p>
<p>Life is about continuously asking questions, learning to view the world from others perspectives, and trying to be the best version of yourself you can be.</p>
<p>I look forward to getting to know everyone as the course progresses. It is really exciting to be learning in a structured environment again!</p>
<p>- Nick</p>
<img src="./images/Me.jpg" alt="Nick Brock" />
</div>
<footer>
<h3> Social media </h3>
<p> <a href="https://github.com/nickbrock">GitHub</a>
<br> <a href="https://stackoverflow.com/users/9285440/nicholas-brock">StackOverFlow</a>
<br> <a href="https://www.linkedin.com/in/nicholas-brock-8b91b84a/">LinkedIn</a>
<br> <a href="https://www.facebook.com/nick.brock89">Facebook</a>
<br> <a href="https://twitter.com/NickBrock">Twitter</a>
<br> <a href="https://www.instagram.com/nickbrock17/">Instagram</a>
<br> <a href="https://open.spotify.com/user/1237215214">Spotify</a>
</p>
</footer>
</div>
</body>
</html>