-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
215 lines (195 loc) · 8.37 KB
/
about.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
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
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<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=Lobster&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Tiro+Telugu:ital@1&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./style/about.css">
<title>Hello, world!</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light fixed-top ">
<div class="container">
<a class="navbar-brand" href="#">Freshies</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse " id="navbarNav">
<ul class="navbar-nav ms-auto ">
<li class="nav-item mt-1 px-3">
<a class="nav-link " href="./index.html">Home</a>
</li>
<li class="nav-item mt-1 px-3">
<a class="nav-link" href="./shop.html">Shop</a>
</li>
<li class="nav-item mt-1 px-3">
<a class="nav-link" href="./about.html">About</a>
</li>
<li class="nav-item mt-1 px-3">
<a class="nav-link" href="./conatct.html">Conatct Us</a>
</li>
<li class="nav-item">
<a class="nav-link px-3 " href="./login.html"><button class=" text-white btn btn-outline-dark">Sign Up/LOGIN</button></a>
</li>
</ul>
</div>
</div>
</nav>
<!-- hero image -->
<section class="image mt-4">
<div class="container text-center">
<div class="row">
<div class="col-md-12 mt-5 py-5">
<h1 class="py-5 mt-5 image-h1">ABOUT</h1>
</div>
</div>
</div>
</section>
<!-- content -->
<section>
<div class="container">
<div class="row gx-5 mx-auto-md mt-5 py-4 ">
<div class="col-md-6 ">
<img src="./assests/pics/grape.jpg" class=" img-fluid" alt="">
</div>
<div class="col-md-4 offset-md-1 ">
<h2 class="content content-h2 content">Our mission</h2>
<p class="content content-p">We understand the health and happiness value of tasty, organic juices. That's why we're proud to share our products with the world, safe in the knowledge we're helping our customers enjoy every day to the max.</p>
</div>
</div>
</div>
</section>
<section class="image-2 mt-4">
<div class="container text-center">
<div class="row">
<div class="col-md-12 mt-5 py-5">
<h1 class="py-5 mt-5 image-h1">A passion for healthy living.</h1>
</div>
</div>
</div>
</section>
<main>
<div class="container mt-5">
<div class="row mt-5-md mt-1-sm py-4">>
<div class="col-md-4 offset-md-1 ">
<h2 class="content content-h2">Our family recipes</h2>
<p class="content content-p">All our juice mixes are based on old family recipes that have been honed over decades. We know our products are delicious because we created and tested them all ourselves. If you want to know more about our juices, feel free to reach out.</p>
</div>
<div class="col-md-6">
<img src="./assests/pics/farot.jpg" class="img-fluid" alt="">
</div>
</div>
</div>
</main>
<div class="container-fluid my-5">
<!-- Footer -->
<footer class="text-center m" >
<!-- Grid container -->
<div class="container">
<!-- Section: Links -->
<section class="mt-5">
<!-- Grid row-->
<div class="row text-center d-flex justify-content-center pt-5">
<!-- Grid column -->
<div class="col-md-2">
<h6 class="text-uppercase font-weight-bold">
<a href="#!" class="m footer">About us</a>
</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2">
<h6 class="text-uppercase font-weight-bold">
<a href="#!" class="m footer">Products</a>
</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2">
<h6 class="text-uppercase font-weight-bold">
<a href="#!" class="m footer">Feedback</a>
</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2">
<h6 class="text-uppercase font-weight-bold">
<a href="#!" class="m footer">Help</a>
</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2">
<h6 class="text-uppercase font-weight-bold">
<a href="#!" class="m footer">Contact</a>
</h6>
</div>
<!-- Grid column -->
</div>
<!-- Grid row-->
</section>
<!-- Section: Links -->
<hr class="my-5" />
<!-- Section: Text -->
<section class="mb-5">
<div class="row d-flex justify-content-center">
<div class="col-lg-8">
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Sunt
distinctio earum repellat quaerat voluptatibus placeat nam,
commodi optio pariatur est quia magnam eum harum corrupti
dicta, aliquam sequi voluptate quas.
</p>
</div>
</div>
</section>
<!-- Section: Text -->
<!-- Section: Social -->
<section class="text-center mb-5">
<a href="" class="m me-4">
<i class="fab fa-facebook-f"></i>
</a>
<a href="" class="m me-4">
<i class="fab fa-twitter"></i>
</a>
<a href="" class="m me-4">
<i class="fab fa-google"></i>
</a>
<a href="" class="m me-4">
<i class="fab fa-instagram"></i>
</a>
<a href="" class="m me-4">
<i class="fab fa-linkedin"></i>
</a>
<a href="" class="m me-4">
<i class="fab fa-github"></i>
</a>
</section>
<!-- Section: Social -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div
class="text-center p-3"
style="background-color: white"
>
© 2022 Copyright:
<a class="m" href="#"
>Freshies.com</a
>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
</div>
</body>
<script src="https://kit.fontawesome.com/652ae3b3f6.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js" integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF" crossorigin="anonymous"></script>
</html>