-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbackup.html
76 lines (71 loc) · 4.16 KB
/
backup.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
<!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>PyCon Australia 2016 - Melbourne</title>
<link rel="icon" type="image/png" href="favicon.png" />
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="pyconau.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container vertical-center">
<div class="row">
<div class="col-md-6">
<div id="announcements">
<h2>Announcements</h2>
<p><b>11 February: DjangoCon AU returns.</b> PyCon AU 2016 is happy to announce the first of our special events, DjangoCon AU! DjangoCon AU is a special one-day event for the anyone using Django - from beginners just learning how to build their own websites, to experienced engineers looking for tips to optimize their high traffic site.
</p><p>
Django is a fantastic web framework for Python, and has a huge developer base in Australia. "Django users make up a big part of the Python community, and DjangoCon AU has been part of PyCon AU since special event days were introduced 4 years ago. We're extremely excited to be back again in 2016," said event coordinator and Django core team member Dr Russell Keith-Magee.
</p><p>
The Django community is also very welcoming to new contributors and users, making it one of the best ways to get started with free software development and making Django a great technology choice. More information about the call for presentations and how to get involved will be circulated as we get closer to the main event. For now, block out your diaries from August 12 to 16th, start preparing your travel plans and buttering up your boss in preparation for this fantastic event.
</p>
<hr/>
<p><b>25 January: Seeking launch sponsors.</b> It's definitely early days still, but we're seeking launch sponsors (those
lucky companies whose name appears on the website from the moment we launch
our CFP) for PyCon Australia 2016, which is being held in Melbourne in
August.
</p><p>
Sponsorship packages are available to suit a range of budgets, from indie
startup to enterprise. Sponsoring PyCon Australia allows companies to boost
their exposure to top tier tech talent and support the local developer
community. All packages include complimentary professional-level tickets so
that your staff can benefit from the conference too!
</p><p>
If you're not in a position to commit to sponsorship, we're also happy to
get early expressions of interest, so that we can contact you again in the
next few months.
</p>
</div>
</div>
<div class="col-md-2">
</div>
<div class="col-md-4">
<div class="jumbotron text-center">
<img class="img-responsive" src="logo-mel.png">
<h1>PyCon Australia 2016<br>Melbourne</h1>
<p>August 12-16, 2016</p>
<p><a href="https://goo.gl/maps/qV4FRgZFjCy" target="blank">Melbourne Convention Centre
<span class="glyphicon glyphicon-new-window"></span>
</a></p>
<p><a href="http://lists.linux.org.au/mailman/listinfo/pycon-au-announce" target="blank">Announcements Mailing List
<span class="glyphicon glyphicon-new-window"></span></p>
<p><a href="sponsor-prospectus-2016.pdf" target="blank">Sponsor Prospectus
<span class="glyphicon glyphicon-download-alt"></span></p>
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>