Welcome to my personal website repository! This project showcases my professional portfolio, notes, and personal projects in a clean, responsive, and modern design.
The repository is organized as follows:
`personal-website/`
├── `index.html` 🏠 Main / 👤 About page
├── `README.md` 📖 Project documentation (you're reading this!)
├── `favicon.ico` ✨ Favicon for the site
│
├── `html/` 📄 HTML pages
│ ├── `projects.html` 🛠️ Projects portfolio
│ └── `notes.html` 📝 Personal notes and blog posts
│
├── `css/` 🎨 Stylesheets
│ ├── `main.css` 🖌️ Core styling
│ ├── `notes.css` 🔗 notes-specific styling
│ └── `responsive.css` 📱 Responsive design for various screen sizes
│
├── `js/` ⚙️ JavaScript files
│ ├── `notes.js` 💡 Notes functionality
│ └── `project.js` 🛠️ Project functionality scripts | Coming soon
│
├── `json`/ 🗃️ Json files
│ └── `notes.json` 📝 hold notes in json to populate site
│
└── `assets/` 🖼️ Assets such as images and icons
│
├── `images/` 📸
│ ├── `profile-photo.jpg` 👤 Profile photo for the About page
│ └── `resume` 🖼️ image of my resume
│
└── `icons/` 🎯
├── `github.svg` 🐙 GitHub icon
└── `linkedin.svg` 🔗 LinkedIn icon
- Responsive Design 📱: Looks great on desktop, tablet, and mobile devices.
- Dark Mode 🌙: Includes a toggle to switch between light and dark themes.
- Portfolio Showcase 🛠️: Displays projects with thumbnails and details.
- Cloudflare DNS and Vercel Hosting 🚀: The website is deployed and managed using Cloudflare for DNS and Vercel for free hosting.
This is a personal project, but feel free to fork the repository and customize it for your own use!
🌈 Deployed with ❤️ using Cloudflare and Vercel.