diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json index 04a8bd7..4bb344d 100644 --- a/.vs/VSWorkspaceState.json +++ b/.vs/VSWorkspaceState.json @@ -4,12 +4,13 @@ "\\assets", "\\assets\\js", "\\assets\\sound", - "\\_about", "\\_credits", - "\\_data", "\\_includes", "\\_layouts", - "\\_posts" + "\\_posts", + "\\_sass", + "\\_sass\\minima" ], + "SelectedNode": "\\_posts\\2023-07-15-heeyy.md", "PreviewInSolutionExplorer": false } \ No newline at end of file diff --git a/.vs/alphazero-official.github.io/v16/.suo b/.vs/alphazero-official.github.io/v16/.suo index 9906aae..1d08892 100644 Binary files a/.vs/alphazero-official.github.io/v16/.suo and b/.vs/alphazero-official.github.io/v16/.suo differ diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite index 2e9285e..89fa596 100644 Binary files a/.vs/slnx.sqlite and b/.vs/slnx.sqlite differ diff --git a/_about/1oolm.md b/_about/1oolm.md index 0afedea..a31175e 100644 --- a/_about/1oolm.md +++ b/_about/1oolm.md @@ -11,4 +11,4 @@ title: About 1oolm #### Contributions include: - alpha.zero -- Most of the programming, design, ideas, and overall lead.
I'm the creator, man. +- Most of the programming, design, ideas, and overall lead diff --git a/_config.yml b/_config.yml index 5990d23..6c63cab 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ -# Welcome to Jekyll! +# Welcome to Jekyll! # # This config file is meant for settings that affect your whole blog, values # which you are expected to set up once and rarely edit after that. If you find @@ -18,7 +18,7 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: alpha.zero +title: αlpha.zero email: dotzeroalpha@gmail.com description: >- # this means to ignore newlines until "baseurl:" baseurl: # the subpath of your site, e.g. /blog diff --git a/_credits/acknowledgements.md b/_credits/acknowledgements.md index 6b8e90f..ab5e1e6 100644 --- a/_credits/acknowledgements.md +++ b/_credits/acknowledgements.md @@ -5,4 +5,7 @@ permalink: /acknowledgements/ --- If we yoinked something that should be acknowledged into our stuff, (like an open-source library) it should be here.
-#### HALLEY LABS: Some sounds from their [sample packs](https://heckscaper.com/resources/samples.html).
[(HLRC LICENSE A)](https://heckscaper.com/resources/license1.html) \ No newline at end of file +#### HALLEY LABS: Some sounds from their [sample packs](https://heckscaper.com/resources/samples.html).
[(HLRC LICENSE A)](https://heckscaper.com/resources/license1.html) +
+#### The Jekyll Team: [Jekyll](https://jekyllrb.com) (This site runs on it) +#### Christian Fei: [Simple-Jekyll-Search](https://github.com/christian-fei/Simple-Jekyll-Search) \ No newline at end of file diff --git a/_credits/team.md b/_credits/team.md index 150bca0..e979912 100644 --- a/_credits/team.md +++ b/_credits/team.md @@ -3,16 +3,14 @@ layout: page title: Team permalink: /team/ --- - + Contributors / Acknowledgements / Special Thanks +
+

+
### alpha.zero is: {% for member in site.data.staff %}

{{ member.name }}: {{ member.credit }}

{% endfor %} -[TBA] some other people too?
-
-
- - -#### You can also view lists of [contributors](/contributors/), [acknowledgements](/acknowledgements/) and [special thanks](/specialthanks/) +[TBA] some other people too?
\ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index 4e3ceda..d964acc 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -4,19 +4,25 @@ {%- assign default_paths = site.pages | map: "path" -%} {%- assign page_paths = site.header_pages | default: default_paths -%} + + + + + {%- if page_paths -%} {%- endif -%} + diff --git a/_layouts/posts.html b/_layouts/posts.html index af3729e..4656f85 100644 --- a/_layouts/posts.html +++ b/_layouts/posts.html @@ -5,8 +5,6 @@
{{ content }} - - {%- if site.posts.size > 0 -%}

{{ page.list_title | default: "Posts" }} (search)


diff --git a/_posts/2023-07-04-burger.md b/_posts/2023-07-04-burger.md index f00369d..0b190f5 100644 --- a/_posts/2023-07-04-burger.md +++ b/_posts/2023-07-04-burger.md @@ -2,7 +2,7 @@ layout: post title: burger date: <2023-07-04> -categories: Stupid +categories: Shitpost author: 1oolm comments: true --- diff --git a/_posts/2023-07-16-heeyy.md b/_posts/2023-07-16-heeyy.md new file mode 100644 index 0000000..a28d69c --- /dev/null +++ b/_posts/2023-07-16-heeyy.md @@ -0,0 +1,15 @@ +--- +layout: post +title: Site UPDAT 4 +date: <2023-07-16> +categories: [Updates, Website] +author: 1oolm +comments: true +--- +EVEN MORE WORK. I did speedruns yesterday, so this took a bit. + +Today I: +- Added a searchbar. Aligning it took 2 DAYS TOTAL. +- Stylised alpha.zero as αlpha.zero because it's funny +- //THE LINE// now takes a percentage of the screen instead of a set amount of pixels, fixing appearance on mobile etc. +- Little changes here and there (About/Team organisation, etc.) \ No newline at end of file diff --git a/_sass/minima/_base.scss b/_sass/minima/_base.scss index 67eee72..1773aa7 100644 --- a/_sass/minima/_base.scss +++ b/_sass/minima/_base.scss @@ -180,6 +180,7 @@ pre { margin-left: auto; padding-right: $spacing-unit; padding-left: $spacing-unit; + @extend %clearfix; @include media-query($on-laptop) { @@ -234,13 +235,13 @@ hr { #line { float: left; - width: 731px; + width: 60%; height: 10px; } #line-s { float: left; - width: 300px; + width: 40%; height: 10px; } diff --git a/_sass/minima/_layout.scss b/_sass/minima/_layout.scss index c69af11..bca6f2b 100644 --- a/_sass/minima/_layout.scss +++ b/_sass/minima/_layout.scss @@ -24,12 +24,33 @@ } } +input, +textarea { + font-family: $base-font-family; + font-size: 100%; + width: 90%; + background: #333333; + border-color: #AAAAAA; + color: white; + display: inline; +} + +.search { + text-align: center; + width: 40%; + float: left; + position: relative; + align-content:center; + margin-top: 2%; + margin-bottom: 0px; +} + .site-nav { float: right; line-height: $base-line-height * $base-font-size * 2.25; .nav-trigger { - display: none; + display: inline-block; } .menu-icon { diff --git a/about.md b/about.md index 0084283..c7591f8 100644 --- a/about.md +++ b/about.md @@ -3,8 +3,8 @@ layout: page title: About permalink: /about/ --- -**alpha.zero** is a development studio started by 1oolm in 2022.
-We're just a team of teens doing stuff we want, mostly focusing on game development. +**alpha.zero** (or stylised: αlpha.zero) is a development studio started by 1oolm in 2022.
+We're just a team of teens doing stuff we want, be it games, music, or whatever! Just havin' fun in the world, with our community. 🤍
### [TBA] Team List \ No newline at end of file diff --git a/assets/js/search.js b/assets/js/search.js new file mode 100644 index 0000000..81df5d5 --- /dev/null +++ b/assets/js/search.js @@ -0,0 +1,6 @@ +/*! + * Simple-Jekyll-Search + * Copyright 2015-2020, Christian Fei + * Licensed under the MIT License. + */ +!function(){"use strict";var f={compile:function(r){return i.template.replace(i.pattern,function(t,e){var n=i.middleware(e,r[e],i.template);return void 0!==n?n:r[e]||t})},setOptions:function(t){i.pattern=t.pattern||i.pattern,i.template=t.template||i.template,"function"==typeof t.middleware&&(i.middleware=t.middleware)}};const i={pattern:/\{(.*?)\}/g,template:"",middleware:function(){}};var n=function(t,e){var n=e.length,r=t.length;if(n{title}',templateMiddleware:Function.prototype,sortMiddleware:function(){return 0},noResultsText:"No results found",limit:10,fuzzy:!1,debounceTime:null,exclude:[]},n;const e=function(t,e){e?(clearTimeout(n),n=setTimeout(t,e)):t.call()};var r=["searchInput","resultsContainer","json"];const o=m({required:r});function u(t){d.put(t),i.searchInput.addEventListener("input",function(t){-1===[13,16,20,37,38,39,40,91].indexOf(t.which)&&(c(),e(function(){l(t.target.value)},i.debounceTime))})}function c(){i.resultsContainer.innerHTML=""}function s(t){i.resultsContainer.innerHTML+=t}function l(t){var e;(e=t)&&0