-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
302 lines (246 loc) · 10.5 KB
/
index.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
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<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>Document</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-eOJMYsd53ii+scO/bJGFsiCZc+5NDVN2yr8+0RDqr0Ql0h+rP48ckxlpbzKgwra6" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js" integrity="sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
</head>
<body style="background-color: #000;">
<nav class="navbar sticky-top navbar-light bg-custom" style="background-color: #000;opacity: 0.8;">
<div class="container-fluid">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSYl9Bv6bt7L-6-P-V00VF9ld9lfs9SLv84It86WT016NE-1kMYiouc_tCyrtip1GZ6Guw&usqp=CAU" style="width: 8%;height: 8%;" alt="" srcset="">
<ul class="nav justify-content-end" style="margin-right: 5%;">
<li class="nav-item">
<a class="nav-link active" aria-current="page" style="color: yellow;" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" style="color: yellow;" href="contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" style="color: yellow;" href="about.html">About</a>
</li>
<li class="nav-item">
<button type="button" class="btn" style="color: black; background-color: yellow;">signup</button>
</li>
</ul>
</div>
</nav>
<div class="back">
<div class="main">
</div>
</div>
<div class="intouch">
<img src="https://image.spreadshirtmedia.net/image-server/v1/mp/compositions/T93A2PA4587PT17X55Y94D184436505FS5905/views/2,width=378,height=378,appearanceId=2,backgroundColor=000000,noPt=true/astronaut-greets-spaceman-says-hello-mens-premium-zip-hoodie.jpg" alt="" srcset="">
<div class="text">
<h1>keep in touch</h1>
<p>Sign up for our newsletter to get <br> the latest news, announcements, <br> and special offers</p>
<button type="button" class="btn btn-outline-warning">signup</button>
</div>
</div>
<div class="about">
<div class="aboutpage">
<img src="https://news.harvard.edu/wp-content/uploads/2020/03/F1.large-2-1200x800.jpg" alt="" srcset="">
<h1>Lorem, ipsum dolor.</h1>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Eaque reiciendis eligendi doloribus incidunt enim suscipit a repellat quas tempora, dolorum iusto facere, accusamus, nulla sed qui distinctio magnam dolorem? Laboriosam!</p>
</div>
</div>
<!-- Footer -->
<footer class="page-footer font-small mdb-color lighten-3 pt-4">
<!-- Footer Elements -->
<div class="container-first">
<!--Grid row-->
<div class="row">
<!--Grid column-->
<div class="col-lg-2 col-md-12 mb-4">
<!--Image-->
<div class="view overlay z-depth-1-half">
<img src="https://p0.pxfuel.com/preview/745/346/352/planet-the-globe-astronomy-space.jpg" class="img-fluid"
alt="image">
<a href="">
<div class="mask rgba-white-light"></div>
</a>
</div>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-lg-2 col-md-6 mb-4">
<!--Image-->
<div class="view overlay z-depth-1-half">
<img src="https://www.scienceabc.com/wp-content/uploads/2019/10/Ceres-Dwarf-planet-isolated-on-black-backgroundLarichs.jpg" class="img-fluid"
alt="image">
<a href="">
<div class="mask rgba-white-light"></div>
</a>
</div>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-lg-2 col-md-6 mb-4">
<!--Image-->
<div class="view overlay z-depth-1-half">
<img src="https://besthqwallpapers.com/Uploads/15-9-2019/104012/thumb2-blue-planet-galaxy-nebula-sci-fi-universe.jpg" class="img-fluid"
alt="image">
<a href="">
<div class="mask rgba-white-light"></div>
</a>
</div>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-lg-2 col-md-12 mb-4">
<!--Image-->
<div class="view overlay z-depth-1-half">
<img src="https://compote.slate.com/images/3252f7ed-0967-481b-88e4-7ecc15642deb.jpeg?width=780&height=520&rect=1560x1040&offset=0x0" class="img-fluid"
alt="image">
<a href="">
<div class="mask rgba-white-light"></div>
</a>
</div>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-lg-2 col-md-6 mb-4">
<!--Image-->
<div class="view overlay z-depth-1-half">
<img src="https://d2gg9evh47fn9z.cloudfront.net/800px_COLOURBOX1725932.jpg" class="img-fluid"
alt="image">
<a href="">
<div class="mask rgba-white-light"></div>
</a>
</div>
</div>
<!--Grid column-->
<!--Grid column-->
<div class="col-lg-2 col-md-6 mb-4">
<!--Image-->
<div class="view overlay z-depth-1-half">
<img src="https://www.zastavki.com/pictures/640x480/2014Backgrounds_Burning_Earth_on_black_wallpaper_078554_29.jpg" class="img-fluid"
alt="image">
<a href="">
<div class="mask rgba-white-light"></div>
</a>
</div>
</div>
<!--Grid column-->
</div>
<!--Grid row-->
</div>
<!-- Footer Elements -->
</footer>
<!-- Footer -->
<!-- Footer -->
<footer class="page-footer font-small blue-grey lighten-5">
<div style="background-color: gray;">
<div class="container">
<!-- Grid row-->
<div class="row py-4 d-flex align-items-center">
<!-- Grid column -->
<div class="col-md-6 col-lg-5 text-center text-md-left mb-4 mb-md-0">
<h6 class="mb-0">Get connected with us on social networks!</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-6 col-lg-7 text-center text-md-right">
<!-- Facebook -->
<a class="fb-ic" style="margin: 0% 2.5%;">
<i class="fab fa-facebook-f white-text mr-10"> </i>
</a>
<!-- Twitter -->
<a class="tw-ic" style="margin: 0% 2.5%;">
<i class="fab fa-twitter white-text mr-10"> </i>
</a>
<!-- Google +-->
<a class="gplus-ic" style="margin: 0% 2.5%;">
<i class="fab fa-google-plus-g white-text mr-10"> </i>
</a>
<!--Linkedin -->
<a class="li-ic" style="margin: 0% 2.5%;">
<i class="fab fa-linkedin-in white-text mr-7"> </i>
</a>
<!--Instagram-->
<a class="ins-ic" style="margin: 0% 2.5%;">
<i class="fab fa-instagram white-text"> </i>
</a>
</div>
<!-- Grid column -->
</div>
<!-- Grid row-->
</div>
</div>
<!-- Footer Links -->
<div class="container text-center text-md-left mt-5">
<!-- Grid row -->
<div class="row mt-3 dark-grey-text">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mb-4">
<!-- Content -->
<h6 class="text-uppercase font-weight-bold">Company name</h6>
<hr class="teal accent-3 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>Here you can use rows and columns to organize your footer content. Lorem ipsum dolor sit amet,
consectetur
adipisicing elit.</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold">Products</h6>
<hr class="teal accent-3 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<a class="dark-grey-text" href="#">product 1</a>
</p>
<p>
<a class="dark-grey-text" href="#!">product 2</a>
</p>
<p>
<a class="dark-grey-text" href="#!">product 3</a>
</p>
<p>
<a class="dark-grey-text" href="#!">product 4</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4" style="color: #fff;">
<!-- Links -->
<h6 class="text-uppercase font-weight-bold">Useful links</h6>
<hr class="teal accent-3 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<a class="dark-grey-text" href="#!">Your Account</a>
</p>
<p>
<a class="dark-grey-text" href="#!">Become an Affiliate</a>
</p>
<p>
<a class="dark-grey-text" href="#!">Shipping Rates</a>
</p>
<p>
<a class="dark-grey-text" href="#!">Help</a>
</p>
</div>
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4" style="color: #fff;">
<h6 class="text-uppercase font-weight-bold">Contact</h6>
<hr class="teal accent-3 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<i class="fas fa-home mr-3"></i> New York, NY 10012, US</p>
<p>
<i class="fas fa-envelope mr-3"></i> info@example.com</p>
<p>
<i class="fas fa-phone mr-3"></i> + 01 234 567 88</p>
<p>
<i class="fas fa-print mr-3"></i> + 01 234 567 89</p>
</div>
</div>
</div>
<div class="footer-copyright text-center text-white-50 py-3">© 2021 Copyright:
<a class="dark-grey-text" href="https://github.com/suru77"> suru77</a>
</div>
</footer>
</body>
</html>