67 lines
2.4 KiB
HTML
67 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<link type="image/x-icon" rel="icon" href="/images/favicon.ico">
|
|
<link type="text/css" rel="stylesheet" href="/css/global.css">
|
|
<link type="text/css" rel="stylesheet" href="/css/news-template.css">
|
|
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="There's been a tiny update that changes some of the project pages.">
|
|
<meta name="keywords" content="That_One_Nerd Quick Update, Quick Update">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>A Quick Update | That_One_Nerd</title>
|
|
</head>
|
|
|
|
<!--header-->
|
|
|
|
<body>
|
|
<div id="title">
|
|
<h1>A Quick Update</h1>
|
|
</div>
|
|
|
|
<div class="line-spacer"></div>
|
|
<div class="line-spacer2"></div>
|
|
|
|
<div class="message">
|
|
<p>
|
|
I know it's a bit late, but happy new year!
|
|
</p>
|
|
<p>
|
|
I just wanted to make an announcement that I've made a small update to the project
|
|
pages. Recreating them takes forever, especially for some of the more complex ones,
|
|
so I've instead just made the pages redirect to their itch page equivalents (for
|
|
Nerd_STF, the page redirects to GitHub). I have also recreated the Trick or Treat
|
|
page just FYI.
|
|
</p>
|
|
<p>
|
|
If you're really obsessed with random stuff that doesn't matter, you might have
|
|
noticed a new page about Hackathons on the website. I won't give the link
|
|
because <i>it literally doesn't matter</i> but if you're really insistant you can
|
|
find it in the GitHub repository. I just added that because of a club I have at my
|
|
school. It will likely be deleted in the near future.
|
|
</p>
|
|
<p>
|
|
That's all I've got for now. Quick, right?
|
|
</p>
|
|
<p>
|
|
- Kyle
|
|
</p>
|
|
</div>
|
|
|
|
<div class="back">
|
|
<p>Want to read more? <a href="/news.html">See all the news</a></p>
|
|
<p>Done? <a href="/index.html">Head back home</a></p>
|
|
</div>
|
|
|
|
<div class="line-spacer"></div>
|
|
<div class="line-spacer2-darkgray"></div>
|
|
</body>
|
|
|
|
<!--footer-->
|
|
|
|
<script type="module" src="/js/imports.js"></script>
|
|
<script src="/js/global.js" defer></script>
|
|
</html>
|