-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
388 lines (352 loc) · 13.7 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>VConferencing</title>
<!--Bootsrap 4.0 CDN-->
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin="anonymous"
/>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@600&family=Montserrat:wght@700&family=Playfair+Display:wght@500&family=Pacifico&display=swap"
rel="stylesheet"
/>
<!-- Adding CSS stylesheet -->
<link rel="stylesheet" href="stylesheet/style.css" />
<!-- Font Awesome CDN-->
<link
rel="stylesheet"
href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p"
crossorigin="anonymous"
/>
<link rel="icon" href="https://user-images.githubusercontent.com/81305824/149616087-20164094-7581-4fc3-9266-212feeefe43f.png">
<!-- Javascript for Bootstrap -->
<script
src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"
></script>
<script
src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"
></script>
</head>
<body>
<div class="container-fluid">
<!-- Navigation Bar -->
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="">VConferencing</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a href="#meetings" class="nav-link">Meetings</a>
</li>
<li class="nav-item">
<a href="#pricing" class="nav-link">Pricing</a>
</li>
<li class="nav-item">
<a href="#footer" class="nav-link">Contact Us</a>
</li>
<li class="nav-item">
<a href="assets/login.html" class="nav-link">Log In</a>
</li>
</ul>
</div>
</nav>
<div class="images">
<img src="images/vc1.jpg" class="img-1" style="border: outset" />
<img src="images/vc3.jpg" class="img-2" style="border: inset" />
<img src="images/vc2.jpg" class="img-3" style="border: inset" />
<img src="images/vc4.jpg" class="img-4" style="border: outset" />
</div>
<div class="heading">
<h1 style="font-weight: bold; font-size: 60px">
Video Calls <br />
With Far Ones
</h1>
<h2 style="font-size: 30px">Just One Click Away</h2>
<div class="download">
<button type="button" class="btn btn-dark btn-lg download-btn">
<i class="fab fa-apple"></i> Download</button>
<button type="button" class="btn btn-outline-light btn-lg download-btn">
<i class="fab fa-google-play"></i> Download</button>
</div>
</div>
</div>
<section id="features">
<div class="row">
<div class="col-lg-4">
<i class="icons fas fa-check-circle fa-5x"></i>
<!-- </span> -->
<h3 class="feature-heading">Easy to use.</h3>
<p style="color: gray;">So easy to use,<br> video calls just on a click</p>
</div>
<div class="col-lg-4">
<i class="icons fas fa-bullseye fa-5x"></i>
<!-- </span> -->
<h3 class="feature-heading">Elite Clients</h3>
<p style="color: gray;">We've all the awesome people connected here</p>
</div>
<div class="col-lg-4">
<i class="icons fas fa-heart fa-5x"></i>
<h3 class="feature-heading">Guaranteed to work.</h3>
<p style="color: gray;">Less Glitches and More Conversations<br> for a wonderful experience</p>
</div>
</div>
</section>
<section id="vcimg">
<img class="meeting-img" src="https://user-images.githubusercontent.com/81305824/149575062-9e6bae83-3b84-4523-8876-98e3c0c5ffd4.png">
</section>
<section id="testimonials">
<div id="testimonial-carousel" class="carousel slide" data-ride="false">
<div class="carousel-inner">
<div class="carousel-item active">
<h2 class="testimonial-heading">
I love how VConferencing makes it super easy to work with teams.
</h2>
<br>
<img
class="testimonial-img"
src="https://randomuser.me/api/portraits/men/43.jpg"
alt="man-profile"
/>
<em>Richard, New York</em>
</div>
<div class="carousel-item">
<h2 class="testimonial-heading">
Meeting with friends and family here seems so real.
</h2>
<br>
<img
class="testimonial-img"
src="https://randomuser.me/api/portraits/women/57.jpg"
alt="lady-profile"
/>
<em>Beverly, Illinois</em>
</div>
<div class="carousel-item">
<h2 class="testimonial-heading">
A meeting link instantly ensures creativity doesn't get lost
</h2>
<br>
<img
class="testimonial-img"
src="https://randomuser.me/api/portraits/men/78.jpg"
alt="lady-profile"
/>
<em>Jack, Singapore</em>
</div>
</div>
<a
class="carousel-control-prev"
href="#testimonial-carousel"
role="button"
data-slide="prev"
>
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a
class="carousel-control-next"
href="#testimonial-carousel"
role="button"
data-slide="next"
>
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<section id="press">
<h4>Trusted by 2+ million people at companies like</h4>
<br />
<img
src="https://user-images.githubusercontent.com/81305824/149457949-079b8d2a-9c1e-4252-b256-3bbfeb75623d.png"
class="press-logo"
/>
<img
src="https://user-images.githubusercontent.com/81305824/149458048-8894d7e1-10cd-4af2-afb5-1b5ff4432854.png"
class="press-logo"
/>
<img
src="https://user-images.githubusercontent.com/81305824/149458090-c5257381-b22b-47e3-bfc5-8cc669d42af9.png"
class="press-logo"
/>
<img
src="https://user-images.githubusercontent.com/81305824/149458131-9f7dbea4-7fd0-4eb0-9ade-5eeb41414768.png"
class="press-logo"
/>
</section>
<!-- Pricing -->
<section id="pricing">
<h2 style="font-size: 3rem; color: black; font-family: 'Montserrat', sans-serif;">Choose a Plan</h2>
<p>Simple and affordable price plans for you</p>
<div class="row">
<div class="pricing-col col-lg-4 col-md-6">
<div class="card">
<div class="card-header">
<h3>Free</h3>
</div>
<div class="card-body">
<h2 class="pricing-heading">For Free</h2>
<p>Host upto 100 participants</p>
<p>Unlimited 1:1 meetings</p>
<p>Unlimited Group meetings</p>
<button
type="button"
class="btn btn-lg btn-block btn-outline-info"
>
Get Started
</button>
</div>
</div>
</div>
<div class="pricing-col col-lg-4 col-md-6">
<div class="card">
<div class="card-header">
<h3>Pro</h3>
</div>
<div class="card-body">
<h2 class="pricing-heading">$7/ month</h2>
<p>Unlimited Recording</p>
<p>Company Branding</p>
<p>Custom Subdomain</p>
<button type="button" class="btn btn-block btn-info btn-lg">
Try for free
</button>
</div>
</div>
</div>
<div class="pricing-col col-lg-4">
<div class="card">
<div class="card-header">
<h3>Business</h3>
</div>
<div class="card-body">
<h2 class="pricing-heading">$10 / month</h2>
<p>Unlimited Shared Rooms</p>
<p>Priority Support</p>
<p>Early access to new features</p>
<button type="button" class="btn btn-block btn-info btn-lg">
Try for free
</button>
</div>
</div>
</div>
</div>
</section>
<section id="meetings">
<div class="row">
<div class="col-lg-6">
<div style="margin: 3rem 3rem">
<h1>Connect to any meeting easily</h1>
<div class="meeting-box" >
<div style="display: flex;">
<input type="text" placeholder="Enter meeting link">
<input type="button" value="Connect">
</div>
<button type="button" style="margin: 2rem 0rem 0rem 1rem;" class="btn btn-outline-light btn-lg download-btn">Start Meeting Instantly</button>
</div>
</div>
</div>
<div class="col-lg-6" style="text-align: center;">
<div>
<img src="https://user-images.githubusercontent.com/81305824/149614773-7fabf7c9-5105-49f7-9c23-81c19976f5c9.png" class="title-image" alt="iphone-mockup">
</div>
</div>
</div>
</section>
<section id="pricing">
<p> The easiest way to meet over video – with no app or software download required. Just choose your own personalized URL and meet in your browser, on mobile or desktop, with only one click.</p>
<div class="row">
<div class="pricing-col col-lg-6">
<div class="card">
<div class="card-header">
<h3>Customization</h3>
</div>
<div class="card-body">
<p>Personalize your meeting room with custom names, URLs, and branding.</p>
<img src="https://user-images.githubusercontent.com/81305824/149616638-4bbf4eed-0ee1-4052-8999-5e8cba1474d2.png">
</div>
</div>
</div>
<div class="pricing-col col-lg-6">
<div class="card">
<div class="card-header">
<h3>Brainstorming</h3>
</div>
<div class="card-body">
<p>Host productive remote meetings with virtual whiteboards</p>
<img src="https://user-images.githubusercontent.com/81305824/149616663-99a3826d-1ae5-49a9-ba60-8f83c65e1095.png">
</div>
</div>
</div>
</div>
<div class="row">
<div class="pricing-col col-lg-6">
<div class="card">
<div class="card-header">
<h3>Engagement</h3>
</div>
<div class="card-body">
<p>Keep meetings fun with live emoji reactions and our YouTube integration.</p>
<img src="https://user-images.githubusercontent.com/81305824/149616730-3df3bfdf-4921-4e45-be2f-35dfb4e1aa5f.png">
</div>
</div>
</div>
<div class="pricing-col col-lg-6">
<div class="card">
<div class="card-header">
<h3>Breakouts</h3>
</div>
<div class="card-body">
<p>Run efficient classes, events, and workshops with Breakout Groups.</p>
<img style="height: 10.3rem;" src="https://user-images.githubusercontent.com/81305824/149616796-ca6a8ffb-0aa8-4ac0-b08c-d1d27737cc7b.png">
</div>
</div>
</div>
</div>
</section>
<!-- Call to Action -->
<section id="cta">
<h3 class="cta-heading">Video Calls Made Easy</h3>
<h4 class="cta-heading-small">Connect Now</h4>
<button type="button" class="btn btn-dark btn-lg download-btn">
<i class="fab fa-apple"></i> Download
</button>
<button type="button" class="btn btn-outline-light btn-lg download-btn">
<i class="fab fa-google-play"></i> Download
</button>
</section>
<!-- Footer -->
<footer id="footer">
<i class="fab fa-twitter icon"></i>
<i class="fab fa-facebook-f icon"></i>
<i class="fab fa-instagram icon"></i>
<i class="fas fa-envelope icon"></i> <br>
<p>© Copyright 2022 VConferencing</p>
</footer>
</body>
</html>