-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
88 lines (78 loc) · 5.07 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Ruby Meetup Resources</title>
<meta name="description" content="helpful resources for running a Ruby meetup">
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-60x60.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-152x152.png" />
<link href='//fonts.googleapis.com/css?family=Lato:400,500,700' rel='stylesheet' type='text/css'>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="/css/main-4f9f6332.css">
</head>
<body data-spy="scroll" data-target="#nav">
<!--[if lt IE 7]>
<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>
<![endif]-->
<section id="home" class="jumbotron">
<div class="container text-center">
<h1>Ruby Meetup Resources</h1>
<p>Help for running a ruby meetup.</p>
</div>
</section>
<div class="container">
<h1>Welcome</h1>
<p>Running a meetup can be quite a lot of effort. We thought it would be great
to make it easier for meetups to share resources which they've created, which could
be used by other meetups. So far there are just a couple of resources, but we
are hopeful this list will grow, especially with your support.</p>
<p>Please tweet, mail your friends, and generally help get the word out there!</p>
<h2>Contribution Guidelines</h2>
<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>,
ideally we are looking for things which are:</p>
<ol>
<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>
<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
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
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
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>
</ol>
<h2>Current Resources</h2>
<h4><a href="/2014/12/01/pair-programming.html">Pair programming event guide</a></h4>
<!-- use article.summary(250) if you have Nokogiri available to show just
the first 250 characters -->
A pair-programming event can be a great way to get participants of all skill levels to interact with...
<h4><a href="/2014/11/26/raffler.html">Raffler</a></h4>
<!-- use article.summary(250) if you have Nokogiri available to show just
the first 250 characters -->
Raffler provides a way to raffle among attendees of your meetup.
We at Slovenia Ruby User Group have...
<h4><a href="/2014/11/26/robotwars.html">Robotwars</a></h4>
<!-- use article.summary(250) if you have Nokogiri available to show just
the first 250 characters -->
Robotwars gives you a virtual battlefield where you program an AI tank and pit it against your opponents...
<h4><a href="/2014/11/25/ruby-warrior.html">Ruby warrior</a></h4>
<!-- use article.summary(250) if you have Nokogiri available to show just
the first 250 characters -->
Rubywarrior Scoreboard is a scoreboard website for ruby-warrior. If you haven't seen
ruby-warrior...
</div>
<footer>
</footer>
<script>window.jQuery || document.write('<script src="/js/vendor/jquery-1.8.0.min-94e380e3.js"><\/script>')</script>
<script src="/js/main-eca7008a.js"></script>
</body>
</html>