mirror of
https://github.com/SimpleWebConf/SimpleWebConf.github.io.git
synced 2026-03-11 08:51:18 +00:00
13
coc.html
13
coc.html
@@ -74,7 +74,7 @@
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<body id="coc">
|
||||
<header role="banner" id="fh5co-header">
|
||||
<div class="container">
|
||||
<div class="row navbar navbar-default">
|
||||
@@ -94,12 +94,14 @@
|
||||
<li><a href="#" data-nav-section="tickets"><span>Tickets </span></a></li>
|
||||
<li><a href="coc.html" class="external"><span>CoC </span></a></li>
|
||||
<li><a class="external" href="https://twitter.com/simplewebconf" target="_blank"><i class="icon-twitter"></i></a></li>
|
||||
<li id="navbar-2nd-logo">
|
||||
<a href="https://www.ing.com/" target="_blank">
|
||||
<img src="/images/ING_Primary_Logo_RGB.png"/>
|
||||
powered by
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="navbar-2nd-logo col-md-2 hidden-xs">
|
||||
<img src="/images/ING_Primary_Logo_Black_RGB.png"/>
|
||||
<p>powered<br> by</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
@@ -166,7 +168,6 @@
|
||||
|
||||
|
||||
<footer id="footer" role="contentinfo">
|
||||
<a href="#" class="gotop js-gotop"><i class="icon-arrow-up2"></i></a>
|
||||
<div class="container">
|
||||
<div class="">
|
||||
<div class="col-md-12 text-center small-footer-text">
|
||||
|
||||
@@ -10,24 +10,16 @@
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
#navbar-2nd-logo a {
|
||||
font-size: 15px !important;
|
||||
}
|
||||
|
||||
.navbar-2nd-logo {
|
||||
padding-top: 1em;
|
||||
}
|
||||
.navbar-2nd-logo p {
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
font-size: .5em;
|
||||
text-align: right;
|
||||
line-height: 120%;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.navbar-2nd-logo img {
|
||||
#navbar-2nd-logo img {
|
||||
float: right;
|
||||
max-width: 70%;
|
||||
padding-left: 12px;
|
||||
}
|
||||
.navbar-fixed-top .navbar-2nd-logo p {
|
||||
color: rgba(0, 0, 0, 0.5);
|
||||
max-height: 55px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 80px;
|
||||
}
|
||||
|
||||
.navbar-fixed-top .navbar-brand {
|
||||
@@ -36,8 +28,17 @@
|
||||
}
|
||||
|
||||
.navbar-fixed-top .navbar-brand img {
|
||||
filter: invert(100%);
|
||||
filter: invert(50%)
|
||||
}
|
||||
|
||||
.navbar-fixed-top .navbar-2nd-logo img {
|
||||
/* filter: invert(100%); */
|
||||
}
|
||||
|
||||
#coc #fh5co-header {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#coc #fh5co-header.navbar-fixed-top {
|
||||
display: block;
|
||||
}
|
||||
10
index.html
10
index.html
@@ -68,12 +68,14 @@
|
||||
<li><a href="#" data-nav-section="tickets"><span>Tickets </span></a></li>
|
||||
<li><a href="coc.html" class="external"><span>CoC </span></a></li>
|
||||
<li><a class="external" href="https://twitter.com/simplewebconf" target="_blank"><i class="icon-twitter"></i></a></li>
|
||||
<li id="navbar-2nd-logo">
|
||||
<a href="https://www.ing.com/" target="_blank">
|
||||
<img src="/images/ING_Primary_Logo_RGB.png"/>
|
||||
powered by
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="navbar-2nd-logo col-md-2 hidden-xs">
|
||||
<img src="/images/ING_Primary_Logo_RGB.png"/>
|
||||
<p>powered by</p>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user