Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 54 additions & 30 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,66 +5,90 @@
<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">

<title>Frontend Mentor | Huddle landing page with alternating feature blocks</title>

<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<style>
.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }
</style>
<link rel="stylesheet" type="text/css" href="week5.css">

</head>
<body>
<header>
<img src="images/logo.svg">

<button class="try"> Try It Free </button>

</header>
<section class="pr-1">

Try It Free
<h1>Build The Community Your Fans Will Love</h1>

Build The Community Your Fans Will Love

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.

Get Started For Free
<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>

Grow Together

Generate meaningful discussions with your audience and build a strong, loyal community.
Think of the insightful conversations you miss out on with a feedback form.
<button class="button">Get Started For Free</button>
<img src="images/illustration-mockups.svg">
</section class>

Flowing Conversations
<section class="pr-2">
<img src="images/illustration-grow-together.svg">
<h1>Grow Together</h1>

You wouldn't paginate a conversation in real life, so why do it online? Our threads
have just-in-time loading for a more natural flow.
<p>Generate meaningful discussions with your audience and build a strong, loyal community.
Think of the insightful conversations you miss out on with a feedback form. </p>
</section class>

Your Users

It takes no time at all to integrate Huddle with your app's authentication solution.
This means, once signed in to your app, your users can start chatting immediately.
<section class="pr-3">
<img src="images/illustration-flowing-conversation.svg">
<h1>Flowing Conversations</h1>

Ready To Build Your Community?
<p> You wouldn't paginate a conversation in real life, so why do it online? Our threads
have just-in-time loading for a more natural flow.</p>
</section class>
<section class="pr-4">

Get Started For Free
<img src="images/illustration-your-users.svg">
<h1>Your Users</h1>

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
<p> It takes no time at all to integrate Huddle with your app's authentication solution.
This means, once signed in to your app, your users can start chatting immediately.</p>
</section class>
<section class="pr-5">
<h1>Ready To Build Your Community?</h1>

<button><div class="button"> Get Started For Free </div></button>
</section class>
<img src="images/logo.svg">

<section class="pr-6">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua

+1-543-123-4567
example@huddle.com

About Us
What We Do
FAQ
<br>About Us</br>
<br>What We Do</br>
<br>FAQ</br>

Career
Blog
Contact Us
<br>Career</br>
<br> Blog</br>
<br>Contact Us</br>
</section class>

&copy; Copyright 2018 Huddle. All rights reserved.



<footer>
<p class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="#">Your Name Here</a>.
</p>
</footer>
</body>
</html>
</html>
32 changes: 32 additions & 0 deletions week5.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
.attribution { font-size: 11px; text-align: center; }
.attribution a { color: hsl(228, 45%, 44%); }
h1{
font-style: normal;



}
section .pr-1 {
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
}

.button{
background-color:hsl(322, 100%, 66%);
border: none;
border-radius: 30px;
padding: 20px;
padding-left: 50px;
padding-right: 50px;
color: white;
display: block;
margin: auto;
margin-top: 40px;
font-weight: bold;

}

body{
background-image: url("bg-hero-desktop.svg");

}