Skip to content

Commit 874e178

Browse files
committed
new agenda
1 parent a21852d commit 874e178

File tree

4 files changed

+101
-4
lines changed

4 files changed

+101
-4
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Website for the Rails.MN Beginner's Meetup Group
22

3+
[![Help Wanted](https://img.shields.io/badge/Help-Wanted-brightgreen.svg)](https://github.com/railsmn/railsmn.github.io#contributing)
4+
[![Code of Conduct](https://img.shields.io/badge/Code-of%20Conduct-blue.svg)](https://github.com/railsmn/railsmn.github.io/blob/master/CONTRIBUTOR_COVENANT)
5+
36
This is a static Jekyll website, supported by Github Pages.
47

58
## Installation
@@ -16,6 +19,10 @@ Jekyll has a built-in server to preview your edits:
1619

1720
## Contributing
1821

22+
Check
23+
the [issues](https://github.com/railsmn/railsmn.github.io/issues) for
24+
any "Help Wanted" tags.
25+
1926
Fork the repo on GitHub, clone it to your system and install as above.
2027

2128
Make your edits, previewing them to make sure they work how you want.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
layout: post
3+
title: Monthly Meetup Changes Coming in September 2017
4+
date: 2017-08-16 22:33
5+
---
6+
7+
Big changes coming for the meetup group! Read on for a list of things we're changing.
8+
9+
## NOTE: NEW TIME: 5:30pm
10+
11+
We are beginning the meetups from now on at 5:30pm (instead of 6:30pm)
12+
to make gaining entry to the building where Prime is located easier.
13+
14+
## LOCATION: Prime Digital Academy
15+
16+
**We are back at Prime Digital Academy in their new downtown
17+
Minneapolis location**
18+
19+
301 4th Ave. S - 5th Floor, Minneapolis, MN
20+
21+
(This is the North building, between 3rd and 4th Streets along 4th Ave.)
22+
23+
## COST
24+
25+
We are going to start charging $5.00 for the meetup, in order to
26+
defray some of the cost for providing drinks and snacks.
27+
28+
## PARTICIPANTS
29+
30+
The meetups will be limited in size to 20 people including guests.
31+
32+
## MEETUP AGENDA
33+
34+
We're adopting a new agenda and format for the meetup. Instead of a
35+
talk and hack session, we'll be doing the following:
36+
37+
5:30pm - 6:00pm: Arrive, mingle, eat something, network
38+
39+
6:00pm - 7:00pm: Ruby and Rails Lesson - code along practical instruction
40+
41+
7:00pm - 8:00pm: Project work
42+
43+
## CURRICULUM
44+
45+
I'll be pulling together a curriculum of lessons, exercises, small
46+
projects, and tutorials that will extend over the year, to give a
47+
sense of what we'll be focusing on each month.
48+
49+
## GROUP PROJECTS
50+
51+
Instead of a hack night format, we're going to be reinstituting group
52+
projects for people to work on together, to apply the skills you're
53+
learning right away. I'd like to set up a couple of different projects
54+
for people to work on, depending on the attendance. I want to limit
55+
group size to 5 people. My intent is that you'll form up into a team
56+
that works together month to month at the meetup.

resources/meetup-announcement.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
layout: default
3+
title: Meetup Annoucement
4+
---
5+
6+
**TIME CHANGE**
7+
8+
The new time for the meetup is **5:30pm** to **8:00pm**
9+
10+
This will get us into the facility before the doors lock at 6:00pm.
11+
12+
13+
Prime Digital Academy is hosting us for the month of September, 2017
14+
in their new space in the North Grain Exchange Building in Downtown
15+
Minneapolis, 301 4th St, 5th Floor, Minneapolis, MN.
16+
17+
**AGENDA**
18+
19+
We'll begin a new agenda:
20+
21+
5:30pm - 6:00pm: Arrive, mingle, get some refreshments, network
22+
23+
6:00pm - 7:00pm: Ruby and Rails code-along learning: Classes and Objects in Ruby
24+
25+
7:00pm - 8:00pm: Start planning projects: break into teams, select project, set goals, etc.
26+
27+
28+
**BRING**
29+
30+
A Laptop: *Please* come with your laptop prepared with a working Rails development environment installed. You should test this by building a really simple Rails application, basically a "Hello World" sort of thing.
31+
32+
Last few months, most attendees have gotten up an running quickly on Cloud9 (https://c9.io), a software development environment in the cloud.
33+
34+
For more information about installing Rails, view some installation tutorials at http://www.railsmn.org/installation/

static/css/site.css

+4-4
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ h6,
360360
.h4,
361361
.h5,
362362
.h6 {
363-
font-family: 'Lobster', cursive;
363+
font-family: sans-serif;
364364
font-weight: 500;
365365
line-height: 1.1;
366366
color: inherit;
@@ -5513,7 +5513,7 @@ button.close {
55135513
height: 20px;
55145514
margin-top: -10px;
55155515
margin-left: -10px;
5516-
font-family: serif;
5516+
font-family: sans-serif;
55175517
}
55185518
.carousel-control .icon-prev:before {
55195519
content: '\2039';
@@ -5779,7 +5779,7 @@ button.close {
57795779
}
57805780
}
57815781
body {
5782-
font-family: "PT Serif", Georgia, Arial, sans-serif;
5782+
font-family: sans-serif;
57835783
background: url("/static/img/light.png") repeat fixed;
57845784
}
57855785
pre {
@@ -5800,7 +5800,7 @@ h3,
58005800
h4,
58015801
h5,
58025802
h6 {
5803-
font-family: Georgia, "Times New Roman", Times, serif;
5803+
font-family: sans-serif;
58045804
}
58055805
.sidebar .list-group {
58065806
margin-top: 24px;

0 commit comments

Comments
 (0)