]> code.citadel.org Git - citadel.git/blobdiff - webcit-ng/static/index.html
Resized the banner bar using vh instead of pixels. Resized the sidebar using vw...
[citadel.git] / webcit-ng / static / index.html
index 087820466bc61de0af2141690c1c9d577ac8c8be..28a4e90597d7f1096d3e9aebc991a102c68e250a 100644 (file)
 
 <div class="ctdl-main-grid-container">
 
-       <!-- The style for these appears in webcit.css and was inspired by https://www.w3schools.com/css/css_sidebar_horizontal.asp -->
        <div class="ctdl-grid-banner-item" id="banner">
                <!-- These items float to the LEFT side of the banner -->
                <ul class="ctdl-banner-buttons" style="float:left">
                        <!-- <li id="ctdl-sidebar-open" onClick="sidebar_open();"><i class="fa fa-bars"></i>Menu</li> -->
-                       <li id="ctdl-logo">CITADEL</li>
+                       <li id="ctdl-logo" onclick=window.open("https://www.citadel.org");>
+                               <img class="ctdl-logo-img" src="/ctdl/s/images/citadel-logo.gif" alt="CITADEL">
+                       </li>
                        <li id="ctdl_banner_title">---</li>
                </ul>
                <!-- These items float to the RIGHT side of the banner -->