minimal website rewrite
This commit is contained in:
parent
10b2cc429c
commit
a3bc0de320
110 changed files with 1117 additions and 56040 deletions
38
out/blogs/side-project-3-27-23.html
Normal file
38
out/blogs/side-project-3-27-23.html
Normal file
|
@ -0,0 +1,38 @@
|
|||
<head>
|
||||
<title>Nicholas Orlowsky</title>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<a href="/">[ Home ]</a>
|
||||
<a href="/blog.html">[ Blog ]</a>
|
||||
<a href="/projects.html">[ Projects ]</a>
|
||||
<a href="/extra.html">[ Extra ]</a>
|
||||
<hr/>
|
||||
</nav>
|
||||
|
||||
<h1>Side Project Log 3/27/2023</h1>
|
||||
<p>This side project log covers work done from 3/20/2023 - 3/27/2023</p>
|
||||
<h2 id="septa-site">SEPTA Site</h2>
|
||||
<p>I started a new project that aimed to recreate parts of SEPTA's website with a more elegant UI, and using
|
||||
SEPTA's new "SEPTA Metro" wayfinding. The main goal with this project was to help me learn Svelte. I also had
|
||||
to reverse-engineer the APIs on septakey.org in order to authenticate a user and get their trip history. </p>
|
||||
<p>In terms of Svelte, I really enjoyed working with it and overall I found it much more elegant and easier to work
|
||||
with than React. I didn't like the way it handled client-server interaction with its serverside functions. </p>
|
||||
<p>I have not made this open source yet and do not intend to until it's more polished.</p>
|
||||
<h2 id="-verified-bot-https-github-com-benaubin-verified-bot-"><a href="https://github.com/benaubin/verified-bot">Verified Bot</a></h2>
|
||||
<p>I made all the necessary changes and tests to get VerifiedBot working. It is now waiting on my friend Ben
|
||||
to merge my PR with the changes outlined in my <a href="https://nickorlow.com/blog/spring-break-2023">spring break blog</a>.</p>
|
||||
<h2 id="-mahantongo-https-github-com-nickorlow-mahantongo-"><a href="https://github.com/nickorlow/mahantongo">Mahantongo</a></h2>
|
||||
<p>I created some QoL features, such as using Discord's embeds instead of sending regular text messages, showing which board
|
||||
a post was on, and fixing some bugs.</p>
|
||||
<hr>
|
||||
<p><strong>The below projects had minimal/no work done on them:</strong> RingGold, and NWS Container Deployment Service </p>
|
||||
|
||||
<footer>
|
||||
<hr />
|
||||
<p style="margin-bottom: 0px;">Copyright © Nicholas Orlowsky 2023</p>
|
||||
<p style="margin-top: 0px;">Hosting provided by <a href="https://nws.nickorlow.com">NWS</a></p>
|
||||
</footer>
|
||||
</body>
|
Loading…
Add table
Add a link
Reference in a new issue