| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ | |||
| 13 | 13 | <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | |
| 14 | 14 | <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> | |
| 15 | 15 | <![endif]--> | |
| 16 | - <link href="theme/css/f.min.css" rel="stylesheet"> | ||
| 16 | + <link href="/theme/css/f.min.css" rel="stylesheet"> | ||
| 17 | 17 | </head> | |
| 18 | 18 | <body> | |
| 19 | 19 | <div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;"> | |
@@ -25,16 +25,17 @@ | |||
| 25 | 25 | <div class="row"> | |
| 26 | 26 | <div class="col-md-12"> | |
| 27 | 27 | <div class="logo-header-section"> | |
| 28 | - <a href="/" style="text-decoration: none; border: none;"><img src="theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a> | ||
| 28 | + <a href="/" style="text-decoration: none; border: none;"><img src="/theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a> | ||
| 29 | 29 | <span class="logo-title"><a href="/">Full Stack Python</a></span> | |
| 30 | 30 | </div> | |
| 31 | 31 | <div class="subnav"> | |
| 32 | 32 | <!--<a href="/blog.html" class="submenu-item-first">Blog</a> | | |
| 33 | 33 | <a href="/books.html" class="submenu-item">Books</a> | --> | |
| 34 | - <a href="/table-of-contents.html" class="submenu-item-first">Table of contents</a> | | ||
| 34 | + <a href="/table-of-contents.html" class="submenu-item-first">Table of contents</a> | | ||
| 35 | + <a href="/blog.html" class="submenu-item">Blog</a> | | ||
| 35 | 36 | <a href="/email.html" class="submenu-item">Email newsletter</a> | | |
| 36 | 37 | <a href="https://twitter.com/fullstackpython" class="submenu-item">@fullstackpython</a> | | |
| 37 | - <a href="https://github.com/makaimc/fullstackpython.com/tree/gh-pages/source" class="submenu-item">Source code</a> | ||
| 38 | + <a href="https://github.com/makaimc/fullstackpython.com/tree/gh-pages/source" class="submenu-item">Source</a> | ||
| 38 | 39 | </div> </div> | |
| 39 | 40 | </div><div class="row"> | |
| 40 | 41 | <div class="col-md-8"> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -12,24 +12,25 @@ | |||
| 12 | 12 | <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | |
| 13 | 13 | <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> | |
| 14 | 14 | <![endif]--> | |
| 15 | - <link href="theme/css/f.min.css" rel="stylesheet"> | ||
| 15 | + <link href="/theme/css/f.min.css" rel="stylesheet"> | ||
| 16 | 16 | </head> | |
| 17 | 17 | <body> | |
| 18 | 18 | <a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a> | |
| 19 | 19 | <div class="container"> | |
| 20 | 20 | <div class="row"> | |
| 21 | 21 | <div class="col-md-12"> | |
| 22 | 22 | <div class="logo-header-section"> | |
| 23 | - <a href="/" style="text-decoration: none; border: none;"><img src="theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a> | ||
| 23 | + <a href="/" style="text-decoration: none; border: none;"><img src="/theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a> | ||
| 24 | 24 | <span class="logo-title"><a href="/">Full Stack Python</a></span> | |
| 25 | 25 | </div> | |
| 26 | 26 | <div class="subnav"> | |
| 27 | 27 | <!--<a href="/blog.html" class="submenu-item-first">Blog</a> | | |
| 28 | 28 | <a href="/books.html" class="submenu-item">Books</a> | --> | |
| 29 | - <a href="/table-of-contents.html" class="submenu-item-first">Table of contents</a> | | ||
| 29 | + <a href="/table-of-contents.html" class="submenu-item-first">Table of contents</a> | | ||
| 30 | + <a href="/blog.html" class="submenu-item">Blog</a> | | ||
| 30 | 31 | <a href="/email.html" class="submenu-item">Email newsletter</a> | | |
| 31 | 32 | <a href="https://twitter.com/fullstackpython" class="submenu-item">@fullstackpython</a> | | |
| 32 | - <a href="https://github.com/makaimc/fullstackpython.com/tree/gh-pages/source" class="submenu-item">Source code</a> | ||
| 33 | + <a href="https://github.com/makaimc/fullstackpython.com/tree/gh-pages/source" class="submenu-item">Source</a> | ||
| 33 | 34 | </div> </div> | |
| 34 | 35 | </div><div class="row"> | |
| 35 | 36 | <div class="col-md-8"> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ | |||
| 13 | 13 | <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | |
| 14 | 14 | <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> | |
| 15 | 15 | <![endif]--> | |
| 16 | - <link href="theme/css/f.min.css" rel="stylesheet"> | ||
| 16 | + <link href="/theme/css/f.min.css" rel="stylesheet"> | ||
| 17 | 17 | </head> | |
| 18 | 18 | <body> | |
| 19 | 19 | <div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;"> | |
@@ -25,16 +25,17 @@ | |||
| 25 | 25 | <div class="row"> | |
| 26 | 26 | <div class="col-md-12"> | |
| 27 | 27 | <div class="logo-header-section"> | |
| 28 | - <a href="/" style="text-decoration: none; border: none;"><img src="theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a> | ||
| 28 | + <a href="/" style="text-decoration: none; border: none;"><img src="/theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a> | ||
| 29 | 29 | <span class="logo-title"><a href="/">Full Stack Python</a></span> | |
| 30 | 30 | </div> | |
| 31 | 31 | <div class="subnav"> | |
| 32 | 32 | <!--<a href="/blog.html" class="submenu-item-first">Blog</a> | | |
| 33 | 33 | <a href="/books.html" class="submenu-item">Books</a> | --> | |
| 34 | - <a href="/table-of-contents.html" class="submenu-item-first">Table of contents</a> | | ||
| 34 | + <a href="/table-of-contents.html" class="submenu-item-first">Table of contents</a> | | ||
| 35 | + <a href="/blog.html" class="submenu-item">Blog</a> | | ||
| 35 | 36 | <a href="/email.html" class="submenu-item">Email newsletter</a> | | |
| 36 | 37 | <a href="https://twitter.com/fullstackpython" class="submenu-item">@fullstackpython</a> | | |
| 37 | - <a href="https://github.com/makaimc/fullstackpython.com/tree/gh-pages/source" class="submenu-item">Source code</a> | ||
| 38 | + <a href="https://github.com/makaimc/fullstackpython.com/tree/gh-pages/source" class="submenu-item">Source</a> | ||
| 38 | 39 | </div> </div> | |
| 39 | 40 | </div><div class="row"> | |
| 40 | 41 | <div class="col-md-8"> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ | |||
| 13 | 13 | <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | |
| 14 | 14 | <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> | |
| 15 | 15 | <![endif]--> | |
| 16 | - <link href="theme/css/f.min.css" rel="stylesheet"> | ||
| 16 | + <link href="/theme/css/f.min.css" rel="stylesheet"> | ||
| 17 | 17 | </head> | |
| 18 | 18 | <body> | |
| 19 | 19 | <div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;"> | |
@@ -25,16 +25,17 @@ | |||
| 25 | 25 | <div class="row"> | |
| 26 | 26 | <div class="col-md-12"> | |
| 27 | 27 | <div class="logo-header-section"> | |
| 28 | - <a href="/" style="text-decoration: none; border: none;"><img src="theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a> | ||
| 28 | + <a href="/" style="text-decoration: none; border: none;"><img src="/theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a> | ||
| 29 | 29 | <span class="logo-title"><a href="/">Full Stack Python</a></span> | |
| 30 | 30 | </div> | |
| 31 | 31 | <div class="subnav"> | |
| 32 | 32 | <!--<a href="/blog.html" class="submenu-item-first">Blog</a> | | |
| 33 | 33 | <a href="/books.html" class="submenu-item">Books</a> | --> | |
| 34 | - <a href="/table-of-contents.html" class="submenu-item-first">Table of contents</a> | | ||
| 34 | + <a href="/table-of-contents.html" class="submenu-item-first">Table of contents</a> | | ||
| 35 | + <a href="/blog.html" class="submenu-item">Blog</a> | | ||
| 35 | 36 | <a href="/email.html" class="submenu-item">Email newsletter</a> | | |
| 36 | 37 | <a href="https://twitter.com/fullstackpython" class="submenu-item">@fullstackpython</a> | | |
| 37 | - <a href="https://github.com/makaimc/fullstackpython.com/tree/gh-pages/source" class="submenu-item">Source code</a> | ||
| 38 | + <a href="https://github.com/makaimc/fullstackpython.com/tree/gh-pages/source" class="submenu-item">Source</a> | ||
| 38 | 39 | </div> </div> | |
| 39 | 40 | </div><div class="row"> | |
| 40 | 41 | <div class="col-md-8"> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ | |||
| 13 | 13 | <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | |
| 14 | 14 | <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> | |
| 15 | 15 | <![endif]--> | |
| 16 | - <link href="theme/css/f.min.css" rel="stylesheet"> | ||
| 16 | + <link href="/theme/css/f.min.css" rel="stylesheet"> | ||
| 17 | 17 | </head> | |
| 18 | 18 | <body> | |
| 19 | 19 | <div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;"> | |
@@ -25,16 +25,17 @@ | |||
| 25 | 25 | <div class="row"> | |
| 26 | 26 | <div class="col-md-12"> | |
| 27 | 27 | <div class="logo-header-section"> | |
| 28 | - <a href="/" style="text-decoration: none; border: none;"><img src="theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a> | ||
| 28 | + <a href="/" style="text-decoration: none; border: none;"><img src="/theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a> | ||
| 29 | 29 | <span class="logo-title"><a href="/">Full Stack Python</a></span> | |
| 30 | 30 | </div> | |
| 31 | 31 | <div class="subnav"> | |
| 32 | 32 | <!--<a href="/blog.html" class="submenu-item-first">Blog</a> | | |
| 33 | 33 | <a href="/books.html" class="submenu-item">Books</a> | --> | |
| 34 | - <a href="/table-of-contents.html" class="submenu-item-first">Table of contents</a> | | ||
| 34 | + <a href="/table-of-contents.html" class="submenu-item-first">Table of contents</a> | | ||
| 35 | + <a href="/blog.html" class="submenu-item">Blog</a> | | ||
| 35 | 36 | <a href="/email.html" class="submenu-item">Email newsletter</a> | | |
| 36 | 37 | <a href="https://twitter.com/fullstackpython" class="submenu-item">@fullstackpython</a> | | |
| 37 | - <a href="https://github.com/makaimc/fullstackpython.com/tree/gh-pages/source" class="submenu-item">Source code</a> | ||
| 38 | + <a href="https://github.com/makaimc/fullstackpython.com/tree/gh-pages/source" class="submenu-item">Source</a> | ||
| 38 | 39 | </div> </div> | |
| 39 | 40 | </div><div class="row"> | |
| 40 | 41 | <div class="col-md-8"> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ | |||
| 13 | 13 | <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | |
| 14 | 14 | <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> | |
| 15 | 15 | <![endif]--> | |
| 16 | - <link href="theme/css/f.min.css" rel="stylesheet"> | ||
| 16 | + <link href="/theme/css/f.min.css" rel="stylesheet"> | ||
| 17 | 17 | </head> | |
| 18 | 18 | <body> | |
| 19 | 19 | <div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;"> | |
@@ -25,16 +25,17 @@ | |||
| 25 | 25 | <div class="row"> | |
| 26 | 26 | <div class="col-md-12"> | |
| 27 | 27 | <div class="logo-header-section"> | |
| 28 | - <a href="/" style="text-decoration: none; border: none;"><img src="theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a> | ||
| 28 | + <a href="/" style="text-decoration: none; border: none;"><img src="/theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a> | ||
| 29 | 29 | <span class="logo-title"><a href="/">Full Stack Python</a></span> | |
| 30 | 30 | </div> | |
| 31 | 31 | <div class="subnav"> | |
| 32 | 32 | <!--<a href="/blog.html" class="submenu-item-first">Blog</a> | | |
| 33 | 33 | <a href="/books.html" class="submenu-item">Books</a> | --> | |
| 34 | - <a href="/table-of-contents.html" class="submenu-item-first">Table of contents</a> | | ||
| 34 | + <a href="/table-of-contents.html" class="submenu-item-first">Table of contents</a> | | ||
| 35 | + <a href="/blog.html" class="submenu-item">Blog</a> | | ||
| 35 | 36 | <a href="/email.html" class="submenu-item">Email newsletter</a> | | |
| 36 | 37 | <a href="https://twitter.com/fullstackpython" class="submenu-item">@fullstackpython</a> | | |
| 37 | - <a href="https://github.com/makaimc/fullstackpython.com/tree/gh-pages/source" class="submenu-item">Source code</a> | ||
| 38 | + <a href="https://github.com/makaimc/fullstackpython.com/tree/gh-pages/source" class="submenu-item">Source</a> | ||
| 38 | 39 | </div> </div> | |
| 39 | 40 | </div><div class="row"> | |
| 40 | 41 | <div class="col-md-8"> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ | |||
| 13 | 13 | <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | |
| 14 | 14 | <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> | |
| 15 | 15 | <![endif]--> | |
| 16 | - <link href="theme/css/f.min.css" rel="stylesheet"> | ||
| 16 | + <link href="/theme/css/f.min.css" rel="stylesheet"> | ||
| 17 | 17 | </head> | |
| 18 | 18 | <body> | |
| 19 | 19 | <div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;"> | |
@@ -25,16 +25,17 @@ | |||
| 25 | 25 | <div class="row"> | |
| 26 | 26 | <div class="col-md-12"> | |
| 27 | 27 | <div class="logo-header-section"> | |
| 28 | - <a href="/" style="text-decoration: none; border: none;"><img src="theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a> | ||
| 28 | + <a href="/" style="text-decoration: none; border: none;"><img src="/theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a> | ||
| 29 | 29 | <span class="logo-title"><a href="/">Full Stack Python</a></span> | |
| 30 | 30 | </div> | |
| 31 | 31 | <div class="subnav"> | |
| 32 | 32 | <!--<a href="/blog.html" class="submenu-item-first">Blog</a> | | |
| 33 | 33 | <a href="/books.html" class="submenu-item">Books</a> | --> | |
| 34 | - <a href="/table-of-contents.html" class="submenu-item-first">Table of contents</a> | | ||
| 34 | + <a href="/table-of-contents.html" class="submenu-item-first">Table of contents</a> | | ||
| 35 | + <a href="/blog.html" class="submenu-item">Blog</a> | | ||
| 35 | 36 | <a href="/email.html" class="submenu-item">Email newsletter</a> | | |
| 36 | 37 | <a href="https://twitter.com/fullstackpython" class="submenu-item">@fullstackpython</a> | | |
| 37 | - <a href="https://github.com/makaimc/fullstackpython.com/tree/gh-pages/source" class="submenu-item">Source code</a> | ||
| 38 | + <a href="https://github.com/makaimc/fullstackpython.com/tree/gh-pages/source" class="submenu-item">Source</a> | ||
| 38 | 39 | </div> </div> | |
| 39 | 40 | </div><div class="row"> | |
| 40 | 41 | <div class="col-md-8"> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,24 +13,25 @@ | |||
| 13 | 13 | <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | |
| 14 | 14 | <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> | |
| 15 | 15 | <![endif]--> | |
| 16 | - <link href="theme/css/f.min.css" rel="stylesheet"> | ||
| 16 | + <link href="/theme/css/f.min.css" rel="stylesheet"> | ||
| 17 | 17 | </head> | |
| 18 | 18 | <body> | |
| 19 | 19 | <a href="https://github.com/makaimc/fullstackpython.com"><img style="position: absolute; top: 0; right: 0; border: 0;" src="/img/fork.png" alt="Fork me on GitHub"></a> | |
| 20 | 20 | <div class="container"> | |
| 21 | 21 | <div class="row"> | |
| 22 | 22 | <div class="col-md-12"> | |
| 23 | 23 | <div class="logo-header-section"> | |
| 24 | - <a href="/" style="text-decoration: none; border: none;"><img src="theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a> | ||
| 24 | + <a href="/" style="text-decoration: none; border: none;"><img src="/theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a> | ||
| 25 | 25 | <span class="logo-title"><a href="/">Full Stack Python</a></span> | |
| 26 | 26 | </div> | |
| 27 | 27 | <div class="subnav"> | |
| 28 | 28 | <!--<a href="/blog.html" class="submenu-item-first">Blog</a> | | |
| 29 | 29 | <a href="/books.html" class="submenu-item">Books</a> | --> | |
| 30 | - <a href="/table-of-contents.html" class="submenu-item-first">Table of contents</a> | | ||
| 30 | + <a href="/table-of-contents.html" class="submenu-item-first">Table of contents</a> | | ||
| 31 | + <a href="/blog.html" class="submenu-item">Blog</a> | | ||
| 31 | 32 | <a href="/email.html" class="submenu-item">Email newsletter</a> | | |
| 32 | 33 | <a href="https://twitter.com/fullstackpython" class="submenu-item">@fullstackpython</a> | | |
| 33 | - <a href="https://github.com/makaimc/fullstackpython.com/tree/gh-pages/source" class="submenu-item">Source code</a> | ||
| 34 | + <a href="https://github.com/makaimc/fullstackpython.com/tree/gh-pages/source" class="submenu-item">Source</a> | ||
| 34 | 35 | </div> </div> | |
| 35 | 36 | </div><div class="row"> | |
| 36 | 37 | <div class="col-md-8"> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ | |||
| 13 | 13 | <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | |
| 14 | 14 | <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> | |
| 15 | 15 | <![endif]--> | |
| 16 | - <link href="theme/css/f.min.css" rel="stylesheet"> | ||
| 16 | + <link href="/theme/css/f.min.css" rel="stylesheet"> | ||
| 17 | 17 | </head> | |
| 18 | 18 | <body> | |
| 19 | 19 | <div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;"> | |
@@ -25,16 +25,17 @@ | |||
| 25 | 25 | <div class="row"> | |
| 26 | 26 | <div class="col-md-12"> | |
| 27 | 27 | <div class="logo-header-section"> | |
| 28 | - <a href="/" style="text-decoration: none; border: none;"><img src="theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a> | ||
| 28 | + <a href="/" style="text-decoration: none; border: none;"><img src="/theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a> | ||
| 29 | 29 | <span class="logo-title"><a href="/">Full Stack Python</a></span> | |
| 30 | 30 | </div> | |
| 31 | 31 | <div class="subnav"> | |
| 32 | 32 | <!--<a href="/blog.html" class="submenu-item-first">Blog</a> | | |
| 33 | 33 | <a href="/books.html" class="submenu-item">Books</a> | --> | |
| 34 | - <a href="/table-of-contents.html" class="submenu-item-first">Table of contents</a> | | ||
| 34 | + <a href="/table-of-contents.html" class="submenu-item-first">Table of contents</a> | | ||
| 35 | + <a href="/blog.html" class="submenu-item">Blog</a> | | ||
| 35 | 36 | <a href="/email.html" class="submenu-item">Email newsletter</a> | | |
| 36 | 37 | <a href="https://twitter.com/fullstackpython" class="submenu-item">@fullstackpython</a> | | |
| 37 | - <a href="https://github.com/makaimc/fullstackpython.com/tree/gh-pages/source" class="submenu-item">Source code</a> | ||
| 38 | + <a href="https://github.com/makaimc/fullstackpython.com/tree/gh-pages/source" class="submenu-item">Source</a> | ||
| 38 | 39 | </div> </div> | |
| 39 | 40 | </div><div class="row"> | |
| 40 | 41 | <div class="col-md-8"> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ | |||
| 13 | 13 | <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | |
| 14 | 14 | <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> | |
| 15 | 15 | <![endif]--> | |
| 16 | - <link href="theme/css/f.min.css" rel="stylesheet"> | ||
| 16 | + <link href="/theme/css/f.min.css" rel="stylesheet"> | ||
| 17 | 17 | </head> | |
| 18 | 18 | <body> | |
| 19 | 19 | <div style="padding: 0 0 20px 0; margin: 0 0 20px 0; background-color: #22B24C;"> | |
@@ -25,16 +25,17 @@ | |||
| 25 | 25 | <div class="row"> | |
| 26 | 26 | <div class="col-md-12"> | |
| 27 | 27 | <div class="logo-header-section"> | |
| 28 | - <a href="/" style="text-decoration: none; border: none;"><img src="theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a> | ||
| 28 | + <a href="/" style="text-decoration: none; border: none;"><img src="/theme/img/logo.png" height="52" width="52" class="logo-image" style="padding-top: 1px;" alt="Full Stack Python logo"></a> | ||
| 29 | 29 | <span class="logo-title"><a href="/">Full Stack Python</a></span> | |
| 30 | 30 | </div> | |
| 31 | 31 | <div class="subnav"> | |
| 32 | 32 | <!--<a href="/blog.html" class="submenu-item-first">Blog</a> | | |
| 33 | 33 | <a href="/books.html" class="submenu-item">Books</a> | --> | |
| 34 | - <a href="/table-of-contents.html" class="submenu-item-first">Table of contents</a> | | ||
| 34 | + <a href="/table-of-contents.html" class="submenu-item-first">Table of contents</a> | | ||
| 35 | + <a href="/blog.html" class="submenu-item">Blog</a> | | ||
| 35 | 36 | <a href="/email.html" class="submenu-item">Email newsletter</a> | | |
| 36 | 37 | <a href="https://twitter.com/fullstackpython" class="submenu-item">@fullstackpython</a> | | |
| 37 | - <a href="https://github.com/makaimc/fullstackpython.com/tree/gh-pages/source" class="submenu-item">Source code</a> | ||
| 38 | + <a href="https://github.com/makaimc/fullstackpython.com/tree/gh-pages/source" class="submenu-item">Source</a> | ||
| 38 | 39 | </div> </div> | |
| 39 | 40 | </div><div class="row"> | |
| 40 | 41 | <div class="col-md-8"> | |
| Back | FazBrowse Home | New Git URL |
0 commit comments