Skip to content

Commit e1b641c

Browse files
author
Siavash Ghorbani
committed
Code in the Dark Stockholm
1 parent 84262a0 commit e1b641c

File tree

2 files changed

+20
-16
lines changed

2 files changed

+20
-16
lines changed

css/cid.css

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ li, h3 {
3434
padding: 0px 10px 100px 10px;
3535
}
3636

37+
.part p {
38+
font-size: 1.25em;
39+
margin-bottom: 15px;
40+
color: #fff;
41+
}
42+
3743
.sponsors img {
3844
margin: 1em 2em 0 2em;
3945
opacity: 0.8;

index.html

+14-16
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@
4747
<div id="top-background"></div>
4848
<img id="logo" src="img/logo.png" alt="Code In the Dark - Logo">
4949

50+
51+
<div class="part">
52+
<h2>Upcoming events</h2>
53+
<p>
54+
Stockholm &middot; Festen &middot; September 9 <a href="http://festen.confetti.events/codeinthedark" target="_blank">RSVP</a>
55+
</p>
56+
</div>
57+
58+
5059
<div class="part">
5160
<!-- Begin MailChimp Signup Form -->
5261
<form action="http://tictail.us5.list-manage.com/subscribe/post?u=60d42db48b2624c1363510b97&amp;id=9e1e3399f7" method="post" id="newsletter-subscribe" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
@@ -72,22 +81,11 @@ <h2>Organize your own event</h2>
7281
</div>
7382
</div>
7483

75-
<div class="part" style="color: #fff;">
84+
85+
<div class="part">
7686
<h2>Community organized events</h2>
7787
<p>
78-
Florianópolis &middot; July 29, 2016 &middot; <a href="http://cafundo.tv/codeinthedark/" target="_blank">RSVP</a>
79-
</p>
80-
<p>
81-
São Paulo &middot; July 1, 2016 &middot; <a href="http://codeinthedark.com.br" target="_blank">RSVP</a>
82-
</p>
83-
<p>
84-
Prague &middot; May 20, 2016 &middot; <a href="http://codeinthedark.cz" target="_blank">RSVP</a>
85-
</p>
86-
<p>
87-
Spokane &middot; May 20, 2016 &middot; <a href="http://hackspokane.com" target="_blank">RSVP</a>
88-
</p>
89-
<p>
90-
<a href="https://github.com/codeinthedark/codeinthedark.github.io">Pull request to add</a>
88+
<a href="https://github.com/codeinthedark/codeinthedark.github.io">How to organize Code in the Dark</a>
9189
</p>
9290
</div>
9391

@@ -101,7 +99,7 @@ <h2>The rules</h2>
10199
</ul>
102100
</div>
103101

104-
<div class="part" style="color: #fff;">
102+
<div class="part">
105103
<h2>Previous official events</h2>
106104
<p>Stockholm &middot; October 2015</p>
107105
<p>Stockholm &middot; March 2015</p>
@@ -112,7 +110,7 @@ <h2>Previous official events</h2>
112110
<p>Stockholm &middot; February 2013</p>
113111
</div>
114112

115-
<div class="part" style="color: #fff;">
113+
<div class="part">
116114
<p>Questions? <a href="mailto:[email protected]">[email protected]</a></p>
117115
</div>
118116

0 commit comments

Comments
 (0)