-
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.
revisited task list, improved writing and renamed project to Celeste …
…Hunt
- Loading branch information
root
committed
Oct 1, 2018
1 parent
b9a0795
commit 3612481
Showing
2 changed files
with
33 additions
and
16 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
<html> | ||
<head> | ||
<meta charset="utf-8"/> | ||
<title>Celeste Bingo</title> | ||
<title>Celeste Hunt</title> | ||
<link rel="shortcut icon" href="/celeste/public/favicon.ico" type="image/x-icon"> | ||
<link rel="icon" href="/celeste/public/favicon.ico" type="image/x-icon"> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous"> | ||
|
@@ -42,7 +42,7 @@ | |
<div id="layout"> | ||
<div id="main"> | ||
<div class="header"> | ||
<h1 class="celeste-font" style="padding-left:16px;">Celeste Bingo</h1> | ||
<h1 class="celeste-font" style="padding-left:16px;">Celeste Hunt</h1> | ||
</div> | ||
<div class="content"> | ||
<div class="pure-g"> | ||
|
@@ -61,7 +61,7 @@ | |
<div class="pure-g" style="padding:0 16px;"> | ||
<div class="pure-u-1 u-sm-1-2"> | ||
<h2 class="celeste-font subhead">What's this?</h2> | ||
<p>Inspired by the <a href="http://www.speedrunslive.com/tools/oot-bingo/" target="_blank">Ocarina of Time Bingo</a>, the Celeste Bingo generates, given a seed, a randomly assigned list of tasks to complete. Your goal is, from a new file, to reach the Summit and achieve all the tasks.<p> | ||
<p>Inspired by the <a href="http://www.speedrunslive.com/tools/oot-bingo/" target="_blank">Ocarina of Time Bingo</a>, Celeste Hunt generates, given a seed, a randomly assigned list of tasks to complete. Your goal is, from a new file, to reach the Summit and achieve all the tasks.<p> | ||
<p>Each seed is deterministic, so you can share your seed by copying and pasting the URL in your browser.</p> | ||
</div> | ||
</div> | ||
|