-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (27 loc) · 1.34 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
<!doctype html>
<html>
<head>
<title>DjangoPeople.me</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/dp.css">
</head>
<body>
<div class="container">
<h1>Django<b>People</b></h1>
<img src="img/dpmap.png" width="463" height="203">
<p>We're sorry, but due to <a href="http://people.djangoproject.com">an official DjangoPeople</a>, time constraints, and other mitigating factors, we've decided to shut down DjangoPeople.me.</p>
<p>Thank you very much for all of your support.</p>
<p><small>If you need access to your messages or data, please let us know (<a href="http://twitter.com/brack3t">@brack3t</a>) and we'll help how we can.</small></p>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22619970-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>