Skip to content

Commit cd1238e

Browse files
committed
Push static site and run it with rackup
1 parent 3edd4bd commit cd1238e

149 files changed

Lines changed: 29680 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
_site
21
.sass-cache
32
.jekyll-metadata

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: jekyll serve -P $PORT
1+
web: rackup -p $PORT

_site/Procfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
web: jekyll serve -P $PORT

_site/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#RubyConf Website 2016
2+
3+
Running the project
4+
5+
1. `bundle install`
6+
2. `jekyll serve`

_site/about/index.html

Lines changed: 211 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,211 @@
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
8+
9+
<title>About</title>
10+
<meta name="description" content="This will be the second edition of RubyConf Colombia and the conference will have even better content, will be bigger in size, will have more talks and will be held at a brand new venue. You don’t want to miss it!
11+
">
12+
13+
14+
15+
16+
<meta name="author" content="RubyConf Colombia">
17+
18+
19+
20+
<link rel="stylesheet" href="/css/custom-animations.css">
21+
22+
<link rel="stylesheet" href="/css/main.css">
23+
24+
25+
26+
<!--[if lt IE 9]>
27+
<script src="/js/html5shiv.js"></script>
28+
<script src="/js/respond.min.js"></script>
29+
<![endif]-->
30+
31+
<link rel="canonical" href="http://www.rubyconf.co/about/">
32+
<link rel="alternate" type="application/rss+xml" title="RubyConf Colombia" href="http://www.rubyconf.co/feed.xml">
33+
34+
<link href="/img/favicons/apple-icon-57x57.png" rel="apple-touch-icon" sizes="57x57">
35+
<link href="/img/favicons/apple-icon-60x60.png" rel="apple-touch-icon" sizes="60x60">
36+
<link href="/img/favicons/apple-icon-72x72.png" rel="apple-touch-icon" sizes="72x72">
37+
<link href="/img/favicons/apple-icon-76x76.png" rel="apple-touch-icon" sizes="76x76">
38+
<link href="/img/favicons/apple-icon-114x114.png" rel="apple-touch-icon" sizes="114x114">
39+
<link href="/img/favicons/apple-icon-120x120.png" rel="apple-touch-icon" sizes="120x120">
40+
<link href="/img/favicons/apple-icon-144x144.png" rel="apple-touch-icon" sizes="144x144">
41+
<link href="/img/favicons/apple-icon-152x152.png" rel="apple-touch-icon" sizes="152x152">
42+
<link href="/img/favicons/apple-icon-180x180.png" rel="apple-touch-icon" sizes="180x180">
43+
<link href="/img/favicons/android-icon-192x192.png" rel="icon" sizes="192x192" type="image/png">
44+
<link href="/img/favicons/favicon-32x32.png" rel="icon" sizes="32x32" type="image/png">
45+
<link href="/img/favicons/favicon-96x96.png" rel="icon" sizes="96x96" type="image/png">
46+
<link href="/img/favicons/favicon-16x16.png" rel="icon" sizes="16x16" type="image/png">
47+
<link href="/img/favicons/manifest.json" rel="manifest">
48+
49+
<script type="text/javascript">
50+
var _gauges = _gauges || [];
51+
(function() {
52+
var t = document.createElement('script');
53+
t.type = 'text/javascript';
54+
t.async = true;
55+
t.id = 'gauges-tracker';
56+
t.setAttribute('data-site-id', '573a147ac88d9005fa005d3b');
57+
t.setAttribute('data-track-path', 'https://track.gaug.es/track.gif');
58+
t.src = 'https://d36ee2fcip1434.cloudfront.net/track.js';
59+
var s = document.getElementsByTagName('script')[0];
60+
s.parentNode.insertBefore(t, s);
61+
})();
62+
</script>
63+
</head>
64+
65+
66+
<body>
67+
68+
<header id="main-menu" class="header header-black">
69+
<div class="header-wrapper">
70+
<div class="container">
71+
<div class="col-sm-2 col-xs-12 navigation-header">
72+
<a href="/#hero" class="logo">
73+
<img src="/img/logo.svg" alt="RubyConf Colombia, 2016">
74+
</a>
75+
<button class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navigation" aria-expanded="false" aria-controls="navigation">
76+
<span class="icon-bar"></span>
77+
<span class="icon-bar"></span>
78+
<span class="icon-bar"></span>
79+
</button>
80+
</div>
81+
82+
<div class="col-sm-10 col-xs-12 navigation-container">
83+
<div id="navigation" class="navbar-collapse collapse">
84+
<ul class="navigation-list pull-left light-text">
85+
<li class="navigation-item"><a title="Speakers" href="/#speakers" class="navigation-link">Speakers</a></li>
86+
<li class="navigation-item"><a title="Schedule" href="/#schedule" class="navigation-link">Schedule</a></li>
87+
<li class="navigation-item"><a title="Venue" href="/#location" class="navigation-link">Venue</a></li>
88+
<li class="navigation-item"><a title="Mailing List" href="/#mailing-list" class="navigation-link">Mailing List</a></li>
89+
<li class="navigation-item"><a title="Sponsors" href="/#sponsors" class="navigation-link">Sponsors</a></li>
90+
91+
<li class="navigation-item"><a title="Code of Conduct" href="/code-of-conduct.html" class="navigation-link">Code of Conduct</a></li>
92+
93+
<li class="navigation-item"><a title="News" href="/blog/" class="navigation-link">News</a></li>
94+
<li class="navigation-item"><a title="About" href="/about/" class="navigation-link">About</a></li>
95+
</ul>
96+
</div>
97+
</div>
98+
</div>
99+
</div>
100+
</header>
101+
102+
103+
<section class="internal">
104+
<div class="container">
105+
<article class="post">
106+
107+
<header class="post-header">
108+
<h1 class="post-title">About</h1>
109+
</header>
110+
111+
<div class="post-content">
112+
<p>RubyConf Colombia is a non-profit event organized by a group of volunteers from
113+
Colombia.dev, consisting in 2 full days of talks.</p>
114+
115+
<hr />
116+
117+
<h4 id="history">History</h4>
118+
<p>The first edition was on 2015, RubyConf Colombia is one of the largest gathering
119+
of Ruby developers in South America. The 2016 edition runs from September 2-3rd
120+
and brings the conference to Medellín for the second year in a row.</p>
121+
122+
<p>Check out past year’s conference <a href="http://2015.rubyconf.co/">website</a> and <a href="https://www.youtube.com/watch?v=1VDjHBRK9Eo&amp;list=PLq_08z5fuQgFP64HqrRWd3RWUKmPFMdo6">
123+
videos</a>.</p>
124+
125+
<hr />
126+
127+
<h4 id="organizers">Organizers</h4>
128+
<p>RubyConf Colombia is brought to you by a team of organizers, as well as a small
129+
but dedicated corps of volunteers. While we depend on the awesomeness of the
130+
whole Ruby community to contribute to the terrific experience of RubyConf
131+
Colombia every year, there are a few individuals that work especially hard to
132+
produce the conference whom we’d like to recognize here:</p>
133+
134+
<ul>
135+
<li><a href="https://twitter.com/AngelaGuette">Angela Guette</a></li>
136+
<li><a href="https://twitter.com/catalinadelacue">Catalina de la Cuesta</a></li>
137+
<li><a href="https://twitter.com/guilleiguaran">Guillermo Iguarán</a></li>
138+
<li><a href="https://twitter.com/app_config">Julián Vargas</a></li>
139+
<li><a href="https://twitter.com/lau_garcia">Laura García</a></li>
140+
<li><a href="https://twitter.com/nhocki">Nicolás Hock</a></li>
141+
<li><a href="https://twitter.com/robermiranda">Roberto Miranda</a></li>
142+
<li><a href="https://twitter.com/sebasoga">Sebastián Sogamoso</a></li>
143+
<li><a href="https://twitter.com/sescobb27">Simón Escobar</a></li>
144+
<li><a href="https://twitter.com/fashionate">Stella Miranda</a></li>
145+
</ul>
146+
147+
<hr />
148+
149+
<h4 id="inclusivity">Inclusivity</h4>
150+
<p>One of our key goals for RubyConf Colombia is to provide an inclusive and
151+
welcoming experience for all participants. To that end, we have an code of
152+
conduct that we require all attendees, speakers, sponsors, volunteers, and staff
153+
to comply with, no exceptions. Review our
154+
<a href="/code-of-conduct.html">Code of Conduct</a> for more details.</p>
155+
156+
</div>
157+
158+
</article>
159+
160+
</div>
161+
</section>
162+
163+
<section class="footer">
164+
<div>
165+
<img src="/img/backgrounds/skyline.svg">
166+
</div>
167+
168+
<div class="footer-base">
169+
<div class="container">
170+
171+
<div class="col-md-6">
172+
<ul class="footer-nav">
173+
<li class="footer-nav-item"><a href="/about">About</a></li>
174+
<li class="footer-nav-item"><a href="mailto:organizers@rubyconf.co">Contact</a></li>
175+
<li class="footer-nav-item"><a href="/code-of-conduct.html">Code of Conduct</a></li>
176+
<li class="footer-nav-item"><a href="/blog/">News</a></li>
177+
<li class="footer-nav-item"><a href="/faq/">FAQ</a></li>
178+
</ul>
179+
</div>
180+
181+
<div class="col-md-6 align-right">
182+
<ul class="socials-nav align-right">
183+
<li class="socials-nav-item"><a href="https://twitter.com/RubyConfCo" target="_blank"><span class="fa fa-twitter"></span></a></li>
184+
<li class="socials-nav-item"><a href="https://facebook.com/RubyConfCo" target="_blank"><span class="fa fa-facebook"></span></a></li>
185+
</ul>
186+
<p class="text-alt"><small>Brought to you by <a href="http://colombia-dev.org/">Colombia.dev</a></small></p>
187+
</div>
188+
189+
</div>
190+
</div>
191+
</section>
192+
193+
<!--[if lt IE 9]>
194+
<script type="text/javascript" src="/js/jquery-1.11.3.min.js?ver=1"></script>
195+
<![endif]-->
196+
<!--[if (gte IE 9) | (!IE)]><!-->
197+
<script type="text/javascript" src="/js/jquery-2.1.4.min.js?ver=1"></script>
198+
<!--<![endif]-->
199+
200+
<script type="text/javascript" src="/js/bootstrap.min.js"></script>
201+
<script>
202+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
203+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
204+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
205+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
206+
ga('create', 'UA-81535901-1', 'auto');
207+
ga('send', 'pageview');
208+
</script>
209+
</body>
210+
211+
</html>

0 commit comments

Comments
 (0)