-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathpune.html
430 lines (356 loc) · 14.7 KB
/
pune.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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Add your city name, dates and year. -->
<title>Rails Girls Pune, 22nd February 2025</title>
<!-- Write a metatext. This is what will show on the Facebook page and for instance search engines. -->
<meta name="description" content="Rails Girls in Pune February 22nd 2025: join the one-day workshop to enter the exciting world of building web applications with Ruby on Rails.">
<meta name="author" content="Rails Girls">
<link rel="shortcut icon" href="/favicon.png">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="stylesheet" href="./css/style.css">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script type="text/javascript" src="main.js"></script>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
<script type="text/javascript" src="//use.typekit.net/nbs6fzt.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
<meta property="og:image" content="https://railsgirls.com/images/railsgirls-sq.png"/>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style type="text/css">
.coaches a {
margin-bottom: 0;
}
.pb_100 {
padding-bottom: 100px;
}
.pb_120 {
padding-bottom: 120px;
}
.pb_60 {
padding-bottom: 60px;
}
.highlight_images > img {
height: 400px;
width: auto;
margin: auto;
}
.coaches-grid {
display: grid;
grid-template-columns: repeat(3, 1fr); /* 3 items per row */
gap: 20px; /* Adjust gap between items */
}
.grid_3 {
text-align: center;
text-decoration: none;
color: inherit;
}
.coach {
border-radius: 50%; /* Optional: for circular images */
}
</style>
</head>
<body>
<header>
<div class="container_12">
<a id="logo" href="/"><img src="images/railsgirls-logo.png" alt="Rails Girls" /></a>
<nav>
<a href="./events.html">Events</a>
<a href="./materials.html">Materials</a>
<a href="./press.html">Press</a>
<a href="https://railsgirls.tumblr.com/">Blog</a>
<a href="https://guides.railsgirls.com">
Guides</a>
</nav>
</div>
</header>
<!-- How to change the picture & header for site
In the assets folder there is something called rg-header.psd. Be sure to download the fonts also. Name the file rg-yourcityname-header.png and your city picture rg-yourcityname.png. Add them to /images.
Steps to show on site
1. Go to style.css
2. Add two lines, always replacing 'yourcityname' with your actual city name.
.bangalore#promo {
padding-left:340px;
background:url('../images/rg-yourcityname.png') no-repeat 0 10px,
url('../images/separator.png') no-repeat center bottom;
}
.bangalore#promo h1 {
background:url('../images/rg-yourcityname-header.png') no-repeat left top;
}
It will take a while before the changes show, so don't panic!
-->
<!-- Change the header text. You can include a local hello or something else that brings context. Remember to mention the workshop is free. Remember to change to wufoo form link and dates. -->
<div id="container" class="container_12 page clearfix">
<div class="grid_12 omega alpha">
<div id="promo" class="new pune">
<h1>Rails Girls Pune</h1>
<h3> 22nd February 2025</h3>
<p> Namaskar world!</p>
<p>
Rails Girls is coming to Pune on 22nd February 2025.
During the one day workshop for women, we'll dive into the magical world of Ruby on Rails. This event is for beginners who want to learn more about coding and building things.
</p>
<p>
Follow
<a href="https://x.com/ruby_ind" target="_blank">@ruby_ind</a>
<a href="https://x.com/RailsGirlsPune" target="_blank">@RailsGirlsPune</a>
on Twitter for the latest updates!
</p>
<p>
You can also check out our LinkedIn page
<a href="https://www.linkedin.com/company/rails-girls-pune" target="_blank">here</a>
</p>
<p>
<a href="https://www.townscript.com/e/rails-girls-pune-2025"
target="_blank">
<strong
style="color:#D3360B;">Register Here!</strong>
</a>
<p> You know Rails and are interested in becoming a coach? Join
<a href="https://forms.gle/foXcaRrs8BBAnBhQ7"
target="_blank">
<strong
style="color:#D3360B;"> here</strong>!
</a>
<p>
<!-- Update the sharing texts.-->
<div id="share">
<div>
<div style="margin:0 15px 0 0;">
<a href="https://twitter.com/share" class="twitter-share-button"
data-url="https://railsgirls.com/pune.html" data-text="Rails Girls Pune is happening on 22nd February 2025. Do register." data-via="RailsGirlsPune #RailsGirlsPune"> Share via Tweet</a>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
</div>
<script src="https://platform.linkedin.com/in.js" type="text/javascript">lang: en_US</script>
<!-- LinkedIn Share Button -->
<script type="IN/Share" data-url="https://www.linkedin.com/company/rails-girls-pune/"></script>
</div>
</p>
</div>
</div>
<!-- You can use here your own contact e-mail, or we can send you the e-mails from contact@! -->
<div class="grid_4 alpha feature">
<p><strong>You will learn</strong> designing, prototyping and coding with the help from our coaches.</p>
</div>
<div class="grid_4 feature">
<p><strong>You will need</strong> a laptop (if you don't have one, let us know), curiosity and a sprinkle of imagination!</p>
</div>
<div class="grid_4 omega feature">
<p><strong>Want to help?</strong> We are looking for partners <a href="mailto:rubyindiacomm@gmail.com">Email us</a>.</p>
</div>
<hr />
<!-- Update the texts! -->
<div class="grid_6 alpha">
<h3>Schedule (Tentative)</h3>
<table id="schedule">
<tbody>
<tr>
<th>7.45 - 8:30</th>
<td>
<h4>Registration</h4>
</td>
</tr>
<tr>
<th>8:30 - 12:00</th>
<td>
<h4>Kickoff</h4>
Hands-on, minds-on learning! Meet Ruby, Rails and much more.
</td>
</tr>
<tr>
<th>12.00 - 01:00</th>
<td>
<h4>Lunch</h4>
</td>
</tr>
<tr>
<th>01:00 - 01.45</th>
<td>
<h4>Keynote</h4>
</td>
</tr>
<tr>
<th>01.45 - 3.30</th>
<td>
<h4>Workshop</h4>
</td>
</tr>
<tr>
<th>3.30 - 3.45</th>
<td>
<h4>Tea Break</h4>
</td>
</tr>
<tr>
<th>3.45 - 5:00</th>
<td>
<h4>Workshop</h4>
Extend your application.
</td>
</tr>
<tr>
<th>5.00 - 06:30</th>
<td>
<h4>App Showcase</h4>
Present what amazing apps you have built during our workshops!</br>
</td>
</tr>
</tbody>
</table>
</div>
<div class="push_1 omega side">
<h3>Information</h3>
<p>
<p><a href="https://www.townscript.com/v2/e/rails-girls-pune-034000/booking" target="_blank">Register here</a></p>
<strong>Location:</strong>
</br>
Josh Software Private Limited
<br>
6th Floor, Amar Tech Park,
<br>
Patil Nagar, Balewadi, Pune,
<br>
Maharashtra – 411045
<br>
</p>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3781.9705149179067!2d73.76294801434956!3d18.575367987377103!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bc2bed799aac07b%3A0x6799a8c390473c64!2sJosh%20Software%20Private%20Limited!5e0!3m2!1sen!2sin!4v1668693931112!5m2!1sen!2sin" width="280" height="210" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<div class="container_12 clearfix">
</div>
<div class="container_12 page clearfix">
<h3>Community</h3>
<p><a href="https://bit.ly/ruby-india">Ruby India</a> is a community of Rubyists and
enthusiasts of open source software.
</p>
<hr />
<h3>FAQ</h3>
<p><strong>How much does the workshop cost?</strong>
<br> Overall Event costs 125 Rs. You don't have to worry about food. Your Lunch and evening snacks is on us and
we gaurantee you will get some nice gifts along with great learning experience!
</p>
<i><small>*Charges are for logistics.</small></i>
<p><strong>Is on spot registration available?</strong>
<br> Yes! But it will cost a bit high - 500 Rs.
</p>
<p>
<strong>Who is this aimed for?</strong>
<br> Women of any age with basic knowledge of working with a computer. We’ve had people of all ages taking part.
</p>
<p>
<strong>Can men attend?</strong>
<br> Yes, but as a paired with a female.
</p>
<p>
<strong>I know Rails - How can I help?</strong>
<br> We’re also looking for people to be coaches. We’ll have a one hour workshop before the event to walk
you through the curriculum.
<a href="https://forms.gle/foXcaRrs8BBAnBhQ7">Register here</a>
</p>
<hr />
<h3>Partners</h3>
<p>Rails Girls Pune is co-organized with our awesome partners.</p>
<p>
<p>Want to help? We're looking for partners & sponsors for the non-profit event! <a href="mailto:rubyindiacomm@gmail.com">Email us</a>!
</p>
<div class="mx-4 padding-4">
<div class="logo grid_3">
<a href="https://joshsoftware.com/" style="float:left;margin-top: 3px;
border:0;" target="_blank"><img src="./images/pune/josh.png" alt="" height="100%" width="100%", padding="5px"></a>
</div>
<div class="logo grid_3">
<a href="https://www.coupa.com" style="float:left;margin-top: 3px;
border:0;" target="_blank"><img src="./images/pune/CoupaSoftware.png" alt="" height="100%" width="100%"></a>
</div>
<div class="logo grid_3">
<a href="https://www.saeloun.com" style="float:left;margin-top: 3px;
border:0;" target="_blank"><img src="./images/pune/saeloun.png" alt="" height="100%" width="100%"></a>
</div>
</div>
<hr>
<h3>Highlights from Rails Girls Pune 2023</h3>
<div class="container_12">
<div class="highlight_images">
<img src="images/pune/RG2023-1.JPG" class="highlights">
<img src="images/pune/RG2023-2.JPG" class="highlights">
<img src="images/pune/RG2023-3.jpg" class="highlights">
<img src="images/pune/RG2023-4.jpg" class="highlights">
<img src="images/pune/RG2023-5.jpg" class="highlights">
<img src="images/pune/RG2023-6.jpg" class="highlights">
<img src="images/pune/RG2023-7.jpg" class="highlights">
</div>
</div>
</div>
</div>
<!-- Update the team list -->
<div class="coaches">
<hr />
<h3>Pune team</h3>
<div class="coaches-grid">
<a href="https://x.com/seemajha10" target="_blank" class="grid_3">
<img src="images/pune/seemaJha.jpeg" class="coach" height="50" width="50">
Seema Jha<br />Organizer
</a>
<a href="https://x.com/VishwaDesurkar" target="_blank" class="grid_3">
<img src="images/pune/vishwaDesurkar.jpg" class="coach" height="50" width="50">
Vishwajeetsingh D<br />Organizer, Coach
</a>
<a href="https://x.com/vipulnsward" target="_blank" class="grid_3">
<img src="images/pune/VipulAM.jpeg" class="coach" height="50" width="50">
Vipul A M<br />Organizer, Coach
</a>
<a href="https://x.com/seeker_chaitali" target="_blank" class="grid_3">
<img src="images/pune/chaitaliKhangar.jpg" class="coach" height="50" width="50">
Chaitali Khangar<br />Organizer, Coach
</a>
<a href="https://x.com/KarkalSamvita" target="_blank" class="grid_3">
<img src="images/pune/SamvitaK.jpeg" class="coach" height="50" width="50">
Samvita Karkal<br />Organizer, Coach
</a>
<a href="https://x.com/KarkalSamvita" target="_blank" class="grid_3">
<img src="images/pune/HarshadaGujar.jpeg" class="coach" height="50" width="50">
Harshada Gujar<br />Organizer, Coach
</a>
</div>
</div>
</div><!-- /coaches -->
</div>
</div>
<!-- /content -->
<footer>
<p>2010-2020, Rails Girls. <a href="mailto:rubyindiacomm@gmail.com">Contact us</a> or follow us on <a href="https://x.com/RailsGirlsPune">Twitter</a> and <a href="https://www.linkedin.com/company/rails-girls-pune/">LinkedIn</a></p>
<p class="slogan">Get excited and make things!</p>
<p><short>Powered by <a href="https://x.com/ruby_ind" target="_blank">Ruby India</a></short>
</footer>
<script type="text/javascript">
function loadScript(url) {
var s = document.createElement("script");
s.src = url;
document.head.appendChild(s);
}
loadScript("https://platform.twitter.com/widgets.js");
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-19631067-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);
})();
var slideIndex = 0;
carousel();
function carousel() {
let i;
let slides = document.getElementsByClassName("highlights");
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
slideIndex++;
if (slideIndex >= slides.length) {slideIndex = 1}
slides[slideIndex-1].style.display = "block";
setTimeout(carousel, 2000); // Change image every 2 seconds
}
</script>
</body>
</html>