Skip to content
This repository has been archived by the owner on Oct 16, 2019. It is now read-only.

Commit

Permalink
Build with March's event
Browse files Browse the repository at this point in the history
  • Loading branch information
beseven committed Feb 28, 2016
1 parent da54331 commit a5305a1
Show file tree
Hide file tree
Showing 84 changed files with 2,035 additions and 991 deletions.
32 changes: 20 additions & 12 deletions 404.html
Expand Up @@ -27,8 +27,8 @@
<link rel="stylesheet" media="handheld" href="css/handheld.css?v=1"> -->

<!-- For all browsers -->
<link rel="stylesheet" href="/css/320andup.css?1454848938">
<link rel="stylesheet" href="/css/shrug.css?1454848938">
<link rel="stylesheet" href="/css/320andup.css?1456696426">
<link rel="stylesheet" href="/css/shrug.css?1456696426">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">

<!-- JavaScript at bottom except for Modernizr -->
Expand Down Expand Up @@ -113,13 +113,13 @@

<h2>Next meeting:</h2>

<h3><a href="/meetings/shrug-75">ShRUG in the pub</a></h3>
<h3><a href="/meetings/shrug-76">Rubot Wars</a></h3>



<dl class='inline'>
<dt>Date:</dt>
<dd>08/02/2016</dd>
<dd>14/03/2016</dd>



Expand All @@ -128,13 +128,21 @@ <h3><a href="/meetings/shrug-75">ShRUG in the pub</a></h3>


<dt>Location:</dt>
<dd><a href="https://www.google.co.uk/maps/place/Tap+and+Tankard/@53.3796767,-1.4745041,17z/data=!3m1!4b1!4m2!3m1!1s0x48798281a5febb37:0x1aec130e08be4622">Tap and Tankard</a>, 24 Cambridge Street, S1 4HP</dd>
<dd><a href="https://www.google.com/maps/place/Union+St/data=!4m2!3m1!1s0x4879828179fa0adb:0x2a244ff11d368331">Union St</a>, 18-20 Union Street, S1 2JP</dd>

<dt>Time:</dt>
<dd>6.30 to 8.30pm</dd>
</dl>



<div class="meetup-button">
<a href="http://www.meetup.com/sheffieldrubyists/events/228953855/" class="button">
<span class="fa fa-diamond"></span> RSVP on Meetup
</a>
</div>



</div>

Expand All @@ -161,6 +169,13 @@ <h2>Past ShRUGs</h2>



<li><a href="/meetings/shrug-75">08/02/2016 ShRUG in the pub</a></li>






<li><a href="/meetings/shrug-74">11/01/2016 Lightning talks - New Year Version</a></li>


Expand Down Expand Up @@ -220,13 +235,6 @@ <h2>Past ShRUGs</h2>
<li><a href="/meetings/shrug-66">11/05/2015 Pragmatic BDD with ShouldIT?</a></li>






<li><a href="/meetings/shrug-65">13/04/2015 Introducing Docker - lets build a Rails container!</a></li>


<li class="past-link"><a href="/meetings/">View all past ShRUGs</a></li>
</ol>
</div>
Expand Down
21 changes: 14 additions & 7 deletions README.md
@@ -1,23 +1,30 @@
# @sheffieldruby

Presentation site for Sheffield Ruby
Presentation site for Sheffield Ruby User Group

## Deployment

We use githubpages to deploy a Jekyll blog. Since 01/02/2016 future post no longer appear as github has updated to jekyll 3.0
We use github-pages to deploy a Jekyll blog. Since 01/02/2016 future post no longer appear as github has updated to jekyll 3.0

We followed https://drewsilcock.co.uk/custom-jekyll-plugins/ to include the --future flag for the serve command and now the site will not be autogenerated by github.

Workflow on adding events:
###Workflow on adding events

Checkout the source branch

```
git co source
git checkout source
```

Add event in post then run:
Add event in posts then run:

```
jekgit.sh "Added event X"
./jekgit.sh "Build with event X"
```

that will generate and push to the master site
that will generate and push to the master site to github. Check the event and if all looks well then commit the event onto source

