You are browsing as a guest. Sign up (or log in) to start making projects!

2h 14m 56s logged

Hello world!

It’s been an absolute grind, but I’ve logged over 5 active hours on my portfolio and completely transformed it from a basic setup into a high-contrast, command center!

🛠️🖥️Here’s a breakdown of all the massive upgrades I’ve shipped:

  1. New Features & Overhauls ✏️

Root System Console (Interactive Terminal) 💻

  • Built an actual retro terminal emulator right on the homepage using custom JavaScript.

-You can click inside and type live commands like help, projects, nasa, and kanye to get custom system outputs!

  1. Active Status Ticker Tape 🚨
  • Added a CSS-animated retro marquee running right under the navigation bar to give it a constant “live-system” broadcast feel.
  1. Brutalist Custom Cursor 🖱️
  • Completely hid the boring default system cursor and designed a dual-color neon square cursor that dynamically scales up when you hover over links and cards.
  1. “Now Spinning” Media Widget 💿
  • Added a custom dashboard widget to showcase current rotation (Late Registration on repeat, obviously) with a spinning vinyl record animation!
  1. A Dedicated Logbook (Blog Page) 📓
  • Created a second page with custom rounded cards highlighting my latest citizen scientist tracking and calculus logs.

`

<div class="system-ticker">...</div>

<section class="terminal-block">
    <div class="brutal-terminal">
        <div id="terminalBody">...</div>
        <input id="terminalInput" placeholder="type a command...">
    </div>
</section>

<script src="terminal.js" defer></script>

(This is my updated index.html. I also have index.css running a custom repeating radial dot-matrix background pattern to make the viewport look incredibly busy and complex, and a fail-safe terminal.js script so the custom cursor glides smoothly across both HTML pages without throwing errors!)

This officially wraps up V1! Time to deploy this build on GitHub Pages, secure my custom domain through the mission approval, and start plotting the next build. 🚀Let me know if you have any cool suggestions for the console commands! :write: That should be it :yay: . Bye :bye:

1
58

Comments 1

@rapidSpeed

nice project, how did u implement these stuff tho?