|
23 | 23 |
|
24 | 24 | <link href='//fonts.googleapis.com/css?family=Lato:400,500,700' rel='stylesheet' type='text/css'>
|
25 | 25 | <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet">
|
26 |
| - <link rel="stylesheet" href="/css/main-3a8c3363.css"> |
| 26 | + <link rel="stylesheet" href="/css/main-4f9f6332.css"> |
27 | 27 | </head>
|
28 | 28 | <body data-spy="scroll" data-target="#nav">
|
29 | 29 | <!--[if lt IE 7]>
|
30 | 30 | <p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better experience this site.</p>
|
31 | 31 | <![endif]-->
|
32 | 32 |
|
33 | 33 | <section id="home" class="jumbotron">
|
34 |
| - <div class="container"> |
35 |
| - <div class="row"> |
36 |
| - <div class="col-md-12 text-center"> |
37 |
| - <h1>Ruby Meetup Resources</h1> |
38 |
| - <p>Help for running a ruby meetup.</p> |
39 |
| - </div> |
40 |
| - </div> |
| 34 | + <div class="container text-center"> |
| 35 | + <h1>Ruby Meetup Resources</h1> |
| 36 | + <p>Help for running a ruby meetup.</p> |
41 | 37 | </div>
|
42 | 38 | </section>
|
43 | 39 |
|
44 | 40 | <div class="container">
|
45 |
| - <div class="row"> |
46 |
| - <div class="col-md-offset-3 col-md-6"> |
47 |
| - <h1>Welcome</h1> |
48 |
| - <p>Running a meetup can be quite a lot of effort. We thought it would be great |
49 |
| - to make it easier for meetups to share resources which they've created, which could |
50 |
| - be used by other meetups. So far there are just a couple of resources, but we |
51 |
| - are hopeful this list will grow, especially with your support.</p> |
| 41 | + <h1>Welcome</h1> |
| 42 | + <p>Running a meetup can be quite a lot of effort. We thought it would be great |
| 43 | + to make it easier for meetups to share resources which they've created, which could |
| 44 | + be used by other meetups. So far there are just a couple of resources, but we |
| 45 | + are hopeful this list will grow, especially with your support.</p> |
52 | 46 |
|
53 |
| - <p>Please tweet, mail your friends, and generally help get the word out there!</p> |
54 |
| - </div> |
55 |
| - </div> |
56 |
| -</div> |
57 |
| -<div class="container"> |
58 |
| - <div class="row"> |
59 |
| - <div class="col-md-offset-3 col-md-9"> |
60 |
| - <h2>Contribution Guidelines</h2> |
61 |
| - <p>Ideally we are looking for <b>hack night / game resources</b>. While we do have a <a href="./beginner_resources.html">list of beginner Ruby resources</a>, |
62 |
| - ideally we are looking for things which are:</p> |
63 |
| - <ol> |
64 |
| - <li><b>Ready to go.</b>.<br/>There shouldn't be too much configuration required to get the resource running. Otherwise it's not making your life easier ;)</li> |
65 |
| - <li><b>Have a collaboration / team / game environment.</b>.<br/>There are lots of great resources out there for coding challeges etc (some listed on the |
66 |
| - beginner page), but what we're looking for is something "fun", like the robotwars, or a scoreboard for some sort of coding challenge type event. Well, that's the ideal |
67 |
| - anyway, but sure it's all up for debate, and if you have something to contribute or a different idea, you can simply fork this middleman website and send |
68 |
| - us a pull request with your information in a markdown file. <a href="https://github.com/ruby-meetup-resources/new-resources">Instructions available on the repo's README</a> |
69 |
| - </ol> |
70 |
| - </div> |
71 |
| - </div> |
72 |
| -</div> |
73 |
| -<div class="container"> |
74 |
| - <div class="row"> |
75 |
| - <div class="col-md-offset-3 col-md-9"> |
76 |
| - <h2>Current Resources</h2> |
| 47 | + <p>Please tweet, mail your friends, and generally help get the word out there!</p> |
77 | 48 |
|
78 |
| - <h4><a href="/2014/12/01/pair-programming.html">Pair programming event guide</a></h4> |
79 |
| - <!-- use article.summary(250) if you have Nokogiri available to show just |
80 |
| - the first 250 characters --> |
81 |
| - A pair-programming event can be a great way to get participants of all skill levels to interact with... |
82 |
| - <h4><a href="/2014/11/26/raffler.html">Raffler</a></h4> |
83 |
| - <!-- use article.summary(250) if you have Nokogiri available to show just |
84 |
| - the first 250 characters --> |
85 |
| - Raffler provides a way to raffle among attendees of your meetup. |
| 49 | + <h2>Contribution Guidelines</h2> |
| 50 | + <p>Ideally we are looking for <b>hack night / game resources</b>. While we do have a <a href="./beginner_resources.html">list of beginner Ruby resources</a>, |
| 51 | + ideally we are looking for things which are:</p> |
| 52 | + <ol> |
| 53 | + <li><b>Ready to go.</b>.<br/>There shouldn't be too much configuration required to get the resource running. Otherwise it's not making your life easier ;)</li> |
| 54 | + <li><b>Have a collaboration / team / game environment.</b>.<br/>There are lots of great resources out there for coding challeges etc (some listed on the |
| 55 | + beginner page), but what we're looking for is something "fun", like the robotwars, or a scoreboard for some sort of coding challenge type event. Well, that's the ideal |
| 56 | + anyway, but sure it's all up for debate, and if you have something to contribute or a different idea, you can simply fork this middleman website and send |
| 57 | + us a pull request with your information in a markdown file. <a href="https://github.com/ruby-meetup-resources/new-resources">Instructions available on the repo's README</a> |
| 58 | + </ol> |
| 59 | + <h2>Current Resources</h2> |
| 60 | + |
| 61 | + <h4><a href="/2014/12/01/pair-programming.html">Pair programming event guide</a></h4> |
| 62 | + <!-- use article.summary(250) if you have Nokogiri available to show just |
| 63 | + the first 250 characters --> |
| 64 | + A pair-programming event can be a great way to get participants of all skill levels to interact with... |
| 65 | + <h4><a href="/2014/11/26/raffler.html">Raffler</a></h4> |
| 66 | + <!-- use article.summary(250) if you have Nokogiri available to show just |
| 67 | + the first 250 characters --> |
| 68 | + Raffler provides a way to raffle among attendees of your meetup. |
86 | 69 |
|
87 | 70 | We at Slovenia Ruby User Group have...
|
88 |
| - <h4><a href="/2014/11/26/robotwars.html">Robotwars</a></h4> |
89 |
| - <!-- use article.summary(250) if you have Nokogiri available to show just |
90 |
| - the first 250 characters --> |
91 |
| - Robotwars gives you a virtual battlefield where you program an AI tank and pit it against your opponents... |
92 |
| - <h4><a href="/2014/11/25/ruby-warrior.html">Ruby warrior</a></h4> |
93 |
| - <!-- use article.summary(250) if you have Nokogiri available to show just |
94 |
| - the first 250 characters --> |
95 |
| - Rubywarrior Scoreboard is a scoreboard website for ruby-warrior. If you haven't seen |
| 71 | + <h4><a href="/2014/11/26/robotwars.html">Robotwars</a></h4> |
| 72 | + <!-- use article.summary(250) if you have Nokogiri available to show just |
| 73 | + the first 250 characters --> |
| 74 | + Robotwars gives you a virtual battlefield where you program an AI tank and pit it against your opponents... |
| 75 | + <h4><a href="/2014/11/25/ruby-warrior.html">Ruby warrior</a></h4> |
| 76 | + <!-- use article.summary(250) if you have Nokogiri available to show just |
| 77 | + the first 250 characters --> |
| 78 | + Rubywarrior Scoreboard is a scoreboard website for ruby-warrior. If you haven't seen |
96 | 79 | ruby-warrior...
|
97 |
| - </div> |
98 |
| - </div> |
99 | 80 | </div>
|
100 | 81 |
|
101 | 82 |
|
|
0 commit comments