Skip to content

Commit 778b310

Browse files
committed
working on 5 year post
1 parent f6fda94 commit 778b310

File tree

4 files changed

+39
-1
lines changed

4 files changed

+39
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
title: 5 Years of Full Stack Python
2+
slug: five-years-full-stack-python
3+
meta: Full Stack Python was started five years ago on December 23, 2012.
4+
category: post
5+
date: 2017-12-23
6+
modified: 2017-12-23
7+
headerimage: /img/visuals/email-post-header.jpg
8+
headeralt: Python programming language and Full Stack Python logos.
9+
10+
11+
[Full Stack Python](https://www.fullstackpython.com/) started five years ago
12+
on December 23, 2012. I originally built it to help out a bunch of junior
13+
developers that kept asking me the same questions over and over via email.
14+
It seemed like the answers would be useful to many more people if I put them
15+
on a publicly-accessible site.
16+
17+
Little did I know that five years later I'd have written over 120,000 words
18+
on the site, which has now been read by over 2.5 million developers.
19+
20+
<img src="https://www.fullstackpython.com/img/visuals/fsp-napkin.jpg" width="100%" class="rnd" alt="Original Full Stack Python concept drawing.">
21+
22+
23+
...
24+
25+
Got questions or comments about
26+
[Full Stack Python](https://www.fullstackpython.com/)? Send me an email or
27+
[submit an issue ticket on GitHub](https://github.com/mattmakai/fullstackpython.com/issues)
28+
to let me know how to improve the site
29+
as I continue to
30+
[fill in the table of contents](https://www.fullstackpython.com/table-of-contents.html)
31+
with [new pages](https://www.fullstackpython.com/change-log.html)
32+
and
33+
[new tutorials](https://www.fullstackpython.com/blog.html).

static/img/visuals/fsp-napkin.jpg

71.7 KB
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<a href="/change-log.html" class="lgi">Change Log</a>
2+
<a href="/future-directions.html" class="lgi">Future Directions</a>
3+
<a href="/web-frameworks.html" class="lgi">Web frameworks</a>
4+
<a href="/django.html" class="lgi">Django</a>

theme/templates/css/page-article.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ blockquote{border-left:4px solid #aaa;padding-left:10px;font-family:"Helvetica N
1212
.form-control{display:block;width:100%;height:39px;padding:8px 12px;font-size:14px;color:#777;vertical-align:middle;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}
1313
.form-control:focus{border-color:#66afe9;outline:0;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}
1414
.btn{display:inline-block;padding:8px 12px;margin-bottom:0;font-size:15px;line-height:1.4;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:4px;color:#fff;background-color:#22b24c;border-color:#22b24c}
15-
.btn:active,.btn.active{background-image:none;outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}{% endraw %}
15+
.btn:active,.btn.active{background-image:none;outline:0;box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}
16+
img.rnd{border:1px solid #ccc;border-radius:5px}{% endraw %}

0 commit comments

Comments
 (0)