-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (37 loc) · 2.06 KB
/
index.html
File metadata and controls
42 lines (37 loc) · 2.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Muraho neza</title>
<link rel="stylesheet" href="style.css" />
<link
rel="icon"
type="image/x-icon"
href="https://code.s3.yandex.net/web-code/favicon.ico"
/>
</head>
<body class="page">
<header class="header">
<div class="overlay">
<h1 class="header-title">Best of Rwanda</h1>
</div>
</header>
<section class="content">
<!-- add the cards here -->
<div class="card"> <img class="cardpic" src="./images/gold blend tea.jpg" alt="yellow-box-of-tea-bags">
<h2 class="cardtitle"> Premium Tea </h2> <p class="cardcontent"> Simply the best there is. Add raw cane sugar and whole milk to brew it like they do in Kivu.</p>
</div>
<div class="card"> <img class="cardpic" src="./images/roasted coffee beans.jpg" alt="fresh-roasted-coffee-on-tray">
<h2 class="cardtitle"> Green Coffee </h2> <p class="cardcontent"> Snap, crackle, and pop isn't limited to just popcorn... roast these Rwandan beans on your stovetop to enjoy an aroma like no other!</p>
</div>
<div class="card"> <img class="cardpic" src="./images/pili-pili.JPG" alt="orange-chili-pepper-oil">
<h2 class="cardtitle"> Akabanga "Pili-Pili"</h2> <p class="cardcontent"> Not for the faint of heart, this award-winning chilli oil is both flavorful and unlike any other spicy condiment. Locals love to use it in a variety of dishes.</p>
</div>
<div class="card"> <img class="cardpic" src="./images/atinga-rama-hand-crafted-tire-sandal.png" alt="atinga-tire-sandals">
<h2 class="cardtitle">Atinga Sandals </h2> <p class="cardcontent"> Walk a mile in Africa's most humble shoe. Artisan-crafted from recycled tires, you support not only the families who benefit from the sale of this incredible durable footwear, but mother earth as well.</p>
</div>
</section>
<footer class="footer"> <p class="footertag"> Atinga, Ltd. | 2022 </p></footer>
<!-- add your signature here -->
</body>
</html>