Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
2023-07-14 UPD
  • Loading branch information
alphazero-official committed Jul 14, 2023
1 parent 73b89f4 commit 919bb26
Show file tree
Hide file tree
Showing 28 changed files with 122 additions and 53 deletions.
4 changes: 2 additions & 2 deletions .vs/VSWorkspaceState.json
Expand Up @@ -8,8 +8,8 @@
"\\_credits",
"\\_data",
"\\_includes",
"\\_layouts"
"\\_layouts",
"\\_posts"
],
"SelectedNode": "\\posts.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.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -9,7 +9,7 @@ source "https://rubygems.org"
# Happy Jekylling!
gem "jekyll", "~> 4.3.2"
# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5"
gem "minima", "~> 2.5.1"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
# gem "github-pages", group: :jekyll_plugins
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -88,7 +88,7 @@ DEPENDENCIES
jekyll-feed (~> 0.12)
jekyll-seo-tag
jekyll-target-blank
minima (~> 2.5)
minima (~> 2.5.1)
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.1)
Expand Down
2 changes: 2 additions & 0 deletions _about/pugcut.md
Expand Up @@ -5,5 +5,7 @@ title: About Pugcut

**Pugcut** is a person. TBA

<img src="/assets/image/bubsy-shatter.gif" width=200>

#### Contributions include:
- Currently no clue
7 changes: 5 additions & 2 deletions _config.yml
Expand Up @@ -21,11 +21,14 @@
title: alpha.zero
email: dotzeroalpha@gmail.com
description: >- # this means to ignore newlines until "baseurl:"
alpha.zero: me and you
baseurl: # the subpath of your site, e.g. /blog
url: https://alphazero-official.github.io # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: 1oolm
twitter_username: alphazeroOFF
youtube_username: alphazeroOfficial
github_username: alphazero-official
github_repo: "alphazero-official/alphazero-official.github.io"
discord_link: eSSxHQQEGf
roblox_group: "15888497"

# Build settings
theme: minima
Expand Down
2 changes: 1 addition & 1 deletion _credits/specialthanks.md
Expand Up @@ -6,6 +6,6 @@ permalink: /specialthanks/
People that I want to thank personally
<br>
<br>
TheManiac, ExcerptingData, caverace, xsniperx, Rojking, sashak9, Tris, Rgpro, [RiversthePerson](/assets/image/fang.png), Seconds, Lisij_Malchik, bosher, nickohh, Ryakoto, Equin, Kaprix, AstraMessor, GooseBoris, optical telescopes., 60mmm, PlanetCoffee...
TheManiac, ExcerptingData, caverace, xsniperx, Rojking, sashak9, Tris, Artem4ikBaik, Rgpro, [RiversthePerson](/assets/image/fang.png), Seconds, Lisij_Malchik, bosher, nickohh, Ryakoto, Equin, Kaprix, AstraMessor, GooseBoris, optical telescopes., 60mmm, PlanetCoffee...
<br>
<br>and more. Everyone, really.
23 changes: 12 additions & 11 deletions _includes/footer.html
Expand Up @@ -3,20 +3,21 @@

<div class="wrapper">

<h2 class="footer-heading">&copy; {{ site.title | escape }}</h2>
<h2 class="footer-heading">&copy; {{ site.title | escape }} 2023</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-1">
{%- include social.html -%}
</div>

<div class="footer-col footer-col-2">
<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>
Expand Down
1 change: 0 additions & 1 deletion _includes/icon-github.html

This file was deleted.

1 change: 0 additions & 1 deletion _includes/icon-github.svg

This file was deleted.

1 change: 0 additions & 1 deletion _includes/icon-twitter.html

This file was deleted.

1 change: 0 additions & 1 deletion _includes/icon-twitter.svg

This file was deleted.

