Skip to content

Commit da01ce2

Browse files
committed
Starting to jekyll-ize
1 parent 0d3337a commit da01ce2

8 files changed

+32
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ public/members.html
33
public/past_meetups.html
44
public/railsconf.html
55
public/praise.html
6+
_site

.ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.9.3-p194

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
File renamed without changes.
File renamed without changes.

index.html

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<html xmlns="http://www.w3.org/1999/xhtml">
2+
<head>
3+
<link href="bmoreonrails.css" rel="stylesheet" type="text/css" />
4+
<link href="style.css" rel="stylesheet" type="text/css" />
5+
<link href="tipsy.css" rel="stylesheet" type="text/css" />
6+
</head>
7+
<body>
8+
<div id="pageContainer">
9+
<h1 class="headline">B'more on Rails is a community of Baltimore folks who use the Ruby programming language and the Ruby on Rails application framework.</h1>
10+
<h2 class="headline">We meet weekly... <a href="http://www.meetup.com/bmore-on-rails">join us</a>!
11+
<div id="rightSide">
12+
<h2>Who we are
13+
<div class="members-array">
14+
</div>
15+
</h2>
16+
<h2>Where to find us</h2>
17+
<ul class="locations">
18+
<li>On IRC</li>
19+
<li>Email lists, RSVPs, photos, etc on our</li>
20+
<li>Meetings at</li>
21+
<li>Hack nights at</li>
22+
<li>Pub nights at</li>
23+
</ul>
24+
</div>
25+
</div>
26+
</body>
27+
</html>
28+
29+
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)