-
Notifications
You must be signed in to change notification settings - Fork 0
/
jackie.html
38 lines (37 loc) · 1.68 KB
/
jackie.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/html5reset.css">
<link rel="stylesheet" href="css/raksha.css">
<!-- <link rel="stylesheet" href="css/student3.css"> -->
<title>Coffee</title>
</head>
<body>
<a href="#main">Skip To Main Content</a>
<header>
<nav>
<ul>
<li><a href = "index.html">Home</a></li>
<li><a href="colleen.html">Colleen's Tea Page</a></li>
<li><a href="jackie.html">Jackie's Coffee Page</a></li>
</ul>
</nav>
<h1>Week Two discussion</h1>
<img src = "images/cover_image.jpg" width="800" alt = "">
</header>
<main>
<div class = "gallery">
<img src="images/coffee1.jpg" alt="3 cups of coffee one with cream, one without, and a cookie">
<img src="images/coffee2.jpg" alt="flat white coffee with a small spoon on a saucer">
<img src="images/coffee3.jpg" alt="cappuccino with small hearts drawn on the top in milk foam">
<img src="images/coffee4.jpg" alt="two cups of coffee one is a large latte with a heart in the milk foam the other is a small shot of espresso">
<img src="images/coffee5.jpg" alt="cup of hot coffee with lots of milk and three oatmeal cookies">
<img src="images/coffee8.jpg" alt="two shots of espresso being extracted into small cups">
<img src="images/coffee9.jpg" alt="cup of black coffee sitting on a bed of coffee beans">
</div>
</main>
</body>
</html>