Skip to content

Instantly share code, notes, and snippets.

@tonyahowe
Created February 16, 2017 19:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tonyahowe/3b51f4c255d440b884db11b4c687f1f6 to your computer and use it in GitHub Desktop.
Save tonyahowe/3b51f4c255d440b884db11b4c687f1f6 to your computer and use it in GitHub Desktop.
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title class="config:app-title">App Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta class="config:app-meta"/>
<link rel="icon" href="resources/images/nic_icon_16x16.ico"/>
<!-- <link rel="stylesheet" type="text/css" href="$shared/resources/css/exist-nic.css"/> -->
<link rel="stylesheet" type="text/css" href="resources/css/style.css"/>
<script type="text/javascript" src="$shared/resources/scripts/jquery/jquery-1.7.1.min.js"/>
<script type="text/javascript" src="$shared/resources/scripts/bootstrap-3.0.3.min.js"/>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/jquery.tooltipster/4.1.4/css/tooltipster.bundle.min.css"/>
<!-- <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"/> -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/jquery.tooltipster/4.1.4/js/tooltipster.bundle.min.js"/>
<link rel="stylesheet" type="text/css" href="$shared/resources/css/tooltipster-sideTip-borderless.min.css"/>
<link rel="stylesheet" type="text/css" href="resources/css/tooltipster-sideTip-light.min.css"/>
<link rel="stylesheet" type="text/css" href="resources/css/tooltipster-sideTip-noir.min.css"/>
<link rel="stylesheet" type="text/css" href="resources/css/tooltipster-sideTip-punk.min.css"/>
<link rel="stylesheet" type="text/css" href="resources/css/tooltipster-sideTip-shadow.min.css"/>
<link rel="stylesheet" type="text/css" href="resources/css/tooltipster-follower.min.css"/>
</head>
<body id="grey-top">
<div class="grey-bot">
<div class="container" id="main-container">
<div class="row">
<div class="col-md-12" id="header">
<a href="/" id="logo">NiC</a>
</div>
</div>
<div class="row">
<nav class="navbar navbar-default" role="navigation" data-template="site:expand-links">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"/>
<span class="icon-bar"/>
<span class="icon-bar"/>
</button>
<div class="navbar-collapse collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="dropdown" id="demo">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Novels in Context</a>
<ul class="dropdown-menu">
<li>
<a href=".">Search and List of Works</a>
</li>
<li>
<a href="search-help.html">Search Help</a>
</li>
</ul>
</li>
<li>
<a href="about-NiC.html">About NiC</a>
</li>
<li>
<a href="assignments.html">Assignments and Templates</a>
</li>
<li>
<a href="upload.html">Contribute</a>
</li>
</ul>
</div>
</nav>
</div>
<div id="main" class="row"/>
</div>
</div>
<div id="footer">
<div id="copyright">
<p>Licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.</p>
</div>
</div>
<script>
$(document).ready(function() {
$('.tooltip2').tooltipster();
});
$('.tooltip2').tooltipster({
theme: 'tooltipster-noir',
maxWidth: 400
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-86918745-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment