File tree 4 files changed +13
-45
lines changed
4 files changed +13
-45
lines changed Original file line number Diff line number Diff line change 1
1
# Site settings
2
- title : The Invisible Things
2
+ title : The Invisible Things Blog
3
3
url : " https://blog.invisiblethings.org"
4
4
5
5
# Build settings
Original file line number Diff line number Diff line change 3
3
< div class ="wrapper ">
4
4
5
5
< div class ="row footer-nav text-center more-top add-bottom ">
6
- < div class ="footer-col footer-col-1 ">
7
- < p >
8
- Joanna Rutkowska< br />
9
- < a href ="https://qubes-os.org "> Qubes OS</ a > &
10
- < a href ="http://invisiblethingslab.com/ "> Invisible Things Lab</ a > < br />
11
- </ p >
12
- </ div >
13
-
14
- < div class ="footer-col footer-col-2 ">
15
- < p >
16
- < a href ="{{ "/feed.xml" | prepend: site.baseurl }}"> Blog RSS feed</ a > < br />
17
- < a href ="https://github.com/rootkovska/rootkovska.github.io "> Source of this blog</ a > < br />
18
- </ p >
19
- </ div >
20
-
21
- < div class ="footer-col footer-col-3 ">
22
- < p >
23
- < a rel ="license " href ="http://creativecommons.org/licenses/by-nc-sa/4.0/ ">
24
- < img alt ="Creative Commons License " style ="border-width:0 "
25
- src ="{{ "/resources/cc-by-nc-sa.png" | prepend: site.baseurl }}"/>
26
- </ a > < br />
27
- </ p >
28
- </ div >
29
-
6
+ < a href ="{{ "/about" | prepend: site.baseurl }}">
7
+ Joanna Rutkowska | © 2006-2023
8
+ </ a > |
9
+ < a href ="{{ "/feed.xml" | prepend: site.baseurl }}">
10
+ Blog RSS feed
11
+ </ a >
12
+ < br >
13
+ < br >
30
14
</ div >
31
15
32
16
</ div >
33
17
34
18
</ footer >
35
- < script src ="/js/jquery-2.2.2.min.js "> </ script >
36
- < script src ="/js/bootstrap.min.js "> </ script >
37
19
Original file line number Diff line number Diff line change 1
1
<!-- Fixed navbar -->
2
2
< nav class ="navbar navbar-custom navbar-static-top ">
3
3
< div class ="container ">
4
- < div class ="navbar-header ">
5
- < button type ="button " class ="navbar-toggle collapsed " data-toggle ="collapse " data-target ="#navbar " aria-expanded ="false " aria-controls ="navbar ">
6
- < span class ="sr-only "> Toggle navigation</ span >
7
- < span class ="icon-bar "> </ span >
8
- < span class ="icon-bar "> </ span >
9
- < span class ="icon-bar "> </ span >
10
- </ button >
11
- < a class ="page-link " href ="/ ">
12
- < span > < strong > Invisible Things</ strong > </ span >
13
- </ a >
14
- </ div >
4
+
15
5
< div id ="navbar " class ="navbar-collapse collapse ">
16
- < ul class ="nav nav-justified ">
17
- {% for section in site.data.architecture %}
18
- < li > < a href ="{{ section.url }} "> {{ section.title }}</ a > </ li >
19
- {% endfor %}
20
- </ ul >
6
+ < p > [ {{ site.title }} ] </ p >
21
7
</ div > <!--/.nav-collapse -->
22
8
</ div >
23
9
</ nav >
Original file line number Diff line number Diff line change 8
8
}
9
9
10
10
.navbar-custom {
11
- height : 72 px ;
11
+ height : 22 px ;
12
12
margin-bottom : 0 ;
13
13
font-size : 21px ;
14
14
letter-spacing : 1px ;
15
15
background-color : $body-bg ;
16
- border-bottom : 1px solid $gray-light ;
16
+ /* border-bottom: 1px solid $gray-light; */
17
17
18
18
a .page-link {
19
19
display : inline-block ;
You can’t perform that action at this time.
0 commit comments