25 changes: 13 additions & 12 deletions _includes/social.html
@@ -1,14 +1,15 @@
<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 -%}
>
<a href="https://discord.gg/{{ site.discord_link| cgi_escape | escape }}"><font color="#5865F2"><span class="username">discord</span></font></a>
<br>
>
<a href="https://www.github.com/{{ site.github_username| cgi_escape | escape }}"><font color="#DDDDDD"><span class="username">github</span></font></a>
[<a href="https://www.github.com/{{ site.github_repo }}"><font color="#DDDDDD"><span class="username">source</span></font></a>]
<br>
>
<a href="https://www.roblox.com/groups/{{ site.roblox_group| cgi_escape | escape }}"><font color="#AAAAAA"><span class="username">roblox</span></font></a>
<br>
>
<a href="https://www.youtube.com/@{{ site.youtube_username| cgi_escape | escape }}"><font color="#DD0000"><span class="username">youtube</span></font></a>
<br>
</ul>
12 changes: 6 additions & 6 deletions _layouts/default.html
@@ -1,20 +1,20 @@
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">

<!--hey buddyyy-->
{%- include head.html -%}

<body>
<body>

{%- include header.html -%}

<main class="page-content" aria-label="Content">
<div class="wrapper">
{{ content }}
</div>
<div class="wrapper">
{{ content }}
</div>
</main>

{%- include footer.html -%}

</body>
</body>

</html>
16 changes: 9 additions & 7 deletions _layouts/page.html
Expand Up @@ -3,12 +3,14 @@
---
<article class="post">

<header class="post-header">
<h1 class="post-title">{{ page.title | escape }}</h1>
</header>

<div class="post-content">
{{ content }}
</div>
<header class="post-header">
<h1 class="post-title">{{ page.title | escape }}</h1>
</header>
<div id="line"><hr /></div>
<br>
<br>
<div class="post-content">
{{ content }}
</div>

</article>
4 changes: 3 additions & 1 deletion _layouts/post.html
Expand Up @@ -14,7 +14,9 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}
<span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="p-author h-card" itemprop="name">{{ page.author }}</span></span>
{%- endif -%}</p>
</header>

<div id="line"><hr /></div>
<br>
<br>
<div class="post-content e-content" itemprop="articleBody">
{{ content }}
</div>
Expand Down
4 changes: 3 additions & 1 deletion _layouts/posts.html
Expand Up @@ -8,7 +8,9 @@


{%- if site.posts.size > 0 -%}
<h2 class="post-list-heading">{{ page.list_title | default: "Posts" }}</h2>
<h1 class="post-list-heading">{{ page.list_title | default: "Posts" }}</h1>
<div id="line"><hr /></div>
<br>
<ul class="post-list">
{%- for post in site.posts -%}
<li>
Expand Down
1 change: 1 addition & 0 deletions _posts/2023-06-30-hey.md
Expand Up @@ -4,6 +4,7 @@ title: hey
date: <2023-06-30>
categories: news
author: 1oolm
comments: true
---
I'm setting this stuff up. Hey world!
Probs won't use it tho.
1 change: 1 addition & 0 deletions _posts/2023-07-01-oops.md
Expand Up @@ -4,6 +4,7 @@ title: i love caver
date: <2023-07-01>
categories: news
author: 1oolm
comments: true
---
## HEY
I GOT THIS COOL NEW THING. IT'S CALLED TRIAL AND ERROR.
Expand Down
1 change: 1 addition & 0 deletions _posts/2023-07-02-huh.md
Expand Up @@ -4,6 +4,7 @@ title: huh
date: <2023-07-02>
categories: news
author: 1oolm
comments: true
---
Day 3 of working on this stuff. No regrets so far?
Kinda unsure if it'll lead to anywhere though
1 change: 1 addition & 0 deletions _posts/2023-07-04-burger.md
Expand Up @@ -4,5 +4,6 @@ title: burger
date: <2023-07-04>
categories: news
author: 1oolm
comments: true
---
## burger
1 change: 1 addition & 0 deletions _posts/2023-07-12-more.md
Expand Up @@ -4,6 +4,7 @@ title: First site progress
date: <2023-07-12>
categories: news
author: 1oolm
comments: true
---
Yeah hey! Somehow I haven't given up and am making decent strides towards making this a proper experience.
Today I:
Expand Down
22 changes: 22 additions & 0 deletions _posts/2023-07-14-hey.md
@@ -0,0 +1,22 @@
---
layout: post
title: Even more site updates
date: <2023-07-14>
categories: news
author: 1oolm
comments: true
---
More work. I should honestly be working on stuff like the game, but this is a nice change of pace.

