-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstore.html
106 lines (99 loc) · 4.16 KB
/
store.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
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" type="image/png" href="images/Cafe-PNG.png">
<meta charset="UTF-8">
<title>CUP-FFEE</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0-2/js/all.min.js"></script>
<link rel="stylesheet" href="navbar.css">
<link rel="stylesheet" href="bottom.css">
<link rel="stylesheet" href="solin.css">
<link rel="stylesheet" href="taha.css">
<link rel="stylesheet" href="webkitt.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
</head>
<body>
<!-----------------------------------------------------how is it going to be sold?------------------------------------------------>
<section id="header">
<div class="header container">
<div class="nav-bar" >
<div class="brand">
<a href="home.html" style="color: white;"><i>FOTW35</i></a>
</div>
<div class="nav-list">
<div class="hamburger"><div class="bar"></div></div>
<ul>
<li><a href="home.html" data-after="Home">Home</a></li>
<li><a href="features.html" data-after="Features">Features</a></li>
<li><a href="store.html" data-after="Store">Store</a></li>
<li><a href="contact.html" data-after="Team">Team</a></li>
</ul>
</div>
</div>
</div>
</section>
<section id="about" class="about">
<ul>
<li>
</li>
</ul>
<div class="row">
<div class="image">
<img src="images/coffee ground.jpg" alt="">
</div>
<div class="content" style="background-color: black;">
<h3>How is it going to be sold?</h3>
<p>The cups will be available to buy from Cup-ffee website and can be purchased as individual units, or in sets of 4, 6 and 8.</p>
<p>However, for people who cannot or don’t have the ability to purchase it online, a phone number will be at their disposition.</p>
<p>If you’re in Ottawa, our courier services will manage to deliver the product for you.</p>
<p>If you’re outside Ottawa, we will be using the post to deliver it to you.</p>
<a class="btn" href="#ok">Shop now</a></div>
</div>
</section>
<!-----------------------------------------------------products------------------------------------------------>
<div class="titre" id="ok">
<h2>BEST SELLERS</h2>
</div>
<section>
<div class="gallery">
<div class="content">
<img src="images/espresso1.jpg">
<h3>Espresso</h3>
<p>As our best-selling cup, the espresso cup is the best choice for all your coffee needs. Sold as an individual cup.</p>
<h6>$3</h6>
<button class="buy">BUY NOW</button>
</div>
<div class="content">
<img src="images/latte2.jpg">
<h3>Latte</h3>
<p>Our latte cup size is the perfect choice for a large amount of coffee.Sold as a pack of 4.</p>
<h6>$10</h6>
<button class="buy">BUY NOW</button>
</div>
<div class="content">
<img src="images/takeaway2.jpg">
<h3>Takeaway</h3>
<p>Our takeaway travel cup is perfect for on-the-go coffee. Sold as a pack of 8.</p>
<h6>$20</h6>
<button class="buy">BUY NOW</button>
</div>
<div class="content">
<img src="images/cappuccino2.jpg">
<h3>Cappuccino</h3>
<p>Made specifically for our cappuccino lovers, this cup is for those cold winter days. Sold as a pack of 6.</p>
<h6>$15</h6>
<button class="buy">BUY NOW</button>
</div>
</div>
</section>
<!-----------------------------------------------------contact us------------------------------------------------>
<section class="contact-us">
<h1 style="font-size: xx-large;">Enjoy your coffee everyday with us</h1>
<a href="contact.html"class="click">CONTACT US</a>
</section>
</body>
<script src="main.js"></script>
</html>