Skip to content

Commit 0b5fcba

Browse files
committed
re-working the table of contents, moving up in page as well
1 parent c7312e9 commit 0b5fcba

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+1744
-1458
lines changed

about-author.html

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
1212
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
1313
<![endif]-->
14+
<style>
15+
.toc-indent {padding-left: 25px;}
16+
.toc-more-indent {padding-left: 37px;}
17+
</style>
1418
<script type="text/javascript">
1519
var _gaq = _gaq || [];
1620
_gaq.push(['_setAccount', 'UA-19910497-7']);
@@ -34,7 +38,7 @@
3438
</div>
3539
</div> <div class="row">
3640
<div class="col-md-8">
37-
<h1>About the Author</h1>
41+
<h1>About the Author</h1>
3842
<p>This website was coded and written by
3943
<a href="http://www.mattmakai.com/">Matt Makai</a>
4044
(<a href="http://twitter.com/mattmakai">@mattmakai</a>), currently a
@@ -53,7 +57,7 @@ <h1>About the Author</h1>
5357
through a pull request on
5458
<a href="https://github.com/makaimc/fullstackpython.github.com/">GitHub</a>.</p>
5559
<h3>Where to now?</h3>
56-
<div class="row">
60+
<div class="row">
5761
<div class="col-md-4">
5862
<div class="well select-next">
5963
<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>
7983
</p>
8084
</div>
8185
</div>
82-
</div> <div id="mc_embed_signup">
86+
</div> <div id="mc_embed_signup">
8387
<form action="//mattmakai.us2.list-manage.com/subscribe/post?u=b7e774f0c4f05dcebbfee183d&amp;id=b22335388d" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
8488
<div id="mc_embed_signup_scroll">
8589
<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
97101
</div>
98102
</div>
99103
<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>
122104
<div class="panel panel-success">
123105
<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>
125107
</div>
126108
<div class="list-group">
127109
<a href="/introduction.html" class="list-group-item smaller-item ">Introduction</a>
@@ -168,11 +150,31 @@ <h3 class="panel-head">Table of Contents</h3>
168150
<a href="/docker.html" class="list-group-item smaller-item ">Docker</a>
169151
</div>
170152
</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>
172174
<hr/>
173175
<div class="footer pull-right">
174176
<a href="http://www.mattmakai.com/" class="underline">Matt Makai</a>
175-
2014
177+
2015
176178
</div>
177179
</div>
178180
<link href="theme/css/f.min.css" rel="stylesheet">

0 commit comments

Comments
 (0)