-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
286 lines (227 loc) · 9.75 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
<!DOCTYPE html>
<html lang="en">
<!--Author_ Daniel Thomas-->
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.googleapis.com/css2?family=Archivo:wght@400;700&display=swap" rel="stylesheet" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Glide.js/3.4.1/css/glide.core.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Glide.js/3.4.1/css/glide.theme.min.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="styles.css" />
<title>See Me Duo</title>
</head>
<body>
<header id="header" class="header">
<div class="navigation">
<div class="container">
<nav class="nav">
<div class="nav__hamburger">
<svg>
<use xlink:href="./images/sprite.svg#icon-menu"></use>
</svg>
</div>
<div class="nav__logo">
<a href="#header" class="scroll-link">
See Me Duo
</a>
</div>
<div class="nav__menu">
<div class="menu__top">
<span class="nav__category">See Me Duo</span>
<a href="#" class="close__toggle">
<svg>
<use xlink:href="./images/sprite.svg#icon-cross"></use>
</svg>
</a>
</div>
<ul class="nav__list">
<li class="nav__item">
<a href="#header" class="nav__link scroll-link">Home</a>
</li>
<li class="nav__item">
<a href="#collection" class="nav__link scroll-link">VideoCall</a>
</li>
<li class="nav__item">
<a href="#testimonial" class="nav__link scroll-link">Features</a>
</li>
<li class="nav__item">
<a href="#contact" class="nav__link scroll-link">About</a>
</li>
</ul>
</div>
<p>Made By <a href="https://danieltk26.github.io/Daniel-Thomas/">Daniel Thomas,</a></p>
<p>see how I made it <a href="docs.html">here</a></p>
</nav>
</div>
</div>
<div class="hero">
<div class="glide" id="glide_1">
<div class="glide__track" data-glide-el="track">
<ul class="glide__slides">
<li class="glide__slide">
<div class="hero__center">
<div class="hero__left">
<span class="">Duo Video Call</span>
<h1 class="">Meet your friends and relatives living abroad virtually</h1>
<p>No downloads Required</p>
<a href="#collection"><button class="hero__btn">Start Using</button></a>
</div>
<div class="hero__right">
<div class="hero__img-container">
<img class="banner_01" src="laptop demo.png" style="width: 1000px; height: 400px;" alt="banner2" />
</div>
</div>
</div>
</li>
<li class="glide__slide">
<div class="hero__center">
<div class="hero__left">
<span>Use it anytime, anywhere and on any device</span>
<h1>It works on all devces from PC to mobiles and Tablets</h1>
<p>No time limits and free of cost</p>
<a href="#collection"><button class="hero__btn">Start Using</button></a>
</div>
<div class="hero__right">
<img class="banner_02" src="mb_demo.png" alt="banner2" />
</div>
</div>
</li>
</ul>
</div>
<div class="glide__bullets" data-glide-el="controls[nav]">
<button class="glide__bullet" data-glide-dir="=0"></button>
<button class="glide__bullet" data-glide-dir="=1"></button>
</div>
<div class="glide__arrows" data-glide-el="controls">
<button class="glide__arrow glide__arrow--left" data-glide-dir="<">
<svg>
<use xlink:href="./images/sprite.svg#icon-arrow-left2"></use>
</svg>
</button>
<button class="glide__arrow glide__arrow--right" data-glide-dir=">">
<svg>
<use xlink:href="./images/sprite.svg#icon-arrow-right2"></use>
</svg>
</button>
</div>
</div>
</div>
</header>
<main id="main">
<div class="container">
<section id="collection" class="section collection">
<div class="collection__container" data-aos="fade-up" data-aos-duration="1200">
<div class="collection__box">
<div class="img__container">
<img class="collection_02" src="join.png" alt="">
</div>
<div class="collection__content">
<div class="collection__data">
<span>See Me Duo</span>
<h1>Join a call</h1>
<a href="call-join.html">Join Now</a>
</div>
</div>
</div>
<div class="collection__box">
<div class="img__container">
<img class="collection_01" src="start.png" alt="">
</div>
<div class="collection__content">
<div class="collection__data">
<span>See Me Duo</span>
<h1>Start A call</h1>
<a href="call-start.html">Start Now</a>
</div>
</div>
</div>
</section>
<section class="section testimonial" id="testimonial">
<div class="testimonial__container">
<div class="glide" id="glide_4">
<div class="glide__track" data-glide-el="track">
<ul class="glide__slides">
<li class="glide__slide">
<div class="testimonial__box">
<div class="client__image">
<img src="./images/products/iPhone/iphone1.jpeg" alt="profile">
</div>
<p>Unlimited usage and completely free. You can have a video call with someone with no time limit. The number of video calls you can have is also unlimited. All this is completely free.</p>
<div class="client__info">
<h3>See Me Duo</h3>
<span>Video call web app</span>
</div>
</div>
</li>
<li class="glide__slide">
<div class="testimonial__box">
<div class="client__image">
<img src="./images/products/iPhone/iphone1.jpeg" alt="profile">
</div>
<p>No downloads required. This web app can be opened on any browser and on
any device. This feature has been tested and proven.
</p>
<div class="client__info">
<h3>See Me Duo</h3>
<span>Video call web app</span>.
</div>
</div>
</li>
<li class="glide__slide">
<div class="testimonial__box">
<div class="client__image">
<img src="./images/products/iPhone/iphone1.jpeg" alt="profile">
</div>
<p>Security feature. Each call has a unique meeting Id which is automatically generated by this web app. The Id is long and is unique makingit difficult for hackers to crack.</p>
<div class="client__info">
<h3>See Me Duo</h3>
<span>Video call web app</span>
</div>
</div>
</ul>
</div>
<div class="glide__bullets" data-glide-el="controls[nav]">
<button class="glide__bullet" data-glide-dir="=0"></button>
<button class="glide__bullet" data-glide-dir="=1"></button>
<button class="glide__bullet" data-glide-dir="=2"></button>
<button class="glide__bullet" data-glide-dir="=3"></button>
</div>
</div>
</div>
</section>
<section class="section newsletter" id="contact">
<div class="container">
<div class="newsletter__content">
<div class="newsletter__data">
<h3>More Updates To Come Soon!</h3>
</div>
</div>
</div>
</section>
</main>
<footer id="footer" class="section footer">
<div class="container">
<div class="footer__top">
<h3>See Me Duo © 2021</h3>
<p>See Me Duo is a video-call web app. It works on all devices and is completely free of cost with unlimited usage. Each call room has a unique generated meeting Id which ensures security. You can start a call or join one. The main languages used are Javascript(peer.js), HTML and CSS. </p>
<div class="footer-top__box">
</div>
<p>A little about me...My name is Daniel Thomas (14). If there is something I really love, it is coding, making robots and music. I do all this and am willing to learn more.</p>
</div>
</div>
</div>
</footer>
<a href="#header" class="goto-top scroll-link">
<svg>
<use xlink:href="./images/sprite.svg#icon-arrow-up"></use>
</svg>
</a>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Glide.js/3.4.1/glide.min.js"></script>
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script src="./js/products.js"></script>
<script src="./js/index.js"></script>
<script src="./js/slider.js"></script>
</body>
</html>