-
Notifications
You must be signed in to change notification settings - Fork 0
/
web-designs.html
113 lines (103 loc) · 4.54 KB
/
web-designs.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Elevate your online presence with our expert web design services.
We prioritise user-centric, visually appealing websites for a seamless and memorable online experience.
Stand out in the digital landscape with our attention to detail and captivating design.">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<title>ADI Design Agency</title>
<link rel="icon" type="image/x-icon" href="/default/adilogogold.ico">
</head>
<body>
<button onclick="topFunction()" id="scrollBtn" title="Go to top"><i class="bi bi-caret-up-square-fill"></i></button>
<nav>
<a href="index.html">
<img src="default/adilogogold.webp" width="100px" height="100px" alt="adi logo">
</a>
<ul class="nav-links">
<li class="link"><a href="index.html">Home</a></li>
<li class="link dropdown">
<a href="index.html#services">Services</a>
<ul class="dropdown-menu">
<li><a href="video-designs.html">Video Design</a></li>
<li><a href="graphic-designs.html">Graphic Design</a></li>
<li><a href="web-designs.html">Web Design</a></li>
</ul>
</li>
<li class="link"><a href="our-clients.html">Clients</a></li>
<li class="link"><a href="contact-us.html">Contact Us</a></li>
</ul>
</nav>
<header class="container">
<div class="content">
<span class="blur"></span>
<span class="blur"></span>
<h4>Our Web Design Portfolio</h4>
<H1>Digital <span>Presence,</span> <span>Seamless</span> Experience</H1>
<p>
Embark on a digital transformation journey with our expert web design services,
where we go beyond aesthetics to redefine your online presence. Our focus is on
creating user-centric, visually appealing websites that not only captivate your
audience but also deliver a seamless and memorable online experience. From intuitive
navigation to engaging visuals, we craft every detail to ensure your online platform
leaves a lasting impression and stands out in the digital landscape.
</p>
</div>
<div class="video">
<video width="320" height="240" autoplay muted loop playsinline preload="auto">
<source src="default/adilogovid.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</header>
<div class="reveal">
<section class="tempcontainer">
<h2 class="tempheader">Coming Soon...</h2>
</section>
</div>
<div class="reveal">
<footer class="container">
<span class="blur"></span>
<span class="blur"></span>
<div class="column">
<img src="default/adilogogold.webp" width="100px" height="100px" alt="adi logo">
<p>
<p>
Bringing your vision to life
</p>
<div class="socials">
<a href="https://www.instagram.com/adi.visuals" target="_blank"><i class="bi bi-instagram"></i></a>
<a href="contact-us.html"><i class="bi bi-envelope-at"></i></a>
</div>
</div>
<div class="column">
<h4>Company</h4>
<a href="#">Business</a>
<a href="#">Partnership</a>
<a href="#">Network</a>
</div>
<div class="column">
<h4>About Us</h4>
<a href="#">Blogs</a>
<a href="#">Channels</a>
<a href="#">Sponsors</a>
</div>
<div class="column">
<h4>Contact</h4>
<a href="contact-us.html">Contact Us</a>
<a href="#">Privicy Policy</a>
<a href="#">Terms & Conditions</a>
</div>
</footer>
</div>
<div class="copyright">
Copyright © 2024 ADI Visuals. All Rights Reserved.
</div>
<!-- SCRIPTS -->
<script src="scrollReveal.js"></script>
<script src="scroll-top.js"></script>
</body>
</html>