-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (35 loc) · 1.17 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
<!DOCTYPE html>
<html>
<header>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css">
</header>
<body>
<div class="container">
<div class="card">
<h1>Hi! I am Parker!</h1>
<h2>Programmer</h2>
<img src="https://media.licdn.com/dms/image/C5103AQGBQlEgeAHmpg/profile-displayphoto-shrink_800_800/0/1565962672013?e=1689206400&v=beta&t=DW126iEYtEb0nAc9gR1h1kosVdTxcayVgx05J_S-8g0" id = 'profile'>
<p> I love boardgames, traveling, web-development and food. I started at Le Wagon to learn and grow! </p>
<a href="">Discover Parker</a>
</div>
<div class="card">
<h3> Follow me!</h3>
<ul>
<li>
<a href="https://github.com/pbudd11" target="_blank">
<img src="images/icons8-github-50.png">
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/parker-budding-31b097a3/" target="_blank">
<img src="images/icons8-linkedin-50.png">
</li>
</ul>
</div>
</div>
</div>
</body>
</html>
<!-- end of file -->