-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
268 lines (264 loc) · 8.95 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
<!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" />
<link rel="shortcut icon" href="./images/logo.png" />
<link
rel="stylesheet"
type="text/css"
media="screen"
href="styles/main.css"
/>
<link
rel="stylesheet"
type="text/css"
media="screen"
href="styles/index.css"
/>
<title>Adda - Home</title>
</head>
<body>
<header id="nav">
<div class="nav--list">
<a href="index.html">
<h3 id="logo">
<img src="./images/logo.png" alt="Site Logo" />
</h3>
</a>
</div>
<div>
<a class="nav__link" id="create__room__btn" href="lobby.html">
Create Room
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="#ede0e0"
viewBox="0 0 24 24"
>
<path
d="M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm6 13h-5v5h-2v-5h-5v-2h5v-5h2v5h5v2z"
/>
</svg>
</a>
</div>
</header>
<main class="hero">
<div class="image__container">
<img
class="hero__img"
src="./images/Remote meeting-cuate.svg"
alt="meeting illustration"
/>
</div>
<div class="text__container">
<h1 class="hero__header">Welcome to Adda</h1>
<p class="hero__subtitle">
Adda is a powerful and easy-to-use video conference application
designed for both personal and professional use. With Adda, you can
connect with anyone, anywhere, and on any device.
</p>
<div class="hero__btn-container">
<a href="/index.html">
<button class="hero__buttons about-us__btn">About Us</button></a
>
<a href="./lobby.html">
<button class="hero__buttons join-room__btn">Join A Room</button></a
>
</div>
</div>
</main>
<section class="why-adda__container">
<div class="why-adda__text-container">
<p class="why-adda__text-why">What's Adda?</p>
<h2 class="why-adda__header">Why use Adda?</h2>
<p class="why-adda__subtitle">
Whether you're working from home, on the go, or in the office, Adda
makes it easy to stay connected with your team, classmates and
friends.
</p>
</div>
<div class="why-add__card-container">
<div class="why-adda-cards">
<div class="why-add-card-img-container">
<img
class="why-adda__card-img"
src="./images/screenshare.png"
alt=""
/>
</div>
<h3 class="why-adda__card-header">Cross-platform</h3>
<p class="why-adda__card-text">
Adda is easy to use and available on multiple platforms, including
web, mobile, and desktop. This means you can join a meeting from any
device, and it's accessible to anyone, anywhere.
</p>
</div>
<div class="why-adda-cards">
<div class="why-add-card-img-container">
<img
class="why-adda__card-img"
src="./images/conference.png"
alt=""
/>
</div>
<h3 class="why-adda__card-header">Collaboration</h3>
<p class="why-adda__card-text">
Adda offers a range of collaboration tools that make it easy for
teams to work together, whether it is for screen sharing or document
collaboration. This improves the overall productivity of your
meetings.
</p>
</div>
<div class="why-adda-cards">
<div class="why-add-card-img-container">
<img
class="why-adda__card-img"
src="./images/education.png"
alt=""
/>
</div>
<h3 class="why-adda__card-header">For Everyone</h3>
<p class="why-adda__card-text">
Adda is not only a great tool for professional meetings, but it's
also a valuable resource for students and educators. With Adda,
teachers can conduct online classes and webinars, and students can
attend from anywhere, making it easy for remote learning.
</p>
</div>
<div class="why-adda-cards">
<div class="why-add-card-img-container">
<img class="why-adda__card-img" src="./images/idea.png" alt="" />
</div>
<h3 class="why-adda__card-header">Free</h3>
<p class="why-adda__card-text">
One of the best things about Adda is that it is a free app, making
it accessible to users of all backgrounds and budgets. Having a free
app also makes it easy for users to try out the app, and decide
whether it suits their needs or not.
</p>
</div>
</div>
</section>
<!-- footer section -->
<footer class="footer">
<div class="footer__left">
<div class="footer__top">
<div class="footer__top-left">
<h2 class="footer__title">Get in Touch</h2>
<div class="footer__social">
<a
target="_blank"
class="footer__icon"
href="http://www.instagram.com"
>
<img
class="footer__icon-svg"
src="./images/icons/Icon-instagram.svg"
alt="footer icon instagram"
/>
</a>
<a
target="_blank"
class="footer__icon"
href="https://www.facebook.com/"
>
<img
class="footer__icon-svg"
src="./images/icons/Icon-facebook.svg"
alt="footer icon facebook"
/>
</a>
<a
target="_blank"
class="footer__icon"
href="https://www.twitter.com/"
>
<img
class="footer__icon-svg"
src="./images/icons/Icon-twitter.svg"
alt="footer icon twitter"
/>
</a>
</div>
</div>
<a
href="./index.html"
class="navigation__logo navigation__logo--desktop"
><img
class="navigation__svg"
src="./images/logo.png"
alt="band logo bandsite"
/></a>
</div>
<div class="footer__contact-info contact-info">
<ul class="contact-info__list">
<li class="contact-info__item contact-info__item--bold">
Cam Adams <br />
Marketing Coordinator
</li>
<li class="contact-info__item">
503 Broadway Penthouse, <br />
New York, NY 10012, USA
</li>
<li class="contact-info__item">
<a class="contact-info__email" href="mailto:info@thebeesknees.com"
>info@adda.com</a
>
</li>
</ul>
<ul class="contact-info__list">
<li class="contact-info__item contact-info__item--bold">
Pearl Gregg <br />
Product Marketer
</li>
<li class="contact-info__item">
Marketing Manager <br />
US / South America / Japan
</li>
<li class="contact-info__item">
<a
class="contact-info__email"
href="mailto:pearl.gregg@limitlessag.com"
>pearl.gregg@adda.com</a
>
</li>
</ul>
<ul class="contact-info__list">
<li class="contact-info__item contact-info__item--bold">
Samantha Perez <br />
Brand Manager
</li>
<li class="contact-info__item">
Marketing Manager <br />
UK / EU / AU
</li>
<li class="contact-info__item">
<a
class="contact-info__email"
href="mailto:cwhyte@archentertainment.com"
>samantha.perez@adda.com</a
>
</li>
</ul>
</div>
<div class="footer__copyright footer__copyright--tablet">
Copyright Adda © 2023 All Rights Reserved
</div>
</div>
<div class="footer__right">
<a href="./index.html" class="navigation__logo navigation__logo--mobile"
><img
class="navigation__svg"
src="./images/logo.png"
alt="band logo bandsite"
/></a>
<div class="footer__copyright footer__copyright--moible">
Copyright Adda © 2023 All Rights Reserved
</div>
</div>
</footer>
</body>
</html>