This is a personal website built with Flask. It showcases various projects, provides information about my background, and offers insights into my interests in technology, fitness, and reading. The site features a clean design with a responsive layout and hover effects on project boxes.
Link to Website: https://emerson0425.pythonanywhere.com/
- Display of project details with GitHub links
- Hover effects that enlarge project boxes for a dynamic feel
- Responsive design that looks great on both desktop and mobile devices
- Custom color schemes and rounded corners for a polished look
- Python 3.6 or higher
- Flask
-
Clone the repository:
git clone https://github.com/EmersonMR25/Personal-Website.git
-
Navigate to the project directory:
-
Run the following command:
python run.py
-
Update Project Information: Modify the project details in the templates/projects.html file to add or update your project descriptions and GitHub links.
-
Change Styling: Adjust colors, fonts, and layout by editing the static/css/styles.css file. You can customize the color scheme and hover effects here.
-
Update Content: Modify text and other content directly in the templates folder. Files like index.html and about.html contain the main content sections of the site.
-
Add New Sections: To add new sections or features, you may need to update both the templates and static directories. Ensure that any new routes or templates are also added to init.py & rountes.py.
This project is licensed under the MIT License - see the LICENSE file for details.