https://github.com/abeidahmed/tnw-clone
A clone of The Next Web's home page with fully responsive design.
https://github.com/abeidahmed/tnw-clone
bem css3 html5 utility-classes
Last synced: 5 months ago
JSON representation
A clone of The Next Web's home page with fully responsive design.
- Host: GitHub
- URL: https://github.com/abeidahmed/tnw-clone
- Owner: abeidahmed
- Created: 2020-11-30T08:01:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-03T08:33:29.000Z (over 4 years ago)
- Last Synced: 2024-12-06T23:53:19.442Z (6 months ago)
- Topics: bem, css3, html5, utility-classes
- Language: HTML
- Homepage: https://abeidahmed.github.io/tnw-clone/
- Size: 3.13 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# The Next Web home page clone
A clone of [TNW](https://thenextweb.com/)'s home page. The website is build using the modern `css` techniques. I am my pairing partner have utilised the `BEM` naming convention and extracted `utility classes` as much as possible for their reusability purposes.
The website is fully responsive with the help of two `media query` `breakpoints` (the default being the smaller viewport), namely: `< 768px`, `>= 768px`, `>= 1024px`.

## Built With
- HTML
- CSS## Getting Started
To get a local copy up and running follow these simple example steps.
- `git clone https://github.com/abeidahmed/tnw-clone.git`
- `cd tnw-clone`
- `git checkout -b tnw-clone`
- `git pull origin tnw-clone`
- If you have vscode `live-server` installed, run it and open `localhost:3000`## Authors
👤 **abeidahmed**
- GitHub: [@abeidahmed](https://github.com/abeidahmed)
- Twitter: [@iamhawaabi](https://twitter.com/iamhawaabi)
- LinkedIn: [Abeid Ahmed](https://www.linkedin.com/in/abeid-ahmed-b21882172/)👤 **Murodjon000**
- GitHub: [@Murodjon000](https://github.com/Murodjon000)
- Twitter: [@Murodjon](https://twitter.com/Murodjo91836152)
- LinkedIn: [murodjon-tursunpulatov](https://www.linkedin.com/in/murodjon-tursunpulatov-5189481b3/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to [The Next Web](https://thenextweb.com/) for their awesome landing page.
- Hat tip to Microverse for their `README` template.## 📝 License
Copyright 2020 Abeid Ahmed & Murodjon Tursunpulatov
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.