2020-09-02 10:49:35 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
|
|
|
|
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
|
|
|
|
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.14.0/css/all.css" integrity="sha384-HzLeBuhoNPvSl5KYnjx0BT+WB0QEEqLprO+NBkkk5gbc67FTaL7XIGa2w1L0Xbgc" crossorigin="anonymous">
|
2020-09-05 21:06:07 +02:00
|
|
|
<link rel="stylesheet" href="css/reset.css">
|
2020-09-02 10:49:35 +02:00
|
|
|
<link rel="stylesheet" href="css/style.css">
|
|
|
|
<title>Frontend Mentor | Huddle landing page with single introductory section</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<header>
|
|
|
|
<div class="logoSection">
|
|
|
|
<img src="images/logo.svg" alt="Huddle Company Logo" class="logo">
|
|
|
|
</div>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<div class="middleSection">
|
|
|
|
<div class="illustrations">
|
|
|
|
<img src="images/illustration-mockups.svg" alt="" class="illustration">
|
|
|
|
</div>
|
|
|
|
<div class="siteBlurb">
|
|
|
|
<h1>Build The Community Your Fans Will Love</h1>
|
|
|
|
|
|
|
|
<p>Huddle re-imagines the way we build communities. You have a voice, but so does your audience.
|
|
|
|
Create connections with your users as you engage in genuine discussion.</p>
|
|
|
|
|
|
|
|
<div class="registerButtonSection">
|
2020-09-05 22:28:25 +02:00
|
|
|
<a href="https://tarasis.net" class="registerButton">Register</a>
|
2020-09-02 10:49:35 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="socialButtonsSection">
|
2020-09-05 22:28:25 +02:00
|
|
|
<a href="https://facebook.com/tarasis"><i class="fab fa-facebook-f fa-lg circleIcon"></i></a>
|
|
|
|
<a href="https://twitter.com/tarasis"><i class="fab fa-twitter fa-lg circleIcon"></i></a>
|
|
|
|
<a href="https://www.instagram.com/tarasis/"><i class="fab fa-instagram fa-lg circleIcon"></i></a>
|
2020-09-02 10:49:35 +02:00
|
|
|
</div>
|
|
|
|
<footer>
|
|
|
|
<p class="attribution">
|
|
|
|
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
|
2020-09-05 21:06:07 +02:00
|
|
|
Coded by <a href="mailto:rob@tarasis.net">Robert McGovern</a>.
|
2020-09-02 10:49:35 +02:00
|
|
|
</p>
|
|
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|