This commit is contained in:
Riley Housden 2022-04-22 18:06:43 -04:00
parent aa6271e9c3
commit ca5bfc2abe
Signed by: InValidFire
GPG Key ID: 0D6208F6DF56B4D8
2 changed files with 13 additions and 13 deletions

View File

@ -5,8 +5,8 @@
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html">
<title>Quack! ur gay!</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="res/icon.png">
<link rel="stylesheet" href="./styles.css">
<link rel="icon" href="./res/icon.png">
</head>
<body>
<div id="wrapper">
@ -16,10 +16,10 @@
<hr>
<ul>
<li>
<a href="index.html">Home</a>
<a href="./index.html">Home</a>
</li>
<li>
<a href="stoplight.html">Stoplight Schema</a>
<a href="./stoplight.html">Stoplight Schema</a>
</li>
</ul>
<hr>

View File

@ -5,8 +5,8 @@
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html">
<title>Stoplight Schema</title>
<link rel="stylesheet" href="stoplight-styles.css">
<link rel="icon" href="res/icon.png">
<link rel="stylesheet" href="./stoplight-styles.css">
<link rel="icon" href="./res/icon.png">
</head>
<body>
<div id="wrapper">
@ -15,10 +15,10 @@
<nav>
<ul>
<li>
<a href="index.html">Home</a>
<a href="./index.html">Home</a>
</li>
<li>
<a href="stoplight.html">Stoplight Schema</a>
<a href="./stoplight.html">Stoplight Schema</a>
</li>
</ul>
</nav>
@ -29,7 +29,7 @@
<p>In every system I make to manage my routines, I would create it for one version of me. It would work best for my headspace and energy level at the time, and when that headspace would shift the system would fall apart.</p>
<p>Enter, the Stoplight Schema...</p>
<div class="example-img-container">
<img width="100%" src="res/stoplight-habit-v2.png" alt="Habit Tracker with additional energy level indicators, and markers to associate tasks with energy levels.">
<img width="100%" src="./res/stoplight-habit-v2.png" alt="Habit Tracker with additional energy level indicators, and markers to associate tasks with energy levels.">
</div>
<hr>
<p>This may look like your standard habit tracker, but it has a few unique traits that help you get stuff done, no matter your energy level.</p>
@ -69,19 +69,19 @@
<div id="downloads">
<h3>Downloads</h3>
<div class="img-container">
<a href="res/stoplight-habit-v2.pdf"><img class="dl-img" src="res/stoplight-habit-v2.png" alt="stoplight schema habit tracker download"></a>
<a href="./res/stoplight-habit-v2.pdf"><img class="dl-img" src="./res/stoplight-habit-v2.png" alt="stoplight schema habit tracker download"></a>
<figcaption>A basic habit tracker.</figcaption>
</div>
<div class="img-container">
<a href="res/stoplight-routine-v2.pdf"><img class="dl-img" src="res/stoplight-routine-v2.png" alt="stoplight schema routine tracker download"></a>
<a href="./res/stoplight-routine-v2.pdf"><img class="dl-img" src="./res/stoplight-routine-v2.png" alt="stoplight schema routine tracker download"></a>
<figcaption>A routine tracker, allowing you to split up things a bit more.</figcaption>
</div>
<div class="img-container">
<a href="res/stoplight-routine-weekly-v2.pdf"><img class="dl-img" src="res/stoplight-routine-weekly-v2.png" alt="stoplight schema weekly routine tracker download"></a>
<a href="./res/stoplight-routine-weekly-v2.pdf"><img class="dl-img" src="./res/stoplight-routine-weekly-v2.png" alt="stoplight schema weekly routine tracker download"></a>
<figcaption>A weekly routine tracker, for routines done only once a week. Think laundry.</figcaption>
</div>
<div class="img-container">
<a href="res/stoplight-key-v2.pdf"><img class="dl-img" src="res/stoplight-key-v2.png" alt="stoplight schema key download"></a>
<a href="./res/stoplight-key-v2.pdf"><img class="dl-img" src="./res/stoplight-key-v2.png" alt="stoplight schema key download"></a>
<figcaption>A printable key to help track any custom symbols you come up with.</figcaption>
</div>
</div>