Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
UPDATE
- Loading branch information
1 parent
c4332d2
commit b0b4fef
Showing
31 changed files
with
260 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,11 @@ | ||
| { | ||
| "ExpandedNodes": [ | ||
| "", | ||
| "\\_about" | ||
| "\\assets", | ||
| "\\assets\\image", | ||
| "\\_about", | ||
| "\\_credits" | ||
| ], | ||
| "SelectedNode": "\\_about\\extremisea.md", | ||
| "SelectedNode": "\\_credits\\acknowledgements.md", | ||
| "PreviewInSolutionExplorer": false | ||
| } |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| masernerd: | ||
| name: Masernerd # Proper name | ||
| credit: Guest Voice Actor # What the person has done | ||
| color: "#910FAB" # Name colour | ||
| link: /about/masernerd.html # Link to about page (if any exists) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| - name: 1oolm # Proper name | ||
| credit: Lead Developer # Staff position/contribution | ||
| color: "#4F0985" # Name colour | ||
| link: /about/1oolm.html # Link to about page | ||
|
|
||
| - name: Clickerty | ||
| credit: Writer & Designer | ||
| color: "#0F65AB" | ||
| link: /about/clickerty.html | ||
|
|
||
| - name: Extremisea | ||
| credit: Writing & Design Assistance | ||
| color: "#63C5DA" | ||
| link: /about/extremisea.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,24 @@ | ||
| <footer class="site-footer h-card"> | ||
| <data class="u-url" href="{{ "/" | relative_url }}"></data> | ||
|
|
||
| <div class="wrapper"> | ||
|
|
||
| <h2 class="footer-heading">© {{ site.title | escape }}</h2> | ||
|
|
||
| <div class="footer-col-wrapper"> | ||
| <div class="footer-col footer-col-1"> | ||
| <ul class="contact-list"> | ||
| {%- if site.email -%} | ||
| <li><a class="u-email" href="mailto:{{ site.email }}">{{ site.email }}</a></li> | ||
| {%- endif -%} | ||
| </ul> | ||
| </div> | ||
|
|
||
| <div class="footer-col footer-col-2"> | ||
| {%- include social.html -%} | ||
| </div> | ||
| </div> | ||
|
|
||
| </div> | ||
|
|
||
| </footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| <script> | ||
| if(!(window.doNotTrack === "1" || navigator.doNotTrack === "1" || navigator.doNotTrack === "yes" || navigator.msDoNotTrack === "1")) { | ||
| (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', '{{ site.google_analytics }}', 'auto'); | ||
| ga('send', 'pageview'); | ||
| } | ||
| </script> | ||
|
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,18 +1,18 @@ | ||
| <head> | ||
| <meta charset="utf-8"> | ||
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
| {%- seo -%} | ||
| <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}"> | ||
| <link rel="shortcut icon" type="image/x-icon" href="/favicon.png"> | ||
| <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> | ||
| <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> | ||
| <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> | ||
| <link rel="mask-icon" href="/site/safari-pinned-tab.svg" color="#5bbad5"> | ||
| <meta name="msapplication-TileColor" content="#da532c"> | ||
| <meta name="theme-color" content="#ffffff"> | ||
| {%- feed_meta -%} | ||
| {%- if jekyll.environment == 'production' and site.google_analytics -%} | ||
| <meta charset="utf-8"> | ||
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
| <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
| {%- seo -%} | ||
| <link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}"> | ||
| <link rel="shortcut icon" type="image/x-icon" href="/favicon.png"> | ||
| <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> | ||
| <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> | ||
| <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> | ||
| <link rel="mask-icon" href="/site/safari-pinned-tab.svg" color="#5bbad5"> | ||
| <meta name="msapplication-TileColor" content="#da532c"> | ||
| <meta name="theme-color" content="#ffffff"> | ||
| {%- feed_meta -%} | ||
| {%- if jekyll.environment == 'production' and site.google_analytics -%} | ||
| {%- include google-analytics.html -%} | ||
| {%- endif -%} | ||
| {%- endif -%} | ||
| </head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| <header class="site-header" role="banner"> | ||
|
|
||
| <div class="wrapper"> | ||
| {%- assign default_paths = site.pages | map: "path" -%} | ||
| {%- assign page_paths = site.header_pages | default: default_paths -%} | ||
| <a class="site-title" rel="author" href="{{ "/" | relative_url }}"><img src="/assets/image/AZ2022.png" alt="AZ2022" width="42" /></a> | ||
|
|
||
| {%- if page_paths -%} | ||
| <nav class="site-nav"> | ||
| <input type="checkbox" id="nav-trigger" class="nav-trigger" /> | ||
| <label for="nav-trigger"> | ||
| <span class="menu-icon"> | ||
| <svg viewBox="0 0 18 15" width="18px" height="15px"> | ||
| <path d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.032C17.335,0,18,0.665,18,1.484L18,1.484z M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.032C17.335,6.031,18,6.696,18,7.516L18,7.516z M18,13.516C18,14.335,17.335,15,16.516,15H1.484 C0.665,15,0,14.335,0,13.516l0,0c0-0.82,0.665-1.483,1.484-1.483h15.032C17.335,12.031,18,12.695,18,13.516L18,13.516z" /> | ||
| </svg> | ||
| </span> | ||
| </label> | ||
|
|
||
| <div class="trigger"> | ||
| {%- for path in page_paths -%} | ||
| {%- assign my_page = site.pages | where: "path", path | first -%} | ||
| {%- if my_page.title -%} | ||
| <a class="page-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a> | ||
| {%- endif -%} | ||
| {%- endfor -%} | ||
| </div> | ||
| </nav> | ||
| {%- endif -%} | ||
| </div> | ||
| </header> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| <a href="https://github.com/{{ include.username }}"><span class="icon icon--github">{% include icon-github.svg %}</span><span class="username">{{ include.username }}</span></a> |
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| <a href="https://twitter.com/{{ include.username }}"><span class="icon icon--twitter">{% include icon-twitter.svg %}</span><span class="username">{{ include.username }}</span></a> |
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| <ul class="social-media-list"> | ||
| {%- if site.dribbble_username -%}<li><a href="https://dribbble.com/{{ site.dribbble_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#dribbble' | relative_url }}"></use></svg> <span class="username">{{ site.dribbble_username| escape }}</span></a></li>{%- endif -%} | ||
| {%- if site.facebook_username -%}<li><a href="https://www.facebook.com/{{ site.facebook_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#facebook' | relative_url }}"></use></svg> <span class="username">{{ site.facebook_username| escape }}</span></a></li>{%- endif -%} | ||
| {%- if site.flickr_username -%}<li><a href="https://www.flickr.com/photos/{{ site.flickr_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#flickr' | relative_url }}"></use></svg> <span class="username">{{ site.flickr_username| escape }}</span></a></li>{%- endif -%} | ||
| {%- if site.github_username -%}<li><a href="https://github.com/{{ site.github_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#github' | relative_url }}"></use></svg> <span class="username">{{ site.github_username| escape }}</span></a></li>{%- endif -%} | ||
| {%- if site.instagram_username -%}<li><a href="https://instagram.com/{{ site.instagram_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#instagram' | relative_url }}"></use></svg> <span class="username">{{ site.instagram_username| escape }}</span></a></li>{%- endif -%} | ||
| {%- if site.linkedin_username -%}<li><a href="https://www.linkedin.com/in/{{ site.linkedin_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#linkedin' | relative_url }}"></use></svg> <span class="username">{{ site.linkedin_username| escape }}</span></a></li>{%- endif -%} | ||
| {%- if site.pinterest_username -%}<li><a href="https://www.pinterest.com/{{ site.pinterest_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#pinterest' | relative_url }}"></use></svg> <span class="username">{{ site.pinterest_username| escape }}</span></a></li>{%- endif -%} | ||
| {%- for mst in site.mastodon -%}{%- if mst.username and mst.instance -%}<li><a href="https://{{ mst.instance| cgi_escape | escape}}/@{{mst.username}}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#mastodon' | relative_url }}"></use></svg> <span class="username">{{ mst.username|escape }}</span></a></li>{%- endif -%}{%- endfor -%} | ||
| {%- if site.twitter_username -%}<li><a href="https://www.twitter.com/{{ site.twitter_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#twitter' | relative_url }}"></use></svg> <span class="username">{{ site.twitter_username| escape }}</span></a></li>{%- endif -%} | ||
| {%- if site.youtube_username -%}<li><a href="https://youtube.com/{{ site.youtube_username| cgi_escape | escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#youtube' | relative_url }}"></use></svg> <span class="username">{{ site.youtube_username| escape }}</span></a></li>{%- endif -%} | ||
| {%- if site.googleplus_username -%}<li><a href="https://plus.google.com/{{ site.googleplus_username| escape }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#googleplus' | relative_url }}"></use></svg> <span class="username">{{ site.googleplus_username| escape }}</span></a></li>{%- endif -%} | ||
| {%- if site.rss -%}<li><a href="{{ 'feed.xml' | relative_url }}"><svg class="svg-icon"><use xlink:href="{{ '/assets/minima-social-icons.svg#rss' | relative_url }}"></use></svg> <span>{{ site.rss | escape }}</span></a></li>{%- endif -%} | ||
| </ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| <!DOCTYPE html> | ||
| <html lang="{{ page.lang | default: site.lang | default: "en" }}"> | ||
|
|
||
| {%- include head.html -%} | ||
|
|
||
| <body> | ||
|
|
||
| {%- include header.html -%} | ||
|
|
||
| <main class="page-content" aria-label="Content"> | ||
| <div class="wrapper"> | ||
| {{ content }} | ||
| </div> | ||
| </main> | ||
|
|
||
| {%- include footer.html -%} | ||
|
|
||
| </body> | ||
|
|
||
| </html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| --- | ||
| layout: default | ||
| --- | ||
|
|
||
| <div class="posts"> | ||
| {{ content }} | ||
|
|
||
|
|
||
|
|
||
| {%- if site.posts.size > 0 -%} | ||
| <h2 class="post-list-heading">{{ page.list_title | default: "Posts" }}</h2> | ||
| <p class="rss-subscribe">(subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a>)</p> | ||
| <ul class="post-list"> | ||
| {%- for post in site.posts -%} | ||
| <li> | ||
| {%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%} | ||
| <span class="post-meta">{{ post.date | date: date_format }}</span> | ||
| <h3> | ||
| <a class="post-link" href="{{ post.url | relative_url }}"> | ||
| {{ post.title | escape }} | ||
| </a> | ||
| </h3> | ||
| {%- if site.show_excerpts -%} | ||
| {{ post.excerpt }} | ||
| {%- endif -%} | ||
| </li> | ||
| {%- endfor -%} | ||
| </ul> | ||
| {%- endif -%} | ||
|
|
||
| </div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| --- | ||
| layout: post | ||
| title: More site updates | ||
| date: <2023-07-13> | ||
| categories: news | ||
| author: 1oolm | ||
| --- | ||
| Still working | ||
|
|
||
| Today I: | ||
| - Slightly cleaned up the footer area | ||
| - Added more pages to the credits (contributors, acknowledgements and special thanks) | ||
| - Moved the Posts list from the home page to /posts | ||
| - Redid the backend of the staff list again (staff.yml + contributors.yml) | ||
| - Moved Masernerd to Contributors | ||
| - New home page w/randomised message. My first experience with JavaScript. Interesting for sure. I can do <font color="#00AA00"><span id="text"></span></font> | ||
| - Added © to the footer. Not sure how accurate that is, though. | ||
|
|
||
| <script type="text/javascript" src="/assets/js/glitch.js">glitch("stuff like this")</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| --- | ||
| layout: page | ||
| title: Accomplishments | ||
| layout: default | ||
| permalink: /accomplishments/ | ||
| --- | ||
| <h1>Accomplishments</h1> |
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| var text = "stuff like this" | ||
| const alpha = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', ' ', "'"]; | ||
| var output = ""; | ||
| var progress = 0; | ||
| var len = 0; | ||
|
|
||
|
|
||
| function glitch() { | ||
| len = text.length; | ||
| if (progress >= len) { | ||
| return; | ||
| } | ||
| var randomNums = Math.floor(Math.random() * alpha.length) | ||
| if (alpha[randomNums] == text[progress]) { | ||
| output += text[progress]; | ||
| document.getElementById("text").textContent = `${output}` | ||
| progress++; | ||
| } else { | ||
| document.getElementById("text").textContent = `${output}${alpha[randomNums]}` | ||
| } | ||
| requestAnimationFrame(glitch); | ||
| } | ||
| glitch() |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.