Skip to content

Commit a1c4809

Browse files
committed
initiating javascript page
1 parent 9ae247c commit a1c4809

32 files changed

+248
-56
lines changed

about-author.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
77
<meta name="author" content="Matt Makai">
88
<link rel="shortcut icon" href="theme/img/full-stack-python-logo-bw.png">
9-
<title>Full Stack Python: About the Author</title>
9+
<title>About the Author - Full Stack Python</title>
1010
<link href="theme/css/fsp.css" rel="stylesheet">
1111
<!--[if lt IE 9]>
1212
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
@@ -88,7 +88,7 @@ <h1>About the Author</h1>
8888
<p>Typos, inaccurate statements, or general areas for improvement can be handled
8989
through a pull request on
9090
<a href="https://github.com/makaimc/fullstackpython.github.com/">GitHub</a>.</p>
91-
<br/>
91+
<br/>
9292
Next read the
9393
<a href="/change-log.html">change log</a> section.
9494

@@ -105,6 +105,7 @@ <h1>About the Author</h1>
105105
<a href="/web-frameworks.html" class="list-group-item ">Web Frameworks</a>
106106
<a href="/application-dependencies.html" class="list-group-item ">Application Dependencies</a>
107107
<a href="/cascading-style-sheets.html" class="list-group-item ">Cascading Style Sheets</a>
108+
<a href="/javascript.html" class="list-group-item ">JavaScript</a>
108109
<a href="/static-content.html" class="list-group-item ">Static Content</a>
109110
<a href="/source-control.html" class="list-group-item ">Source Control</a>
110111
<a href="/caching.html" class="list-group-item ">Caching</a>

api-integration.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
77
<meta name="author" content="Matt Makai">
88
<link rel="shortcut icon" href="theme/img/full-stack-python-logo-bw.png">
9-
<title>Full Stack Python: API Integration</title>
9+
<title>API Integration - Full Stack Python</title>
1010
<link href="theme/css/fsp.css" rel="stylesheet">
1111
<!--[if lt IE 9]>
1212
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
@@ -96,7 +96,7 @@ <h2>API Integration Resources</h2>
9696
are, why they are valuable and how to use them properly. </p>
9797
</li>
9898
</ul>
99-
<br/>
99+
<br/>
100100
Next read the
101101
<a href="/no-sql-datastore.html">nosql data stores</a> section.
102102

@@ -113,6 +113,7 @@ <h2>API Integration Resources</h2>
113113
<a href="/web-frameworks.html" class="list-group-item ">Web Frameworks</a>
114114
<a href="/application-dependencies.html" class="list-group-item ">Application Dependencies</a>
115115
<a href="/cascading-style-sheets.html" class="list-group-item ">Cascading Style Sheets</a>
116+
<a href="/javascript.html" class="list-group-item ">JavaScript</a>
116117
<a href="/static-content.html" class="list-group-item ">Static Content</a>
117118
<a href="/source-control.html" class="list-group-item ">Source Control</a>
118119
<a href="/caching.html" class="list-group-item ">Caching</a>

application-dependencies.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
77
<meta name="author" content="Matt Makai">
88
<link rel="shortcut icon" href="theme/img/full-stack-python-logo-bw.png">
9-
<title>Full Stack Python: Application Dependencies</title>
9+
<title>Application Dependencies - Full Stack Python</title>
1010
<link href="theme/css/fsp.css" rel="stylesheet">
1111
<!--[if lt IE 9]>
1212
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
@@ -195,7 +195,7 @@ <h2>Application dependency resources</h2>
195195
Next read the
196196
<a href="/cascading-style-sheets.html">cascading style sheets</a> section.
197197

