An open API service indexing awesome lists of open source software.

https://github.com/martinbryant/conquer-theme-using-grid

Conquer Theme - Remove Bootstrap from the popular theme Conquer and use CSS Grid
https://github.com/martinbryant/conquer-theme-using-grid

bootstrap conquer css-grid

Last synced: 8 months ago
JSON representation

Conquer Theme - Remove Bootstrap from the popular theme Conquer and use CSS Grid

Awesome Lists containing this project

README

          

# Conquer Theme

Inspired by [5 Projects To Complete When Starting to Learn Front-End Web Development](https://medium.com/@GarrettLevine/5-projects-to-complete-when-starting-to-learn-front-end-web-development-48e8a1ce3178 "medium.com")

The Conquer template is a really great starting place for new learners. They have the opportunity to build something they can feel proud of while still being challenged. The Conquer template utilizes bootstrap, but it is important to avoid using this to build the project

[My version of Conquer](http://martinbryant.io/conquer/conquer-using-grid/ "My Conquer") vs [The original Conquer](http://martinbryant.io/conquer/conquer-original/ "Original Conquer")

## Challenges

* Using sections in the navbar to scroll down the page
* Scrolling over 3 images
* Collapsing the navbar on smaller screens
* Stacking the sections correctly on smaller screens

## Takeaways

* Learnt about CSS selector specificity rules
* Used the new CSS Grid to achieve responsive layout

## Acknowledgments
[Garrett Levine](https://medium.com/@GarrettLevine "Garrett Levine on Medium") - Thank you for the great article