beta site
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<div id="bannercont">
|
||||
<img id="bannerimage" src="http://lgimages.s3.amazonaws.com/data/headers/3762/Kingsborough_Community_College_.jpg">
|
||||
<div id="innerbannercont">
|
||||
<a target="_blank" href="http://www.kbcc.cuny.edu/Pages/webmail_portal.aspx">Webmail</a> |
|
||||
<a href="http://www.kbcc.cuny.edu/its/Pages/default.aspx" target="_blank"> IT Helpdesk</a> |
|
||||
<a href="http://www.kbcc.cuny.edu/Pages/directory.aspx" target="_blank"> Directory: Name</a> |
|
||||
<a href="http://www.kbcc.cuny.edu/InstantSearch/Pages/officedept.aspx" target="_blank"> Directory: Dept.</a> |
|
||||
<a href="http://www.kbcc.cuny.edu/sub-about/Pages/maps_directions.aspx" target="_blank"> Directions</a> |
|
||||
<a href="http://www.kbcc.cuny.edu/kcclibrary/Pages/default.aspx" target="_blank">Library</a> |
|
||||
<a href="http://www.kbcc.cuny.edu/access-ability/Pages/welcome.aspx" target="_blank">Access-Ability Services</a>
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,100 @@
|
||||
<body class="s-lib-public-body">
|
||||
<!-- BEGIN: Page Header -->
|
||||
{{public_header}}
|
||||
<!-- END: Page Header -->
|
||||
<!-- BEGIN: Content Header -->
|
||||
<div id="s-lib-public-header" class="s-lib-header container s-lib-side-borders">
|
||||
<div id="s-lib-bc">
|
||||
{{breadcrumbs}}
|
||||
</div>
|
||||
<h1 id="s-lib-public-header-title">{{title}}
|
||||
</h1>
|
||||
<div id="s-lib-public-header-desc">{{system_intro}}
|
||||
</div>
|
||||
</div>
|
||||
<!-- END: Content Header -->
|
||||
<!-- BEGIN: Nav Bar -->
|
||||
<div id="s-lib-public-nav" class="container s-lib-side-borders">
|
||||
{{page_nav}}
|
||||
</div>
|
||||
<!-- END: Nav Bar -->
|
||||
<!-- BEGIN: content -->
|
||||
<div id="s-lib-public-main" class="s-lib-main container s-lib-side-borders">
|
||||
<div id="s-lg-index-cols" class="row">
|
||||
<div id="col1" class="col-md-8 center">
|
||||
<div class="clearfix">
|
||||
<div id="s-lg-hp-nav">
|
||||
<div id="nav-spacer">
|
||||
</div>
|
||||
<div id ="nav-title-spacer">
|
||||
<h1>Guides and Tutorials</h1>
|
||||
</div>
|
||||
<ul>
|
||||
<div id="s-lg-hp-nav-bottom">
|
||||
<li>
|
||||
<ul class="nav nav-pills">
|
||||
{{button_all_guides}}
|
||||
{{button_by_group}}
|
||||
{{button_by_subject}}
|
||||
{{button_by_type}}
|
||||
</ul>
|
||||
</li>
|
||||
</div>
|
||||
</ul>
|
||||
</div>
|
||||
{{search_guides}}
|
||||
<br><br>
|
||||
{{guide_list_controls}}
|
||||
</div>
|
||||
<div id="s-lg-index-list" class="">
|
||||
{{content}}
|
||||
</div>
|
||||
</div>
|
||||
<div id="col2" class="col-md-4 center">
|
||||
{{content_boxes}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- END: content -->
|
||||
<!-- BEGIN: Page Footer -->
|
||||
<div id="s-lib-footer-public" class="s-lib-footer footer container s-lib-side-borders">
|
||||
<div>
|
||||
<div id="s-lib-footer-brand">
|
||||
Powered by <a href="http://www.springshare.com">Springshare</a>.
|
||||
</div>
|
||||
<div id="s-lib-footer-rights">
|
||||
All rights reserved.
|
||||
</div>
|
||||
<div id="s-lib-footer-login-link">
|
||||
<a href="{{login_url}}
|
||||
">Login to LibApps</a>.
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div id="s-lib-footer-print-link">
|
||||
View this page in a format suitable for <a href="#">printers and screen-readers</a>.
|
||||
</div>
|
||||
<div id="s-lib-footer-support-link">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- END: Page Footer -->
|
||||
<div id="s-lib-alert" title="">
|
||||
<div id="s-lib-alert-content"></div>
|
||||
</div>
|
||||
<div id="s-lib-popover-title" class="hide">
|
||||
<span class="text-info"><strong>title</strong></span>
|
||||
<button type="button" id="popclose" class="close" onclick="jQuery('.s-lib-popover').popover('hide')">×</button>
|
||||
</div>
|
||||
<div id="s-lib-popover-content" class="hide"><i class="fa fa-refresh fa-spin"></i> Loading...
|
||||
<button class="btn btn-default btn-sm popclose" type="button">Close</button>
|
||||
</div>
|
||||
<div id="s-lib-scroll-top" title="Back to Top">
|
||||
<span class="fa-stack fa-lg">
|
||||
<i class="fa fa-square-o fa-stack-2x"></i>
|
||||
<i class="fa fa-angle-double-up fa-stack-1x" style="position:relative; bottom:2px;"></i>
|
||||
</span>
|
||||
</div> <!-- BEGIN: Custom Footer -->
|
||||
{{public_footer}}
|
||||
<!-- END: Custom Footer -->
|
||||
</body>
|
||||
@@ -0,0 +1,89 @@
|
||||
<style>
|
||||
|
||||
/* styling the header on the main page */
|
||||
#s-lg-hp-nav {
|
||||
background:url(http://www1.kingsborough.edu/service_learning/gallery/MLK/images/MLK%202008%20001.jpg); /* does not seem to work well with .png files */
|
||||
background-color:#258;
|
||||
background-size:100%;
|
||||
height:190px;
|
||||
}
|
||||
|
||||
#s-lg-hp-nav-bottom {
|
||||
background-color:rgba(255,255,255,0.55);
|
||||
border-radius:0;
|
||||
}
|
||||
|
||||
#nav-spacer {
|
||||
height:55px;
|
||||
width:400px;
|
||||
}
|
||||
|
||||
#nav-title-spacer {
|
||||
height:42px;
|
||||
width:365px;
|
||||
padding:0px 0px 0px 20px;
|
||||
margin-bottom:10px;
|
||||
background-color:rgba(0,0,0,0.65);
|
||||
color:white;
|
||||
}
|
||||
|
||||
/* Making the pills the right color */
|
||||
|
||||
a.label.label-info:hover {
|
||||
background-color:#003466;
|
||||
}
|
||||
|
||||
.label-info {
|
||||
background-color:#003466;
|
||||
}
|
||||
|
||||
.nav-pills > li.active > a {
|
||||
background-color:#003466;
|
||||
}
|
||||
|
||||
.nav-pills>li.active>a:hover {
|
||||
background-color:#003466;
|
||||
}
|
||||
|
||||
.nav-pills > li > a {
|
||||
color:#003466;
|
||||
}
|
||||
|
||||
.btn {
|
||||
background-color:#003466;
|
||||
border:1px solid #003466;
|
||||
}
|
||||
|
||||
.btn:hover {
|
||||
background-color:#003466;
|
||||
border:1px solid #003466;
|
||||
}
|
||||
|
||||
.btn-default {
|
||||
background-color:#fff;
|
||||
border:1px solid #ccc;
|
||||
}
|
||||
|
||||
/* Making the Kingsborough banner */
|
||||
|
||||
#bannerimage {
|
||||
width:100%;
|
||||
height: 125px;
|
||||
}
|
||||
|
||||
#innerbannercont {
|
||||
color:gray;
|
||||
position:absolute;
|
||||
top: 10px;
|
||||
right: 17px;
|
||||
}
|
||||
|
||||
#innerbannercont a:link {
|
||||
color:gray;
|
||||
}
|
||||
|
||||
#innerbannercont a:visited {
|
||||
color:gray;
|
||||
}
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user