-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
214 additions
and
132 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,139 +1,159 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Home - Codename Engine Docs</title> | ||
<link rel="stylesheet" href="root/style.css?index"> | ||
<link rel="stylesheet" href="root/index.css?index"> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>{{ pageTitle }} - Codename Engine Docs</title> | ||
<link rel="stylesheet" href="root/style.css?index"> | ||
<link rel="stylesheet" href="root/index.css?index"> | ||
|
||
<link href='https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css' rel='stylesheet' type='text/css' /> | ||
<meta name="title" content="{{ pageTitle }} - Codename Engine Docs" /> | ||
<meta name="description" content="Website dedicated to things for Codename Engine!" /> | ||
|
||
<!-- Open Graph / Facebook --> | ||
<meta property="og:type" content="website" /> | ||
<meta property="og:url" content="https://fnf-cne-devs.github.io/" /> | ||
<meta property="og:title" content="{{ pageTitle }} - Codename Engine Docs" /> | ||
<meta property="og:description" content="Website dedicated to things for Codename Engine!" /> | ||
<meta property="og:image" content="https://fnf-cne-devs.github.io/img/banner.png" /> | ||
<meta property="og:site_name" content="Codename Engine Docs" /> | ||
|
||
<!-- Twitter --> | ||
<meta property="twitter:card" content="summary_large_image" /> | ||
<meta property="twitter:url" content="https://fnf-cne-devs.github.io/" /> | ||
<meta property="twitter:title" content="{{ pageTitle }} - Codename Engine Docs" /> | ||
<meta property="twitter:description" content="Website dedicated to things for Codename Engine!" /> | ||
<meta property="twitter:image" content="https://fnf-cne-devs.github.io/img/banner.png" /> | ||
|
||
<meta name="theme-color" content="#531a7d"> | ||
|
||
<link href='https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css' rel='stylesheet' type='text/css' /> | ||
</head> | ||
<body class="nojs"> | ||
<script> | ||
document.body.classList.remove("nojs"); | ||
</script> | ||
<div class="header"> | ||
{{ header }} | ||
</div> | ||
<div class="container"> | ||
<div class="content"> | ||
<div class="logo-container"> | ||
<div class="logo"> | ||
<img class="logo-bg" src="img/logo-cne.png" alt="Codename Engine Logo"> | ||
<img class="question" src="img/question.png"> | ||
</div> | ||
</div> | ||
<h2 style="margin-bottom: 0.3em;">Codename Engine</h2> | ||
<div class="compact"><sub>seriously we need an actual logo for this</sub></div> | ||
<script> | ||
document.body.classList.remove("nojs"); | ||
</script> | ||
<div class="header"> | ||
{{ header }} | ||
</div> | ||
<div class="container"> | ||
<div class="content"> | ||
<div class="logo-container"> | ||
<div class="logo"> | ||
<img class="logo-bg" src="img/logo-cne.png" alt="Codename Engine Logo"> | ||
<img class="question" src="img/question.png"> | ||
</div> | ||
</div> | ||
<h2 style="margin-bottom: 0.3em;">Codename Engine</h2> | ||
<div class="compact"><sub>seriously we need an actual logo for this</sub></div> | ||
|
||
<a href="/api-docs/" class="default-button">API</a> | ||
<a href="/wiki/" class="default-button">Wiki</a> | ||
<!-- <a href="./tools/">Tools</a> --> | ||
<div> | ||
<h2>Downloads</h2> | ||
</div> | ||
<div class="downloads"> | ||
<div class="os-button"> | ||
<a href="https://nightly.link/FNF-CNE-Devs/CodenameEngine/workflows/windows/main/Codename%20Engine.zip" class="default-button"> | ||
<span> | ||
<img class="os-logo" src="img/os/windows.svg"> Windows | ||
</span> | ||
</a> | ||
</div> | ||
<div class="os-button"> | ||
<a href="https://nightly.link/FNF-CNE-Devs/CodenameEngine/workflows/macos/main/Codename%20Engine.zip" class="default-button"> | ||
<span> | ||
<img class="os-logo" src="img/os/apple.svg"> MacOS | ||
</span> | ||
</a> | ||
</div> | ||
<div class="os-button"> | ||
<a href="https://nightly.link/FNF-CNE-Devs/CodenameEngine/workflows/linux/main/Codename%20Engine.zip" class="default-button"> | ||
<span> | ||
<img class="os-logo" src="img/os/linux.svg"> Linux | ||
</span> | ||
</a> | ||
</div> | ||
</div> | ||
<h4>Unofficial port for mobile phones:</h4> | ||
<div class="downloads"> | ||
<div class="os-button"> | ||
<a href="https://nightly.link/MobilePorting/CodenameEngine-Mobile/workflows/android/cne-pr/Codename%20Engine.zip" class="default-button"> | ||
<span> | ||
<img class="os-logo" src="img/os/android.svg"> Android | ||
</span> | ||
</a> | ||
</div> | ||
<div class="os-button"> | ||
<a href="https://nightly.link/MobilePorting/CodenameEngine-Mobile/workflows/ios/cne-pr/Codename%20Engine.zip" class="default-button"> | ||
<span> | ||
<img class="os-logo" src="img/os/apple.svg"> iOS | ||
</span> | ||
</a> | ||
</div> | ||
</div> | ||
<div> | ||
<i>Make sure to join our official <img class="icon" src="img/icons/discord.svg"> <a href="https://discord.gg/WTzm35kekB">Discord Server</a>!</i> | ||
<br> | ||
<i>You can contribute to this website by going to the <i class="fa fa-github"></i> <a href="https://github.com/FNF-CNE-Devs/FNF-CNE-Devs.github.io">GitHub repository</a></i> | ||
</div> | ||
</div> | ||
<div class="content mods"> | ||
<div> | ||
<h2>Mods</h2> | ||
</div> | ||
<div class="sort-buttons hide-nojs"> | ||
<div> | ||
<a href="./#" class="sort-button category-button default-button" data-sort="featured"> | ||
Featured | ||
</a> | ||
<a href="./#" class="sort-button category-button default-button" data-sort="best"> | ||
Best of all time | ||
</a> | ||
<a href="./#" class="sort-button category-button default-button selected" data-sort="all"> | ||
All | ||
</a> | ||
<a href="./#" class="sort-button category-button default-button" data-sort="upcoming"> | ||
Upcoming | ||
</a> | ||
</div> | ||
<!-- <span class="space"> </span> --> | ||
<div> | ||
<a href="./#" class="sort-button order-button default-button" data-sort="recent"> | ||
<i class="fa fa-clock-o"></i> | ||
Recent | ||
</a> | ||
<a href="./#" class="sort-button order-button default-button selected" data-sort="random"> | ||
<i class="fa fa-random"></i> | ||
Random | ||
</a> | ||
</div> | ||
</div> | ||
{{#warnings}} | ||
<div class="warning"> | ||
<h3>Warning</h3> | ||
<p>{{.}}</p> | ||
</div> | ||
{{/warnings}} | ||
<div class="featured-mods"> | ||
{{#mods}} | ||
<div class="featured-mod {{#tags}}{{.}} {{/tags}}" data-time="{{lastUpdated}}" data-author="{{author}}" data-source="{{source}}" data-version="{{version}}" data-tags="{{tagsRaw}}"> | ||
<a href="{{link}}"> | ||
<img class="sparkles" src="https://i.gifer.com/XZ5V.gif"> | ||
<img src="{{image}}" /> | ||
<div class="card-content"> | ||
<h3>{{name}}</h3> | ||
<p>{{description}}</p> | ||
<span class="last-updated hide-nojs" data-time="{{lastUpdated}}" style="display:none;">{{lastUpdated}}</span> | ||
</div> | ||
</a> | ||
</div> | ||
{{/mods}} | ||
</div> | ||
<a href="/api-docs/" class="default-button">API</a> | ||
<a href="/wiki/" class="default-button">Wiki</a> | ||
<!-- <a href="./tools/">Tools</a> --> | ||
<div> | ||
<h2>Downloads</h2> | ||
</div> | ||
<div class="downloads"> | ||
<div class="os-button"> | ||
<a href="https://nightly.link/FNF-CNE-Devs/CodenameEngine/workflows/windows/main/Codename%20Engine.zip" class="default-button"> | ||
<span> | ||
<img class="os-logo" src="img/os/windows.svg"> Windows | ||
</span> | ||
</a> | ||
</div> | ||
<div class="os-button"> | ||
<a href="https://nightly.link/FNF-CNE-Devs/CodenameEngine/workflows/macos/main/Codename%20Engine.zip" class="default-button"> | ||
<span> | ||
<img class="os-logo" src="img/os/apple.svg"> MacOS | ||
</span> | ||
</a> | ||
</div> | ||
<div class="os-button"> | ||
<a href="https://nightly.link/FNF-CNE-Devs/CodenameEngine/workflows/linux/main/Codename%20Engine.zip" class="default-button"> | ||
<span> | ||
<img class="os-logo" src="img/os/linux.svg"> Linux | ||
</span> | ||
</a> | ||
</div> | ||
</div> | ||
<h4>Unofficial port for mobile phones:</h4> | ||
<div class="downloads"> | ||
<div class="os-button"> | ||
<a href="https://nightly.link/MobilePorting/CodenameEngine-Mobile/workflows/android/cne-pr/Codename%20Engine.zip" class="default-button"> | ||
<span> | ||
<img class="os-logo" src="img/os/android.svg"> Android | ||
</span> | ||
</a> | ||
</div> | ||
<div class="os-button"> | ||
<a href="https://nightly.link/MobilePorting/CodenameEngine-Mobile/workflows/ios/cne-pr/Codename%20Engine.zip" class="default-button"> | ||
<span> | ||
<img class="os-logo" src="img/os/apple.svg"> iOS | ||
</span> | ||
</a> | ||
</div> | ||
</div> | ||
<div> | ||
<i>Make sure to join our official <img class="icon" src="img/icons/discord.svg"> <a href="https://discord.gg/WTzm35kekB">Discord Server</a>!</i> | ||
<br> | ||
<i>You can contribute to this website by going to the <i class="fa fa-github"></i> <a href="https://github.com/FNF-CNE-Devs/FNF-CNE-Devs.github.io">GitHub repository</a></i> | ||
</div> | ||
</div> | ||
<div class="content mods"> | ||
<div> | ||
<h2>Mods</h2> | ||
</div> | ||
<div class="sort-buttons hide-nojs"> | ||
<div> | ||
<a href="./#" class="sort-button category-button default-button" data-sort="featured"> | ||
Featured | ||
</a> | ||
<a href="./#" class="sort-button category-button default-button" data-sort="best"> | ||
Best of all time | ||
</a> | ||
<a href="./#" class="sort-button category-button default-button selected" data-sort="all"> | ||
All | ||
</a> | ||
<a href="./#" class="sort-button category-button default-button" data-sort="upcoming"> | ||
Upcoming | ||
</a> | ||
</div> | ||
<!-- <span class="space"> </span> --> | ||
<div> | ||
<a href="./#" class="sort-button order-button default-button" data-sort="recent"> | ||
<i class="fa fa-clock-o"></i> | ||
Recent | ||
</a> | ||
<a href="./#" class="sort-button order-button default-button selected" data-sort="random"> | ||
<i class="fa fa-random"></i> | ||
Random | ||
</a> | ||
</div> | ||
</div> | ||
{{#warnings}} | ||
<div class="warning"> | ||
<h3>Warning</h3> | ||
<p>{{.}}</p> | ||
</div> | ||
{{/warnings}} | ||
<div class="featured-mods"> | ||
{{#mods}} | ||
<div class="featured-mod {{#tags}}{{.}} {{/tags}}" data-time="{{lastUpdated}}" data-author="{{author}}" data-source="{{source}}" data-version="{{version}}" data-tags="{{tagsRaw}}"> | ||
<a href="{{link}}"> | ||
<img class="sparkles" src="https://i.gifer.com/XZ5V.gif"> | ||
<img src="{{image}}" /> | ||
<div class="card-content"> | ||
<h3>{{name}}</h3> | ||
<p>{{description}}</p> | ||
<span class="last-updated hide-nojs" data-time="{{lastUpdated}}" style="display:none;">{{lastUpdated}}</span> | ||
</div> | ||
</a> | ||
</div> | ||
{{/mods}} | ||
</div> | ||
|
||
<script src="root/featuredMods.js"></script> | ||
</div> | ||
</div> | ||
<script src="root/featuredMods.js"></script> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
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
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