|
| 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> |
0 commit comments