5252
5353 < link rel ="stylesheet " href ="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css " integrity ="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh " crossorigin ="anonymous ">
5454
55- <!-- <link rel="stylesheet" href="css/bootswatch/paper.css"> -->
56- < link rel ="stylesheet " type ="text/css " href ="https://bootswatch.com/4/materia/bootstrap.min.css ">
55+ < link rel ="stylesheet " href ="css/bootswatch/paper.css ">
5756 < link rel ="stylesheet " href ="css/styles.css ">
5857 < link rel ="stylesheet " href ="css/colors.css ">
5958
59+ < script src ="https://kit.fontawesome.com/5e5b1adc28.js " crossorigin ="anonymous "> </ script >
60+
6061</ head >
6162< body >
6263 < ul class ="pages ">
@@ -88,23 +89,23 @@ <h3 class="text-muted">the <span class="text-primary">python</span> programming
8889 <!-- End Course Info Tab -->
8990 < nav role ="navigation ">
9091 < ul class ="nav nav-tabs nav-fill " role ="tablist ">
91- < li class =" nav-item " role ="presentation ">
92- < a class =" nav-link active " href ="#overview " aria-controls ="overview " role ="tab " data-toggle ="tab "> Overview</ a >
92+ < li role ="presentation ">
93+ < a href ="#overview " aria-controls ="overview " role ="tab " data-toggle ="tab "> Overview</ a >
9394 </ li >
94- < li class =" nav-item " >
95- < a class =" nav-link " data-toggle ="tab " href ="#lecture " role ="tab " aria-controls ="lecture " aria-selected ="false "> Lecture</ a >
95+ < li >
96+ < a data-toggle ="tab " href ="#lecture " role ="tab " aria-controls ="lecture " aria-selected ="false "> Lecture</ a >
9697 </ li >
97- < li class =" nav-item " >
98- < a class =" nav-link " data-toggle ="tab " href ="#labs " role ="tab " aria-controls ="lab " aria-selected ="false "> Labs</ a >
98+ < li >
99+ < a data-toggle ="tab " href ="#labs " role ="tab " aria-controls ="labs " aria-selected ="false "> Labs</ a >
99100 </ li >
100- < li class =" nav-item " >
101- < a class =" nav-link " data-toggle ="tab " href ="#assignments " role ="tab " aria-controls ="assignments " aria-selected ="false "> Assignments</ a >
101+ < li >
102+ < a data-toggle ="tab " href ="#assignments " role ="tab " aria-controls ="assignments " aria-selected ="false "> Assignments</ a >
102103 </ li >
103- < li class =" nav-item " >
104- < a class =" nav-link " data-toggle ="tab " href ="#resources " role ="tab " aria-controls ="resources " aria-selected ="false "> Resources</ a >
104+ < li >
105+ < a data-toggle ="tab " href ="#resources " role ="tab " aria-controls ="resources " aria-selected ="false "> Resources</ a >
105106 </ li >
106- < li class =" nav-item " >
107- < a class =" nav-link " data-toggle ="tab " href ="#info " role ="tab " aria-controls ="info " aria-selected ="false "> Course Info</ a >
107+ < li >
108+ < a data-toggle ="tab " href ="#info " role ="tab " aria-controls ="info " aria-selected ="false "> Course Info</ a >
108109 </ li >
109110
110111 </ ul >
@@ -114,7 +115,7 @@ <h3 class="text-muted">the <span class="text-primary">python</span> programming
114115 <!-- Tab Panes -->
115116 < div class ="tab-content ">
116117 <!-- Overview Tab -->
117- < div role ="tabpanel " class ="tab-pane fade show active " id ="overview ">
118+ < div role ="tabpanel " class ="tab-pane fade in active " id ="overview ">
118119
119120 <!-- Start of the Final Project Showcase -->
120121 < h4 class ="text-primary "> Project Showcase</ h4 >
0 commit comments