-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
94 lines (74 loc) · 3.47 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Python-spring2016-codefirst by DevasenaInupakutika</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Python-spring2016-codefirst</h1>
<h2 class="project-tagline">Lesson material for University of Southampton's CodeFirst Python Course: February 1 - March 21, 2016</h2>
<a href="https://github.com/DevasenaInupakutika/Python-Spring2016-CodeFirst" class="btn">View on GitHub</a>
<a href="https://github.com/DevasenaInupakutika/Python-Spring2016-CodeFirst/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/DevasenaInupakutika/Python-Spring2016-CodeFirst/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content">
<!--
AUDIENCE
Explain who your audience is. (In particular, tell readers if the
workshop is only open to people from a particular institution.
-->
<p align="justify">
<strong>Who:</strong>
The course is aimed at female students and researchers who would like to learn good
programming techniques and tools to develop their software more effectively and productively.
</p>
<!--
SPECIAL REQUIREMENTS
Modify the block below if there are any special requirements.
-->
<p align="justify">
<strong>Requirements:</strong> Participants <strong>must</strong> bring a laptop with
a few specific software packages installed (listed
<a href="prerequisites.html">here</a>).
</p>
<!--
CONTACT EMAIL ADDRESS
Display the contact email address set in the header. If an address
isn't set in the header, the Software Carpentry admin address is
used.
-->
<p>
<strong>Contact</strong>:
This workshop is being organised by the <a href='http://www.southampton.ac.uk/'>University of Southampton </a>and<a href='http://www.codefirstgirls.org.uk/'> CodeFirst:Girls </a>.
Please mail
<a href='mailto:{info@codefirstgirls.org.uk}'>info@codefirstgirls.org.uk</a>
for more information.
</p>
<hr/>
<h2 margin=0px>What should I bring with me?</h2>
<p>
You must bring your own laptop! Before attending the workshop you need to install some useful and free software. For more information, <a href = "prerequisites.html">see the software prerequisites</a>.
</p>
<h2 margin=0px>Schedule</h2>
<p>
Workshop schedule can be found at the <a href = "schedule.html">schedule page</a>.
</p>
</hr>
<h2 margin=0px>Keep in touch during the workshop with Etherpad</h2>
<p>
<strong>Etherpad:</strong> <a href="https://public.etherpad-mozilla.org/p/Spring2016-Soton-Python">Python course etherpad</a>.
<br/>
We will use this Etherpad for chatting, taking notes, and sharing URLs and bits of code.
</p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/DevasenaInupakutika/Python-Spring2016-CodeFirst">Python-spring2016-codefirst</a> is maintained by <a href="https://github.com/DevasenaInupakutika">DevasenaInupakutika</a>.</span>
</footer>
</section>
</body>
</html>