WeSearch

Finishing My Personal Website: Mobile-Friendly, Dark Mode, and a Better Projects Section

·3 min read · 0 reactions · 0 comments · 13 views
#webdevelopment#portfolio#github#coding#design
Finishing My Personal Website: Mobile-Friendly, Dark Mode, and a Better Projects Section
⚡ TL;DR · AI summary

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.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)