-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
104 lines (84 loc) · 3.4 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!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>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>R42</title>
<meta name="author" content="R42">
<meta name="description" content="fun comes first">
<meta name="viewport" content="width=device-width">
<link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
<link rel='stylesheet' type='text/css' href='/bundles/7ff229b1f473881260d14bb06b2f0fde.css' />
<script src="/javascript/libs/modernizr-2.6.2.min.js"></script>
</head>
<body>
<header class="mastheader">
<h1 class="home">
<span class="large">You're are seeing the</span>
<a class="logo" href="/">R42</a><span
class="large"> page</span><span>, a group of
<a href="/people/">people</a><span
class="medium"> interested in having fun with tech</span>.
</h1>
<p class="hi">Hello!</p>
<p class="brand">
<a href="/" class="logo">
<img src="/images/logo.png">
</a>
</p>
</header>
<div class="mastcontainer">
<div id="posts" class="row col">
<article class="post instapaper">
<header class="post-header">
<h1>
<a href="/blog/2012/11/11/welcome">
Welcome
</a>
</h1>
<h2>
<a href="/people/fampinheiro">fampinheiro</a>
<span>wrote this on</span>
<span>11 Nov 2012</span>
</h2>
</header>
<div class="post-content">
<p>You just reached a place in the internet where fun is all that matters.<br />The <em>motto</em> of this group is <strong>fun comes first</strong>. The site is powered by <a href='http://github.com/R42/r42.github.com'>github</a> serving the static files of the <a href='https://github.com/R42/r42.github.com/'>repository</a>.</p>
<h2 id='steps_to_contribute'>Steps to contribute</h2>
<ol>
<li>Fork it like it’s hot!</li>
<li>Mess with source branch of your repository</li>
<li>When you have everything tidied up you are just a pull request behind;</li>
<li>Don’t forget to add a little description to your pull request;</li>
<li>See your stuff live here.</li>
</ol>
<p>Hope you enjoy this group as much as we do.</p>
</div>
</article>
</div>
</div>
<footer class="mastfooter">
<p>Brought to you by <a href="/about/">R42</a>.</p>
<p>This blog is powered by
<a href="http://jekyllrb.com">Jekyll</a>
and uses
<a href="http://mourner.github.com/dead-simple-grid/">dead simple grid</a>.
</p>
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.8.2.min.js"><\/script>')</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36355112-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>