File tree 8 files changed +23
-99
lines changed
8 files changed +23
-99
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ plugins:
35
35
36
36
sass :
37
37
style : compressed
38
+ sass_dir : _sass
38
39
39
40
font-awesome :
40
41
assets : true
Original file line number Diff line number Diff line change 1
1
< nav class ="navbar navbar-expand-lg fixed-top border-bottom ">
2
- < div class ="container-fluid justify-content-center ">
2
+ < div class ="navbar-header flex-grow-1 ">
3
+ < a href ="index.html ">
4
+ < img class ="navbar-brand page-scroll navbar-logo " src ="img/techAachen_Logo.svg " alt ="TechAachen Logo " title ="TechAachen Logo ">
5
+ </ a >
6
+ < a class ="navbar-brand page-scroll " href ="index.html "> {{ site.title }}</ a >
7
+
8
+ < button class ="navbar-toggler ml-auto " type ="button " data-toggle ="collapse " data-target ="#navbarNavAltMarkup " aria-controls ="navbarNavAltMarkup " aria-expanded ="false " aria-label ="Toggle navigation ">
9
+ < span class ="navbar-toggler-icon "> </ span >
10
+ </ button >
11
+ </ div >
12
+ < div class ="justify-content-center ">
3
13
< div class ="navbar-header ">
4
- < a href ="index.html ">
5
- < img class ="navbar-brand page-scroll navbar-logo " src ="img/techAachen_Logo.svg " alt ="TechAachen Logo " title ="TechAachen Logo ">
6
- </ a >
7
- < a class ="navbar-brand page-scroll " href ="index.html "> {{ site.title }}</ a >
8
- < button class ="navbar-toggler " type ="button " data-toggle ="collapse " data-target ="#navbarNavAltMarkup " aria-controls ="navbarNavAltMarkup " aria-expanded ="false " aria-label ="Toggle navigation ">
9
- < span class ="navbar-toggler-icon "> </ span >
10
- </ button >
14
+
15
+
11
16
</ div >
12
17
13
18
14
- <!-- Conntent of Collapse -->
19
+ <!-- Conntent of Collapse -->
15
20
< div class ="collapse navbar-collapse " id ="navbarNavAltMarkup ">
16
21
< div class ="nav navbar-nav navbar-right ">
17
22
< a class ="nav-item nav-link " href ="aboutus.html "> Über uns & die Vereine</ a >
18
23
< a class ="nav-item nav-link " href ="index.html#projects "> Projekte</ a >
19
24
< a class ="nav-item nav-link aktive " href ="contact.html "> Kontakt</ a >
20
25
</ div >
21
26
</ div >
22
- </ div >
27
+ </ div >
23
28
</ nav >
Original file line number Diff line number Diff line change 5
5
6
6
<!-- Enables Popovers
7
7
Needs alot of change to do it right -->
8
- < script > $ ( function ( ) {
8
+ < script > $ ( function ( ) {
9
9
// Enables popover
10
10
$ ( "[data-toggle=popover]" ) . popover ( {
11
11
container : 'body'
Original file line number Diff line number Diff line change 5
5
6
6
< body id ="page-top " class ="bg-light ">
7
7
8
- {% include nav-page .html %}
8
+ {% include navbar .html %}
9
9
10
10
< div class ="container pt-5 ">
11
11
< section id ="aboutus " class ="pb-0 ">
Original file line number Diff line number Diff line change 5
5
6
6
< body id ="page-top ">
7
7
8
- {% include nav-front .html %}
8
+ {% include navbar .html %}
9
9
{% include header.html %}
10
10
<!-- style="background-color: white; transform: translate(0px, -230px);" -->
11
11
< div class ="container ">
Original file line number Diff line number Diff line change 5
5
6
6
< body id ="page-top " class ="bg-light ">
7
7
8
- {% include nav-page .html %}
8
+ {% include navbar .html %}
9
9
10
10
< section id ="content ">
11
11
< div class ="container ">
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11
11
color : $theme-darkgrey ;
12
12
}
13
13
.navbar-logo {
14
- padding-top : 5px ;
15
- padding-bottom : 10px ;
16
- width : 5 % ;
14
+ // padding-top: 5px;
15
+ // padding-bottom: 10px;
16
+ width : 3 rem ;
17
17
}
18
18
}
You can’t perform that action at this time.
0 commit comments