Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
UPDATE
  • Loading branch information
alphazero-official committed Jul 13, 2023
1 parent c4332d2 commit b0b4fef
Show file tree
Hide file tree
Showing 31 changed files with 260 additions and 68 deletions.
7 changes: 5 additions & 2 deletions .vs/VSWorkspaceState.json
@@ -1,8 +1,11 @@
{
"ExpandedNodes": [
"",
"\\_about"
"\\assets",
"\\assets\\image",
"\\_about",
"\\_credits"
],
"SelectedNode": "\\_about\\extremisea.md",
"SelectedNode": "\\_credits\\acknowledgements.md",
"PreviewInSolutionExplorer": false
}
Binary file modified .vs/alphazero-official.github.io/v16/.suo
Binary file not shown.
Binary file modified .vs/slnx.sqlite
Binary file not shown.
4 changes: 0 additions & 4 deletions _about/1oolm.md
@@ -1,8 +1,4 @@
---
name: 1oolm
credit: Lead Developer
color: "#4F0985"
link: /about/1oolm.html
layout: page
title: About 1oolm
---
Expand Down
4 changes: 0 additions & 4 deletions _about/clickerty.md
@@ -1,8 +1,4 @@
---
name: Clickerty
credit: Writer & Designer
color: "#0F65AB"
link: /about/clickerty.html
layout: page
title: About Clickerty
---
Expand Down
4 changes: 0 additions & 4 deletions _about/extremisea.md
@@ -1,8 +1,4 @@
---
name: Extremisea
credit: Writing & Design Assistance
color: "#63C5DA"
link: /about/extremisea.html
layout: page
title: About extremisea
---
Expand Down
8 changes: 3 additions & 5 deletions _about/masernerd.md
@@ -1,14 +1,12 @@
---
name: Masernerd
credit: Voice Actor
color: "#910FAB"
link: /about/masernerd.html
layout: page
title: About Masernerd
---

**Masernerd** (a.k.a. Masternerd, Mazerderd or Mas) is a person.
**Masernerd** (a.k.a. Masternerd, Mazerderd or Mas) is a contributor for alpha.zero.
TBA idk let him write this one if he wants

His involvement currently doesn't go much further than *Masernerd Mode*, an inside joke option in WHG Project started by a dream 1oolm had. After asking ChatGPT for ideas regarding the option, it's been worked into implementation, also sparking the Random Settings category, containing similar ""fun"" options.
<br>
<br>
#### Contributions include:
Expand Down
3 changes: 3 additions & 0 deletions _credits/contributors.md
Expand Up @@ -3,6 +3,7 @@ layout: page
title: Contributors
permalink: /contributors/
---
{% assign mas = site.data.contributors["masernerd"] %}
List of contributions made by people past and present.<br>(Might not be exhaustive)
<br>
<br>
Expand All @@ -14,4 +15,6 @@ AddisonJudah, Artem4ikBaik, badass person 500, Dgiorn, Instatex, InvadedPurple,
<br>
<br>
## <font color="FFFFFF">Miscellaneous</font>
<a href="{{ mas.link }}" title="{{ mas.name }}"><font color="{{ mas.color }}">{{ mas.name }}</font></a>: {{ mas.credit }}
<br>
MasterCatGodsWhyIms: Original idea for WHG Project
3 changes: 2 additions & 1 deletion _credits/team.md
Expand Up @@ -5,7 +5,7 @@ permalink: /team/
---

### alpha.zero is:
{% for member in site.about %}
{% for member in site.data.staff %}
<h4>
<a href="{{ member.link }}"><font color="{{ member.color }}">{{ member.name }}</font></a>: {{ member.credit }}
</h4>
Expand All @@ -14,4 +14,5 @@ permalink: /team/
<br>
<br>


#### You can also view lists of [contributors](/contributors/), [acknowledgements](/acknowledgements/) and [special thanks](/specialthanks/)
5 changes: 5 additions & 0 deletions _data/contributors.yml
@@ -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)
14 changes: 14 additions & 0 deletions _data/staff.yml
@@ -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
24 changes: 24 additions & 0 deletions _includes/footer.html
@@ -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">&copy; {{ 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>
12 changes: 12 additions & 0 deletions _includes/google-analytics.html
@@ -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>

30 changes: 15 additions & 15 deletions _includes/head.html
@@ -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>
30 changes: 30 additions & 0 deletions _includes/header.html
@@ -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>
1 change: 1 addition & 0 deletions _includes/icon-github.html
@@ -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>
1 change: 1 addition & 0 deletions _includes/icon-github.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions _includes/icon-twitter.html
@@ -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>
1 change: 1 addition & 0 deletions _includes/icon-twitter.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions _includes/social.html
@@ -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>
20 changes: 20 additions & 0 deletions _layouts/default.html
@@ -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>
23 changes: 0 additions & 23 deletions _layouts/home.html
Expand Up @@ -8,27 +8,4 @@ <h1 class="page-heading">{{ page.title }}</h1>
{%- endif -%}

{{ content }}

{%- if site.posts.size > 0 -%}
<h2 class="post-list-heading">{{ page.list_title | default: "Posts" }}</h2>
<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>

<p class="rss-subscribe">(subscribe <a href="{{ "/feed.xml" | relative_url }}">via RSS</a>)</p>
{%- endif -%}

</div>
31 changes: 31 additions & 0 deletions _layouts/posts.html
@@ -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>
19 changes: 19 additions & 0 deletions _posts/2023-07-13-mhmmhm.md
@@ -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 &copy; to the footer. Not sure how accurate that is, though.

<script type="text/javascript" src="/assets/js/glitch.js">glitch("stuff like this")</script>
3 changes: 1 addition & 2 deletions about.md
Expand Up @@ -6,6 +6,5 @@ permalink: /about/
alpha.zero is a development studio started by 1oolm in 2022. We do uhh.. can we update this page later? Somehow nothing happened in an entire year.
<br>
### [TBA]

<br>
(A list of the people part of alpha.zero can be found [here](/team/))
A list of the people part of alpha.zero can be found [here](/team/)
4 changes: 2 additions & 2 deletions accomplishments.md
@@ -1,5 +1,5 @@
---
layout: page
title: Accomplishments
layout: default
permalink: /accomplishments/
---
<h1>Accomplishments</h1>
Binary file added assets/image/AZ2022.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions assets/js/glitch.js
@@ -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()
6 changes: 0 additions & 6 deletions index.markdown

This file was deleted.

0 comments on commit b0b4fef

Please sign in to comment.