198-
</div>
198+
</div>
199199
<div class="col-md-offset-1 col-md-3" id="sidebar">
200200
<div class="list-group">
201201
<a href="/introduction.html" class="list-group-item ">Introduction</a>
@@ -208,6 +208,7 @@ <h2>Application dependency resources</h2>
208208
<a href="/web-frameworks.html" class="list-group-item ">Web Frameworks</a>
209209
<a href="/application-dependencies.html" class="list-group-item active">Application Dependencies</a>
210210
<a href="/cascading-style-sheets.html" class="list-group-item ">Cascading Style Sheets</a>
211+
<a href="/javascript.html" class="list-group-item ">JavaScript</a>
211212
<a href="/static-content.html" class="list-group-item ">Static Content</a>
212213
<a href="/source-control.html" class="list-group-item ">Source Control</a>
213214
<a href="/caching.html" class="list-group-item ">Caching</a>

best-python-resources.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
77
<meta name="author" content="Matt Makai">
88
<link rel="shortcut icon" href="theme/img/full-stack-python-logo-bw.png">
9-
<title>Full Stack Python: Best Python Resources</title>
9+
<title>Best Python Resources - Full Stack Python</title>
1010
<link href="theme/css/fsp.css" rel="stylesheet">
1111
<!--[if lt IE 9]>
1212
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
@@ -182,7 +182,7 @@ <h2>Newsletters</h2>
182182
and projects from around the web.</p>
183183
</li>
184184
</ul>
185-
<br/>
185+
<br/>
186186
Next read the
187187
<a href="/about-author.html">about the author</a> section.
188188

@@ -199,6 +199,7 @@ <h2>Newsletters</h2>
199199
<a href="/web-frameworks.html" class="list-group-item ">Web Frameworks</a>
200200
<a href="/application-dependencies.html" class="list-group-item ">Application Dependencies</a>
201201
<a href="/cascading-style-sheets.html" class="list-group-item ">Cascading Style Sheets</a>
202+
<a href="/javascript.html" class="list-group-item ">JavaScript</a>
202203
<a href="/static-content.html" class="list-group-item ">Static Content</a>
203204
<a href="/source-control.html" class="list-group-item ">Source Control</a>
204205
<a href="/caching.html" class="list-group-item ">Caching</a>

caching.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
77
<meta name="author" content="Matt Makai">
88
<link rel="shortcut icon" href="theme/img/full-stack-python-logo-bw.png">
9-
<title>Full Stack Python: Caching</title>
9+
<title>Caching - Full Stack Python</title>
1010
<link href="theme/css/fsp.css" rel="stylesheet">
1111
<!--[if lt IE 9]>
1212
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
@@ -100,7 +100,7 @@ <h2>Caching resources</h2>
100100
reviews some considerations such as SSL and SPDY support when choosing
101101
reverse proxy Nginx or Varnish.</li>
102102
</ul>
103-
<br/>
103+
<br/>
104104
Next read the
105105
<a href="/task-queues.html">task queues</a> section.
106106

@@ -117,6 +117,7 @@ <h2>Caching resources</h2>
117117
<a href="/web-frameworks.html" class="list-group-item ">Web Frameworks</a>
118118
<a href="/application-dependencies.html" class="list-group-item ">Application Dependencies</a>
119119
<a href="/cascading-style-sheets.html" class="list-group-item ">Cascading Style Sheets</a>
120+
<a href="/javascript.html" class="list-group-item ">JavaScript</a>
120121
<a href="/static-content.html" class="list-group-item ">Static Content</a>
121122
<a href="/source-control.html" class="list-group-item ">Source Control</a>
122123
<a href="/caching.html" class="list-group-item active">Caching</a>

cascading-style-sheets.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
77
<meta name="author" content="Matt Makai">
88
<link rel="shortcut icon" href="theme/img/full-stack-python-logo-bw.png">
9-
<title>Full Stack Python: Cascading Style Sheets</title>
9+
<title>Cascading Style Sheets - Full Stack Python</title>
1010
<link href="theme/css/fsp.css" rel="stylesheet">
1111
<!--[if lt IE 9]>
1212
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
@@ -172,9 +172,9 @@ <h2>CSS resources</h2>
172172
</ul>
173173
<br/>
174174
Next read the
175-
<a href="/static-content.html">static content</a> section.
175+
<a href="/javascript.html">javascript</a> section.
176176

