Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CATEGORIES
  • Loading branch information
alphazero-official committed Jul 14, 2023
1 parent 62c8d5e commit 3260feb
Show file tree
Hide file tree
Showing 18 changed files with 68 additions and 23 deletions.
Binary file modified .vs/alphazero-official.github.io/v16/.suo
Binary file not shown.
Binary file modified .vs/slnx.sqlite
Binary file not shown.
7 changes: 5 additions & 2 deletions _about/1oolm.md
Expand Up @@ -3,9 +3,12 @@ layout: page
title: About 1oolm
---

Dumbass bitch
**1oolm** is the founder and current owner of alpha.zero.

![kije](/assets/image/kijetesantakalu.png)
> Hey buddy, I'm 1oolm. I learn and do things, whether it be code, design, game development, or whatever I decide to pick up, like this website! <br> As of writing this, it's just me and tons of tutorials for things I've had no experience with. Hopefully it's good enough. <br> Enjoy! :]

<font size="10">TBA!!!</font> ![kije](/assets/image/kijetesantakalu.png)

#### Contributions include:
- alpha.zero
- Most of the programming, design, ideas, and overall lead. <br>I'm the creator, man.
33 changes: 33 additions & 0 deletions _layouts/categories.html
@@ -0,0 +1,33 @@
---
layout: default
---


<div id="categories">
<h1 class="categories-list-heading">{{ page.list_title | default: "Categories" }}</h1>
{% for category in site.categories %}
<div class="category-select">
{% capture category_name %}{{ category | first }}{% endcapture %} <a href="#{{ category_name | slugize }}">> {{ category_name }}</a>
</div>
{% endfor %}
<br>
<div id="line"><hr /></div>
<br>
{% for category in site.categories %}
<div class="category-group">
{% capture category_name %}{{ category | first }}{% endcapture %}
<div id="#{{ category_name | slugize }}"></div>
<h2 class="category-head">{{ category_name }} ({{ site.categories[category_name].size }})</h2>
<a name="{{ category_name | slugize }}"></a>
{% for post in site.categories[category_name] %}
<article class="archive-item">
<h4>
<a href="{{ site.baseurl }}{{ post.url }}">{{post.title}}</a>
</h4>
</article>
{% endfor %}
</div>
<div id="line-s"><hr /></div>
<br>
{% endfor %}
</div>
18 changes: 12 additions & 6 deletions _layouts/post.html
Expand Up @@ -6,13 +6,19 @@
<header class="post-header">
<h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
<p class="post-meta">
<time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
{{ page.date | date: date_format }}
</time>
{%- if page.author -%}
<time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
{{ page.date | date: date_format }}
</time>
{%- if page.author -%}
<span itemprop="author" itemscope itemtype="http://schema.org/Person"><span class="p-author h-card" itemprop="name">{{ page.author }}</span></span>
{%- endif -%}</p>
<span></span>
{%- for category in page.categories -%}
<span><a href="/categories/#{{ category }}"><font color="#999999"><u>{{ category }}</u></font></a> </span>
{%- endfor -%}

{%- endif -%}
</p>
</header>
<div id="line"><hr /></div>
<br>
Expand Down
2 changes: 1 addition & 1 deletion _layouts/posts.html
Expand Up @@ -8,7 +8,7 @@


{%- if site.posts.size > 0 -%}
<h1 class="post-list-heading">{{ page.list_title | default: "Posts" }}</h1>
<h1 class="post-list-heading">{{ page.list_title | default: "Posts" }} (<u><a href="/categories/">search</a></u>)</h1>
<div id="line"><hr /></div>
<br>
<ul class="post-list">
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-06-30-hey.md
Expand Up @@ -2,7 +2,7 @@
layout: post
title: hey
date: <2023-06-30>
categories: news
categories: [Updates, Website]
author: 1oolm
comments: true
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-07-01-oops.md
Expand Up @@ -2,7 +2,7 @@
layout: post
title: i love caver
date: <2023-07-01>
categories: news
categories: [Updates, Website]
author: 1oolm
comments: true
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-07-02-huh.md
Expand Up @@ -2,7 +2,7 @@
layout: post
title: huh
date: <2023-07-02>
categories: news
categories: [Updates, Website]
author: 1oolm
comments: true
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-07-04-burger.md
Expand Up @@ -2,7 +2,7 @@
layout: post
title: burger
date: <2023-07-04>
categories: news
categories: Stupid
author: 1oolm
comments: true
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-07-12-comments.md
Expand Up @@ -2,7 +2,7 @@
layout: post
title: Literally Comments
date: <2023-07-12>
categories: news
categories: [Updates, Website]
author: 1oolm
comments: true
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-07-12-more.md
Expand Up @@ -2,7 +2,7 @@
layout: post
title: First site progress
date: <2023-07-12>
categories: news
categories: [Updates, Website]
author: 1oolm
comments: true
---
Expand Down
2 changes: 1 addition & 1 deletion _posts/2023-07-13-mhmmhm.md
Expand Up @@ -2,7 +2,7 @@
layout: post
title: More site updates
date: <2023-07-13>
categories: news
categories: [Updates, Website]
author: 1oolm
comments: true
---
Expand Down
3 changes: 2 additions & 1 deletion _posts/2023-07-14-hey.md
Expand Up @@ -2,13 +2,14 @@
layout: post
title: Even more site updates
date: <2023-07-14>
categories: news
categories: [Updates, Website]
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:
- Added Categories to the posts, and a way to search for specific ones @ <a href="/categories/">/categories/</a>
- Further cleaned up the footer area, adding most of our social links + the GitHub source repo. <font color="#AAAAAA">(also added the page render time)</font>
- 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.
Expand Down
3 changes: 1 addition & 2 deletions _sass/minima/_base.scss
Expand Up @@ -129,12 +129,11 @@ a {
* Blockquotes
*/
blockquote {
color: $grey-color;
color: darken($text-color, 20%);
border-left: 4px solid $grey-color-light;
padding-left: $spacing-unit / 2;
@include relative-font-size(1.125);
letter-spacing: -1px;
font-style: italic;

> :last-child {
margin-bottom: 0;
Expand Down
6 changes: 3 additions & 3 deletions about.md
Expand Up @@ -3,8 +3,8 @@ layout: page
title: About
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.
**alpha.zero** is a development studio started by 1oolm in 2022. <br>
We're just a team of teens doing stuff we want, mostly focusing on game development.
<br>
### [TBA]
<br>
<font size="4">A list of the people part of alpha.zero can be found <a href="/team/"><u>here</u></a></font>
<font size="6" color="AAAAFF"><a href="/team/"><u>Team List</u></a></font>
4 changes: 4 additions & 0 deletions categories.md
@@ -0,0 +1,4 @@
---
layout: categories
permalink: /categories/
---
1 change: 0 additions & 1 deletion index.md
Expand Up @@ -24,7 +24,6 @@ if (rand == 4) { document.getElementById("azlogo").style.transform = "rotate("+
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) {
Expand Down

0 comments on commit 3260feb

Please sign in to comment.