2022-10-22 20:39:44 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2022-10-22 22:24:37 +02:00
|
|
|
|
2022-10-22 20:39:44 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon-32x32.png">
|
2022-10-22 22:24:37 +02:00
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
|
<link href="https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@500;900&display=swap" rel="stylesheet">
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="css/style.css">
|
2022-10-22 20:39:44 +02:00
|
|
|
<title>Frontend Mentor | Meet landing page</title>
|
|
|
|
</head>
|
2022-10-22 22:24:37 +02:00
|
|
|
|
2022-10-22 20:39:44 +02:00
|
|
|
<body>
|
2022-10-22 22:24:37 +02:00
|
|
|
<header>
|
|
|
|
<picture>
|
|
|
|
<img src="assets/logo.svg" alt="Logo of Meet">
|
|
|
|
</picture>
|
|
|
|
</header>
|
2022-10-22 20:39:44 +02:00
|
|
|
|
2022-10-22 22:24:37 +02:00
|
|
|
<main>
|
|
|
|
<section>
|
|
|
|
<picture>
|
|
|
|
<img src="assets/tablet/image-hero.png" alt="Image of users of meet" aria-hidden="true">
|
|
|
|
</picture>
|
|
|
|
<picture>
|
|
|
|
<img src="assets/desktop/image-hero-left.png" alt="Image of users of meet" aria-hidden="true">
|
|
|
|
</picture>
|
|
|
|
<h1>Group Chat for Everyone</h1>
|
|
|
|
<picture>
|
|
|
|
<img src="assets/desktop/image-hero-right.png" alt="Image of users of meet" aria-hidden="true">
|
|
|
|
</picture>
|
|
|
|
<p>Meet makes it easy to connect with others face-to-face virtually and collaborate across any device.</p>
|
|
|
|
<a href="">Download <span>v1.3</span></a>
|
|
|
|
<a href="">What is it?</a>
|
|
|
|
</section>
|
2022-10-22 20:39:44 +02:00
|
|
|
|
2022-10-22 22:24:37 +02:00
|
|
|
<section>
|
|
|
|
<div>01</div>
|
2022-10-22 20:39:44 +02:00
|
|
|
|
2022-10-22 22:24:37 +02:00
|
|
|
<section>
|
|
|
|
<img src="assets/desktop/image-woman-in-videocall.jpg" alt="A Woman in a Videocall">
|
|
|
|
<img src="assets/desktop/image-women-videochatting.jpg" alt="A group of women video chatting">
|
|
|
|
<img src="assets/desktop/image-men-in-meeting.jpg" alt="A man in a meeting via video chat">
|
|
|
|
<img src="assets/desktop/image-man-texting.jpg" alt="A man sitting and texting">
|
|
|
|
</section>
|
2022-10-22 20:39:44 +02:00
|
|
|
|
2022-10-22 22:24:37 +02:00
|
|
|
<h3>Built for modern use</h3>
|
|
|
|
<h2>Smarter meetings, all in one place</h2>
|
|
|
|
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.
|
|
|
|
</section>
|
|
|
|
</main>
|
2022-10-22 20:39:44 +02:00
|
|
|
|
2022-10-22 22:24:37 +02:00
|
|
|
<footer>
|
2022-10-22 20:39:44 +02:00
|
|
|
|
2022-10-22 22:24:37 +02:00
|
|
|
<div>02</div>
|
|
|
|
<h2>Experience more together</h2>
|
|
|
|
<p>Stay connected with reliable HD meetings and unlimited one-on-one and group video sessions.</p>
|
|
|
|
|
|
|
|
<a href="">Download <span>v1.3</span></a>
|
|
|
|
</footer>
|
2022-10-22 20:39:44 +02:00
|
|
|
</body>
|
2022-10-22 22:24:37 +02:00
|
|
|
|
2022-10-22 20:39:44 +02:00
|
|
|
</html>
|