rmcg.dev/projects/FrontendMentor/newbie/meet-landing-page/index.html

70 lines
2.4 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<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">
<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">
<title>Frontend Mentor | Meet landing page</title>
</head>
<body>
<header>
<picture>
<img src="assets/logo.svg" alt="Logo of Meet">
</picture>
</header>
<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>
2022-10-22 22:27:54 +02:00
<section>
<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>
<a href="">Download <span>v1.3</span></a>
<a href="">What is it?</a>
</section>
<picture>
<img src="assets/desktop/image-hero-right.png" alt="Image of users of meet" aria-hidden="true">
</picture>
</section>
<section>
<div>01</div>
<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>
<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>
<footer>
<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>
</body>
</html>