|
58 | 58 |
|
59 | 59 |
|
60 | 60 | <script src="../site_libs/quarto-nav/quarto-nav.js"></script> |
61 | | -<script src="../site_libs/quarto-nav/headroom.min.js"></script> |
62 | 61 | <script src="../site_libs/clipboard/clipboard.min.js"></script> |
63 | 62 | <script src="../site_libs/quarto-search/autocomplete.umd.js"></script> |
64 | 63 | <script src="../site_libs/quarto-search/fuse.min.js"></script> |
|
74 | 73 | <link href="../site_libs/quarto-html/quarto-syntax-highlighting-d4d76bf8491c20bad77d141916dc28e1.css" rel="stylesheet" id="quarto-text-highlighting-styles"> |
75 | 74 | <script src="../site_libs/bootstrap/bootstrap.min.js"></script> |
76 | 75 | <link href="../site_libs/bootstrap/bootstrap-icons.css" rel="stylesheet"> |
77 | | -<link href="../site_libs/bootstrap/bootstrap-71ca8c516236da922f97ce572b69f8b2.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light"> |
| 76 | +<link href="../site_libs/bootstrap/bootstrap-738a6274290606b9c6fcc97b8a51ffbf.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light"> |
78 | 77 | <script src="../site_libs/quarto-contrib/live-runtime/live-runtime.js" type="module"></script> |
79 | 78 | <link href="../site_libs/quarto-contrib/live-runtime/live-runtime.css" rel="stylesheet"> |
80 | 79 | <script id="quarto-search-options" type="application/json">{ |
81 | | - "location": "sidebar", |
| 80 | + "location": "navbar", |
82 | 81 | "copy-button": false, |
83 | 82 | "collapse-after": 3, |
84 | | - "panel-placement": "start", |
85 | | - "type": "textbox", |
| 83 | + "panel-placement": "end", |
| 84 | + "type": "overlay", |
86 | 85 | "limit": 50, |
87 | 86 | "keyboard-shortcut": [ |
88 | 87 | "f", |
|
110 | 109 |
|
111 | 110 | </head> |
112 | 111 |
|
113 | | -<body class="nav-sidebar floating"> |
| 112 | +<body class="nav-sidebar floating nav-fixed"> |
114 | 113 |
|
115 | 114 | <div id="quarto-search-results"></div> |
116 | 115 | <header id="quarto-header" class="headroom fixed-top"> |
| 116 | + <nav class="navbar navbar-expand-lg " data-bs-theme="dark"> |
| 117 | + <div class="navbar-container container-fluid"> |
| 118 | + <div class="navbar-brand-container mx-auto"> |
| 119 | + <a class="navbar-brand" href="../index.html"> |
| 120 | + <span class="navbar-title">How to Learn to Code</span> |
| 121 | + </a> |
| 122 | + </div> |
| 123 | + <div id="quarto-search" class="" title="Search"></div> |
| 124 | + <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" role="menu" aria-expanded="false" aria-label="Toggle navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }"> |
| 125 | + <span class="navbar-toggler-icon"></span> |
| 126 | +</button> |
| 127 | + <div class="collapse navbar-collapse" id="navbarCollapse"> |
| 128 | + <ul class="navbar-nav navbar-nav-scroll ms-auto"> |
| 129 | + <li class="nav-item compact"> |
| 130 | + <a class="nav-link active" href="https://github.com/How-to-Learn-to-Code" aria-current="page"> <i class="bi bi-github" role="img" aria-label="GitHub"> |
| 131 | +</i> |
| 132 | +<span class="menu-text"></span></a> |
| 133 | + </li> |
| 134 | +</ul> |
| 135 | + </div> <!-- /navcollapse --> |
| 136 | + <div class="quarto-navbar-tools"> |
| 137 | +</div> |
| 138 | + </div> <!-- /container-fluid --> |
| 139 | + </nav> |
117 | 140 | <nav class="quarto-secondary-nav"> |
118 | 141 | <div class="container-fluid d-flex"> |
119 | 142 | <button type="button" class="quarto-btn-toggle btn" data-bs-toggle="collapse" role="button" data-bs-target=".quarto-sidebar-collapse-item" aria-controls="quarto-sidebar" aria-expanded="false" aria-label="Toggle sidebar navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }"> |
|
122 | 145 | <nav class="quarto-page-breadcrumbs" aria-label="breadcrumb"><ol class="breadcrumb"><li class="breadcrumb-item"><a href="../Lesson_0_Introduction/Lesson_0_Student_Version.html"><span class="chapter-title">Lesson 0 - Basic Introduction to Programming in Python</span></a></li></ol></nav> |
123 | 146 | <a class="flex-grow-1" role="navigation" data-bs-toggle="collapse" data-bs-target=".quarto-sidebar-collapse-item" aria-controls="quarto-sidebar" aria-expanded="false" aria-label="Toggle sidebar navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }"> |
124 | 147 | </a> |
125 | | - <button type="button" class="btn quarto-search-button" aria-label="Search" onclick="window.quartoOpenSearch();"> |
126 | | - <i class="bi bi-search"></i> |
127 | | - </button> |
128 | 148 | </div> |
129 | 149 | </nav> |
130 | 150 | </header> |
131 | 151 | <!-- content --> |
132 | | -<div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-article"> |
| 152 | +<div id="quarto-content" class="quarto-container page-columns page-rows-contents page-layout-article page-navbar"> |
133 | 153 | <!-- sidebar --> |
134 | 154 | <nav id="quarto-sidebar" class="sidebar collapse collapse-horizontal quarto-sidebar-collapse-item sidebar-navigation floating overflow-auto"> |
135 | | - <div class="pt-lg-2 mt-2 text-left sidebar-header"> |
136 | | - <div class="sidebar-title mb-0 py-0"> |
137 | | - <a href="../">How to Learn to Code – Python for Data Science</a> |
138 | | - </div> |
139 | | - </div> |
140 | | - <div class="mt-2 flex-shrink-0 align-items-center"> |
141 | | - <div class="sidebar-search"> |
142 | | - <div id="quarto-search" class="" title="Search"></div> |
143 | | - </div> |
144 | | - </div> |
| 155 | + <div class="sidebar-tools-main"> |
| 156 | + <a href="https://github.com/How-to-Learn-to-Code" title="" class="quarto-navigation-tool px-1" aria-label=""><i class="bi bi-github"></i></a> |
| 157 | +</div> |
145 | 158 | <div class="sidebar-menu-container"> |
146 | 159 | <ul class="list-unstyled mt-1"> |
147 | 160 | <li class="sidebar-item"> |
148 | 161 | <div class="sidebar-item-container"> |
149 | | - <a href="../index.html" class="sidebar-item-text sidebar-link"><span class="chapter-title">index.html</span></a> |
| 162 | + <a href="../index.html" class="sidebar-item-text sidebar-link"><span class="chapter-title">How to Learn to Code – Python Class</span></a> |
150 | 163 | </div> |
151 | 164 | </li> |
152 | 165 | <li class="sidebar-item"> |
@@ -456,7 +469,7 @@ <h5 class="anchored" data-anchor-id="naming-conventions">Naming Conventions</h5> |
456 | 469 | } |
457 | 470 | var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); |
458 | 471 | var mailtoRegex = new RegExp(/^mailto:/); |
459 | | - var filterRegex = new RegExp('/' + window.location.host + '/'); |
| 472 | + var filterRegex = new RegExp("https:\/\/how-to-learn-to-code\.github\.io\/python-class\/"); |
460 | 473 | var isInternal = (href) => { |
461 | 474 | return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); |
462 | 475 | } |
@@ -785,8 +798,8 @@ <h5 class="anchored" data-anchor-id="naming-conventions">Naming Conventions</h5> |
785 | 798 | </script> |
786 | 799 | <nav class="page-navigation"> |
787 | 800 | <div class="nav-page nav-page-previous"> |
788 | | - <a href="../index.html" class="pagination-link" aria-label="index.html"> |
789 | | - <i class="bi bi-arrow-left-short"></i> <span class="nav-page-text"><span class="chapter-title">index.html</span></span> |
| 801 | + <a href="../index.html" class="pagination-link" aria-label="How to Learn to Code – Python Class"> |
| 802 | + <i class="bi bi-arrow-left-short"></i> <span class="nav-page-text"><span class="chapter-title">How to Learn to Code – Python Class</span></span> |
790 | 803 | </a> |
791 | 804 | </div> |
792 | 805 | <div class="nav-page nav-page-next"> |
|
0 commit comments