11
11
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
12
12
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
13
13
<![endif]-->
14
+ < style >
15
+ .toc-indent {padding-left : 25px ;}
16
+ .toc-more-indent {padding-left : 37px ;}
17
+ </ style >
14
18
< script type ="text/javascript ">
15
19
var _gaq = _gaq || [ ] ;
16
20
_gaq . push ( [ '_setAccount' , 'UA-19910497-7' ] ) ;
34
38
</ div >
35
39
</ div > < div class ="row ">
36
40
< div class ="col-md-8 ">
37
- < h1 > About the Author</ h1 >
41
+ < h1 > About the Author</ h1 >
38
42
< p > This website was coded and written by
39
43
< a href ="http://www.mattmakai.com/ "> Matt Makai</ a >
40
44
(< a href ="http://twitter.com/mattmakai "> @mattmakai</ a > ), currently a
@@ -53,7 +57,7 @@ <h1>About the Author</h1>
53
57
through a pull request on
54
58
< a href ="https://github.com/makaimc/fullstackpython.github.com/ "> GitHub</ a > .</ p >
55
59
< h3 > Where to now?</ h3 >
56
- < div class ="row ">
60
+ < div class ="row ">
57
61
< div class ="col-md-4 ">
58
62
< div class ="well select-next ">
59
63
< a href ="/introduction.html " class ="btn btn-success btn-full "> < i class ="fa fa-fast-backward fa-inverse fa-2x "> </ i > </ a >
@@ -79,7 +83,7 @@ <h3>Where to now?</h3>
79
83
</ p >
80
84
</ div >
81
85
</ div >
82
- </ div > < div id ="mc_embed_signup ">
86
+ </ div > < div id ="mc_embed_signup ">
83
87
< form action ="//mattmakai.us2.list-manage.com/subscribe/post?u=b7e774f0c4f05dcebbfee183d&id=b22335388d " method ="post " id ="mc-embedded-subscribe-form " name ="mc-embedded-subscribe-form " class ="validate " target ="_blank " novalidate >
84
88
< div id ="mc_embed_signup_scroll ">
85
89
< h4 > Interested in major updates to this site or an alert when a complete Full Stack Python book with detailed example code is released? Sign up here and you'll an occasional email only when there's big news to report.</ h4 >
@@ -97,31 +101,9 @@ <h4>Interested in major updates to this site or an alert when a complete Full St
97
101
</ div >
98
102
</ div >
99
103
< div class ="col-md-offset-1 col-md-3 " id ="sidebar ">
100
- < div class ="panel panel-success ">
101
- < div class ="panel-heading "> < h3 class ="panel-head "> About the Author</ h3 > </ div >
102
- < div class ="panel-body ">
103
- < a href ="/ "> Full Stack Python</ a > is an open book that explains
104
- each Python web application stack layer and provides the
105
- best web resources for those topics.
106
- < hr />
107
- There's a work-in-progress
108
- < a href ="/full-stack-python-map.pdf "> subjects map (.pdf)</ a >
109
- that visually lays out each chapter in addition to the table of
110
- contents found below.
111
- < hr />
112
- Need more detailed tutorials and walkthroughs than what is
113
- presented here?
114
- < a href ="/email.html "> Sign up for an email alert when that content is created.</ a >
115
- < hr />
116
- < a href ="http://twitter.com/mattmakai "> Matt Makai</ a > built
117
- this site with assistance from community pull requests. On GitHub
118
- you can < a href ="https://github.com/makaimc "> follow Matt</ a >
119
- to see the daily changes.
120
- </ div >
121
- </ div >
122
104
< div class ="panel panel-success ">
123
105
< div class ="panel-heading ">
124
- < h3 class ="panel-head "> Table of Contents</ h3 >
106
+ < h3 class ="panel-head "> < a href =" /table-of-contents.html " style =" color: #fff; " > Table of Contents</ a > </ h3 >
125
107
</ div >
126
108
< div class ="list-group ">
127
109
< a href ="/introduction.html " class ="list-group-item smaller-item "> Introduction</ a >
@@ -168,11 +150,31 @@ <h3 class="panel-head">Table of Contents</h3>
168
150
< a href ="/docker.html " class ="list-group-item smaller-item "> Docker</ a >
169
151
</ div >
170
152
</ div >
171
- </ div > </ div >
153
+ < div class ="panel panel-success ">
154
+ < div class ="panel-heading "> < h3 class ="panel-head "> About the Author</ h3 > </ div >
155
+ < div class ="panel-body ">
156
+ < a href ="/ "> Full Stack Python</ a > is an open book that explains
157
+ each Python web application stack layer and provides the
158
+ best web resources for those topics.
159
+ < hr />
160
+ There's a work-in-progress
161
+ < a href ="/full-stack-python-map.pdf "> subjects map (.pdf)</ a >
162
+ that visually lays out each chapter in addition to the table of
163
+ contents found below.
164
+ < hr />
165
+ Need more detailed tutorials and walkthroughs than you see here?
166
+ < a href ="/email.html "> Sign up for an email alert when that content is created.</ a >
167
+ < hr />
168
+ < a href ="http://twitter.com/mattmakai "> Matt Makai</ a > built
169
+ this site with greatly appreciated assistance from community
170
+ < a href ="https://github.com/makaimc/fullstackpython.github.com/pulls "> pull requests</ a > .
171
+ </ div >
172
+ </ div >
173
+ </ div > </ div >
172
174
< hr />
173
175
< div class ="footer pull-right ">
174
176
< a href ="http://www.mattmakai.com/ " class ="underline "> Matt Makai</ a >
175
- 2014
177
+ 2015
176
178
</ div >
177
179
</ div >
178
180
< link href ="theme/css/f.min.css " rel ="stylesheet ">
0 commit comments