generated from nighthawkcoders/student
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Transferring Content/Changing Website 5;edited yml
- Loading branch information
Showing
36 changed files
with
466 additions
and
379 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
layout: home | ||
title: Blogs | ||
search_exclude: true | ||
permalink: /blogs/ | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.