Skip to content

Commit a83c364

Browse files
Update index.html
1 parent a125c4f commit a83c364

File tree

6 files changed

+60
-41
lines changed

6 files changed

+60
-41
lines changed

css/cid.css

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,12 @@ li, h3 {
4141
}
4242

4343
.sponsors img {
44-
margin: 1em 2em 0 2em;
45-
opacity: 0.8;
46-
-webkit-transition: all 0.15s ease-in-out;
47-
zoom: 0.5;
44+
margin-top: 1em;
4845
}
4946

50-
.sponsors img:hover {
51-
opacity: 1.0;
47+
.shopify-logo {
48+
width: 215px;
49+
height: auto;
5250
}
5351

5452
#logo {
@@ -115,7 +113,7 @@ li, h3 {
115113
margin: -3% 0 0 -3%;
116114
background: url('../img/play.png') 0 0 no-repeat;
117115
background-size: contain;
118-
opacity: 0.0;
116+
opacity: 0.9;
119117
-webkit-transition: all 0.15s ease-in-out;
120118
}
121119

@@ -140,7 +138,7 @@ li, h3 {
140138
}
141139

142140
.video-player:hover .video-player-play {
143-
opacity: 0.7;
141+
opacity: 1;
144142
}
145143
.video-player:hover .video-player-backdrop {
146144
opacity: .7;

img/backdrop.png

-293 KB
Loading

img/logo_tictail.png

-3.24 KB
Binary file not shown.

img/shopify_logo_darkbg.svg

Lines changed: 52 additions & 0 deletions
Loading

img/top-background.png

100644100755
-702 KB
Loading

index.html

Lines changed: 2 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -25,36 +25,11 @@
2525
</head>
2626

2727
<body>
28-
<div id="fb-root"></div>
29-
<script>(function(d, s, id) {
30-
var js, fjs = d.getElementsByTagName(s)[0];
31-
if (d.getElementById(id)) return;
32-
js = d.createElement(s); js.id = id;
33-
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
34-
fjs.parentNode.insertBefore(js, fjs);
35-
}(document, 'script', 'facebook-jssdk'));</script>
36-
37-
<div class="share">
38-
<div class="button" style="position: relative;">
39-
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://codeinthedark.com/" data-via="tictail">Tweet</a>
40-
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
41-
</div>
42-
<div class="button">
43-
<div class="fb-like" data-href="http://codeinthedark.com/" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false"></div>
44-
</div>
45-
</div>
46-
4728
<div id="top-background"></div>
4829
<img id="logo" src="img/logo.png" alt="Code In the Dark - Logo">
4930

5031
<div class="part">
51-
<!-- Begin MailChimp Signup Form -->
52-
<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>
53-
<label for="mce-EMAIL">Keep me posted about upcoming events</label>
54-
<input type="email" value="" name="EMAIL" class="email" id="mce-EMAIL" placeholder="Your email address" required>
55-
<button type="submit" name="subscribe" id="mc-embedded-subscribe">Subscribe</button>
56-
</form>
57-
<!--End mc_embed_signup-->
32+
5833

5934
<h2>Organize your own event</h2>
6035
<p>
@@ -73,12 +48,6 @@ <h2>Organize your own event</h2>
7348

7449
<div class="part">
7550
<h2>Community organized events</h2>
76-
<p>
77-
Venice &middot; 14th September 2018 &middot; <a href="https://www.interlogica.it/azienda/code-in-the-dark/" target="_blank">RSVP</a>
78-
</p>
79-
<p>
80-
São José dos Campos/SP, Brazil &middot; 11th August 2018 &middot; <a href="http://codeinthedark.frontinvale.com.br" target="_blank">RSVP</a>
81-
</p>
8251
<p>
8352
Wan't to list your event here? Read up about <a href="https://github.com/codeinthedark/codeinthedark.github.io">How to organize Code in the Dark</a>
8453
</p>
@@ -114,7 +83,7 @@ <h2>Previous official events</h2>
11483
<div class="part">
11584
<h2>Proudly presented by</h2>
11685
<div class='sponsors'>
117-
<a href='https://tictail.com' target='_blank'><img src='img/logo_tictail.png' alt='Tictail logo'/></a>
86+
<a href='https://shopify.com' target='_blank'><img class="shopify-logo" src='img/shopify_logo_darkbg.svg' alt='Shopify logo'/></a>
11887
</div>
11988
</div>
12089

0 commit comments

Comments
 (0)