enzanki-website-template 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md ADDED
@@ -0,0 +1 @@
1
+ # Website Template
@@ -0,0 +1,21 @@
1
+ <hr>
2
+ <footer>
3
+ <strong>Licence</strong>
4
+ <ul>
5
+ <li>
6
+ Content for {{ site.title }} is licensed under a <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
7
+ </li>
8
+ <li>
9
+ Code for {{ site.title }} is licenced under a <a href="http://www.gnu.org/licenses/agpl-3.0.en.html">GNU Affero General Public License v3</a>.
10
+ </li>
11
+ </ul>
12
+ <p>
13
+ Code avalible at <a href="{{ site.github.repository_url }}">{{ site.github.repository_url }}</a>
14
+ </p>
15
+ <p>
16
+ Page compiled at {{ site.time | date: "%A, %B %e, %Y %l:%M%P %Z" }} (<time class="timeago" datetime="{{ site.time | date_to_xmlschema }}">{{ site.time | date: "%A, %B %e, %Y %l:%M%P %Z" }}</time>). for commit
17
+ <a data-toggle="tooltip" data-placement="auto" title="Environment: {{ jekyll.environment }}" href="{{ site.github.repository_url }}/commit/{{ site.github.build_revision }}">{{ site.github.build_revision }}</a>.
18
+ </p>
19
+ </footer>
20
+
21
+ </div>
@@ -0,0 +1,45 @@
1
+ <nav class="navbar navbar-default navbar-fixed-top">
2
+ <div class="container-fluid">
3
+ <!-- Brand and toggle get grouped for better mobile display -->
4
+ <div class="navbar-header">
5
+ <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
6
+ <span class="sr-only">Toggle navigation</span>
7
+ <span class="icon-bar"></span>
8
+ <span class="icon-bar"></span>
9
+ <span class="icon-bar"></span>
10
+ </button>
11
+ {% if site.github.owner_gravatar_url %}
12
+ <a class="navbar-brand" href="#">
13
+ {% avatar {{ site.github.owner_gravatar_url }} size=20 %}
14
+ </a>
15
+ {% endif %}
16
+ {% if site.title %}
17
+ <a class="navbar-brand" href="{{ site.github.url }}/index.html">{{ site.title }}</a>
18
+ {% else %}
19
+ <a class="navbar-brand" href="{{ site.github.url }}/index.html">{{ site.title }}</a>
20
+ {% endif %}
21
+ </div>
22
+
23
+ <!-- Collect the nav links, forms, and other content for toggling -->
24
+ <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
25
+ <ul class="nav navbar-nav">
26
+ {% for link in site.data.header.left-header %}
27
+ {% include navbarlink.html link=link %}
28
+ {% endfor %}
29
+ </ul>
30
+ <ul class="nav navbar-nav navbar-right">
31
+ {% for link in site.data.header.right-header %}
32
+ {% include navbarlink.html link=link %}
33
+ {% endfor %}
34
+ </ul>
35
+ </div>
36
+ <!-- /.navbar-collapse -->
37
+ </div>
38
+ <!-- /.container-fluid -->
39
+ </nav>
40
+ <div class="container">
41
+ {% if site.alert %}
42
+ <div class="sitealerts">
43
+ <div class="alert alert-warning" role="alert">{{ site.alert }}</div>
44
+ </div>
45
+ {% endif %}
@@ -0,0 +1,6 @@
1
+ <script src="https://maxcdn.bootstrapcdn.com/bootstrap/{{ site.data.versions.bootstrap }}/js/bootstrap.min.js" crossorigin="anonymous"></script>
2
+
3
+ <script src="{{ site.github.url | replace_first:'http://','https://' }}/assets/js/main.js"></script>
4
+ </body>
5
+
6
+ </html>
@@ -0,0 +1,68 @@
1
+ <!doctype html>
2
+ <html lang="en">
3
+
4
+ <head>
5
+ <meta charset="utf-8">
6
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
7
+
8
+ {% feed_meta %}
9
+
10
+ {% seo %}
11
+
12
+ <script src="{{ site.github.url | replace_first:'http://','https://' }}/assets/js/rollbar.js"></script>
13
+
14
+ <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1">
15
+ <link rel="apple-touch-icon" href="{{ site.github.url }}/icons/apple-touch-icon.png">
16
+
17
+ <script src="https://code.jquery.com/jquery-{{ site.data.versions.jquery }}.min.js"></script>
18
+
19
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/{{ site.data.versions.bootstrap }}/css/bootstrap.min.css" crossorigin="anonymous">
20
+ {% if page.theme or site.theme %}
21
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootswatch/{{ site.data.versions.bootstrap }}/{{ page.theme | default: site.theme }}/bootstrap.min.css" crossorigin="anonymous">
22
+ {% endif %}
23
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/{{ site.data.versions.font-awesome }}/css/font-awesome.min.css" crossorigin="anonymous">
24
+ <link rel="stylesheet" href="{{ site.github.url | replace_first:'http://','https://' }}/css/main.css">
25
+
26
+ {% if page.live-reload %}
27
+ <script src="{{ site.github.url | replace_first:'http://','https://' }}/assets/js/live.js"></script>
28
+ {% endif %}
29
+
30
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-timeago/{{ site.data.versions.timeago }}/jquery.timeago.min.js"></script>
31
+ {% if page.slugjs %}
32
+ <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/speakingurl/9.0.0/speakingurl.min.js"></script>
33
+ {% endif %}
34
+
35
+ <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.14.1/moment-with-locales.min.js"></script>
36
+
37
+ <!-- Battle for the Net (Only displays on - July 12th, 2017) -->
38
+ <!--<script src="https://widget.battleforthenet.com/widget.js" async></script>-->
39
+
40
+ <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/modernizr/{{ site.data.versions.modernizer }}/modernizr.min.js"></script> -->
41
+ </head>
42
+ <body>
43
+ {% if site.data.debug.googleanalytics %}
44
+ <script>
45
+ window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
46
+ ga('create', '{{ site.data.debug.googleanalytics }}', {'siteSpeedSampleRate': 100});
47
+ ga('require', 'linkid');
48
+
49
+ ga('require', 'cleanUrlTracker');
50
+ ga('require', 'eventTracker');
51
+ ga('require', 'impressionTracker');
52
+ ga('require', 'mediaQueryTracker');
53
+ ga('require', 'outboundFormTracker');
54
+ ga('require', 'outboundLinkTracker');
55
+ ga('require', 'pageVisibilityTracker');
56
+ ga('require', 'socialWidgetTracker');
57
+ ga('require', 'urlChangeTracker');
58
+
59
+ ga('send', 'pageview');
60
+ </script>
61
+ <script async src="https://www.google-analytics.com/analytics.js"></script>
62
+ <script async src="https://cdnjs.cloudflare.com/ajax/libs/autotrack/{{ site.data.versions.autotrack }}/autotrack.js"></script>
63
+ {% endif %}
64
+ <!--[if lt IE 8]>
65
+ <p class="browserupgrade">You are using an <strong>outdated</strong> browser.
66
+ Please <a href="http://browsehappy.com/">upgrade your browser</a>
67
+ to improve your experience.</p>
68
+ <![endif]-->
@@ -0,0 +1,24 @@
1
+ {% if include.link.dropdown %}
2
+ <li class="dropdown">
3
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">{{ include.link.text }}<span class="caret"></span></a>
4
+ <ul class="dropdown-menu">
5
+ {% for dropdown in include.link.dropdown %}
6
+ <li>
7
+ {% if dropdown.internal-link %}
8
+ <a href="{{ site.github.url }}/{{ dropdown.internal-link }}">{{ dropdown.text }}</a>
9
+ {% else %}
10
+ <a href="{{ dropdown.external-link }}">{{ dropdown.text }}</a>
11
+ {% endif %}
12
+ </li>
13
+ {% endfor %}
14
+ </ul>
15
+ </li>
16
+ {% else %}
17
+ <li>
18
+ {% if include.link.internal-link %}
19
+ <a href="{{ site.github.url }}/{{ include.link.internal-link }}">{{ include.link.text }}</a>
20
+ {% else %}
21
+ <a href="{{ include.link.external-link }}">{{ include.link.text }}</a>
22
+ {% endif %}
23
+ </li>
24
+ {% endif %}
@@ -0,0 +1,52 @@
1
+ {% if page.title %}
2
+ <h1>{{ page.title }}</h1>
3
+ {% else %}
4
+ <h1>Latest Announcements</h1>
5
+ {% endif %}
6
+
7
+ {% if page.date %}
8
+ <i>
9
+ <i class="fa fa-calendar"></i>
10
+ {{ page.date | date: "%A, %B %d, %Y" }}
11
+ </i>
12
+ <br>
13
+ {% elsif include.info.date %}
14
+ <i>
15
+ <i class="fa fa-calendar"></i>
16
+ {{ include.info.date | date: "%A, %B %d, %Y" }}
17
+ </i>
18
+ <br>
19
+ {% elsif include.info.lastupdate %}
20
+ <i>
21
+ <i class="fa fa-calendar"></i>
22
+ {{ include.info.lastupdate | date: "%A, %B %d, %Y" }}
23
+ </i>
24
+ <br>
25
+ {% endif %}
26
+
27
+ {% if page.authors %}
28
+ <ul class="list-unstyled">
29
+ {% for author in page.authors %}
30
+ <li>
31
+ <i class="fa fa-user"></i> {{ author.role }}: {{ author.name }}
32
+ {% if author.username %}
33
+ (<a href="https://github.com/{{ author.username }}">{{ author.username }}</a>)
34
+ {% endif %}
35
+ </li>
36
+ {% endfor %}
37
+ </ul>
38
+ {% elsif include.info.authors %}
39
+ <ul class="list-unstyled">
40
+ {% for author in include.info.authors %}
41
+ <li>
42
+ <i class="fa fa-user"></i> {{ author.role }}: {{ author.name }}
43
+ {% if author.username %}
44
+ (<a href="https://github.com/{{ author.username }}">{{ author.username }}</a>)
45
+ {% endif %}
46
+ </li>
47
+ {% endfor %}
48
+ </ul>
49
+ {% else %}
50
+ <i class="fa fa-user-times"></i> No author information provided.
51
+ {% endif %}
52
+ <hr>
@@ -0,0 +1,34 @@
1
+ <nav>
2
+ <ul class="pager">
3
+ {% if page.previous.url %}
4
+ <li class="previous">
5
+ <a href="{{ page.previous.url | prepend: site.github.url }}">
6
+ <i class="fa fa-arrow-left"></i>
7
+ Previous - [{{ page.previous.date | date: "%A, %B %d, %Y" }}: {{ page.previous.title }}]
8
+ </a>
9
+ </li>
10
+ {% else %}
11
+ <li class="previous disabled">
12
+ <a href="{{ page.previous.url | prepend: site.github.url }}">
13
+ <i class="fa fa-arrow-left"></i>
14
+ Previous
15
+ </a>
16
+ </li>
17
+ {% endif %}
18
+ {% if page.next.url %}
19
+ <li class="next">
20
+ <a href="{{ page.next.url | prepend: site.github.url }}">
21
+ Next - [{{ page.next.date | date: "%A, %B %d, %Y" }}: {{ page.next.title }}]
22
+ <i class="fa fa-arrow-right"></i>
23
+ </a>
24
+ </li>
25
+ {% else %}
26
+ <li class="next disabled">
27
+ <a href="{{ page.next.url | prepend: site.github.url }}">
28
+ Next
29
+ <i class="fa fa-arrow-right"></i>
30
+ </a>
31
+ </li>
32
+ {% endif %}
33
+ </ul>
34
+ </nav>
@@ -0,0 +1 @@
1
+ <i class="fa fa-exclamation-triangle"></i> Find an error? Are we missing something? Let us know at <a href="{{ site.github.repository_url }}/issues">{{ site.github.repository_url }}/issues</a>.
@@ -0,0 +1,4 @@
1
+ <div class='embed-responsive embed-responsive-16by9'>
2
+ <iframe class='embed-responsive-item' name="video" src="https://www.youtube.com/embed/{{ page.youtube-video-id or youtube-video-id }}?enablejsapi=1&origin=https://enzanki-ars.github.io"
3
+ frameborder="0" allowfullscreen></iframe>
4
+ </div>
@@ -0,0 +1,8 @@
1
+ <hr>
2
+ <iframe src="https://www.youtube.com/embed/YE7VzlLtp-4" id="blockedImage" onload="loadSuccess()" onerror="loadError('YouTube')" height="0px" width="0px" frameborder="0" style="position: absolute;"></iframe>
3
+ <div id="blockedInfo">
4
+ <span class="label label-warning">
5
+ Checking Youtube Access...
6
+ </span>
7
+ </div>
8
+ <hr>
@@ -0,0 +1,6 @@
1
+ {% include htmlheader.html %}
2
+ {% include header.html %}
3
+ {{ content }}
4
+ {% include footer.html %}
5
+ {% include htmlfooter.html %}
6
+
@@ -0,0 +1,3 @@
1
+ {% include htmlheader.html %}
2
+ {{ content }}
3
+ {% include htmlfooter.html %}
@@ -0,0 +1,10 @@
1
+ {% include htmlheader.html %}
2
+ {% include header.html %}
3
+ {% include postheader.html %}
4
+ {% include postpages.html %}
5
+
6
+ {{ content }}
7
+
8
+ {% include postpages.html %}
9
+ {% include footer.html %}
10
+ {% include htmlfooter.html %}
@@ -0,0 +1,67 @@
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
7
+
8
+ {% feed_meta %}
9
+
10
+ {% seo %}
11
+
12
+ <script src="{{ site.github.url }}/js/rollbar.js"></script>
13
+
14
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/{{ site.data.versions.bootstrap }}/css/bootstrap.min.css" crossorigin="anonymous">
15
+
16
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/{{ site.data.versions.revealjs }}/css/reveal.min.css">
17
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/{{ site.data.versions.revealjs }}/css/theme/{{ page.revealjs-theme | default: site.revealjs-theme | default: 'black' }}.min.css">
18
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/{{ site.data.versions.revealjs }}/lib/css/zenburn.min.css">
19
+
20
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/{{ site.data.versions.font-awesome }}/css/font-awesome.min.css" crossorigin="anonymous">
21
+
22
+ <script src="https://code.jquery.com/jquery-{{ site.data.versions.jquery }}.min.js"></script>
23
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-timeago/{{ site.data.versions.timeago }}/jquery.timeago.min.js"></script>
24
+
25
+ <style>
26
+ ul.fa-ul {
27
+ list-style-type: none;
28
+ }
29
+ </style>
30
+
31
+ {% if page.live-reload %}
32
+ <script src="{{ site.github.url }}/js/live.js"></script>
33
+ {% endif %}
34
+ </head>
35
+ <body>
36
+ <div class="reveal">
37
+ <div class="slides">
38
+ {{ content }}
39
+ </div>
40
+ </div>
41
+
42
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/{{ site.data.versions.revealjs }}/lib/js/head.min.js"></script>
43
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/{{ site.data.versions.revealjs }}/js/reveal.min.js"></script>
44
+
45
+ <script>
46
+ // More info https://github.com/hakimel/reveal.js#configuration
47
+ Reveal.initialize({
48
+ history: false,
49
+ autoSlide: 10000,
50
+ loop: true,
51
+ width: 1280,
52
+ height: 720,
53
+ transitionSpeed: 'slow',
54
+ dependencies: [
55
+ { src: 'https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0/plugin/markdown/marked.min.js' },
56
+ { src: 'https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0/plugin/markdown/markdown.min.js' },
57
+ { src: 'https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0/plugin/notes/notes.min.js', async: true },
58
+ { src: 'https://cdnjs.cloudflare.com/ajax/libs/reveal.js/3.3.0/plugin/highlight/highlight.min.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } }
59
+ ]
60
+ });
61
+ jQuery(document).ready(function() {
62
+ jQuery("time.timeago").timeago();
63
+ jQuery.timeago.settings.allowFuture = true;
64
+ });
65
+ </script>
66
+ </body>
67
+ </html>
@@ -0,0 +1,12 @@
1
+ {% include htmlheader.html %}
2
+ {% include header.html %}
3
+ {% include postheader.html %}
4
+ {% include postpages.html %}
5
+
6
+ {% include ytblock.html %}
7
+
8
+ {{ content }}
9
+
10
+ {% include postpages.html %}
11
+ {% include footer.html %}
12
+ {% include htmlfooter.html %}
@@ -0,0 +1,63 @@
1
+ body {
2
+ padding-top: 55px;
3
+ padding-bottom: 20px;
4
+ }
5
+ :target:before, .thumbnail:before {
6
+ content: "";
7
+ display: block;
8
+ height: 55px; /* fixed header height*/
9
+ margin: -55px 0 0; /* negative fixed header height */
10
+ }
11
+
12
+ .navbar-brand>.avatar {
13
+ border-radius: 2px;
14
+ }
15
+
16
+ /* Code below is modified from http://stackoverflow.com/a/38118591/6820516 */
17
+
18
+ .marquee {
19
+ width: 100%;
20
+ left: 0px;
21
+ position: fixed;
22
+ margin: 0 auto;
23
+ white-space: nowrap;
24
+ overflow: hidden;
25
+ }
26
+ .marquee p {
27
+ display: inline-block;
28
+ padding-left: 100%;
29
+ text-indent: 0;
30
+ animation: marquee linear infinite;
31
+ }
32
+
33
+ @keyframes marquee {
34
+ 0% {
35
+ transform: translate(0%, 0);
36
+ }
37
+ 100% {
38
+ transform: translate(-100%, 0);
39
+ }
40
+ }
41
+
42
+ /* End modified code.*/
43
+
44
+ /* Code below is modified from http://codepen.io/ashblue/pen/mCtuA/ */
45
+
46
+ .table-editable {
47
+ position: relative;
48
+ }
49
+
50
+ .table-remove {
51
+ color: #700;
52
+ cursor: pointer;
53
+ }
54
+
55
+ .table-add {
56
+ color: #070;
57
+ cursor: pointer;
58
+ position: absolute;
59
+ top: 8px;
60
+ right: 0;
61
+ }
62
+
63
+ /* End modified code. */