-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (48 loc) · 1.72 KB
/
index.html
File metadata and controls
53 lines (48 loc) · 1.72 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Python Toronto</title>
<link rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"
>
<link rel="stylesheet" href="css/site.css">
</head>
<body>
<div class="container">
<div id="inner" class="row">
<div id="box" class="col-sm-8 col-sm-offset-2">
<h1 class="text-center">Python Toronto</h1>
<p>
Python Toronto is local user group that gets together monthly to
discuss Python and programming. A typical evening includes three or
four talks given by members. Topics are on anything Python related
ranging from showing off your latest personal project to talks on
libraries and infrastructure.
</p>
<h2>Join Us!</h2>
<p>
See our
<a href="http://www.meetup.com/Python-Toronto/">Meetup page</a> for
details on our next event or to sign-up to be notified,
and join the conversation on our
<a href="https://join.slack.com/t/python-toronto/shared_invite/zt-2upol3fky-jQAAZN8urmReBtKNB8~Dqg"
>Slack Channel</a>.
<!--
DW: commented out until we've got some new content
<a href="https://github.com/PythonToronto/archive"
>Presentation Archive</a>.
-->
</p>
<p id="credit" class="text-right">
Photo Credit:
<a href="https://www.flickr.com/photos/15609463@N03/8698064128/"
>Jamie McCaffrey</a>
</p>
</div>
</div>
</div>
</body>
</html>