File tree Expand file tree Collapse file tree 2 files changed +18
-8
lines changed
Expand file tree Collapse file tree 2 files changed +18
-8
lines changed Original file line number Diff line number Diff line change 11< header >
2-
32 < div class ="brand-bg-color ">
43 < div class ="container ">
54 < div class ="brand-navbar ">
65 < div class ="row ">
76 < div class ="flex-separate col-12 ">
87 < a href ="/ " class ="nav-link ">
9- < img src ="/img/tulane-sse-logo.png " alt ="Tulane School of Science and Engineering " id ="header-logo "
10- style ="height: 60px; margin: 10px 0; background-color: white; padding: 5px; border-radius: 4px; "/>
8+ < img src ="/img/tulane-sse-logo.png " alt ="Tulane School of Science and Engineering " id ="header-logo "
9+ style ="height: 60px; margin: 10px 0; background-color: white; padding: 5px; border-radius: 4px; "/>
1110 </ a >
11+ <!-- Move the navigation links here -->
12+ < div class ="navbar-nav d-none d-sm-flex " style ="color: white; ">
13+ < a class ="nav-item nav-link " href ="/projects.html "> Projects</ a >
14+ < a class ="nav-item nav-link " href ="/papers/ "> Papers</ a >
15+ < a class ="nav-item nav-link " href ="/grants/ "> Grants</ a >
16+ < a class ="nav-item nav-link " href ="/news/ "> News</ a >
17+ < a class ="nav-item nav-link " href ="/people.html "> People</ a >
18+ < a class ="nav-item nav-link " href ="/about/ "> About</ a >
19+ </ div >
1220 < button class ="navbar-toggler d-block d-sm-none " type ="button " data-toggle ="collapse " data-target ="#collapseNav "> ☰</ button >
1321 </ div >
1422 </ div >
1523 </ div >
1624 </ div >
1725 </ div >
1826
19- < div class ="nav-bg-color ">
27+ <!-- Mobile navigation menu (only shows when collapsed) -->
28+ < div class ="nav-bg-color d-sm-none ">
2029 < nav class ="container navbar navbar-dark navbar-expand-sm ">
2130 < div class ="collapse navbar-collapse " id ="collapseNav ">
2231 < div class ="navbar-nav ">
3039 </ div >
3140 </ nav >
3241 </ div >
33-
3442</ header >
Original file line number Diff line number Diff line change 2929}
3030
3131.brand-bg-color {
32- background-color : #006747 ;
32+ background-color : #21543E ;
3333 padding-top : 0.5rem ;
3434}
3535
@@ -71,11 +71,13 @@ body {
7171
7272.navbar .navbar-nav .nav-link {
7373 margin : 0 ;
74- color : #444 ;
74+ // color: #444;
7575 font-weight : lighter ;
7676 text-align : left ;
7777 width : 100% ;
78- padding-left : 1em ;
78+ // padding-left: 1em;
79+ color : white !important ;
80+ padding : 0 15px ;
7981}
8082
8183/* Note: Update width when changing the nav links */
You can’t perform that action at this time.
0 commit comments