-
Notifications
You must be signed in to change notification settings - Fork 0
/
our-clients.html
166 lines (155 loc) · 7.42 KB
/
our-clients.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
<!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="Discover our valued partnerships with university societies at ADI Designs. Explore the logos and designs that reflect our commitment to creativity and impact, showcasing the brands we've proudly collaborated with to bring their visions to life.">
<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 Valued Clients</h4>
<H1><span>Custom</span> Solutions <br>for <span>Unique</span> Stories</H1>
<p>
At ADI Designs, we take pride in our relationships with a diverse range of societies from universities, delivering tailored video and poster design services that meet their unique needs. Whether through one-off projects or ongoing collaborations, we strive to understand and elevate their vision. Each partnership is an opportunity to create something remarkable, ensuring that every piece of work resonates with its intended audience and enhances the impact of their events.
</p>
</div>
<div class="video">
<video width="320" height="240" autoplay muted loop playsinline>
<source src="default/adilogographics.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</header>
<div class="reveal">
<section class="client-container" id="clients">
<h2 class="header">Our Clients</h2>
<p class="sub-header">
Explore Our Collaborative Journey: A Portfolio of Brands We Have Helped Elevate.
</p>
<div class="reveal">
<div class="unit">
<div class="side-by-side">
<a href="https://www.instagram.com/swansmallusoc/" target="_blank">
<img src="clients/swansea.jpg" alt="Swansea Mallu Soc" style="width:300px;height:300px;">
</a>
</div>
<div class="side-by-side">
<a href="https://www.instagram.com/machansevents/" target="_blank">
<img src="clients/machans.jpg" alt="Machans Events" style="width:300px;height:300px;">
</a>
</div>
</div>
</div>
<div class="reveal">
<div class="unit">
<div class="side-by-side">
<a href="https://www.instagram.com/lcb.events/" target="_blank">
<img src="clients/lcb.jpg" alt="LCB Events" style="width:300px;height:300px;">
</a>
</div>
<div class="side-by-side">
<a href="https://www.instagram.com/kentmallusoc/" target="_blank">
<img src="clients/kent.jpg" alt="Kent Mallu Soc" style="width:300px;height:300px;">
</a>
</div>
</div>
</div>
<div class="reveal">
<div class="unit">
<div class="side-by-side">
<a href="https://www.instagram.com/sotonmalayalisoc/" target="_blank">
<img src="clients/southampton.jpg" alt="Southampton Mallu Soc" style="width:300px;height:300px;">
</a>
</div>
<div class="side-by-side">
<a href="https://www.instagram.com/warwickmallusoc/" target="_blank">
<img src="clients/warwick.jpg" alt="Warwick Mallu Soc" style="width:300px;height:300px;">
</a>
</div>
</div>
</div>
<div class="reveal">
<div class="unit">
<div class="side-by-side">
<a href="https://www.instagram.com/ukkcyl/" target="_blank">
<img src="clients/ukkycl.jpg" alt="UKKYCL" style="width:300px;height:300px;">
</a>
</div>
<div class="side-by-side">
<a href="https://www.instagram.com/cardiffmallusoc/" target="_blank">
<img src="clients/cardiff.jpg" alt="Cardiff Mallu Soc" style="width:300px;height:300px;">
</a>
</div>
</div>
</div>
</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>