forked from zero-to-mastery/coding_challenge-11
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·133 lines (130 loc) · 5.84 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<!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">
<title>Frontend Mentor | Huddle landing page with alternating sections</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Poppins:700" rel="stylesheet">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="./styles/index.min.css">
<!-- 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>
</head>
<body>
<header>
<img src="./images/logo.svg" alt="Hubble Logo">
<button type="button" name="tryItFreeHeader" class="button button-pink-inverse button-pill">Try It Free</button>
</header>
<section class="overview">
<div class="intro">
<h1>Build The Community Your Fans Will Love</h1>
<div class="intro-wrapper">
<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>
<button type="button" name="startFree" class="button button-pink button-pill button-large">Get Started For Free</button>
</div>
</div>
<img src="./images/screen-mockups.svg" alt="mockup">
<div class="metrics">
<div class="communities">
<img src="./images/icon-communities.svg" alt="Communities Icon">
<h1>1.4k+</h1>
<p>Communities Formed</p>
</div>
<div class="messages">
<img src="./images/icon-messages.svg" alt="Messages Icon">
<h1>2.7m+</h1>
<p>Messages Sent</p>
</div>
</div>
</section>
<picture class="top-div-pic">
<source media="(min-width: 1440px)" srcset="./images/bg-section-top-desktop-1.svg">
<img src="./images/bg-section-top-mobile-1.svg" alt="Divider">
</picture>
<section class="illustration illustration-blue">
<div class="description">
<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>
</div>
<img src="./images/illustration-grow-together.svg" alt="Grow Together">
</section>
<picture>
<source media="(min-width: 1440px)" srcset="./images/bg-section-bottom-desktop-1.svg">
<img src="./images/bg-section-bottom-mobile-1.svg" alt="Divider">
</picture>
<section class="illustration illustration-white">
<div class="description">
<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>
</div>
<img src="./images/illustration-flowing-conversation.svg" alt="Flowing Conversations">
</section>
<picture class="top-div-pic">
<source media="(min-width: 1440px)" srcset="./images/bg-section-top-desktop-2.svg">
<img src="./images/bg-section-top-mobile-2.svg" alt="Divider">
</picture>
<section class="illustration illustration-blue">
<div class="description">
<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>
</div>
<img src="./images/illustration-your-users.svg" alt="Your Users">
</section>
<picture>
<source media="(min-width: 1440px)" srcset="./images/bg-section-bottom-desktop-2.svg">
<img src="./images/bg-section-bottom-mobile-2.svg" alt="Divider">
</picture>
<section class="resume">
<h1>Ready To Build Your Community?</h1>
<button type="button" name="startFree" class="button button-pink button-pill button-large">Get Started For Free</button>
</section>
<footer>
<picture class="top-div-pic">
<source media="(min-width: 1440px)" srcset="./images/bg-footer-top-desktop.svg">
<img src="./images/bg-footer-top-mobile.svg" alt="Divider">
</picture>
<div class="footer-content">
<div class="huddle-info">
<img src="./images/logo-white.svg" alt="Logo Footer">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris nulla quam, hendrerit lacinia
vestibulum a, ultrices quis sem.</p>
<span class="info-contact">
<img src="./images/icon-phone.svg" alt="Phone">
Phone: +1-543-123-4567
</span>
<span class="info-contact">
<img src="./images/icon-email.svg" alt="E-Mail">
example@huddle.com
</span>
</div>
<div class="newsletter">
<div class="newsletter-header">
<h2>Newsletter</h2>
<p>To recieve tips on how to grow your community, sign up to our weekly newsletter. We’ll never
send you spam or pass on your email address</p>
</div>
<input type="text" name="newsletter" value="">
<button type="button" name="subscribe" class="button button-pink">Subscribe</button>
</div>
<div class="social-feed">
<span>
<i class="fa fa-facebook-square" aria-hidden="true"></i>
<i class="fa fa-instagram" aria-hidden="true"></i>
<i class="fa fa-twitter-square" aria-hidden="true"></i>
</span>
</div>
</div>
<p class="attribution">
This page started life as a challenge on <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a> 🎉
</p>
</footer>
</body>
</html>