Today I:
- Further cleaned up the footer area, adding most of our social links + the GitHub source repo.
- Added text scrolling (typewriter) to the randomised home message
- Added //<font color="#DDDDDD">THE LINE</font>// into most pages to separate the title and content.
- Updated all up posts up to now so they include a comment section
- Removed Twitter. &#128151; <br> <font color="#AAAAAA">(specifically the Twitter link in the socials section. It's not done + idk if i wanna even use it..)</font>
- Learned we can keep the &copy; on the footer. [The US Patent and Trademark Office says so.](https://www.uspto.gov/ip-policy/copyright-policy/copyright-basics)
<br>
<blockquote><font size="3">While many people believe that you must register your work with the U.S. Copyright Office before you can claim a copyright, no registration or other action in the Copyright Office is required to secure a copyright. A copyright is secured automatically when the work is created, as long as the work contains a sufficient degree of originality, and a work comes into being when it is fixed in a &quot;copy or a phonorecord for the first time.&quot; This is consistent with the Berne Convention, which states that the &quot;enjoyment and exercise&quot; of copyright &quot;shall not be subject to any formality.&quot;</font></blockquote>

tl;dr Copyright can be applied when a work is first created, provided it's original enough. <br>
I know you ain't readin' allat.
14 changes: 14 additions & 0 deletions _sass/minima/_base.scss
Expand Up @@ -224,6 +224,20 @@ pre {
}


hr {
border: 0;
clear: both;
display: block;
width: 96%;
background-color: #FFFFFF;
height: 1px;
}

#line {
float: left;
width: 731px;
height: 10px;
}

/**
* Tables
Expand Down
2 changes: 1 addition & 1 deletion about.md
Expand Up @@ -7,4 +7,4 @@ alpha.zero is a development studio started by 1oolm in 2022. We do uhh.. can we
<br>
### [TBA]
<br>
A list of the people part of alpha.zero can be found [here](/team/)
<font size="4">A list of the people part of alpha.zero can be found <a href="/team/"><u>here</u></a></font>
Binary file added assets/image/bubsy-shatter.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 22 additions & 3 deletions index.md
Expand Up @@ -4,9 +4,9 @@ layout: home

<p align="center"><img id="azlogo" src="/assets/image/AZ2022.png" alt="AZ2022" width="200"/></p>
<br>
<p align="center"><font size="5"><span id="message"> Javascript error! help </span></font></p>
<p align="center"><font size="5"><span id="message"> i messed up </span></font></p>
<script>
const messages = ["Welcome.", "Greetings.", "Hey", "aloha zero", "oopsie", "Good grief"]
const messages = ["Welcome.", "Greetings.", "Hey", "aloha zero", "oopsie", "Good grief", "alpha.zero", "ohohohoho", "//////////", "/\\/\\/\\"]
const rand = Math.floor(Math.random() * messages.length)
var time = new Date().getHours();
if (time>=6 && time<12)
Expand All @@ -17,15 +17,34 @@ if (time>=18 || time<2)
{messages[5] = "Good evening";}
if (time>=2 && time<6)
{messages[5] = "Kinda late innit?";}
document.getElementById("message").textContent=messages[rand];
console.log(rand+1);
if (rand == 4) { document.getElementById("azlogo").style.transform = "rotate("+ (25 % 360) +"deg)" }


var i = 0;
var txt = messages[rand]; /* The text */
var speed = 25; /* The speed/duration of the effect in milliseconds */

function typeWriter() {

if (i < txt.length) {
document.getElementById("message").textContent += txt.charAt(i);
i++;
setTimeout(typeWriter, speed);
}
}
document.getElementById("message").textContent="";
typeWriter();
</script>
<br>
<p align="center"><font size="6">
<span id="about">
<a href="/about/"><font color ="#AAAAFF">ABOUT</font></a>
</span>
/
<span id="posts">
<a href="/posts/"><font color ="#AAAAFF">POSTS</font></a>
</span>
</font></p>
<br>
<p align="center"><font color="#BBBBBB" size="4">We're still under development. Be patient!</font></p>
Expand Down

0 comments on commit 919bb26

Please sign in to comment.