-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
74 lines (73 loc) · 3.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon-32x32.png">
<link rel="stylesheet" type="text/css" href="./assets/css/style.css">
<title>Meet landing page</title>
</head>
<body>
<section class="container">
<img src="./assets/logo.svg" alt="logo"/>
<header>
<section class="mini-gallery">
<img src="./assets/faces/face11.jpg" alt="face11">
<img src="./assets/faces/face12.jpg" alt="face12">
</section>
<section class="mini-gallery up-gallery">
<img src="./assets/faces/face21.jpg" alt="face21">
<img src="./assets/faces/face22.jpg" alt="face22">
</section>
<section class="mini-gallery">
<img src="./assets/faces/face31.jpg" alt="face31">
<img src="./assets/faces/face32.jpg" alt="face32">
</section>
<article>
<h1>Group Chat for Everyone</h1>
<p>Meet makes it easy to connect with others face-to-face virtually and collaborate across any device.</p>
<section class="button-container">
<button class="darkblue-bg">Download <span class="light-blue-color">v1.3</span></button>
<button class="violet-bg button-about">What is it?</button>
</section>
</article>
<section class="mini-gallery">
<img src="./assets/faces/face41.jpg" alt="face41">
<img src="./assets/faces/face42.jpg" alt="face42">
</section>
<section class="mini-gallery down-gallery">
<img src="./assets/faces/face51.jpg" alt="face51">
<img src="./assets/faces/face52.jpeg" alt="face52">
</section>
<section class="mini-gallery">
<img src="./assets/faces/face61.jpeg" alt="face61">
<img src="./assets/faces/face62.jpg" alt="face62">
</section>
</header>
<section class="path-container">
<section class="path"></section>
<section class="circle"><p>01</p></section>
</section>
<section class="gallery">
<img src="./assets/desktop/image-woman-in-videocall.jpg" alt="Woman in videocall">
<img src="./assets/desktop/image-women-videochatting.jpg" alt="Women in videochatting">
<img src="./assets/desktop/image-men-in-meeting.jpg" alt="Men in meeting">
<img src="./assets/desktop/image-man-texting.jpg" alt="Man texting">
</section>
<main>
<section class="overline">Built for modern use</section>
<h2>Smarter meetings, all in one place</h2>
<p>Send messages, share files, show your screen, and record your meetings — all in one workspace. Control who can join with invite-only team access, data encryption, and data export.</p>
</main>
<section class="path-container">
<section class="path"></section>
<section class="circle"><p>02</p></section>
</section>
<footer>
<h2>Experience more together</h2>
<p>Stay connected with reliable HD meetings and unlimited one-on-one and group video sessions.</p>
<button class="violet-bg">Download <span class="light-violet-color">v1.3</span></button>
</footer>
</section>
</body>
</html>