-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
53 lines (41 loc) · 1.58 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<title>Matt Byrnes</title>
</head>
<body>
<main>
<section id="avatar">
<img src="assets/jack-coder.jpg" />
</section>
<section id="social">
<img src="assets/github.png" alt="" />
<img src="assets/overflow.png" alt="" />
<img src="assets/linkedin.png" alt="" />
<img src="assets/email.png" alt="" />
</section>
<section id="bio">
<h1>Puppy Dog</h1>
<h2>Coder Extraordinaire</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quidem non fugiat repudiandae assumenda voluptas dolor
nisi, voluptatibus perferendis animi, ad eos ducimus in eaque. Inventore dolorem et beatae incidunt sunt.</p>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Quidem non fugiat repudiandae assumenda voluptas dolor
nisi, voluptatibus perferendis animi, ad eos ducimus in eaque. Inventore dolorem et beatae incidunt sunt.</p>
</section>
<section id="work">
<h1>See My Work <img src="assets/arrow.png" /></h1>
<img src="assets/dog-1.jpg" alt="" />
<img src="assets/dog-2.jpg" alt="" />
<img src="assets/dog-3.jpg" alt="" />
</section>
</main>
<footer>
Puppy Dog Inc. All right reserved.
</footer>
</body>
</html>