Skip to content

Commit 3aa7fa0

Browse files
author
anndaramola.dev/
committed
Added html and styles for the signup form.
1 parent 84e71b2 commit 3aa7fa0

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

index.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,13 @@ <h3>collaboration</h3>
8989
<div class="img"></div>
9090
<div class="container">
9191
<div id="words" class="words col-md-12">
92-
<h3><p>You can join the DatCode community any time you'd like.</p>
93-
<p><strong>Sign up below</strong> for an invite to our Slack group, or just throw the hashtag on your Twitter or Facebook post.</p></h3>
94-
<h2>We'll see you soon!</h2>
95-
<div id="signup-form">
92+
<h3>
93+
<p>You can join the DatCode community any time you'd like.</p>
94+
<p><strong>Sign up below</strong> for an invite to our Slack group, or just throw the hashtag on your Twitter or Facebook post.</p>
95+
</h3>
96+
97+
<div id="signup">
98+
<h2>Can't wait to meet you!</h2>
9699
<!-- Begin MailChimp Signup Form -->
97100
<div id="mc_embed_signup">
98101
<form action="//datcode.us1.list-manage.com/subscribe/post?u=013dedee15048a62c85ed9114&amp;id=e96dd3387e" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>

styles/base.less

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,9 @@ body{
172172
align-items: center;
173173
justify-content: center;
174174

175-
#signup-form
175+
#signup
176176
{
177+
padding-top: 50px;
177178
text-align: left;
178179
.indicates-required
179180
{

0 commit comments

Comments
 (0)