https://github.com/teekaytech/newsweek-clone
A replica of the official Newsweek website.
https://github.com/teekaytech/newsweek-clone
bootstrap4 css3 html5 responsive-web-design
Last synced: about 1 month ago
JSON representation
A replica of the official Newsweek website.
- Host: GitHub
- URL: https://github.com/teekaytech/newsweek-clone
- Owner: teekaytech
- Created: 2020-03-29T09:53:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T11:01:06.000Z (almost 6 years ago)
- Last Synced: 2025-02-10T21:19:46.273Z (over 1 year ago)
- Topics: bootstrap4, css3, html5, responsive-web-design
- Language: HTML
- Homepage:
- Size: 1.69 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Newsweek Clone
This is a clone copy of Newsweek homepage.

The aim of this project is to produce an exact replica of the Newsweek homepage, focusing on responsiveness implemented with Twitter's Bootstrap framework. That means two things – using bootstrap CSS classes wherever possible (main point of this project) and double-checking that the page layout does not break on smaller screens.
## Built with
* HTML
* CSS (Bootstrap)
* Lint (Stickler)
* W3C Validator
## Live demo
[Live Demo Link](https://rawcdn.githack.com/teekaytech/Newsweek-Clone/857ef8b2b7c9617ec36767791c43bc50ec77db9c/index.html)
## Getting started
**I created a cloned copy of [Newsweek](https://www.newsweek.com/) homepage. The main aim is to ensure that proper bootstrap classes are used to implement responsiveness, so functionality is not a priority.**
I used the browser’s developer tools to inspect the archived apple website to understand how elements are placed and styled.
I built my own page in a .html text file and opened it in our browser to check it out. I carried out the following steps:
- First setup a github repository for the project.
- Then create a .html file where all our HTML markup will go
- Create a .css file where all our styling code will reside
- Then open the [web page](https://www.newsweek.com/), inspect its features with browser's developer tools and start creating :shipit:
## Author
* Github: https://github.com/teekaytech/
* Twitter: https://twitter.com/ola_lere:bust_in_silhouette: **Author:**
* LinkedIn: https://www.linkedin.com/in/teekaytech/
## Contributing
Contributions, issues and feature requests are welcome!
1. Fork the Project
2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
3. Commit your Changes (git commit -m 'Add some AmazingFeature')
4. Push to the Branch (git push origin feature/AmazingFeature)
5. Open a Pull Request
Feel free to check the [issues page](https://github.com/teekaytech/Newsweek-Clone/issues).
## Show your support
Give a :star: if you like this project!
## Acknowledgements
* [Microverse](https://www.microverse.org/)
* [The Odin Project](https://www.theodinproject.com/courses/html5-and-css3/lessons/embedding-images-and-video#introduction)
## License
Distributed under the MIT License.