177-
</div>
177+
</div>
178178
<div class="col-md-offset-1 col-md-3" id="sidebar">
179179
<div class="list-group">
180180
<a href="/introduction.html" class="list-group-item ">Introduction</a>
@@ -187,6 +187,7 @@ <h2>CSS resources</h2>
187187
<a href="/web-frameworks.html" class="list-group-item ">Web Frameworks</a>
188188
<a href="/application-dependencies.html" class="list-group-item ">Application Dependencies</a>
189189
<a href="/cascading-style-sheets.html" class="list-group-item active">Cascading Style Sheets</a>
190+
<a href="/javascript.html" class="list-group-item ">JavaScript</a>
190191
<a href="/static-content.html" class="list-group-item ">Static Content</a>
191192
<a href="/source-control.html" class="list-group-item ">Source Control</a>
192193
<a href="/caching.html" class="list-group-item ">Caching</a>

change-log.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
77
<meta name="author" content="Matt Makai">
88
<link rel="shortcut icon" href="theme/img/full-stack-python-logo-bw.png">
9-
<title>Full Stack Python: Change Log</title>
9+
<title>Change Log - Full Stack Python</title>
1010
<link href="theme/css/fsp.css" rel="stylesheet">
1111
<!--[if lt IE 9]>
1212
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
@@ -174,7 +174,7 @@ <h3>December</h3>
174174
introduction, CDN, web frameworks, and database sections with stubs for
175175
other areas.</li>
176176
</ul>
177-
</div>
177+
</div>
178178
<div class="col-md-offset-1 col-md-3" id="sidebar">
179179
<div class="list-group">
180180
<a href="/introduction.html" class="list-group-item ">Introduction</a>
@@ -187,6 +187,7 @@ <h3>December</h3>
187187
<a href="/web-frameworks.html" class="list-group-item ">Web Frameworks</a>
188188
<a href="/application-dependencies.html" class="list-group-item ">Application Dependencies</a>
189189
<a href="/cascading-style-sheets.html" class="list-group-item ">Cascading Style Sheets</a>
190+
<a href="/javascript.html" class="list-group-item ">JavaScript</a>
190191
<a href="/static-content.html" class="list-group-item ">Static Content</a>
191192
<a href="/source-control.html" class="list-group-item ">Source Control</a>
192193
<a href="/caching.html" class="list-group-item ">Caching</a>

configuration-management.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="description" content="Full Stack Python explains each layer of the web application stack, from the server up through the rendering in a user's browser.">
77
<meta name="author" content="Matt Makai">
88
<link rel="shortcut icon" href="theme/img/full-stack-python-logo-bw.png">
9-
<title>Full Stack Python: Configuration Management</title>
9+
<title>Configuration Management - Full Stack Python</title>
1010
<link href="theme/css/fsp.css" rel="stylesheet">
1111
<!--[if lt IE 9]>
1212
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
@@ -144,7 +144,7 @@ <h3>Ansible Resources</h3>
144144
<p><a href="http://probablyfine.co.uk/2014/03/27/how-to-write-an-ansible-role-for-ansible-galaxy/">How to Write an Ansible Role for Ansible Galaxy</a></p>
145145
</li>
146146
</ul>
147-
<br/>
147+
<br/>
148148
Next read the
149149
<a href="/web-analytics.html">web analytics</a> section.
150150

@@ -161,6 +161,7 @@ <h3>Ansible Resources</h3>
161161
<a href="/web-frameworks.html" class="list-group-item ">Web Frameworks</a>
162162
<a href="/application-dependencies.html" class="list-group-item ">Application Dependencies</a>
163163
<a href="/cascading-style-sheets.html" class="list-group-item ">Cascading Style Sheets</a>
164+
<a href="/javascript.html" class="list-group-item ">JavaScript</a>
164165
<a href="/static-content.html" class="list-group-item ">Static Content</a>
165166
<a href="/source-control.html" class="list-group-item ">Source Control</a>
166167
<a href="/caching.html" class="list-group-item ">Caching</a>

0 commit comments

Comments
 (0)