-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
484 lines (359 loc) · 24.3 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
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Loglow - Logo Design Mock Project</title>
<!-- CSS FILES -->
<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=Noto+Sans+JP:wght@100;300;400;700;900&display=swap" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-icons.css" rel="stylesheet">
<link rel="stylesheet" href="css/magnific-popup.css">
<link href="css/aos.css" rel="stylesheet">
<link href="css/Logodecoded.css" rel="stylesheet">
<!--
Loglow - Logo design mock project
-->
</head>
<body>
<main>
<div class="backgroundHero">
<section class="hero" id="hero">
<div class="heroText">
<h1 class="text-white mt-5 mb-lg-4" data-aos="zoom-in" data-aos-delay="800">
We design
</h1>
</div>
<div class="videoWrapper">
<span class="logos" id="logos">LOGOS.</span>
<!--img src="images/814dc43e870597176cad645798825c03.gif" style = "background-size: cover;"-->
</div>
<div class="heroText2">
<h1 class="text-white mt-5 mb-lg-4" data-aos="zoom-in" data-aos-delay="800">
That work.
</h1>
<p class="text-secondary-white-color" data-aos="fade-up" data-aos-delay="1000">
Present your brand at its best.<strong class="custom-underline"> The way you deserve to.</strong>
</p>
</div>
<div class="overlay"></div>
</section>
</div>
<nav class="navbar navbar-expand-lg bg-light shadow-lg">
<div class="container">
<a class="navbar-brand" href="index.html">
<strong><span class="logos2">Loglow </span>- Logos that glow.</strong>
</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 mx-auto">
<li class="nav-item active">
<a class="nav-link" href="#hero">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">Our Studio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#news">News & Events</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="section-padding pb-0" id="about">
<div class="container mb-5 pb-lg-5">
<div class="row">
<div class="col-12">
<h2 class="mb-3 header1" data-aos="fade-up">Handpicked<br><span id="break">Designs</span></h2>
</div>
<div class="col-lg-6 col-12 mt-3 mb-lg-5">
<p class="me-4" data-aos="fade-up" data-aos-delay="300">Let us do the work for you. We work with clients based on personal needs. Whether you need us to create a logo from scratch or customize your existing design, we have you covered. <br><br>The best value design you could ask for. We work with you until you are satisfied.</p>
</div>
<div class="col-lg-6 col-12 mt-lg-3 mb-lg-5">
<p data-aos="fade-up" data-aos-delay="500">With 5 revisions, you won't go wrong with our PRO package. Every detail will be taken under consideration in order to make sure you get the best product for what you pay.</p>
</div>
</div>
</div>
<div class="container-fluid">
<div class="row">
<div class="col-lg-3 col-12 p-0">
<img src="images/LogoDesign.png" class="img-fluid about-image" alt="">
</div>
<div class="col-lg-3 col-12 bg-dark">
<div class="d-flex flex-column flex-wrap justify-content-center h-100 py-5 px-4 pt-lg-4 pb-lg-0">
<h3 class="text-white mb-3" data-aos="fade-up">We will utilize our inspirations and help you transform your brand. Logos that glow.</h3>
<p class="text-secondary-white-color" data-aos="fade-up">Working with over 700 active clients/partners.</p>
<div class="mt-3 custom-links">
<a href="#news" class="text-white custom-link" data-aos="zoom-in" data-aos-delay="100">Sneak Peek</a>
<a href="#contact" class="text-white custom-link" data-aos="zoom-in" data-aos-delay="300">Are you a desginer looking for work? Apply to join the Team.</a>
</div>
</div>
</div>
<div class="col-lg-6 col-12 p-0">
<section id="myCarousel" class="carousel slide carousel-fade" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/people/studio-shot-beautiful-happy-retired-caucasian-female-with-pixie-hairdo-crossing-arms-her-chest-having-confident-look-smiling-broadly.jpg" class="img-fluid team-image" alt="">
<div class="team-thumb bg-warning">
<h3 class="text-white mb-0">Alex Richards</h3>
<p class="text-secondary-white-color mb-0">Founding Partner</p>
</div>
</div>
<div class="carousel-item">
<img src="images/people/project-leder-with-disabilities-looking-front-sitting-immobilized-wheelchair-business-office-room.jpg" class="img-fluid team-image" alt="">
<div class="team-thumb bg-primary">
<h3 class="text-white mb-0"> Sam Doe</h3>
<p class="text-secondary-white-color mb-0">CEO & Investor</p>
</div>
</div>
<div class="carousel-item">
<img src="images/people/asia-business-woman-feeling-happy-smiling-looking-camera-while-relax-home-office.jpg" class="img-fluid team-image" alt="">
<div class="team-thumb bg-success">
<h3 class="text-white mb-0">Kelly W.</h3>
<p class="text-secondary-white-color mb-0">Art Director</p>
</div>
</div>
<div class="carousel-item">
<img src="images/people/happy-african-american-professional-manager-smiling-looking-camera-headshot-portrait.jpg" class="img-fluid team-image" alt="">
<div class="team-thumb bg-info">
<h3 class="text-white mb-0">Carl Hughes</h3>
<p class="text-secondary-white-color mb-0">Sales & Marketing</p>
</div>
</div>
<div class="carousel-item">
<img src="images/people/working-business-lady.jpg" class="img-fluid team-image" alt="">
<div class="team-thumb bg-danger">
<h3 class="text-white mb-0">Rodrigo S.</h3>
<p class="text-secondary-white-color mb-0">Project Management</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#myCarousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#myCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</section>
</div>
</div>
</div>
</section>
<section class="section-padding" id="portfolio">
<div class="container">
<div class="row">
<div class="col-12">
<h2 class="mb-5 text-center" data-aos="fade-up">Portfolio</h2>
</div>
<div class="col-lg-6 col-12">
<div class="portfolio-thumb mb-5" data-aos="fade-up">
<a href="images/portfolio/visuals-Y4qzW3AsvqI-unsplash.jpeg" class="image-popup">
<img src="images/portfolio/logo1.png" class="img-fluid portfolio-image" alt="">
</a>
<div class="portfolio-info">
<h4 class="portfolio-title mb-0">#Sample 1</h4>
<p class="text-danger">Community Brand</p>
</div>
</div>
<div class="portfolio-thumb" data-aos="fade-up">
<a href="images/portfolio/severin-candrian-nn3uIZqmUtE-unsplash.jpeg" class="image-popup">
<img src="images/portfolio/logo2.png" class="img-fluid portfolio-image" alt="">
</a>
<div class="portfolio-info">
<h4 class="portfolio-title mb-0">#Sample 2</h4>
<p class="text-danger">Food Brand</p>
</div>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="portfolio-thumb mt-5 mt-lg-0 mb-5" data-aos="fade-up">
<a href="images/portfolio/tyler-nix-Y1drF0Y3Oe0-unsplash.jpeg" class="image-popup">
<img src="images/portfolio/logo3.png" class="img-fluid portfolio-image" alt="">
</a>
<div class="portfolio-info">
<h4 class="portfolio-title mb-0">#Sample 3</h4>
<p class="text-danger">Tech Brand</p>
</div>
</div>
<div class="portfolio-thumb" data-aos="fade-up">
<a href="images/portfolio/thought-catalog-gv-T-OjLe4c-unsplash.jpeg" class="image-popup">
<img src="images/portfolio/logo4.png" class="img-fluid portfolio-image" alt="">
</a>
<div class="portfolio-info">
<h4 class="portfolio-title mb-0">#Sample 4</h4>
<p class="text-danger">Service Brand</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="news section-padding" id="news">
<div class="container">
<div class="row">
<div class="col-12">
<h2 class="mb-5 text-center" data-aos="fade-up">News & Events</h2>
</div>
<div class="col-lg-6 col-12 mb-5 mb-lg-0">
<div class="news-thumb" data-aos="fade-up">
<a href="news-detail.html" class="news-image-hover news-image-hover-warning">
<img src="images/news/caroline-lm-uqveD8dYPUM-unsplash.jpg" class="img-fluid large-news-image news-image" alt="">
</a>
<div class="news-category bg-warning text-white">News</div>
<div class="news-text-info">
<h5 class="news-title">
<a href="news-detail.html" class="news-title-link">Our secret logo design recipe that will level up your business.</a>
</h5>
<span class="text-muted">07/02/2022</span>
</div>
</div>
</div>
<div class="col-lg-6 col-12">
<div class="news-thumb news-two-column d-flex flex-column flex-lg-row" data-aos="fade-up">
<div class="news-top w-100">
<a href="news-detail.html" class="news-image-hover news-image-hover-primary">
<img src="images/news/jean-philippe-delberghe-MmanXAs1sKw-unsplash.jpeg" class="img-fluid news-image" alt="">
</a>
<div class="news-category bg-primary text-white">Events</div>
</div>
<div class="news-bottom w-100">
<div class="news-text-info">
<h5 class="news-title">
<a href="news-detail.html" class="news-title-link">Job Opportunities: Digital, Marketing</a>
</h5>
<div class="d-flex flex-wrap">
<span class="text-muted me-2">
<i class="bi-geo-alt-fill me-1 mb-2 mb-lg-0"></i>
Alaska,
</span>
<span class="text-muted">August 6, 2021</span>
</div>
</div>
</div>
</div>
<div class="news-thumb news-two-column d-flex flex-column flex-lg-row" data-aos="fade-up">
<div class="news-top w-100" data-aos="fade-up">
<a href="news-detail.html" class="news-image-hover news-image-hover-success">
<img src="images/news/maria-stewart-p4tj0g-_aMM-unsplash.jpeg" class="img-fluid news-image" alt="">
</a>
<div class="news-category bg-success text-white">News</div>
</div>
<div class="news-bottom w-100">
<div class="news-text-info">
<h5 class="news-title">
<a href="news-detail.html" class="news-title-link">Our secret Logo Design Recipe?</a>
</h5>
<span class="text-muted">6 days ago</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class=" contact section-padding" id="contact">
<div class="container">
<div class="row">
<div class="col-lg-7 col-12 mx-auto">
<h2 class="mb-4 text-center" data-aos="fade-up">Connect with Us:</h2>
<form action="#" method="post" class="contact-form" role="form" data-aos="fade-up">
<div class="row">
<div class="col-lg-6 col-6">
<label for="name" class="form-label">Name <sup class="text-danger">*</sup></label>
<input type="text" name="name" id="name" class="form-control" placeholder="Full name" required>
</div>
<div class="col-lg-6 col-6">
<label for="email" class="form-label">Email <sup class="text-danger">*</sup></label>
<input type="email" name="email" id="email" pattern="[^ @]*@[^ @]*" class="form-control" placeholder="Email address" required>
</div>
<div class="col-12 my-4">
<label for="message" class="form-label">How can we assist?</label>
<textarea name="message" rows="6" class="form-control" id="message" placeholder="Please feel free to ask questions or chit-chat about your brand." required></textarea>
</div>
<div class="col-12">
<label for="services" class="form-label">Services<sup class="text-danger">*</sup></label>
</div>
<div class="col-lg-4 col-12">
<div class="form-check">
<input type="checkbox" id="checkbox1" name="checkbox1" class="form-check-input">
<label for="checkbox1">Logo Design</label>
</div>
</div>
<div class="col-lg-4 col-12 my-2 my-lg-0">
<div class="form-check">
<input type="checkbox" id="checkbox2" name="checkbox2" class="form-check-input">
<label for="checkbox2">Full Branding</label>
</div>
</div>
<div class="col-lg-4 col-12">
<div class="form-check">
<input type="checkbox" id="checkbox3" name="checkbox3" class="form-check-input">
<label for="checkbox3">Marketing</label>
</div>
</div>
</div>
<div class="col-lg-5 col-12 mx-auto mt-5">
<button type="submit" class="form-control">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</section>
<section class="google-map">
<iframe src="https://maps.google.com/maps?q=Av.+L%C3%BAcio+Costa,+Rio+de+Janeiro+-+RJ,+Brazil&t=&z=13&ie=UTF8&iwloc=&output=embed" class="map-iframe" width="100%" height="400" style="border:0;" allowfullscreen="" loading="lazy"></iframe>
</section>
</main>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-12">
<h5 class="text-white">
<i class="bi-geo-alt-fill me-2"></i>
State of Rio de Janeiro, Brazil
</h5>
<a href="mailto:[email protected]" class="custom-link mt-3 mb-5">
</a>
</div>
<div class="col-6">
<p class="copyright-text mb-0">Copyright © Sean Dwivedi 2022
<br><br>Designer: <a href="https://github.com/page/1" target="_parent">// Sean Decoded 💀//</a></p>
</div>
<div class="col-lg-3 col-5 ms-auto">
<ul class="social-icon">
<li><a href="#" class="social-icon-link bi-facebook"></a></li>
<li><a href="#" class="social-icon-link bi-twitter"></a></li>
<li><a href="#" class="social-icon-link bi-whatsapp"></a></li>
<li><a href="#" class="social-icon-link bi-instagram"></a></li>
<li><a href="#" class="social-icon-link bi-youtube"></a></li>
</ul>
</div>
</div>
</section>
</footer>
<!-- JAVASCRIPT FILES -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/aos.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/magnific-popup-options.js"></script>
<script src="js/scrollspy.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>