quick projects update
This commit is contained in:
parent
61a52684a9
commit
bca541c62b
@ -5,6 +5,11 @@
|
||||
"id": "new-website",
|
||||
"name": "A new website has been made!",
|
||||
"date": "12/25/2022"
|
||||
},
|
||||
{
|
||||
"id": "quick-update-4-22-23",
|
||||
"name": "Just a quick update for the projects.",
|
||||
"date": "4/22/2023"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -14,14 +14,14 @@
|
||||
"img": "<img src=\"/images/projects/nerdstf/logo.png\" title=\"Nerd_STF Logo\">",
|
||||
"name": "Nerd_STF",
|
||||
"description": "Nerd_STF is a multi-purpose .NET library I maintain solo. It has math tools like an integral or derivative solver, matrix multiplication, complex numbers (and quaternions), and more. It also has some graphics stuff, like multiple color types (RGB, CMYK, HSV), and image support.",
|
||||
"link": "/projects/nerdstf.html",
|
||||
"link": "https://github.com/That-One-Nerd/Nerd_STF",
|
||||
"date": "still going!"
|
||||
},
|
||||
{
|
||||
"id": "website",
|
||||
"name": "thatonenerd.net",
|
||||
"description": "You know, the website that you're looking at right now. I don't think this needs a description.",
|
||||
"link": "/projects/website.html",
|
||||
"link": "https://thatonenerd.net/",
|
||||
"date": "still going!"
|
||||
},
|
||||
{
|
||||
@ -29,7 +29,7 @@
|
||||
"img": "<img src=\"/images/projects/arcademaniac/logo.png\" title=\"Arcade Maniac Logo\">",
|
||||
"name": "Arcade Maniac",
|
||||
"description": "Arcade Maniac is a game about beating many different minigames, all of which are a different genre. There are 20 different minigames, but you only need to do at least 12 to half completion.<br>Doing more is always an option, though!",
|
||||
"link": "/projects/arcademaniac.html",
|
||||
"link": "https://that-one-nerd.itch.io/arcade-maniac",
|
||||
"date": "January 11th, 2022"
|
||||
},
|
||||
{
|
||||
@ -37,7 +37,7 @@
|
||||
"img": "<img src=\"/images/projects/caveman/logo.png\" title=\"The Caveman Logo\">",
|
||||
"name": "The Caveman",
|
||||
"description": "The Caveman is a commissioned game by my friend <a href=\"https://about.saalty.net\" target=\"_blank\">Saalty</a>. It's a horror game about entering a cave in the dead of night and being chased by a madman who lives in there.",
|
||||
"link": "/projects/caveman.html",
|
||||
"link": "https://that-one-nerd.itch.io/the-caveman",
|
||||
"date": "August 1st, 2021"
|
||||
},
|
||||
{
|
||||
@ -45,7 +45,7 @@
|
||||
"img": "<img src=\"/images/projects/sneakandseek/logo.png\" title=\"SneakAndSeek Remastered Logo\">",
|
||||
"name": "SneakAndSeek Remastered",
|
||||
"description": "SneakAndSeek is a game I made for the <a href=\"https://itch.io/jam/pb-game-jam-4\" target=\"_blank\">PB Game Jab 4</a>. You're a ninja trying to escape an evil laboratory, and have to dodge a bunch of robots with different types lasers on them.",
|
||||
"link": "/projects/sneakandseek.html",
|
||||
"link": "https://that-one-nerd.itch.io/sneakandseek",
|
||||
"date": "May 31st, 2021"
|
||||
},
|
||||
{
|
||||
@ -53,7 +53,7 @@
|
||||
"img": "<img src=\"/images/projects/emd/logo.png\" title=\"Entity March Dream Remastered Logo\">",
|
||||
"name": "Entity March Dream Remastered",
|
||||
"description": "Entity March Dream was the very first game I made. It's just a simple parkour game. You're a cube, and you're trying to stand on the green platform. Why? No clue, make up a story yourself if you care.",
|
||||
"link": "/projects/emd.html",
|
||||
"link": "https://that-one-nerd.itch.io/entitymarchdream",
|
||||
"date": "June 25th, 2021"
|
||||
},
|
||||
{
|
||||
@ -61,7 +61,7 @@
|
||||
"img": "<img src=\"/images/projects/rebuild/logo.png\" title=\"Rebuild Logo\">",
|
||||
"name": "Rebuild",
|
||||
"description": "Rebuild is a game about collecting radioactive waste and selling it for money. You can use that money to upgrade how much you can collect, how fast, and how much money you get for it.",
|
||||
"link": "/projects/rebuild.html",
|
||||
"link": "https://that-one-nerd.itch.io/rebuild",
|
||||
"date": "April 2nd, 2021"
|
||||
},
|
||||
{
|
||||
|
||||
66
news/quick-update-4-22-23.html
Normal file
66
news/quick-update-4-22-23.html
Normal file
@ -0,0 +1,66 @@
|
||||
<!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>
|
||||
Loading…
x
Reference in New Issue
Block a user