-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
565 lines (557 loc) · 21.9 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
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
<!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" />
<!-- Custom css -->
<link rel="stylesheet" href="style.css" />
<!-- Bootstrap css -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/brands.min.css"
integrity="sha512-apX8rFN/KxJW8rniQbkvzrshQ3KvyEH+4szT3Sno5svdr6E/CP0QE862yEeLBMUnCqLko8QaugGkzvWS7uNfFQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/fontawesome.min.css"
integrity="sha512-OdEXQYCOldjqUEsuMKsZRj93Ht23QRlhIb8E/X0sbwZhme8eUw6g8q7AdxGJKakcBbv7+/PX0Gc2btf7Ru8cZA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- Title -->
<title>Digi.io</title>
</head>
<body>
<!-- Nav start -->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<!-- Company Name/ Logo -->
<a class="navbar-brand Nav_name" href="#"
>Di<span style="color: red">gi</span>.io</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>
<!-- Navigations -->
<div class="collapse navbar-collapse float-start" id="navbarNav">
<ul class="navbar-nav ms-auto">
<!-- Home -->
<li class="nav-item Nav_Items">
<a class="nav-link active Navgations" aria-current="page" href="#"
>Home</a
>
</li>
<!-- About us -->
<li class="nav-item ms-3 Nav_Items">
<a class="nav-link Navgations" href="#About">About US</a>
</li>
<!-- Our process -->
<li class="nav-item ms-3 Nav_Items">
<a class="nav-link Navgations" href="#Process_Title"
>Our Process</a
>
</li>
<!-- Services -->
<li class="nav-item ms-3 Nav_Items">
<a class="nav-link Navgations" href="#Service_Section"
>Services <i class="fas fa-chevron-down"></i
></a>
</li>
<!-- Products -->
<li class="nav-item ms-3 Nav_Items">
<a class="nav-link Navgations" href="#"
>Products <i class="fas fa-chevron-down"></i
></a>
</li>
<!-- Contacts -->
<li class="nav-item ms-3 Nav_Items">
<a class="nav-link Navgations" href="#Contact_US">Contacts</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Nav end -->
<main>
<!-- Banner start -->
<section id="Banner">
<div>
<p id="Banner_Info"><b>We are </b> a digital agency of change.</p>
<div class="Banner_Buttons">
<button class="Banner_Button">Start work with us</button>
<button class="Banner_Button">Case studies</button>
</div>
</div>
</section>
<!-- Banner ends -->
<!-- About us start -->
<section class="container mt-5">
<!-- About info -->
<div class="row">
<div class="col-md-3">
<p id="About">About Us</p>
<p>
We're a creative digital agency focused on results-driven
solutions for companies ranging from start-ups to global
organisations.
</p>
</div>
<!-- Card 1 -->
<div class="col-md-3 d-flex justify-content-center About_Cards">
<div class="About_Card">
<i class="fas fa-shopping-cart About_Icons"></i>
<p class="About_Card_Title">E-commerce</p>
<a href="" class="About_Card_Learn_More"
>Learn more <i class="fas fa-long-arrow-alt-right"></i
></a>
</div>
</div>
<!-- Card 2 -->
<div class="col-md-3 d-flex justify-content-center About_Cards">
<div class="About_Card">
<i class="fab fa-google-play About_Icons"></i>
<p class="About_Card_Title">App Development</p>
<a href="" class="About_Card_Learn_More"
>Learn more <i class="fas fa-long-arrow-alt-right"></i
></a>
</div>
</div>
<!-- Card 3 -->
<div class="col-md-3 d-flex justify-content-center About_Cards">
<div class="About_Card">
<i class="fab fa-wordpress About_Icons"></i>
<p class="About_Card_Title">Wordpress</p>
<a href="" class="About_Card_Learn_More"
>Learn more <i class="fas fa-long-arrow-alt-right"></i
></a>
</div>
</div>
<!-- SVG Image -->
<div class="col-md-3">
<img src="./art.svg" alt="" />
</div>
<!-- Card 4 -->
<div class="col-md-3 d-flex justify-content-center About_Cards">
<div class="About_Card">
<i class="fab fa-shopify About_Icons"></i>
<p class="About_Card_Title">Shopify App</p>
<a href="" class="About_Card_Learn_More"
>Learn more <i class="fas fa-long-arrow-alt-right"></i
></a>
</div>
</div>
<!-- Card 5 -->
<div class="col-md-3 d-flex justify-content-center About_Cards">
<div class="About_Card">
<i class="fas fa-palette About_Icons"></i>
<p class="About_Card_Title">Graphics</p>
<a href="" class="About_Card_Learn_More"
>Learn more <i class="fas fa-long-arrow-alt-right"></i
></a>
</div>
</div>
<!-- Card 6 -->
<div class="col-md-3 d-flex justify-content-center About_Cards">
<div class="About_Card">
<i class="fas fa-vr-cardboard About_Icons"></i>
<p class="About_Card_Title">3d</p>
<a href="" class="About_Card_Learn_More"
>Learn more <i class="fas fa-long-arrow-alt-right"></i
></a>
</div>
</div>
</div>
</section>
<!-- About us ends -->
<!-- Service section start -->
<section id="Service_Section" class="Service_Section">
<div class="container pb-5">
<div class="row ms-3">
<!-- Service title -->
<div class="col-md-4">
<p class="Service_Title">Our Services</p>
</div>
<!-- Service description -->
<div class="col-md-8 mt-5 Service_Info">
<p class="ms-3 mt-3">
<b
>We can work together to get your ideas off the drawing board
and into the real world</b
>
</p>
<p class="ms-3">
We’re a creative digital agency that helps passionate
organizations achieve inspiring results. We are guided by
values, driven by purpose, and dedicated to our clients’
success.
</p>
</div>
</div>
</div>
<!-- Service icons -->
<div class="container">
<div class="row gy-5 mt-3 pb-5">
<!-- Icon 1 -->
<div class="col-6 col-md-2 col-sm-4 d-flex justify-content-center">
<div class="Service_Icons">
<i class="fas fa-clipboard"></i>
</div>
</div>
<!-- Icon 2 -->
<div
class="col-6 col-sm-4 col-md-2 col-sm-4 d-flex justify-content-center"
>
<div class="Service_Icons">
<i class="far fa-lightbulb"></i>
</div>
</div>
<!-- Icon 3 -->
<div class="col-6 col-md-2 col-sm-4 d-flex justify-content-center">
<div class="Service_Icons">
<i class="fas fa-microchip"></i>
</div>
</div>
<!-- Icon 4 -->
<div class="col-6 col-md-2 col-sm-4 d-flex justify-content-center">
<div class="Service_Icons">
<i class="fas fa-bullhorn"></i>
</div>
</div>
<!-- Icon 5 -->
<div class="col-6 col-md-2 col-sm-4 d-flex justify-content-center">
<div class="Service_Icons">
<i class="fas fa-chart-line"></i>
</div>
</div>
<!-- Icon 6 -->
<div class="col-6 col-md-2 col-sm-4 d-flex justify-content-center">
<div class="Service_Icons">
<i class="fas fa-chart-line"></i>
</div>
</div>
</div>
</div>
</section>
<!-- Service section ends -->
<!-- Process section start-->
<section class="Process_Section">
<!-- Title and Description -->
<div class="container pt-5">
<div class="row">
<div class="col-md-4"></div>
<div class="col-md-8">
<p id="Process_Title" class="Process_Title">Our Process</p>
<p class="Process_Description">
Having worked on a number of different projects we have been
able to gain experience running numerous project delivery
methodologies. The key is choosing the most appropriate
methodology based on a number of criterias.
</p>
</div>
</div>
</div>
<!-- Images and Cards -->
<div id="Process" class="container mt-5 pb-5">
<div class="row pt-5">
<!-- Images -->
<div class="col-md-4 d-flex justify-content-center">
<div class="Process_Left_Images">
<img class="Meeting_Image" src="./img08.jpg" alt="" />
</div>
</div>
<!-- Card1 -->
<div class="col-md-4 d-flex justify-content-center">
<div class="p-3 Process_Cards mt-5">
<p class="Process_Number">01.</p>
<p class="Process_Card_Title pt-3">Discover</p>
<p class="Process_Card_Description">
Step into the shoes of your customers and tailor your website
to their needs with our strategies. Through our systematic
approach, we are able to boost your revenue.
</p>
</div>
</div>
<!-- Card2 -->
<div class="col-md-4 d-flex justify-content-center">
<div class="p-3 Process_Cards mt-5">
<p class="Process_Number">02.</p>
<p class="Process_Card_Title pt-3">Define</p>
<p class="Process_Card_Description">
Delivering a meaningful and relevant experience to your users
can improve brand reputation and boost conversions. Our deep
understanding of your users allows us to ensure each element
of your page is fully optimised.
</p>
</div>
</div>
<!-- Card3 -->
<div class="col-md-4"></div>
<div class="col-md-4 d-flex justify-content-center">
<div class="p-3 Process_Cards mt-5">
<p class="Process_Number">03.</p>
<p class="Process_Card_Title pt-3">Create</p>
<p class="Process_Card_Description">
A stand-out website design will attract consumers to your
brand, enhance perceived trustworthiness and ultimately
increase conversions. Our designs achieve just that while
remaining multi-device ready and SEO-optimised.
</p>
</div>
</div>
<!-- Card-4 -->
<div class="col-md-4 d-flex justify-content-center">
<div class="p-3 Process_Cards mt-5">
<p class="Process_Number">04.</p>
<p class="Process_Card_Title pt-3">Evolve</p>
<p class="Process_Card_Description">
Ensure that your business’s message is seen in the right
place, at the right time, by the right audience; with a
creative social media strategy designed to spark new
conversations and build relationships with the community.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Process section ends-->
<!-- Why us section start -->
<section>
<div class="container mt-5 mb-5">
<div class="row">
<!-- Left side -->
<div class="col-md-6">
<!-- Title -->
<p id="WhyUS_Title">Why us</p>
<!-- Sub title -->
<p id="WhyUS_Sub_Title" class="Color1">
<span id="Coma">"</span>DESIGN DRIVEN RESULTS
</p>
<!-- Description -->
<p id="WhyUS_Description">
As a full-service digital agency, we’re keen to provide
businesses across the globe with the services they require to
build their brand and develop as an industry-leader. Check out
our wide range of digital marketing services.
</p>
<!-- List -->
<div class="container mt-5">
<div class="row">
<div class="col-md-12">
<!-- List 1 -->
<div class="d-flex WhyUs_Lists">
<p class="WhyUS_Icons"><i class="far fa-star"></i></p>
<p class="WhyUS_List_Text">The best specialists</p>
</div>
<!-- List 2 -->
<div class="d-flex">
<p class="WhyUS_Icons"><i class="far fa-clock"></i></p>
<p class="WhyUS_List_Text">Creative digital services</p>
</div>
<!-- List 3 -->
<div class="d-flex">
<p class="WhyUS_Icons">
<i class="fas fa-chart-line"></i>
</p>
<p class="WhyUS_List_Text">
All the journey we’ll support you
</p>
</div>
<!-- List 4 -->
<div class="d-flex">
<p class="WhyUS_Icons">
<i class="far fa-lightbulb"></i>
</p>
<p class="WhyUS_List_Text">Brand management</p>
</div>
</div>
</div>
</div>
</div>
<!-- WhyUS Image -->
<div class="col-md-6 mt-5">
<img class="WhyUS_Image" src="./img04.jpg" alt="" />
</div>
</div>
</div>
</section>
<!-- Why us section ends -->
<!-- Contact us section start -->
<section id="Contact_US">
<div class="container mt-5 mb-5">
<div class="row">
<!-- Left section start -->
<div class="col-md-7 mt-5 mb-2">
<p id="Contact_Title">Get in touch with us</p>
<p id="Contact_Description">
Whether you’ve got a quick question or you want to run through
the details of your next big project, we can help. Speak to one
of our experts.
</p>
<!-- Contact us button -->
<button id="Contact_Us_Button">
contact us
<i class="fas fa-location-arrow Contact_Us_Button_Icon"></i>
</button>
</div>
<!-- Left section ends -->
<div class="col-md-1"></div>
<!-- Right section start -->
<div
class="col-md-4 d-flex justify-content-center mt-5 mb-5 Contact_Us_Right_Section"
>
<div class="m-3">
<!-- Working Hours -->
<div class="d-flex mb-3 Contact_Us_Right_Section_First">
<p class="Contact_Us_Right_Icons">
<i class="far fa-calendar-alt"></i>
</p>
<div class="mt-1">
<p class="Contact_Us_Right_Title">Working hours:</p>
<p class="Contact_Us_Right_Description">
Monday - Friday: 9:00 - 18:00
</p>
</div>
</div>
<!-- Visit us -->
<div class="d-flex">
<p class="Contact_Us_Right_Icons">
<i class="fas fa-city"></i>
</p>
<div class="mt-1">
<p class="Contact_Us_Right_Title">Visit us:</p>
<p class="Contact_Us_Right_Description">
Lipsum, 61168, SE 228. LA
</p>
</div>
</div>
</div>
</div>
<!-- Right section rnds -->
</div>
</div>
</section>
<!-- Contact us section ends -->
<!-- Footer start -->
<footer>
<div class="container pb-5">
<div class="row ms-2">
<!-- Footer info -->
<div class="col-12 col-md-4 col-sm-12 mt-5">
<div>
<a class="navbar-brand Nav_name text-dark" href="#"
>Di<span style="color: red">gi</span>.io</a
>
<p id="Footer_Description">
We’re not just a digital agency, <br />
we’re your partner
</p>
<p id="Footer_Copyright">
Copyright © 2021 - Digi.io digital agency.
</p>
<div class="d-flex">
<p class="Footer_Privacy_Terms hvr">Privacy Policy</p>
<p class="Footer_Privacy_Terms hvr">Terms & Conditions</p>
</div>
</div>
</div>
<!-- Footer company -->
<div
class="col-6 col-sm-6 col-md-2 d-flex justify-content-center mt-5"
>
<div>
<p class="Footer_Cols_Titles">COMPANY</p>
<p class="Footer_Cols_Items hvr">About us</p>
<p class="Footer_Cols_Items hvr">Our work</p>
<p class="Footer_Cols_Items hvr">Services</p>
<p class="Footer_Cols_Items hvr">Products</p>
<p class="Footer_Cols_Items hvr">Contacts</p>
</div>
</div>
<!-- Footer work -->
<div
class="col-6 col-sm-6 col-md-2 d-flex justify-content-center mt-5"
>
<div>
<p class="Footer_Cols_Titles">OUR WORK</p>
<p class="Footer_Cols_Items hvr">E-commerce</p>
<p class="Footer_Cols_Items hvr">App Development</p>
<p class="Footer_Cols_Items hvr">Wordpress</p>
<p class="Footer_Cols_Items hvr">Shopify App</p>
<p class="Footer_Cols_Items hvr">Graphics</p>
<p class="Footer_Cols_Items hvr">3D</p>
</div>
</div>
<div class="col-md-1"></div>
<!-- Footer Contact links -->
<div class="col-md-3 mt-5">
<div>
<p class="Footer_Cols_Titles">GET IN TOUCH</p>
<p class="Footer_Cols_Items m-0 hvr">
<i class="fas fa-map-marker-alt"></i> Lipsum, 61168, SE 228.
LA
</p>
<p class="Footer_Cols_Items hvr">
<i class="fas fa-phone-alt"></i> +80 123 657 1948
</p>
<p id="Footer_Email_Message">
Feel free to get in touch with us via email
</p>
<p id="Footer_Email">example@gmail.com</p>
<!-- Social Icons -->
<div class="d-flex">
<p class="Footer_Social_Icons">
<i class="fab fa-facebook-f"></i>
</p>
<p class="Footer_Social_Icons">
<i class="fab fa-linkedin-in"></i>
</p>
<p class="Footer_Social_Icons">
<i class="fab fa-instagram"></i>
</p>
</div>
</div>
</div>
</div>
</div>
</footer>
</main>
<!-- Bootsrap JS -->
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js"
integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF"
crossorigin="anonymous"
></script>
<!-- Imtious Islam -->
</body>
</html>