In this project, I was given a completed html & css file that created a fully functioning webpage, however, lacked clarity within the code. In order to allow others to easily read through the code, I updated the html webpage to include semantic elements that would better define each section of the webpage. Next, I added in compliance code such as alt tags onto the images in order to provide an image description in the case of images failing to load. Finally, I condensed the CSS code to separate the webpage into classes that shared similar style attributes.
As a result of this project, I was able to reproduce the same webpage, while adding comments on the backend to create an easy to manage code. Hopefully this will allow future collaborators to jump in and update without confusion.
At a minimum, your project README needs a title and a short description explaining the what, why, and how. What was your motivation? Why did you build this project? (Note: The answer is not "Because it was a homework assignment.") What problem does it solve? What did you learn? What makes your project stand out? If your project has a lot of features, consider adding a heading called "Features" and listing them here.
Click on the following link in order to access completed project: https://reyarger.github.io/ry-repository/
HTML and CSS code have been used to create a user friendly website. Once the user clicks on the webpage link, the below webpage is shown:
Haven't been able to figure out how to post my screenshot into VS Code
Trilogy Education Services - Original CSS and HTML Code
MIT License
Copyright (c) [2020] [Rachel Yarger]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.