Skip to content

Commit f6fdfa2

Browse files
committed
Start off the buffalo page
1 parent d013add commit f6fdfa2

5 files changed

Lines changed: 51 additions & 11 deletions

File tree

_layouts/city.html

Lines changed: 0 additions & 11 deletions
This file was deleted.

assets/index.scss

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ $margin-big: 20px;
7373
}
7474
}
7575

76+
h3 {
77+
font-weight: bold;
78+
font-size: 20px;
79+
margin: $margin-small 0;
80+
}
81+
7682
.cities {
7783
ul {
7884
$city-size: 24px;
@@ -119,6 +125,14 @@ $margin-big: 20px;
119125
font-size: $para-size / 1.2;
120126
}
121127
}
128+
129+
img {
130+
$border: 10px;
131+
border: $border solid #0FD482;
132+
border-radius: $border;
133+
-moz-border-radius: $border;
134+
-webkit-border-radius: $border;
135+
}
122136
}
123137
}
124138

buffalo/index.markdown

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
layout: default
3+
title: OpenHack - Buffalo
4+
---
5+
6+
## Buffalo
7+
8+
![October 23](/buffalo/october.png)
9+
10+
### Info
11+
12+
OpenHack Buffalo meets at [CoworkBuffalo](http://coworkbuffalo.com) every other Tuesday at 7pm.
13+
14+
Please RSVP on [Meetup](http://www.meetup.com/Western-New-York-Ruby/) so we know how much food to get!
15+
16+
### Next meetups
17+
18+
* [November 6, 2012](http://www.meetup.com/Western-New-York-Ruby/events/86099872/)
19+
* [November 20, 2012](http://www.meetup.com/Western-New-York-Ruby/events/86099932/)
20+
* [December 4, 2012](http://www.meetup.com/Western-New-York-Ruby/events/dfqlpdyqqbgb/)
21+
* [December 18, 2012](http://www.meetup.com/Western-New-York-Ruby/events/dfqlpdyqqbxb/)
22+
* [January 1, 2013](http://www.meetup.com/Western-New-York-Ruby/events/dfqlpdyrcbcb/)
23+
* [January 15, 2013](http://www.meetup.com/Western-New-York-Ruby/events/dfqlpdyrcbtb/)
24+
25+
### Past meetups
26+
27+
* October 9, 2012 (15 attendees)
28+
* October 23, 2012 (19 attendees)

buffalo/october.png

246 KB
Loading

stylesheets/index.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ a {
5050
@media (max-width: 480px) {
5151
.index h2 {
5252
font-size: 30px; } }
53+
.index h3 {
54+
font-weight: bold;
55+
font-size: 20px;
56+
margin: 10px 0; }
5357
.index .cities ul {
5458
list-style: none; }
5559
.index .cities ul li {
@@ -75,6 +79,11 @@ a {
7579
@media (max-width: 480px) {
7680
.index .main li {
7781
font-size: 13.33333px; } }
82+
.index .main img {
83+
border: 10px solid #0fd482;
84+
border-radius: 10px;
85+
-moz-border-radius: 10px;
86+
-webkit-border-radius: 10px; }
7887

7988
.footer {
8089
margin-left: 20px;

0 commit comments

Comments
 (0)