diff --git a/New Text Document.txt b/New Text Document.txt new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html index 94ad32b..1ffc9ec 100755 --- a/index.html +++ b/index.html @@ -5,6 +5,7 @@ + Frontend Mentor | Huddle landing page with alternating feature blocks @@ -15,56 +16,71 @@ +
+ +
+ +

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.

+ +
+ +
+ +
+
+
+ +

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.

+
+
+ +
+
+ +
+
\ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..13c5dc1 --- /dev/null +++ b/style.css @@ -0,0 +1,5 @@ +body { + background-image: url("images/bg-hero-mobile.svg"); + font-size: 18px; + width:375px; +} \ No newline at end of file