-
Notifications
You must be signed in to change notification settings - Fork 8
/
gsocevent.html
110 lines (109 loc) · 3.77 KB
/
gsocevent.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
---
layout: default
title: Gsoc Event
description: Home | CodeDocs home page
keywords: JECRC, Developers, Group, JECRC Foundation, JDG, JECRC Developers, JECRC Coders
permalink: /gsocevent
---
<main class="container-full">
<section class="gsoc-header">
<div class="rat-cont">
<h4>Sponsored By :</h4>
<img src="assets/img/rat.png" alt="Road Ahead Technologies" class="logo_rat">
</div>
<div id='gsoc-heading-cont'>
<span class="main-heading">Inroduction to</span>
<img src="assets/img/gsoc.png" alt="Google Summer Of Code" class="logo_gsoc">
</div>
<div>
<img src="assets/img/mascot.png" alt="CodeDocs" class="mascot">
</div>
</section>
<section>
<div class="gsoc-about">
<h2>About</h2>
<div class="about-content">
<p>Google Summer of Code is a mentorship program that brings an opportunity for a programmer to work with the Open Source organization and be guided by mentors throughout the tenure.</p>
<p>It gives an opportunity to work on a real-world project which is being used by millions of people</p>
<p>You must have encountered many questions related GSoC like:</p>
<ul>
<li>How to choose an organisation?</li>
<li>How to get in touch with the organisation?</li>
<li>How to write a successful proposal and many more such question.</li>
</ul>
<p>For not just restricting yourself to just Google Summer of Code but also how to become a successful open source developer, So in our this session, we will get you in touch with GSoCers who have prior experience and are willing to guide aspirant and answer all your questions.</p>
</div>
<button class="btn"><a href="/gsoc-registration">Register Here</a></button>
</div>
</section>
<section>
<div class="gsoc-speakers">
<h2>Our Speakers</h2>
<div class="speakers">
<div class="speaker">
<img src="assets/img/gsoc-speakers/himanshudixit.jpeg" alt="" class="speaker-img">
<div class="speaker-info">
<p>Himanshu Dixit</p>
<p>Gsoc 2016 with Drupal</p>
<button class="btn">
<a href="https://linkedin.com/in/ishimanshudixit" target="_blank">
Connect on Linkedin
</a>
</button>
</div>
</div>
<div class="speaker">
<img src="assets/img/gsoc-speakers/nitanshu.jpeg" alt="" class="speaker-img">
<div class="speaker-info">
<p>Nitanshu Vashistha</p>
<p>Gsoc 2018 with Coala</p>
<button class="btn">
<a href="https://linkedin.com/in/nitanshu" target="_blank">
Connect on Linkedin
</a>
</button>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="gsoc-itinerary">
<h2>Itinerary</h2>
<div class="itinerary">
<table>
<thead>
<th>Time</th>
<th>Event</th>
</thead>
<tbody>
<tr>
<td>1:00 - 1:15</td>
<td>Opening Address</td>
</tr>
<tr>
<td>1:15 - 1:25</td>
<td>Speaker 1- Himanshu Dixit</td>
</tr>
<tr>
<td>1:30 - 1:40</td>
<td>Speaker 2- Nitanshu Vashistha</td>
</tr>
<tr>
<td>1:45 - 1:55</td>
<td>More about Open Source Programs</td>
</tr>
<tr>
<td>1:55 - 2:20</td>
<td>Panel Discussion</td>
</tr>
<tr>
<td>2:20 - 3:00</td>
<td>First Open Source Contribution Hands on session</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>
</main>