-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (39 loc) · 1.68 KB
/
index.html
File metadata and controls
43 lines (39 loc) · 1.68 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
<!DOCTYPE html>
<html>
<head>
<title>code food!>></title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Code Food!</h1>
</header>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="food.html">Food Options</a></li>
<li><a href="beverages.html">Beverage Options</a></li>
</ul>
</nav>
<section>
<img src="file:///Users/amyeshelman/Desktop/time-100-influential-photos-andreas-gursky-99-cent-90.jpg">
</section>
<section id="blurbs">
<article>
<h2>There are so many snacks to choose from!</h2>
<p>I know it's tempting to stay glued to your computer screen all day, but research suggests eating food is pretty essential to maintating optimum brain power. We've compiled some options for your to peruse at your leisure - so many delicious choices!</p>
</article>
<article>
<h2>Fav Food of the Week!</h2>
<p>Bored of the same old snack? Take a peek at our favorite food spot of the week! With such a centrally located school, we're lucky to have so many spots to choose from!</p>
</article>
<article>
<h2>Fav Beverage of the Week!</h2>
<p>Don't forget to check out the beverages page for your post coding beverage reward! Check out our 'Beverage Options' page for our this week's recommended watering hole. See you there! </p>
</article>
</section>
<footer>
© Code Fellows
</footer>
</body>
</html>