Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
2023-07-17 UPDATE
  • Loading branch information
alphazero-official committed Jul 17, 2023
1 parent 5abb42e commit 6b71ad1
Show file tree
Hide file tree
Showing 13 changed files with 56 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .vs/VSWorkspaceState.json
Expand Up @@ -2,15 +2,15 @@
"ExpandedNodes": [
"",
"\\assets",
"\\assets\\js",
"\\assets\\sound",
"\\_about",
"\\_credits",
"\\_includes",
"\\_layouts",
"\\_posts",
"\\_sass",
"\\_sass\\minima"
],
"SelectedNode": "\\_posts\\2023-07-15-heeyy.md",
"SelectedNode": "\\_about\\1oolm.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.
12 changes: 9 additions & 3 deletions 404.html
Expand Up @@ -18,8 +18,14 @@
</style>

<div class="container">
<h1>404</h1>
<h1>//<font color="#FF4444"> 404 </font>//</h1>
<p><strong>Page not found</strong></p>
<br>
<p align="center"><font size="4"><span id="message"> Sorry about that. </span></font></p>
<script>
const messages = ["[HYPERLINK BLOCKED]", "Sorry about that...", "Better add that later!", "Call support", "Misinput?", "The cat has gone loose", "mb", "REALLY", "I'm sorry to interrupt you, Elizabeth, \n if you still even remember that name."]
const rand = Math.floor(Math.random() * messages.length)

<p><strong>Page not found</strong></p>
<p>Sorry about that.</p>
document.getElementById("message").textContent = messages[rand]
</script>
</div>
7 changes: 4 additions & 3 deletions _credits/contributors.md
Expand Up @@ -19,8 +19,9 @@ AddisonJudah, Artem4ikBaik, badass person 500, Dgiorn, Instatex, InvadedPurple,
## <font color="FFFFFF">Miscellaneous</font>
<div id="line-s"><hr /></div>
<br>
<a href="{{ mas.link }}" title="{{ mas.name }}"><font color="{{ mas.color }}">{{ mas.name }}</font></a>: {{ mas.credit }} <br>
Artem4ikBaik: Standard Notation formatting code for Roblox WHG + exceptional bugtesting &#x1F3C5;

- <a href="{{ mas.link }}" title="{{ mas.name }}"><font color="{{ mas.color }}">{{ mas.name }}</font></a>: {{ mas.credit }} <br>
- Artem4ikBaik: Standard Notation formatting code for Roblox WHG + exceptional bugtesting &#x1F3C5;
<br>
MasterCatGodsWhyIms: Original idea for WHG Project
- MasterCatGodsWhyIms: Original idea for WHG Project

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, Artem4ikBaik, 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, optical telescopes., 60mmm, PlanetCoffee...
<br>
<br>and more. Everyone, really.
12 changes: 10 additions & 2 deletions _includes/header.html
Expand Up @@ -22,15 +22,23 @@
</script>
{%- if page_paths -%}
<nav class="site-nav">
<div class="trigger" align="center">
<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 -%}

Expand Down
2 changes: 2 additions & 0 deletions _layouts/categories.html
Expand Up @@ -20,11 +20,13 @@ <h1 class="categories-list-heading">{{ page.list_title | default: "Categories" }
<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] %}
{%- unless post.unlisted -%}
<article class="archive-item">
<h4>
<a href="{{ site.baseurl }}{{ post.url }}">{{post.title}}</a>
</h4>
</article>
{%- endunless -%}
{% endfor %}
</div>
<div id="line-s"><hr /></div>
Expand Down
2 changes: 2 additions & 0 deletions _layouts/posts.html
Expand Up @@ -11,6 +11,7 @@ <h1 class="post-list-heading">{{ page.list_title | default: "Posts" }} (<u><a hr
<br>
<ul class="post-list">
{%- for post in site.posts -%}
{%- unless post.unlisted -%}
<li>
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
<span class="post-meta">{{ post.date | date: date_format }}</span>
Expand All @@ -23,6 +24,7 @@ <h3>
{{ post.excerpt }}
{%- endif -%}
</li>
{%- endunless -%}
{%- endfor -%}
</ul>
{%- endif -%}
Expand Down
16 changes: 16 additions & 0 deletions _posts/2023-07-17-five.md
@@ -0,0 +1,16 @@
---
layout: post
title: Site UPDAT 5
date: <2023-07-17>
categories: [Updates, Website]
author: 1oolm
comments: true
---
This is getting really boring

Today I:
- Added post unlisting. If the "unlisted" config is true, the post is not listed in searches, lists, etc. Link only! Simple as that.
- Hopefully fixed the searchbar and nav button being bad on mobile
- Added a new list pointer (![pointerr](/assets/image/list-pointer.gif)) that I made in 6 seconds.
- Updated the <a href="/aisyfustugfyhjsdfsuhadfj">404 page</a> (now with a randomised message as well)
- Updated Contributors list to be an actual list instead of looking like a textwall
11 changes: 8 additions & 3 deletions _sass/minima/_layout.scss
Expand Up @@ -37,20 +37,25 @@ textarea {

.search {
text-align: center;
width: 40%;
width: 70%;
float: left;
position: relative;
align-content:center;
margin-top: 2%;
margin-top: 15px;
margin-bottom: 0px;
margin-right: auto;
}

ul {
list-style: square outside url("/assets/image/list-pointer.gif");
}

.site-nav {
float: right;
line-height: $base-line-height * $base-font-size * 2.25;

.nav-trigger {
display: inline-block;
display: none;
}

.menu-icon {
Expand Down
Binary file added assets/image/list-pointer.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions search.json
Expand Up @@ -2,12 +2,14 @@
---
[
{% for post in site.posts %}
{% unless post.unlisted %}
{

"title" : "{{ post.title | escape }}",
"url" : "{{ site.baseurl }}{{ post.url }}",
"date" : "{{ post.date | date_to_string }}"
} {% unless forloop.last %},{% endunless %}
{% endunless %}
{% endfor %}
,
{% for kitty in site.about %}
Expand Down

0 comments on commit 6b71ad1

Please sign in to comment.