-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (48 loc) · 3.72 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<meta http-equiv="X-UA-Compatible" content="chrome=1" />
<meta name="description" content="The Open Source Way : Dgplug Summer Training 2014" />
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>The Open Source Way</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/novice-coder12">View on GitHub</a>
<h1 id="project_title">The Open Source Way</h1>
<h2 id="project_tagline">Dgplug Summer Training 2014</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h3>
<a name="what-is-dgplug" class="anchor" href="#what-is-dgplug"><span class="octicon octicon-link"></span></a>What is Dgplug?</h3>
<p>Well,Dgplug is a Linux's user group of Durgapur.It is a group of some open source enthusiasts who have been organizing this summer training since past seven years.This training has brought together people from all corners of the world, who share the same passion for learning something new.From a novice coder (like me) to some amazing developers who are working in big techies are there, contributing and sharing experiences with us. I am looking forward to connect with this awesome bunch of people and contribute.</p>
<h3>
<a name="when-where-what" class="anchor" href="#when-where-what"><span class="octicon octicon-link"></span></a>When? Where? What?</h3>
<p>This training is completely free.All that you need is a computer with a GNU/Linux distribution installed,an internet connection and yes! an attitude to learn and stay passionate about it.The training began from 29th June 2014 and is still in process.The classes are held regularly at an IRC channel.Guest lectures are also arranged as an incentives.The objective of this training includes:</p>
<ul>
<li>Revisiting programming fundamentals</li>
<li>Get acquainted with Free Software technologies</li>
<li>Gaining technical knowledge</li>
<li>Real-world project experience</li>
</ul><h3>
<a name="authors-and-contributors" class="anchor" href="#authors-and-contributors"><span class="octicon octicon-link"></span></a>Authors and Contributors</h3>
<p>So,who is the person behind the idea? Well,I must mention that this initiative is taken up by Kushal Das(<a href="https://github.com/kushaldas" class="user-mention">@kushaldas</a>),a senior software engineer at RedHat and he is supported by his students Sayan Chowdhury(<a href="https://github.com/sayanchowdhury" class="user-mention">@sayanchowdhury</a>) and Chandan Kumar and some others.These people have contributed a lot to this training by sharing their experiences and knowledge.</p>
<h3>
<a name="how-to-join" class="anchor" href="#how-to-join"><span class="octicon octicon-link"></span></a>How to join?</h3>
<p>Sounds cool,enough? You also want to join? Yes, you can.You just need to fill this <a href="https://docs.google.com/forms/d/1udHY-e223Ixv1hvUMBMyOD1paC9Z9KgQjFuY0UPI9vs/viewform?edit_requested=true">form</a> and join classes at IRC channel #dgplug.And for any information,you can always contact me(<a href="https://github.com/novice-coder12" class="user-mention">@novice-coder12</a>) or send a query by subscribing at the <a href="http://lists.dgplug.org/listinfo.cgi/users-dgplug.org">mailing list</a>.</p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>