-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (82 loc) · 4.02 KB
/
index.html
File metadata and controls
91 lines (82 loc) · 4.02 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Coffee world limited</title>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="icon" href="Untitled.jpg" type="">
</head>
<body> <div class="container">
<div class="main">
<div class="type">
<h1 style="font-weight: bold;">COFFEE WORLD LIMITED</h1>
<div class="topnav">
<a href="#pics" style="background-color: blue;">HOME</a>
<a href="#col">Address</a>
<a href="me.html">Send a note</a>
</div>
<div class="one">
<figure>
<img src="WhatsApp Image 2023-11-13 at 22.35.46_994bf357.jpg" alt="">
<figcaption>The play of light and shadow highlights the intricate details of the coffee's surface, promising a comforting blend of flavor and warmth for the senses.</figcaption>
</figure>
<div class="two">
<h2 style="font-weight: bold;">POWER OF COFFEE</h2>
<p> Coffee contains caffeine, a natural stimulant that affects the brain, promoting alertness and reducing the perception of fatigue. Caffeine blocks adenosine, a neurotransmitter that promotes sleep and relaxation, leading to increased wakefulness.
Coffee is rich in antioxidants, which help combat oxidative stress and reduce inflammation in the body. Antioxidants play a role in supporting overall health and may contribute to a lower risk of certain diseases.
Caffeine can enhance cognitive functions such as memory, mood, and general mental function. It has been linked to improved reaction times, increased attention, and enhanced mood</p>
</div>
</div>
<div class="video">
<video src="video1.mp4" controls width="900px" height="600px" muted autoplay>
<source src="video1.mp4">
</video>
</div> <div class="body" style="text-align: center;">
<p>Fuel your day with the invigorating aroma of ambition and the energizing spirit <br>of determination-sip by sip, let coffee be your catalyst for successs <br>
Coffee is made from the seeds of berries from certain Coffea plant species. <br> The coffee plant is native to tropical regions of Africa, and coffee is now grown</p>
</div>
<div id="carouselexampleOnclick" class="carousel-click" data-bs-ride="carousel">
<h2 style="text-align: center;"> IMAGES</h2>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="image5.jpg" alt="" class="d-block w-80">
</div>
<div class="carousel-item active">
<img src="image6.jpg" alt="" class="d-block w-80">
</div>
<div class="carousel-item active">
<img src="image.jpg" alt="" class="d-block w-80">
</div>
<div class="carousel-item active">
<img src="WhatsApp Image 2023-11-13 at 22.35.46_0d864ec7.jpg" alt="" class="d-block w-80">
</div>
</div>
</div>
</div>
<div style="color: black; padding-top: 30px; "><a href="#">Back To Top</a> </div>
</div>
</div>
<div class="container-*-* bg-primary text-white text-center">
<div class="col">
<h4>ADDRESS</h4>
<address id="col">
KAMPALA, UGANDA <br>
KAWEMPE,<br>
BOMBO ROAD
</address>
</div>
<div class="col">
<h4>CONTACT</h4>
<span> <a href="mailto:benjaminkiviiri2020" style="color: black;">OUR EMAIL</a> <br>
<a href="tel:+256782891045" style="color: black;"> MOBILE NUMBER</a>
</span>
</div>
<div class="footer" style="padding-top: 30px;">
© Coffee world ltd. All rights reserved
</div>
</div>
<script src="js/bootstrap.bundle.js"></script>
</body>
</html>