My own site!
- 7 Devlogs
- 8 Total hours
It's very personal to me :D
It's very personal to me :D
Okay, so Devlog 3, here we go! 
So to start things off, I rehauled the design and everything.
I used Vanilla JavaScript to have a feature where you click the Polaroid card and then you’re able to get a close-up of the photo/card itself. Unfortunately, it isn’t working, and it’s just bugging a lot.
Apparently, I spent a good 10 minutes conversing with myself and me about why exactly the yellow translucent tape is not appearing and/or isn’t appearing in its designated spot, i come to realise I’m using the wrong class.
ie: i used tape-sticker instead of just tape
OH YEAH AND 💀 I HAD DUPLICATE CLASSES
so yeah what a bummer.
It isn’t much i’ll be honest but it did take me time and did take me ages to get fluent with how do i want everything to look, it took me an hour and a half just to get the whole thing looking normal after quite a while which is the last (4th) photo you see.
)Anyways thank you for reading. If you’d like to have a convo about something, do let me know!! 
I’ve only worked on the background set, things i want for this website which will be different to the other inital design I wanted, aside from that i’m going to be adding somewhat of a corkboard image as a background and that’s about it what i’ve covered for the initial 1 hour and a quarter aside from just trashing the code deleting stuff and thinking about what can be salvaged.
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:
Root System Console (Interactive Terminal) 💻
-You can click inside and type live commands like help, projects, nasa, and kanye to get custom system outputs!
`
<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!
That should be it
. Bye 
Hello there! It’s been a while since my last update, and I’ve completely overhauled the personal portfolio site to get rid of the boring, default minimalist look. Here are all the massive upgrades I’ve added to turn it into a high-contrast maximalist dashboard 🚀
Turned the boring, plain vertical bulleted list of projects into thick-bordered cards.
Added alternating neon drop-shadows (green, blue, and gold) that physically “pop” when you hover over them 
Swapped sterile, generic fonts for massive, loud headers (Impact/Arial Black).
Used letter-spacing to track out the letters so they look extremely polished, editorial, and easy to read 🆒
Threw a retro-tech grid pattern onto the dark background 
Used CSS Grid to arrange the sections side-by-side like an active control dashboard instead of a boring single-column list.
`
<main class="maximalist-container">
<header>
<span class="glitch-tag">STATUS: STUDENT // POLYMATH</span>
<h1>...</h1>
<h2>...</h2>
</header>
<section class="cv-highlight">
<span class="card-tag">DOCUMENTATION</span>
<h3>...</h3>
<a href="...">DOWNLOAD FULL CV →</a>
</section>
<section class="projects-block">
<h3>Projects</h3>
<div class="brutal-list">
<div class="brutal-item color-1">01 ...</div>
<div class="brutal-item color-2">02 ...</div>
<div class="brutal-item color-3">03 ...</div>
</div>
</section>
</main>
<footer>...</footer>
`
(This is my updated index.html . I also have index.css for the custom layout, grid pattern, and letter-spacing, but I’m too lazy
to paste all the CSS rules here
- just know that index.css holds all the visual styling and transitions!)
Next, I’ll be setting up my Blog page to support separate visual cards (including custom social blocks for Instagram and LinkedIn updates) and integrating my calculus study logs 📚 .Oh yeah, feel free to comment if you have any suggestions or design ideas!
That should be it
. Bye 
So, a little update by the 45th-ish or 50th-minute mark, this is how my website is looking. I love the simplicity, but I’m going to be working more on how I can make this more attractive, and the design should be something like a maximalist design, so yeah!
I just started my first project for Stardance i’m so happy :D