-
Notifications
You must be signed in to change notification settings - Fork 0
/
guest_lecture.html
54 lines (35 loc) · 1.84 KB
/
guest_lecture.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
<!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="First Guest Lecture" class="anchor" href="#first-guest-lecture"><span class="octicon octicon-link"></span></a>First Guest Lecture</h3>
<p>It's been since two weeks that the session had begun.And,we are going to have our first Guest Lecture by Van Lindberg on 23rd July at IRC channel #dgplug only.Just to give a brief insight,Van is going to bring a unique background to our session, being both a technologist and a lawyer. He currently serves as the Python Software Foundation's chairman, and he's Vice President of Intellectual Property at Rackspace. In 2008,he authored Intellectual Property and Open Source: A Practical Guide to Protecting Code, and in 2010-11,he served as the chairman of the Atlanta PyCons.</p>
<p>Looking forward to this great session ahead.</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>