```
git commit -am "Added event X"
```
and you are all good to go :)
32 changes: 20 additions & 12 deletions about/slack/index.html
Expand Up @@ -27,8 +27,8 @@
<link rel="stylesheet" media="handheld" href="css/handheld.css?v=1"> -->

<!-- For all browsers -->
<link rel="stylesheet" href="/css/320andup.css?1454848938">
<link rel="stylesheet" href="/css/shrug.css?1454848938">
<link rel="stylesheet" href="/css/320andup.css?1456696426">
<link rel="stylesheet" href="/css/shrug.css?1456696426">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">

<!-- JavaScript at bottom except for Modernizr -->
Expand Down Expand Up @@ -113,13 +113,13 @@

<h2>Next meeting:</h2>

<h3><a href="/meetings/shrug-75">ShRUG in the pub</a></h3>
<h3><a href="/meetings/shrug-76">Rubot Wars</a></h3>



<dl class='inline'>
<dt>Date:</dt>
<dd>08/02/2016</dd>
<dd>14/03/2016</dd>



Expand All @@ -128,13 +128,21 @@ <h3><a href="/meetings/shrug-75">ShRUG in the pub</a></h3>


<dt>Location:</dt>
<dd><a href="https://www.google.co.uk/maps/place/Tap+and+Tankard/@53.3796767,-1.4745041,17z/data=!3m1!4b1!4m2!3m1!1s0x48798281a5febb37:0x1aec130e08be4622">Tap and Tankard</a>, 24 Cambridge Street, S1 4HP</dd>
<dd><a href="https://www.google.com/maps/place/Union+St/data=!4m2!3m1!1s0x4879828179fa0adb:0x2a244ff11d368331">Union St</a>, 18-20 Union Street, S1 2JP</dd>

<dt>Time:</dt>
<dd>6.30 to 8.30pm</dd>
</dl>



<div class="meetup-button">
<a href="http://www.meetup.com/sheffieldrubyists/events/228953855/" class="button">
<span class="fa fa-diamond"></span> RSVP on Meetup
</a>
</div>



</div>

Expand Down Expand Up @@ -171,6 +179,13 @@ <h2>Past ShRUGs</h2>



<li><a href="/meetings/shrug-75">08/02/2016 ShRUG in the pub</a></li>






<li><a href="/meetings/shrug-74">11/01/2016 Lightning talks - New Year Version</a></li>


Expand Down Expand Up @@ -230,13 +245,6 @@ <h2>Past ShRUGs</h2>
<li><a href="/meetings/shrug-66">11/05/2015 Pragmatic BDD with ShouldIT?</a></li>






<li><a href="/meetings/shrug-65">13/04/2015 Introducing Docker - lets build a Rails container!</a></li>


<li class="past-link"><a href="/meetings/">View all past ShRUGs</a></li>
</ol>
</div>
Expand Down
32 changes: 20 additions & 12 deletions events/ruby-newbie-day/index.html
Expand Up @@ -27,8 +27,8 @@
<link rel="stylesheet" media="handheld" href="css/handheld.css?v=1"> -->

<!-- For all browsers -->
<link rel="stylesheet" href="/css/320andup.css?1454848938">
<link rel="stylesheet" href="/css/shrug.css?1454848938">
<link rel="stylesheet" href="/css/320andup.css?1456696426">
<link rel="stylesheet" href="/css/shrug.css?1456696426">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">

<!-- JavaScript at bottom except for Modernizr -->
Expand Down Expand Up @@ -127,13 +127,13 @@

<h2>Next meeting:</h2>

<h3><a href="/meetings/shrug-75">ShRUG in the pub</a></h3>
<h3><a href="/meetings/shrug-76">Rubot Wars</a></h3>



<dl class='inline'>
<dt>Date:</dt>
<dd>08/02/2016</dd>
<dd>14/03/2016</dd>



Expand All @@ -142,13 +142,21 @@ <h3><a href="/meetings/shrug-75">ShRUG in the pub</a></h3>


<dt>Location:</dt>
<dd><a href="https://www.google.co.uk/maps/place/Tap+and+Tankard/@53.3796767,-1.4745041,17z/data=!3m1!4b1!4m2!3m1!1s0x48798281a5febb37:0x1aec130e08be4622">Tap and Tankard</a>, 24 Cambridge Street, S1 4HP</dd>
<dd><a href="https://www.google.com/maps/place/Union+St/data=!4m2!3m1!1s0x4879828179fa0adb:0x2a244ff11d368331">Union St</a>, 18-20 Union Street, S1 2JP</dd>

