Skip to content

Commit b85fb0e

Browse files
committed
Added logo, updated color scheme, copy and event data.
1 parent da55a82 commit b85fb0e

4 files changed

Lines changed: 35 additions & 36 deletions

File tree

_layouts/layout.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
<a href="#fakelink" class="brand">VanRuby</a>
3131
<div class="nav-collapse collapse" id="nav-collapse-03">
3232
<ul class="nav">
33-
<li><a href="#fakelink">Friends</a></li>
34-
</li>
33+
<!-- <li><a href="#fakelink">Friends</a></li> -->
3534
</ul> <!-- /nav -->
3635
</div><!--/.nav-collapse -->
3736
</div>
@@ -54,8 +53,8 @@
5453

5554
<div class="span8">
5655
<ul class="bottom-links">
57-
<li><a href="/people">People</a></li>
58-
<li><a href="/projects">Projects</a></li>
56+
<!-- <li><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fpeople">Friends</a></li> -->
57+
<!-- <li><a href="proxy.php?url=https%3A%2F%2Fgithub.com%2Fprojects">Projects</a></li> -->
5958
</ul>
6059
</div>
6160

css/flat-ui.css

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ textarea {
685685
font-size: 14px;
686686
}
687687
a {
688-
color: #1abc9c;
688+
color: #bc1a1c;
689689
text-decoration: none;
690690
-webkit-transition: 0.25s;
691691
-moz-transition: 0.25s;
@@ -694,8 +694,8 @@ a {
694694
-webkit-backface-visibility: hidden;
695695
}
696696
a:hover {
697-
color: #2ecc71;
698-
text-decoration: none;
697+
color: #ff2b21;
698+
text-decoration: underline;
699699
}
700700
h1,
701701
.h1 {
@@ -889,7 +889,7 @@ a.muted:focus {
889889
}
890890
.btn {
891891
border: none;
892-
background: #bdc3c7;
892+
background: #fd7377;
893893
color: #ffffff;
894894
padding: 9px 12px 10px;
895895
line-height: 22px;
@@ -910,7 +910,7 @@ a.muted:focus {
910910
.btn:hover,
911911
.btn:focus,
912912
.btn-group:focus .btn.dropdown-toggle {
913-
background-color: #cacfd2;
913+
background: #fd4347;
914914
color: #ffffff;
915915
outline: none;
916916
-webkit-transition: 0.25s;
@@ -1269,7 +1269,7 @@ a.muted:focus {
12691269
}
12701270
.navbar .brand:hover,
12711271
.navbar .brand:focus {
1272-
color: #1abc9c;
1272+
color: #ff2b21;
12731273
}
12741274
.navbar .brand[class*="fui-"] {
12751275
font-weight: normal;
@@ -1292,7 +1292,7 @@ a.muted:focus {
12921292
.navbar .nav > li.active > a:hover,
12931293
.navbar .nav > li.active > a:focus {
12941294
background: none;
1295-
color: #1abc9c;
1295+
color: #ff2b21;
12961296
-webkit-box-shadow: none;
12971297
-moz-box-shadow: none;
12981298
box-shadow: none;
@@ -1338,7 +1338,7 @@ a.muted:focus {
13381338
}
13391339
.navbar .nav > li > a:hover,
13401340
.navbar .nav > li > a:focus {
1341-
color: #1abc9c;
1341+
color: #ff2b21;
13421342
}
13431343
.navbar .nav > li > a[class*="fui-"] {
13441344
font-size: 24px;
@@ -1438,7 +1438,7 @@ a.muted:focus {
14381438
display: none;
14391439
}
14401440
.navbar-inner {
1441-
background: #eceef0;
1441+
background: #948;
14421442
border: none;
14431443
padding-left: 0;
14441444
padding-right: 0;
@@ -1456,12 +1456,10 @@ a.muted:focus {
14561456

14571457
}
14581458
.navbar-inverse .navbar-inner {
1459-
background: #34495e;
1459+
background: #220909;
14601460
filter: unquote("progid:DXImageTransform.Microsoft.gradient(enabled = false)");
14611461
}
14621462
.navbar-inverse .brand {
1463-
border-bottom: 2px solid #2c3e50;
1464-
border-right: 2px solid #2c3e50;
14651463
color: #ffffff;
14661464
padding: 10px 28px 11px 32px;
14671465
}
@@ -5063,7 +5061,7 @@ input.search-query {
50635061
.active .bottom-menu a,
50645062
.bottom-menu a:hover,
50655063
.bottom-menu a:focus {
5066-
color: #1abc9c;
5064+
color: #ff2b21;
50675065
}
50685066
.bottom-menu .label,
50695067
.bottom-menu .badge {

images/vanruby_logo.png

5.72 KB
Loading

index.html

Lines changed: 21 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,50 @@
11
---
22
layout: layout
3-
title: "VanRuby"
3+
title: "VanRuby - Vancouver Ruby on Rails Group"
44
---
55

6-
7-
<div class="hero" style="padding-top: 50px; text-align: center;">
8-
<div class="container">
9-
<div class="row">
10-
<div class="span8 offset2">
11-
<h2>#VanRuby</h2>
12-
<p class="lead">We are from Vancouver and we build cool stuff with Ruby! We get together to work on personal projects, hack on open source and try to learn from each other.</p>
13-
</div>
6+
<div class="hero" style="padding: 35px 0 50px 0; text-align: center;">
7+
<div class="container">
8+
<div class="row">
9+
<div class="span8 offset2">
10+
<img src="images/vanruby_logo.png" style="padding: 0 0 20px 0;">
11+
<p class="lead">We are VanRuby, the Vancouver Ruby &amp; Rails meetup group. We hack on open source / personal projects, and organize talks to learn from each other. All skill levels are welcome!</p>
1412
</div>
1513
</div>
14+
</div>
1615
</div>
1716

1817
<div class="container" style="margin-top: 50px;">
1918
<div class="row">
2019
<div class="span4">
2120
<h6><span class="fui-user"></span> Big Meetups</h6>
22-
<p>Once a month we have a big meetup and we have keynote speaker talk about something awesome in the Ruby community! This is a sweet event!</p>
21+
<p>Roughly once a month we congregate to talk about awesome things happening in the Ruby community. <a href="http://www.meetup.com/vancouver-ruby/">Join our meetup group</a>.</p>
2322
</div>
2423
<div class="span4">
2524
<h6><span class="fui-gear"></span> Hack Nights</h6>
26-
<p>First and third Tuesday of the month we get together to hack on cool stuff. All skill levels welcome!</p>
25+
<p>On the 1<sup>st</sup> and 3<sup>rd</sup> Tuesdays each month we get together to hack on cool stuff. All skill levels welcome!</p>
2726
</div>
2827
<div class="span4">
2928
<h6><span class="fui-heart"></span> Cool People</h6>
30-
<p>If you love Ruby or hacking on things, you're in good company! Vancouver has a bustling Ruby and open source community.</p>
29+
<p>If you love Ruby or hacking on things, you're in good company! Vancouver has a friendly, bustling Ruby and open source community.</p>
3130
</div>
3231
</div>
3332

3433

3534
<div class="row" style="margin-top: 50px;">
3635
<div class="span12">
3736
<div class="well">
38-
<h6>Next hack night</h6>
39-
<p>Come hack with us at <a href="http://fullstack.ca/stackhaus/" target="_blank">StackHaus!</a> Bring whatever you’re working on, grab a cup of coffee, and meet other Rubyists. Everyone is welcome.</p>
40-
<p><span class="fui-time"></span> <strong>19:00 to 21:00 on the first and third Tuesday of the month</strong></p>
37+
<h6>Next Hack Night:</h6>
38+
<p>Bring a laptop and hack with us at <a href="http://launchacademy.ca/contact/" target="_blank">Launch Academy! (to be confirmed)</a> Bring whatever you’re working on, or come up with an idea while meeting other Rubyists. Everyone is welcome.</p>
39+
40+
<p><span class="fui-time"></span> <strong>19:00 – 21:00.</strong></p>
4141
<p>
42-
<span class="fui-location"></span> <strong>Fullstack office</strong> <br />
43-
55 East Cordova - Unit 604 <br />
42+
<span class="fui-location"></span> <strong>Launch Academy</strong> <br />
43+
#300 – 128 West Hastings Street<br />
4444
Vancouver, BC
4545
</p>
46+
47+
<p><strong>Stuck at the front door?</strong> Message <a href="https://twitter.com/CharlesEllery">@CharlesEllery</a>, <a href="https://twitter.com/LokiMeyburg">@LokiMeyburg</a> or <a href="https://twitter.com/ChanCanCode">@ChanCanCode</a> for access.</p>
4648
</div>
4749

4850
<div class="well">
@@ -53,10 +55,10 @@ <h6>Next meetup</h6>
5355

5456
<div class="well">
5557
<h6>Connect</h6>
56-
<p><span class="fui-twitter"></span> <strong>Twitter:</strong> Just use hashtag #VanRuby when talking about anything VanRuby related - especially at our events. We're working on grabbing the abandoned VanRuby username to post event updates and information.</p>
58+
<p><span class="fui-twitter"></span> <strong>Twitter:</strong> Just use hashtag #VanRuby when talking about anything VanRuby related - especially at our events. We're working on acquiring the abandoned @VanRuby username to post event updates and information.</p>
5759
<p><span class="fui-bubble"></span> <strong>IRC channel:</strong> We hang out in #vanruby on freenode, pop in and say 'Hi' :)</p>
5860
</div>
5961

6062
</div>
6163
</div>
62-
</div>
64+
</div>

0 commit comments

Comments
 (0)