Skip to content

Commit

Permalink
Transferring Content/Changing Website 5;edited yml
Browse files Browse the repository at this point in the history
  • Loading branch information
abi1961 committed Oct 24, 2023
1 parent b923da8 commit 94061a9
Show file tree
Hide file tree
Showing 36 changed files with 466 additions and 379 deletions.
1 change: 1 addition & 0 deletions 2DGame/Game.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ permalink: /Game
player.position.y = 1;
}
}
if (player.position.x >=)
draw() {
ctx.fillStyle = 'yellow';
ctx.beginPath();
Expand Down
25 changes: 25 additions & 0 deletions 404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
permalink: /404.html
layout: base
search_exclude: true
---

<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>

<div class="container">
<h1>404</h1>
<p><strong>Page not found :(</strong></p>
<p>The requested page could not be found.</p>
</div>
6 changes: 6 additions & 0 deletions AA_blog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: home
title: Blogs
search_exclude: true
permalink: /blogs/
---
7 changes: 7 additions & 0 deletions AD_compsci.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: scheduleStudent
title: Time Box
units: "1,2"
course: compsci
permalink: /compsci/
---
18 changes: 18 additions & 0 deletions BB_search.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: base
title: Search
search_exclude: true
permalink: /search/
---

<!-- adapted from https://github.com/pmarsceill/just-the-docs -->
<script type="text/javascript" src="{{ '/assets/js/search.js' | relative_url }}"></script>
<script type="text/javascript" src="{{ '/assets/js/vendor/lunr.min.js' | relative_url }}"></script>

<div class="search">
<div class="search-input-wrap">
<input type="text" class="js-search-input search-input input-block form-control" tabindex="0" placeholder="Search {{ site.title }}" aria-label="Search {{ site.title }}" autocomplete="off">
</div>
<br>
<div class="js-search-results search-results-wrap"></div>
</div>
36 changes: 36 additions & 0 deletions BC_tags.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
layout: categories
title: Tags
search_exclude: true
permalink: /tags/
---

{% if site.categories.size > 0 %}
<h2>Contents</h2>

{% assign categories = "" | split:"" %}
{% for c in site.categories %}
{% assign categories = categories | push: c[0] %}
{% endfor %}
{% assign categories = categories | sort_natural %}

<ul>
{% for category in categories %}
<li><a href="#{{ category }}">{{ category }}</a></li>
{% endfor %}
</ul>

{% for category in categories %}
<h3 id ="{{ category }}"><i class="fas fa-tags category-tags-icon"></i></i> {{ category }}</h3>
<a name="{{ category | slugize }}"></a>
{% for post in site.categories[category] %}
{% if post.hide != true %}
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
<article class="archive-item">
<p class="post-meta post-meta-title"><a class="page-meta" href="{{ site.baseurl }}{{ post.url }}">{{post.title}}</a> • {{ post.date | date: date_format }}</p>
</article>
{% endif %}
{% endfor %}
{% endfor %}

{% endif %}
7 changes: 7 additions & 0 deletions BD_about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: page
title: About Us
permalink: /about/
---

Creators of Alien World
5 changes: 5 additions & 0 deletions NOTICE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
The following files in the _includes directory have been modified from the source, fastpages, and they do not contain any liability or other damages, indirect or direct.

All work is provided on an as is basis without warranties or conditions of any kind. We are not responsable for any risks associated, either expressed or implied.

We as NIGHTHAWK-Pages developers distribute all copyright, patent, trademark, and attribution notices from the source form of the work, fastpages.
5 changes: 4 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ description: "August 2023 to June 2024"
owner_name: nighthawkcoders/student
github_username: Gavaruba
baseurl: "/Game"
remote_theme: pages-themes/[email protected]
remote_theme: jekyll/minima
minima:
social_links:
- {platform: github, user_url: https://github.com/Gavaruba/Game.git}
# remote_theme: pages-themes/[email protected]
# remote_theme: pages-themes/[email protected]
# remote_theme: pages-themes/[email protected]
Expand Down
1 change: 1 addition & 0 deletions assets/badges/binder.svg
Loading
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 assets/badges/colab.svg
Loading
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 assets/badges/deepnote.svg
Loading
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 assets/badges/github.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
90 changes: 0 additions & 90 deletions assets/css/style.scss

This file was deleted.

Loading

0 comments on commit 94061a9

Please sign in to comment.