<dt>Time:</dt>
<dd>6.30 to 8.30pm</dd>
</dl>



<div class="meetup-button">
<a href="http://www.meetup.com/sheffieldrubyists/events/228953855/" class="button">
<span class="fa fa-diamond"></span> RSVP on Meetup
</a>
</div>



</div>

Expand Down Expand Up @@ -211,6 +219,13 @@ <h2>Past ShRUGs</h2>



<li><a href="/meetings/shrug-75">08/02/2016 ShRUG in the pub</a></li>






<li><a href="/meetings/shrug-74">11/01/2016 Lightning talks - New Year Version</a></li>


Expand Down Expand Up @@ -270,13 +285,6 @@ <h2>Past ShRUGs</h2>
<li><a href="/meetings/shrug-66">11/05/2015 Pragmatic BDD with ShouldIT?</a></li>






<li><a href="/meetings/shrug-65">13/04/2015 Introducing Docker - lets build a Rails container!</a></li>


<li class="past-link"><a href="/meetings/">View all past ShRUGs</a></li>
</ol>
</div>
Expand Down
32 changes: 20 additions & 12 deletions index.html
Expand Up @@ -27,8 +27,8 @@
<link rel="stylesheet" media="handheld" href="css/handheld.css?v=1"> -->

<!-- For all browsers -->
<link rel="stylesheet" href="/css/320andup.css?1454848938">
<link rel="stylesheet" href="/css/shrug.css?1454848938">
<link rel="stylesheet" href="/css/320andup.css?1456696426">
<link rel="stylesheet" href="/css/shrug.css?1456696426">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">

<!-- JavaScript at bottom except for Modernizr -->
Expand Down Expand Up @@ -113,13 +113,13 @@

<h2>Next meeting:</h2>

<h3><a href="/meetings/shrug-75">ShRUG in the pub</a></h3>
<h3><a href="/meetings/shrug-76">Rubot Wars</a></h3>



<dl class='inline'>
<dt>Date:</dt>
<dd>08/02/2016</dd>
<dd>14/03/2016</dd>



Expand All @@ -128,13 +128,21 @@ <h3><a href="/meetings/shrug-75">ShRUG in the pub</a></h3>


<dt>Location:</dt>
<dd><a href="https://www.google.co.uk/maps/place/Tap+and+Tankard/@53.3796767,-1.4745041,17z/data=!3m1!4b1!4m2!3m1!1s0x48798281a5febb37:0x1aec130e08be4622">Tap and Tankard</a>, 24 Cambridge Street, S1 4HP</dd>
<dd><a href="https://www.google.com/maps/place/Union+St/data=!4m2!3m1!1s0x4879828179fa0adb:0x2a244ff11d368331">Union St</a>, 18-20 Union Street, S1 2JP</dd>

<dt>Time:</dt>
<dd>6.30 to 8.30pm</dd>
</dl>



<div class="meetup-button">
<a href="http://www.meetup.com/sheffieldrubyists/events/228953855/" class="button">
<span class="fa fa-diamond"></span> RSVP on Meetup
</a>
</div>



</div>

Expand Down Expand Up @@ -175,6 +183,13 @@ <h2>Past ShRUGs</h2>



<li><a href="/meetings/shrug-75">08/02/2016 ShRUG in the pub</a></li>






<li><a href="/meetings/shrug-74">11/01/2016 Lightning talks - New Year Version</a></li>


Expand Down Expand Up @@ -234,13 +249,6 @@ <h2>Past ShRUGs</h2>
<li><a href="/meetings/shrug-66">11/05/2015 Pragmatic BDD with ShouldIT?</a></li>






<li><a href="/meetings/shrug-65">13/04/2015 Introducing Docker - lets build a Rails container!</a></li>


<li class="past-link"><a href="/meetings/">View all past ShRUGs</a></li>
</ol>
</div>
Expand Down

0 comments on commit a5305a1

Please sign in to comment.