-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
47 lines (41 loc) · 1.11 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
<head>
<link rel="stylesheet" href="css/style.css">
</head>
<h1>Code Academy Students</h1>
<div class="Developer">
<h2>Kyle Schechter</h2>
<img src="img/KyleSchechter.jpg" alt="Kyle Schechter"
width="100"
height="100">
<p>Favorite Website: <a href="https://twitch.tv" target=_blank> Twitch </a></p>
</div>
<div class = "Developer">
<h2>Dion Theroulde</h2>
<img src="img/DionTheroulde.jpg" alt="Dion Theroulde"
width="100"
height="100">
<p>Favorite Website: <a href="https://google.com" target=_blank> Google </a></p>
</div>
<div class="myfood">
<p>My Favorite Foods</p>
<ol>
<li>Pizza</li>
<li>Sushi</li>
<li>Chicken Wings</li>
</ol>
</div>
<div class="partnerfood">
<p>My Partner's Favorite Foods</p>
<ol>
<li>Sushi</li>
<li>Calzones</li>
<li>Tacos Al Pastor</li>
</ol>
</div>
<div class="picture">
<a href="https://www.delorenzostomatopies.com" target=_blank>
<img src="img/pizzaparty.jpg" alt="Pizza"
width="250"
height="250">
</a>
</div>