A responsive web tribute page dedicated to Albert Einstein, the Father of Modern Physics. This project was created as part of the FreeCodeCamp Web Design certification.
You can view the live demo of this project at: kenjin32icon/Build-a-Tribute-Page
- Responsive design that works on desktop and mobile browsers
- Clean and modern UI with subtle shadows and transitions
- Timeline of Einstein's major life events
- Famous quote section
- High-quality historical image
- External links for further reading
- HTML5
- CSS3
- Responsive Design
- CSS Flexbox/Grid
Build-a-Tribute-Page/
│
├── index.html # Main HTML file
├── style.css # CSS styles
└── README.md # Project documentation
- Responsive image handling
- Custom typography
- Mobile-first design approach
- Semantic HTML structure
- CSS custom styling including:
- Box shadows
- Custom borders
- Responsive padding and margins
- Typography hierarchy
To run this project locally:
- Clone this repository
git clone https://github.com/kenjin32icon/Build-a-Tribute-Page.git
- Open
index.html
in your preferred browser
Feel free to fork this project and submit pull requests for any improvements.
This project is open source and available under the GNU General Public License v3.0.
- Image source: Wikimedia Commons
- Content inspiration: Wikipedia
- Project requirements: FreeCodeCamp