A clean and responsive personal portfolio website built with Bootstrap 5.
- Responsive Design: Mobile-first approach using Bootstrap 5
- Clean Layout: Professional two-column layout with profile image
- Sections Include:
- Personal introduction with contact information
- Education background
- Work experience
- Projects showcase
- Modern Styling: Bootstrap components for consistent design
- Easy to Customize: Simple HTML structure for quick updates
Visit the live website: [Your GitHub Pages URL will be here]
Website_demo_v2/
├── index.html # Main portfolio page
├── README.md # Project documentation
└── _config.yml # GitHub Pages configuration
- HTML5: Semantic markup
- Bootstrap 5.3.8: CSS framework for responsive design
- GitHub Pages: Free hosting platform
Edit the following sections in index.html:
- Name: Update the
<h1>tag in the header - Subtitle: Modify the subtitle paragraph
- Profile Image: Replace the image URL in the
srcattribute - Contact Info: Update email, phone, and LinkedIn links
- Education: Update school name, major, and description
- Work Experience: Add/modify experience entries
- Projects: Update project titles, descriptions, and links
The website uses Bootstrap 5 classes. You can:
- Modify Bootstrap classes for different layouts
- Add custom CSS by including a
<style>section or external CSS file - Change colors using Bootstrap utility classes
- Create a new repository on GitHub
- Upload all files to the repository
- Go to repository Settings → Pages
- Select "Deploy from a branch"
- Choose "main" branch and "/ (root)" folder
- Click Save
Your website will be available at: https://yourusername.github.io/repository-name
- Clone the repository
- Open
index.htmlin your browser - Make changes and test locally
- Commit and push changes to update the live site
The website is optimized for:
- Mobile: < 768px (single column layout)
- Tablet: 768px - 992px (responsive grid)
- Desktop: > 992px (full two-column layout)
<div class="container mt-5">
<h2 class="fw-bold">New Section Title</h2>
<p>Your content here</p>
</div>Use Bootstrap utility classes:
text-primary,text-secondary, etc. for text colorsbg-primary,bg-light, etc. for background colors
Include Font Awesome or Bootstrap Icons:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css">This project is open source and available under the MIT License.
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
Feel free to reach out if you have any questions or suggestions!
Note: Remember to update the placeholder content with your actual information before deploying!"# GDGgithubWorkshop"