A list of expected technology to be used in this assignment
- HTML
- CSS
- Web Browser
- Bootstrap
- Image Editing Software (GIMP)
In this repository you will find two image files that represent two web pages. Convert the provided designs into a functional web page.
- Create both web pages in files namde index.html and blog-post.html in the root directory
- Use an external CSS file to style the page
- store all css files in a directory named styles
- store all image files in a directory name images
Refactor your CSS by using the Bootstrap CSS framework where possible
- Fork this repository
- Clone your repository to your local machine
git clone - Complete lab requirements
- Create HTML pages in the root directory
- Create a folder named 'images' and add image files to this directory
- Create a folder for CSS and add all CSS file to this directory
- Add files to staging:
git add . - Commit staged files:
git commit -m <some-information-message-here> - Push changes to GitHub
git push - Finally create a pull request from your projects GitHub page