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
Empty file added New Text Document.txt
Empty file.
112 changes: 64 additions & 48 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<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="C:\Users\Technofy\Desktop\HYF\Week5-Challenge\style.css">

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

Expand All @@ -15,56 +16,71 @@
</style>
</head>
<body>
<header>
<img id="logo" src="images/logo.svg">
<section class=" "><button>Try It Free</button></section>

<h2>Build The Community Your Fans Will Love</h2>

<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>

<section class=" "><button>Get Started For Free</button></section>
<img id="mockups" src=".\images\illustration-mockups.svg">
</header>

<section class="main">
<div class="content-wrap">
<article class ="grow">
<img id="grow-photo" src="images/illustration-grow-together.svg">
<h2>Grow Together</h2>
<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>
</article>
<article class ="flowing">
<img id="flowing-photo" src="images/illustration-flowing-conversation.svg">
<h2>Flowing Conversations</h2>
<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>
<article class = "users">
<img id="users-photo" src="images/illustration-your-users.svg">
<h2>Your Users</h2>
<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>
</article>
</section>
<section class="popup">
<div class="content-wrap">
<h2>Ready To Build Your Community?</h2>
<section class =" "><button>Get Started For Free</button></section>
</div>
</section>
<section class="contact">
<div class="content-wrap">
<footer>
<p class="location">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua</p>
<p class="phone">+1-543-123-4567</p>
<p class="email">example@huddle.com</p>
<nav>
<ul>
<li>About Us</li>
<li>What We Do</li>
<li>FAQ</li>
<li>Career</li>
<li>Blog</li>
<li>Contact Us</li>
</ul>
</nav>
&copy; Copyright 2018 Huddle. All rights reserved.

Try It Free

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

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.

Flowing Conversations

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.

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.

Ready To Build Your Community?

Get Started For Free

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

Career
Blog
Contact Us

&copy; Copyright 2018 Huddle. All rights reserved.

<footer>
<p class="attribution">

<p class="attribution">
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>
</p>
</footer>
</div>
</section>
</body>
</html>
5 changes: 5 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
body {
background-image: url("images/bg-hero-mobile.svg");
font-size: 18px;
width:375px;
}