-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (39 loc) · 1.5 KB
/
index.html
File metadata and controls
48 lines (39 loc) · 1.5 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
42
43
44
45
46
47
48
<!DOCTYPE html>
<html>
<head>
<title>Portfolio</title>
</head>
<body>
<header>
<h1>Student Bio</h1>
</header>
<div>
<section>
<h2>Johnny Kreitzman</h2>
<img src="./images/photo1.png" alt="Photo of Johnny Kreitzman"
width="200" height="300">
<p>Lorem ipsum dolor amet prism succulents edison bulb chillwave. Kale chips bicycle rights man bun 8-bit sartorial. Twee blog cardigan +1 four loko tilde,
<br>banh mi butcher wayfarers whatever distillery. Cray la croix pitchfork shoreditch, viral knausgaard dreamcatcher woke echo park
<br>8-bit yr 3 wolf moon raclette keffiyeh +1. Roof party dreamcatcher aesthetic forage photo booth hammock, trust fund banjo freegan tote bag. Letterpress fixie
<br>fanny pack sustainable, waistcoat wolf bushwick green juice beard tumeric artisan literally chambray mustache.
</p>
</section>
<section>
<h2>Contact Info</h2>
<ul>
<li>
<strong>Email: </strong>
<a href="#">kreitzka@gmail.com</a>
</li>
<li>
<strong>Github: </strong>
<a href="#">sampleName</a>
</li>
<li>
<strong>Portfolio: </strong>
<a href="#">coming soon</a>
</li>
</ul>
</section>
</div>
</body>