add: elo data model and static rankings page
All checks were successful
Deploy on push / deploy (push) Has been skipped
All checks were successful
Deploy on push / deploy (push) Has been skipped
This commit is contained in:
59
templates/rankings.html
Normal file
59
templates/rankings.html
Normal file
@@ -0,0 +1,59 @@
|
||||
<!DOCTYPE HTML>
|
||||
<!--
|
||||
Lens by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
-->
|
||||
<html class="rankings-html">
|
||||
<head>
|
||||
<title>food rankings</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<link rel="stylesheet" href="assets/css/main.css" />
|
||||
<link rel="stylesheet" href="assets/css/nyaa.css" />
|
||||
<link rel="stylesheet" href="assets/css/rankings.css" />
|
||||
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="../favicon/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="../favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="../favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="../favicon/site.webmanifest">
|
||||
</head>
|
||||
<body class="rankings-page">
|
||||
|
||||
<!-- Main -->
|
||||
<div id="main">
|
||||
|
||||
<!-- Header -->
|
||||
<header id="header">
|
||||
<img src="images/meow.gif" alt="meow" id="gifone">
|
||||
<h1>food power rankings</h1>
|
||||
<p>static Elo seeds for every meal before the head-to-head voting page exists.</p>
|
||||
<p class="page-links">
|
||||
<a href="index.html">gallery</a>
|
||||
<span class="page-links__separator">/</span>
|
||||
<a href="rankings.html" aria-current="page">rankings</a>
|
||||
</p>
|
||||
</header>
|
||||
|
||||
<!-- Rankings Summary -->
|
||||
<section id="rankings-summary">
|
||||
{{ranking_summary}}
|
||||
</section>
|
||||
|
||||
<!-- Rankings -->
|
||||
<section id="rankings">
|
||||
{{ranking_items}}
|
||||
</section>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer id="footer">
|
||||
<ul class="copyright">
|
||||
<li>© Ryan Chou. 2026.</li>
|
||||
</ul>
|
||||
<img src="images/nyaa.gif" alt="nyaa" id="giftwo">
|
||||
</footer>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user