mirror of
https://github.com/sparkle-project/sparkle-project.github.io.git
synced 2025-11-01 15:35:08 +00:00
80 lines
3.8 KiB
HTML
80 lines
3.8 KiB
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link rel="canonical" href="https://sparkle-project.org{{ page.url | replace: '/index.html' , '/' }}" />
|
|
<title>{% if page.title %} {{ page.title }} - {% endif %} {{ site.title }}</title>
|
|
|
|
<link href="/css/main.css" media="screen" rel="stylesheet" type="text/css" />
|
|
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
<!--[if lt IE 9]>
|
|
<script src="//oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
|
<script src="//oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
<![endif]-->
|
|
|
|
<script type="text/javascript">
|
|
//<![CDATA[
|
|
(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','//www.google-analytics.com/analytics.js','ga');
|
|
|
|
ga('create', 'UA-52386963-1', 'auto');
|
|
ga('send', 'pageview');
|
|
|
|
// on GitHub pages we can't distinguish server-side between CDN and users' visits
|
|
if ('sparkle-project.github.io' === location.hostname) {
|
|
location.href = 'https://sparkle-project.org' + location.pathname;
|
|
}
|
|
//]]>
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<nav class="navbar navbar-inverse {{ page.navbar_extra_styles }}">
|
|
<div class="container">
|
|
<div class="navbar-header">
|
|
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
<a class="navbar-brand" href="/"><img src="/images/icon.png" srcset="/images/icon@2x.png" alt="" /> Sparkle</a>
|
|
</div>
|
|
<div id="navbar" class="navbar-collapse collapse">
|
|
<ul class="nav navbar-nav navbar-right">
|
|
<li class="{% if page.id == "index" %} active {% endif %}"><a href="/">Home</a></li>
|
|
<li class="{% if page.id == "about" %} active {% endif %}"><a href="/about/">About</a></li>
|
|
<li class="{% if page.id == "documentation" %} active {% endif %}"><a href="/documentation/">Documentation</a></li>
|
|
<li><a href="//github.com/{{ site.github_username }}/Sparkle">GitHub Project</a></li>
|
|
<li><a href="//www.bandwidthhog.com/?utm_source=sparkle-www&utm_medium=link&utm_campaign=nav">Sponsor: Bandwidth Hog</a></li>
|
|
</ul>
|
|
</div><!--/.navbar-collapse -->
|
|
</div>
|
|
</nav>
|
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
|
|
|
{{ content }}
|
|
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
<footer>
|
|
<p>© {{ site.time | date: '%Y' }} Sparkle Project. All Rights Reserved.</p>
|
|
<p>This website is <a rel="alternate" href="//github.com/{{ site.github_username }}/sparkle-project.github.io/blob/master/{{page.path}}">open source</a>.</p>
|
|
<p>Project Sponsor:<br/><a href="//www.bandwidthhog.com/?utm_source=sparkle-www&utm_medium=link&utm_campaign=footer">Bandwidth Hog</a> by MaxCDN</p>
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="/javascripts/bootstrap.min.js"></script>
|
|
<script src="/javascripts/retina.js"></script>
|
|
</body>
|
|
</html>
|