Skip to content

Commit c6a2128

Browse files
author
Div
committed
fix: Updating the page with new content and updating css styles so the page looks more put together
1 parent 2bf2320 commit c6a2128

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed

scss/_nodebots.scss

+9
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,12 @@
2323
font-size: 7em;
2424
}
2525
}
26+
27+
.upcoming {
28+
article {
29+
&.next-meeting {
30+
margin: 0;
31+
}
32+
}
33+
}
34+

templates/pages/nodebots.hbs

-2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@ layout: nodebots.hbs
1717
<p class="lunch"></p>
1818
</article>
1919
</section>
20-
21-
<section class="sponsors"

templates/partials/_nodebots-footer.hbs

+2-11
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,18 @@
11
<div class="sponsorship">
22
<h2>Want to be a sponsor?</h2>
3-
<p>Check out the <a href="https://docs.google.com/document/d/1nJYQRwZwBaG1OFTicwKxm0dYQHGDhwoRz_QDvG3ZG6M/edit?usp=sharing">Sponsor Prospectus</a> for more details.</p>
3+
<p>Check out the <a href="https://drive.google.com/a/heysparkbox.com/file/d/0B4CEmoP-hNToYy1URk1ITTA2LUU/view?usp=sharing">Sponsor Prospectus</a> for more details.</p>
44
</div>
55
<footer>
66
<div class="column">
77
<h2>Who can come?</h2>
8-
<p>The only prerequisite to attend is a desire to learn more about JavaScript. We'd love to see you at our next meetup.</p>
8+
<p>The only prerequisite to attend is a desire to build. We'd love to see you at Nodebots Day.</p>
99

1010
<h2>Keep track of us</h2>
1111

1212
<a class="icon-twitter" href="http://twitter.com/gemcityjs"><span class="hidden">@gemcityjs</span></a>
1313
<a class="icon-github" href="http://github.com/gemcityjs"><span class="hidden">gemcityjs</span></a>
1414
<a class="icon-sparkbox" href="http://seesparkbox.com"><span class="hidden">sparkbox</span></a>
1515

16-
<!-- Begin MailChimp Signup Form -->
17-
<div id="mc_embed_signup">
18-
<form action="http://robtarr.us1.list-manage.com/subscribe/post?u=a1369227f387e7a7a82b0eaea&amp;id=32d56762b2" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="email-signup" target="_blank">
19-
<label for="mce-EMAIL">Subscribe to the mailing list</label>
20-
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="email address" required>
21-
<input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button">
22-
</form>
23-
</div>
24-
<!--End mc_embed_signup-->
2516
</div>
2617

2718
<div class="column">

templates/partials/_nodebots-header.hbs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<span class="plus">+</span>
44
<img src="/img/NodeBots-logo.png" alt="NodeBots">
55
<p>
6-
Want to build JavaScript powered robots? Want to battle those robots with your friends? This is the event for you!
6+
Join us for a day of building robots with Javascript.
77
</p>
88
</header>

0 commit comments

Comments
 (0)