aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:05 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>1984-04-04 00:44:04 +0000
commitd34289b1270f6a9467b8fcb70a4e3dfd1f637ffb (patch)
treed9bb66fb2f8f09ff62a4f1f5f1f26664dee7d840
parent85537bc7f3009d62247ad49adf03ebbb5c652fe1 (diff)
downloadwww-d34289b1270f6a9467b8fcb70a4e3dfd1f637ffb.tar.gz
www-d34289b1270f6a9467b8fcb70a4e3dfd1f637ffb.zip
blind attempt at logofying the navigation
-rw-r--r--common/navigation.j2.inc5
-rw-r--r--styles.css7
-rw-r--r--video.html.j2 (renamed from videos.hmtl.j2)0
3 files changed, 10 insertions, 2 deletions
diff --git a/common/navigation.j2.inc b/common/navigation.j2.inc
index 46c25562..dbe7717c 100644
--- a/common/navigation.j2.inc
+++ b/common/navigation.j2.inc
@@ -1,7 +1,10 @@
1view_all_bug_page.php?refresh=true<nav class="navbar navbar-inverse"> 1view_all_bug_page.php?refresh=true<nav class="navbar navbar-inverse">
2 <div class="container-fluid"> 2 <div class="container-fluid">
3 <ul class="nav navbar-nav"> 3 <ul class="nav navbar-nav">
4 <li class="{{ 'active' if filename == 'index.html' else '' }}"><a class="gnunet_home" href="index.html">GNUnet</a></li> 4 <li class="{{ 'active' if filename == 'index.html' else '' }}"><a class="smalllogo" href="index.html">
5 <img src="images/gnunet-smaller-logo.png" />
6 <img src="images/gnunet-anonymous-schriftzug.png" />
7 </a></li>
5 <li class="dropdown"> 8 <li class="dropdown">
6 <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{{ _("Resources") }} <span class="caret"></span></a> 9 <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{{ _("Resources") }} <span class="caret"></span></a>
7 <ul class="dropdown-menu"> 10 <ul class="dropdown-menu">
diff --git a/styles.css b/styles.css
index a614b985..dd62150e 100644
--- a/styles.css
+++ b/styles.css
@@ -81,12 +81,17 @@ footer {
81 color: white; 81 color: white;
82} 82}
83 83
84.logo { 84.indexlogo {
85 background-color: #000; 85 background-color: #000;
86 width: 100%; 86 width: 100%;
87 margin: 2em; 87 margin: 2em;
88} 88}
89 89
90.smalllogo {
91 background-color: #000;
92 margin: 8px;
93}
94
90#body_content .container { 95#body_content .container {
91 margin-bottom: 2em; 96 margin-bottom: 2em;
92 padding-top: 1em; 97 padding-top: 1em;
diff --git a/videos.hmtl.j2 b/video.html.j2
index 90eebb9b..90eebb9b 100644
--- a/videos.hmtl.j2
+++ b/video.html.j2