-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
157 lines (142 loc) · 5.93 KB
/
index.php
File metadata and controls
157 lines (142 loc) · 5.93 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!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"/>
<title>BREKKI</title>
<link rel="stylesheet" href="./css/index.css"/>
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
<script src="https://kit.fontawesome.com/7af13692c6.js" crossorigin="anonymous"></script>
<script src="./script.js"></script>
</head>
<body>
<header>
<div class="container-navbar">
<nav class="navbar container">
<i class="fa-solid fa-bars"></i>
<ul class="menu">
<li><a href="#" class="active">Inicio</a></li>
<li><a href="#about">About us</a></li>
</ul>
<div>
<h1 style="color:white; font-size:3rem;">BREKII</h1>
</div>
<div class="container-register">
<a href="./login/login.html" class="sign-in"><i class="fa-solid fa-user"></i> Login in</a>
<a href="./login/register.html" class="sign-up">Sign up</a>
</div>
</nav>
</div>
</header>
<section class="banner">
<div class="content-banner">
<a href="./login/register.html"><strong>Start ordering</strong></a>
</div>
</section>
<main class="main-content">
<section class="container container-features">
<div class="card-feature">
<i class="fa-solid fa-truck"></i>
<div class="feature-content">
<span>Free shipping</span>
<p>At a request greater than $ 200</p>
</div>
</div>
<div class="card-feature">
<i class="fa-solid fa-wallet"></i>
<div class="feature-content">
<span>Reimbursement</span>
<p>100% Money Return Guarantee</p>
</div>
</div>
<div class="card-feature">
<i class="fa-solid fa-gift"></i>
<div class="feature-content">
<span>Special gift card</span>
<p>Offers special bonds with gift</p>
</div>
</div>
<div class="card-feature">
<i class="fa-solid fa-headset"></i>
<div class="feature-content">
<span>Customer service</span>
<p>Call us at 123-456-7890</p>
</div>
</div>
</section>
<section class="container top-categories">
<h1 class="heading-1">Our categories</h1>
<div class="container-categories">
<div class="card-category category-break">
<p>Breakfats</p>
<span><a href="./login/register.html">Show more</a></span>
</div>
<div class="card-category category-brunch">
<p>Brunch</p>
<span><a href="./login/register.html">Show more</a></span>
</div>
<div class="card-category category-drink">
<p>Drinks</p>
<span><a href="./login/register.html">Show more</a></span>
</div>
</div>
</section>
<section id="about" class="container about-category">
<h1 class="heading-1">Welcome to BREKKI</h1>
<br>
<div>
<p> We are a breakfast page dedicated to offering delicious and nutritious options to start your day with energy and vitality.In Brekki we believe that breakfast is the most important food of the day and we are passionate to help you start your morning with your right foot.</p>
<p> Our products are carefully selected to offer you high quality options and with fresh and healthy ingredients.We work with local suppliers to offer you the best fresh and seasonal products.In addition, we focus on options for different lifestyles and food preferences, offering vegetarian, vegan, gluten and more.</p><br>
<p> In Brekki, we value your time and comfort. Therefore, we have designed an easy and fast purchase process so you can receive your breakfasts directly at the door of your home or in your workplace.We also offer scheduled deliveries so you can plan your week in advance.</p><br>
<p> In addition, in Brekki we care about the environment and work in sustainable practices at each stage of our production and distribution chain.We strive to minimize our environmental impact and work with biodegradable and recyclable materials.</p><br>
<p> Thanks for visiting Brekki.We hope you find delicious and nutritious options that help you start your day with energy and vitality. If you have any questions or comments, do not hesitate to contact us.Have an excellent day! </p>
</div>
<br><br>
<h1 class="heading-1">Location <i class="fa-solid fa-location-dot"></i></h1>
<br>
<div>
<iframe class="map" src="https://www.google.com/maps/embed?pb=!1m10!1m8!1m3!1d4256.390494291359!2d-103.43155367318622!3d25.575667938805932!3m2!1i1024!2i768!4f13.1!5e0!3m2!1ses-419!2smx!4v1684170024271!5m2!1ses-419!2smx" width="100%" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</section>
</div>
<br><br>
<footer class="footer">
<div class="container container-footer">
<div class="menu-footer">
<div class="contact-info">
<p class="title-footer">Contact information</p>
<ul>
<a href="mailto:studiosapteosis@gmail.com">studiosapteosis@gmail.com</a>
</ul>
</div>
<div class="information">
<p class="title-footer">Information</p>
<ul>
<li><a href="./login/policies.html" target="_blank">Privacy policies</a></li>
<li><a href="./login/terms.html" target="_blank">Terms and conditions</a></li>
</ul>
</div>
<div class="my-account">
<p class="title-footer">Register</p>
<ul>
<li><a href="./login/register.html">Buy now</a></li>
</ul>
</div>
<div class="social-icons">
<p class="title-footer">Social medias</p>
<br>
<a href="https://www.facebook.com" target="_blank"><i class="fa-brands fa-facebook"></i></a>
<a href="https://www.instagram.com" target="_blank"><i class="fa-brands fa-instagram"></i></a></li>
<a href="https://twitter.com" target="_blank"><i class="fa-brands fa-twitter"></i></a></li>
<a href="https://github.com" target="_blank"><i class="fa-brands fa-github"></i></a>
</div>
</div>
<div class="copyright">
<p>By Ashrah © 2023</p>
<img src="img/payment.png" alt="Pagos" />
</div>
</div>
</footer>
</body>
</html>