Refactor website#13
Open
MasterCruelty wants to merge 2 commits into
Open
Conversation
- Remove iframe + fake-browser-chrome architecture; tabs now swap real <section>s in index.html so there's no double-scrollbar and no extra page loads. - Drop Bootstrap 3 CDN and the duplicate inner stylesheet — single style.css now powers everything. - Build out the home tab with an about card, social/elsewhere link rows, skill pills, and a 3-up stat strip. - Rebuild Progetti as a real card grid (university + personal), each card with tag, description, tech chips, and hover lift. - Reuse the card grid for AT/M Shitposting with per-platform brand accents (Facebook blue, Instagram pink, Telegram cyan) and a separate press section. - Polish: hero accent gradient + soft glow, blinking caret, breadcrumb per tab, smooth tab transitions, footer, and improved responsive breakpoints.
index.html is now a structural shell (114 lines) — all the repetitive card markup is gone. To add a project, social link, or press item, just edit the corresponding array in data.js. app.js holds the small template-literal renderers and the tab/year wiring. HTML escaping is applied to every interpolated value to keep things safe if data ever comes from elsewhere.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.