Skip to content

Commit e9d8074

Browse files
committed
Automated commit at 2014-11-26 09:12:43 UTC by middleman-deploy 1.0.0
1 parent 4c17f08 commit e9d8074

File tree

3 files changed

+90
-1
lines changed

3 files changed

+90
-1
lines changed

2014/11/26/raffler.html

+67
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
<!DOCTYPE html>
2+
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
3+
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
4+
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
5+
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
6+
<head>
7+
<meta charset="utf-8">
8+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
9+
<title>raffler</title>
10+
<meta name="description" content="helpful resources for running a Ruby meetup">
11+
<meta name="viewport" content="width=device-width">
12+
13+
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
14+
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
15+
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png" />
16+
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png" />
17+
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png" />
18+
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png" />
19+
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-60x60.png" />
20+
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-120x120.png" />
21+
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-76x76.png" />
22+
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-152x152.png" />
23+
24+
<link href='//fonts.googleapis.com/css?family=Lato:400,500,700' rel='stylesheet' type='text/css'>
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">
27+
</head>
28+
<body data-spy="scroll" data-target="#nav">
29+
<!--[if lt IE 7]>
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+
<![endif]-->
32+
33+
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
34+
<div class="container">
35+
<div class="navbar-header">
36+
<a class="navbar-brand" href="/">Ruby Meetup Resources</a>
37+
</div>
38+
</div>
39+
</nav>
40+
41+
42+
43+
<div id="resources" class="container">
44+
<div class="row">
45+
<div class="col-md-offset-3 col-md-6">
46+
<h1>Raffler</h1>
47+
</div>
48+
</div>
49+
<div class="row">
50+
<div class="resource col-md-offset-3 col-md-6">
51+
<p><a href="https://github.com/SloveniaRUG/raffler">Raffler</a> provides a way to raffle among attendees of your meetup.</p>
52+
53+
<p>We at <a href="https://github.com/SloveniaRUG">Slovenia Ruby User Group</a> have several things to give away each time, so we made a simple app that raffles <code>n</code> people from everyone who attended on meetup.com. You can just go to <a href="http://raffle.rug.si/">the website</a>, input your meetup.com Group URL Name or ID and select the meetup. Here's an <a href="http://raffle.rug.si/event/209625822">example for our October meetup</a>. You can deselect the people you don't want raffled (like organisers) then input the number of the rewards you have and click <code>Raffle</code>. It's that easy.</p>
54+
55+
<p>BTW PRs are wellcome!</p>
56+
57+
</div>
58+
</div>
59+
</div>
60+
61+
62+
<footer>
63+
</footer>
64+
<script>window.jQuery || document.write('<script src="/js/vendor/jquery-1.8.0.min-94e380e3.js"><\/script>')</script>
65+
<script src="/js/main-eca7008a.js"></script>
66+
</body>
67+
</html>

feed.xml

+17-1
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,26 @@
3737
<id>http://blog.url.com/</id>
3838
<link href="http://blog.url.com/"/>
3939
<link href="http://blog.url.com/feed.xml" rel="self"/>
40-
<updated>2014-11-26T19:05:00+13:00</updated>
40+
<updated>2014-11-26T19:10:00+13:00</updated>
4141
<author>
4242
<name>Blog Author</name>
4343
</author>
44+
<entry>
45+
<title>raffler</title>
46+
<link rel="alternate" href="http://blog.url.com/2014/11/26/raffler.html"/>
47+
<id>http://blog.url.com/2014/11/26/raffler.html</id>
48+
<published>2014-11-26T19:10:00+13:00</published>
49+
<updated>2014-11-26T22:11:07+13:00</updated>
50+
<author>
51+
<name>Article Author</name>
52+
</author>
53+
<content type="html">&lt;p&gt;&lt;a href="https://github.com/SloveniaRUG/raffler"&gt;Raffler&lt;/a&gt; provides a way to raffle among attendees of your meetup.&lt;/p&gt;
54+
55+
&lt;p&gt;We at &lt;a href="https://github.com/SloveniaRUG"&gt;Slovenia Ruby User Group&lt;/a&gt; have several things to give away each time, so we made a simple app that raffles &lt;code&gt;n&lt;/code&gt; people from everyone who attended on meetup.com. You can just go to &lt;a href="http://raffle.rug.si/"&gt;the website&lt;/a&gt;, input your meetup.com Group URL Name or ID and select the meetup. Here's an &lt;a href="http://raffle.rug.si/event/209625822"&gt;example for our October meetup&lt;/a&gt;. You can deselect the people you don't want raffled (like organisers) then input the number of the rewards you have and click &lt;code&gt;Raffle&lt;/code&gt;. It's that easy.&lt;/p&gt;
56+
57+
&lt;p&gt;BTW PRs are wellcome!&lt;/p&gt;
58+
</content>
59+
</entry>
4460
<entry>
4561
<title>robotwars</title>
4662
<link rel="alternate" href="http://blog.url.com/2014/11/26/robotwars.html"/>

index.html

+6
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ <h2>Contribution Guidelines</h2>
7575
<div class="col-md-offset-3 col-md-9">
7676
<h2>Current Resources</h2>
7777

78+
<h4><a href="/2014/11/26/raffler.html">Raffler</a></h4>
79+
<!-- use article.summary(250) if you have Nokogiri available to show just
80+
the first 250 characters -->
81+
Raffler provides a way to raffle among attendees of your meetup.
82+
83+
We at Slovenia Ruby User Group have...
7884
<h4><a href="/2014/11/26/robotwars.html">Robotwars</a></h4>
7985
<!-- use article.summary(250) if you have Nokogiri available to show just
8086
the first 250 characters -->

0 commit comments

Comments
 (0)