-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
20 lines (20 loc) · 1.25 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
<title>Student Bio - Molly Wojcik</title>
</head>
<body>
<h1>Student Bio</h1>
<div>
<h2>Molly Wojcik</h2>
<img src="https://media.licdn.com/mpr/mpr/shrinknp_400_400/AAIA_wDGAAAAAQAAAAAAAAsxAAAAJGJjMzQ3ZjU4LTY5NTAtNDE2OC1iOTJhLTk5ZTE1YzFkMGQ0MA.jpg">
<p>Chocolate bar cake jelly beans. Lemon drops muffin ice cream lollipop pie gummies jujubes cake soufflé. Wafer lollipop toffee. Cake candy chocolate. Candy dessert danish biscuit. Danish dessert gingerbread jelly-o sweet roll wafer. Pie sesame snaps caramels gummies wafer lollipop. Toffee chupa chups toffee donut sweet roll cupcake. Gummi bears tiramisu tart bonbon gingerbread cotton candy. Jujubes chocolate bar sesame snaps soufflé donut brownie marshmallow. Sugar plum croissant cake. Marshmallow macaroon candy pudding jelly beans sesame snaps candy. Bear claw cupcake toffee dessert danish candy.</p>
<h2>Contact Info</h2>
<ul>
<li><strong>Email:</strong> <a href="mailto:[email protected]">[email protected]</a></li>
<li><strong>Github:</strong> <a href="https://github.com/ninjaginja">ninjaginja</a></li>
<li><strong>Portfolio:</strong> <a href="#">Coming Soon</a></li>
</ul>
</div>
</body>
</html>