Skip to content

Commit d13596b

Browse files
committed
Automated commit at 2014-12-01 04:22:02 UTC by middleman-deploy 1.0.0
1 parent e9d8074 commit d13596b

File tree

3 files changed

+80
-1
lines changed

3 files changed

+80
-1
lines changed

2014/12/01/pair-programming.html

+63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
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>Pair Programming Event Guide</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>Pair programming event guide</h1>
47+
</div>
48+
</div>
49+
<div class="row">
50+
<div class="resource col-md-offset-3 col-md-6">
51+
<p>A pair-programming event can be a great way to get participants of all skill levels to interact with one and other. The basic idea is to give participants a programming challenge, and have them solve it together in pairs. See the <a href="http://www.doorkeeperhq.com/event-planning/pair-programming-event-guide">Guide to Organizing Pair Programming Events</a> for details.</p>
52+
53+
</div>
54+
</div>
55+
</div>
56+
57+
58+
<footer>
59+
</footer>
60+
<script>window.jQuery || document.write('<script src="/js/vendor/jquery-1.8.0.min-94e380e3.js"><\/script>')</script>
61+
<script src="/js/main-eca7008a.js"></script>
62+
</body>
63+
</html>

feed.xml

+13-1
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,22 @@
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:10:00+13:00</updated>
40+
<updated>2014-12-01T13:00:00+13:00</updated>
4141
<author>
4242
<name>Blog Author</name>
4343
</author>
44+
<entry>
45+
<title>Pair Programming Event Guide</title>
46+
<link rel="alternate" href="http://blog.url.com/2014/12/01/pair-programming.html"/>
47+
<id>http://blog.url.com/2014/12/01/pair-programming.html</id>
48+
<published>2014-12-01T13:00:00+13:00</published>
49+
<updated>2014-12-01T17:21:30+13:00</updated>
50+
<author>
51+
<name>Article Author</name>
52+
</author>
53+
<content type="html">&lt;p&gt;A pair-programming event can be a great way to get participants of all skill levels to interact with one and other. The basic idea is to give participants a programming challenge, and have them solve it together in pairs. See the &lt;a href="http://www.doorkeeperhq.com/event-planning/pair-programming-event-guide"&gt;Guide to Organizing Pair Programming Events&lt;/a&gt; for details.&lt;/p&gt;
54+
</content>
55+
</entry>
4456
<entry>
4557
<title>raffler</title>
4658
<link rel="alternate" href="http://blog.url.com/2014/11/26/raffler.html"/>

index.html

+4
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,10 @@ <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/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...
7882
<h4><a href="/2014/11/26/raffler.html">Raffler</a></h4>
7983
<!-- use article.summary(250) if you have Nokogiri available to show just
8084
the first 250 characters -->

0 commit comments

Comments
 (0)