forked from twitter/opensource-website
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathchris.html
125 lines (98 loc) · 5.49 KB
/
chris.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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<title>brack3t</title>
<meta name="description" content="">
<meta name="author" content="Brack3t, aka Kenneth Love and Chris Jones">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/ico" href=".././brack3t-theme/assets/favicon.ico">
<link href=".././feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="brack3t ATOM Feed">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<link href="http://fonts.googleapis.com/css?family=Exo:200,300,500,700,900,200italic,300italic,500italic,700italic,900italic" rel="stylesheet">
<link href=".././brack3t-theme/assets/bootstrap/css/bootstrap.css" rel="stylesheet">
<link href=".././brack3t-theme/assets/github.css" rel="stylesheet">
<link href=".././brack3t-theme/assets/bootstrap/css/brack3t.css" rel="stylesheet">
<script>
var _gaq = _gaq || [];
_gaq.push(["_setAccount", "UA-4642386-4"]);
_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>
</head>
<body>
<div class="container">
<div class="row-fluid">
<div class="span8">
<header id="logo" role="banner">
<h1><a href="/">Brack3t</a></h1>
<p>Two guys… and Python.</p>
</header>
</div>
<aside class="span2" id="sidebar" role="complementary">
<nav>
<ul class="unstyled">
<li><a href=".././pages/projects.html">Projects</a></li>
<li><a href=".././archives.html">Archives</a></li>
<li><a href=".././tags.html">Tags</a></li>
</ul>
</nav>
</aside>
</div>
<div class="row-fluid">
<div class="span7 offset1" id="main" role="main">
<article>
<header>
<h1><a href=".././djangopeopleme.html" class="slabtext">Djangopeople.me</a></h1>
<h6><span class="permalink">Published: <a href=".././djangopeopleme.html">06-13-2011</a></span>
<span class="author">by <strong>Chris</strong></span>
<span class="tags">tags: <a href=".././tag/python.html">python</a> <a href=".././tag/django.html">django</a> <a href=".././tag/project.html">project</a> </span>
</h6>
</header>
<div class="section" id="what-is-it">
<h2>What is it?</h2>
<p>At it's core, <a class="reference external" href="http://djangopeople.me">djangopeople.me</a> is a place for <a class="reference external" href="https://www.djangoproject.com/">Django</a> developers to register and be found based on their geographic location, whether it's by recruiters or a lonely Django developer like ourselves trying to find others close to him/her. That's the general idea ...</p></div> <a class="" href=".././djangopeopleme.html">more →</a>
</article>
<article>
<header>
<h1><a href=".././our-custom-mixins.html" class="slabtext">Our Custom Mixins</a></h1>
<h6><span class="permalink">Published: <a href=".././our-custom-mixins.html">06-26-2012</a></span>
<span class="author">by <strong>Chris</strong></span>
<span class="tags">tags: <a href=".././tag/django.html">django</a> <a href=".././tag/CBVs.html">CBVs</a> </span>
</h6>
</header>
<p><strong>UPDATE</strong>: We've released a <a class="reference external" href="https://github.com/brack3t/django-braces">Github repo</a> and a <a class="reference external" href="http://pypi.python.org/pypi/django-braces/0.1.0">PyPI package</a> with our mixins. Feel free to fork and submit new ones through a pull-request.</p>
<p>Let's just start out and say it, <strong>Class Based Views</strong>. Ooohhhh. Unfortunately the topic of class based views is
thought of as somewhat of ...</p> <a class="" href=".././our-custom-mixins.html">more →</a>
</article>
</div>
</div>
<footer><p>© Brack3t. All rights reserved. <a href=".././feeds/all.atom.xml">ATOM feed</a></p></footer>
</div> <!-- /container -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src=".././brack3t-theme/assets/jquery-1.8.2.min.js"></script>
<script src=".././brack3t-theme/assets/modernizr.js"></script>
<script src=".././brack3t-theme/assets/jquery.slabtext.min.js"></script>
<script src=".././brack3t-theme/assets/jquery.fittext.js"></script>
<script src=".././brack3t-theme/assets/highlight.pack.js"></script>
<script>
$(function() {
$(".slabtext").slabText({
"maxFontSize": 200,
"viewportBreakpoint": 768
});
$(".highlight pre").each(function(i, e) {hljs.highlightBlock(e, " ")});
});
</script>
</body>
</html>