Finishing My Personal Website: Mobile-Friendly, Dark Mode, and a Better Projects Section
Ehsan Kahrizi has been working on improving his personal website as part of the GitHub Finish-Up-A-Thon Challenge. The updates include enhancements for mobile responsiveness, dark mode support, and a more comprehensive Projects section. These changes aim to create a polished portfolio that effectively showcases his work and skills.
- ▪The project originally started as a simple personal website hosted on GitHub Pages.
- ▪Improvements being made include better mobile responsiveness, dark mode support, and enhanced SEO.
- ▪GitHub Copilot has aided in speeding up coding tasks and improving the user experience.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3957110) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Ehsan Kahrizi Posted on May 30 Finishing My Personal Website: Mobile-Friendly, Dark Mode, and a Better Projects Section #devchallenge #githubchallenge GitHub “Finish-Up-A-Thon” Challenge Submission This is a submission for the GitHub Finish-Up-A-Thon Challenge What I Built I revisited my personal website and decided to turn it into a more complete and polished portfolio. The project originally started as a simple personal website hosted on GitHub Pages.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).