-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
159 lines (143 loc) · 5.82 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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Garden City Ruby Camp 2016</title>
<link rel="stylesheet" href="assets/css/style.css" type="text/css" media="screen" charset="utf-8">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
(function(d) {
var config = {
kitId: 'ecu7jlb',
scriptTimeout: 3000,
async: true
},
h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading\b/g,"")+" wf-inactive";},config.scriptTimeout),tk=d.createElement("script"),f=false,s=d.getElementsByTagName("script")[0],a;h.className+=" wf-loading";tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!="complete"&&a!="loaded")return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
})(document);
</script>
</head>
<body>
<div class="wrapper">
<div class="first-page">
<div class="logo">
<div class="logo--image">
<img src="images/gcrc_logo_white.png" alt="logo">
</div>
<h1 class="logo--name">
Garden City Ruby <span class="strike-through">Conference</span> Camp
</h1>
<h2 class="logo--year">
6 & 7th February 2016<br/>at ThoughtWorks, Bangalore
</h2>
<div class="logo--description">
This year, <span class='italic'>only</span> workshops!
</div>
</div>
<div class="register--link">
<a href="http://gcrc16.doattend.com">Register</a>
</div>
</div>
<div class="second-page">
<h1 class="center workshops--heading">Workshops</h2>
<div class="workshops">
<div class="workshop left">
<h3 class="workshop--date">6th February 2016</h3>
<h2 class="workshop--heading">React on Rails</h2>
<div class="workshop--instructor__photo">
<img src="images/vipul.jpg" alt="">
<img src="images/prathamesh.jpg" alt="">
</div>
<p class="workshop--instructors">Vipul M Amler & Prathamesh Sonpatki</p>
<p class="workshop--description">
In this workshop, we will learn about ReactJS and using ReactJS
with a Ruby on Rails app.
</p>
<p class="workshop--description">
We will be building an app with React and Rails to learn about
React as well as how to integrate it effectively with Rails.
</p>
</div>
<div class="workshop right">
<h3 class="workshop--date">7th February 2016</h3>
<h2 class="workshop--heading">Deploying Rails apps using Chef</h2>
<div class="workshop--instructor__photo">
<img src="images/sahil.jpg" alt="">
<img src="images/mohit.jpg" alt="">
</div>
<p class="workshop--instructors">Sahil Muthoo & Mohit Thatte</p>
<p class="workshop--description">
A deepdive into Chef by building and deploying a Rails
application.
</p>
<p class="workshop--description">
Some of the topics covered in this workshop include:
</p>
<ul class="workshop--description__list">
<li>Organize Chef code</li>
<li>Harness the Chef ecosystem / community</li>
<li>Set up Rails with Chef</li>
<li>Set up N-tier architectures</li>
<li>Deploy a Rails app to AWS</li>
</ul>
</div>
</div>
</div>
</div>
<footer>
<div class="code-of-conduct">
<h3>Code of Conduct</h3>
<p>
Please read
<a href="https://github.com/GardenCityRuby/GCRC2016/wiki/Code-of-Conduct" target="_blank">
the GCRC Code of Conduct
</a>
before participating in the event.
</p>
</div>
<div class="contact-and-history">
<div class="contact-details">
<h3>Contact</h3>
<p class='contact'>
<a href="mailto:[email protected]">[email protected]</a>
<ul class="list-unstyled">
<li>
Swanand: <a href="tel:+919986034153">+91 99-86-034153</a>
</li>
<li>
Emil: <a href="tel:+919035152750">+91 90-35-152750</a>
</li>
</ul>
</p>
</div>
<div class="team">
<h3>Team</h3>
<ul class="list-unstyled">
<li><a href="http://twitter.com/emilsoman" target="_blank">Emil Soman</a></li>
<li><a href="http://twitter.com/kgrz" target="_blank">Kashyap Kondamudi</a></li>
<li><a href="http://twitter.com/_swanand" target="_blank">Swanand Pagnis</a></li>
</ul>
</div>
<div class="previous-editions">
<h3>Previous Editions</h3>
<ul class="list-unstyled">
<li>
<a href="//2014.gardencityruby.org/" target="_blank">
Garden City Ruby Conference 2014
</a>
</li>
<li>
<a href="//2015.gardencityruby.org/" target="_blank">
Garden City Ruby Conference 2015
</a>
</li>
</ul>
</div>
</footer>
</body>
</html>