Duplicated dir-index.html changes to dir-index-uncat.html
Jessica Schilling committed
Apr 21, 2020 at 16:07 UTC
9ebbd581bc83664bb51e25bfcc15d507cf15b285
1 file changed
+44
-3
dir-index-uncat.html
+44
-3
@@ -10,12 +10,44 @@
10
.narrow {width: 0px;}
11
.padding { margin: 100px;}
12
#header {
13
- background: #000;
13
+ background: #0b3a53;
14
+ border-bottom: 4px solid #69c4cd;
15
+ color: #ffffff;
16
+ margin: 0;
17
+ padding: 0;
18
}
19
#logo {
16
- height: 25px;
20
+ height: 35px;
21
margin: 10px;
22
}
23
+ #header-menu {
24
+ align-items: center;
25
+ display: flex;
26
+ margin: 10px;
27
+ float: right;
28
+ font-size: 16px;
29
+ font-weight: 500;
30
+ }
31
+ #header-menu a {
32
+ color: #69c4cd;
33
+ }
34
+ #header-menu a:active, a:visited {
35
+ color: #9ad4db;
36
+ }
37
+ #header-menu a:hover {
38
+ color: #ffffff;
39
+ }
40
+ .header-menu-item {
41
+ margin: 0px 8px;
42
+ }
43
+ #bug-report svg {
44
+ height: 30px;
45
+ fill: #69c4cd;
46
+ margin-top: 2px;
47
+ }
48
+ #bug-report svg:hover {
49
+ fill: #ffffff;
50
+ }
51
.ipfs-icon {
52
width:16px;
53
}
@@ -27,9 +59,18 @@
59
</head>
60
<body>
61
<div id="header" class="row">
30
- <div class="col-xs-2">
62
+ <div class="" style="float:left; padding: 0 15px; width: 160px;">
63
<div id="logo" class="ipfs-logo"> </div>
64
</div>
65
+ <div id="header-menu">
66
+ <div class="header-menu-item"><a href="https://ipfs.io" target="_blank" rel="noopener noreferrer">About IPFS</a></div>
67
+ <div class="header-menu-item"><a href="https://ipfs.io#install" target="_blank" rel="noopener noreferrer">Install IPFS</a></div>
68
+ <div class="header-menu-item" id="bug-report">
69
+ <a href="https://github.com/ipfs/dir-index-html/issues/" target="_blank" rel="noopener noreferrer">
70
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18.4 21"><circle cx="7.5" cy="4.8" r="1"/><circle cx="11.1" cy="4.8" r="1"/><path d="M12.7 8.4c-0.5-1.5-1.9-2.5-3.5-2.5 -1.6 0-3 1-3.5 2.5H12.7z"/><path d="M8.5 9.7H5c-0.5 0.8-0.7 1.7-0.7 2.7 0 2.6 1.8 4.8 4.2 5.2V9.7z"/><path d="M13.4 9.7H9.9v7.9c2.4-0.4 4.2-2.5 4.2-5.2C14.1 11.4 13.9 10.5 13.4 9.7z"/><circle cx="15.7" cy="12.9" r="1"/><circle cx="15.1" cy="15.4" r="1"/><circle cx="15.3" cy="10.4" r="1"/><circle cx="2.7" cy="12.9" r="1"/><circle cx="3.3" cy="15.4" r="1"/><circle cx="3.1" cy="10.4" r="1"/></svg>
71
+ </a>
72
+ </div>
73
+ </div>
74
</div>
75
<br/>
76
<div class="col-xs-12">