Bootstrap Framework

- Finished thought in documentation page
This commit is contained in:
Sravan Balaji
2020-01-07 18:46:17 -05:00
parent 37cc666dd1
commit b9d3fc2593

View File

@@ -102,7 +102,9 @@
aspect, but it made some things unnecessarily tedious and difficult. One example of this is the navigation bar. Trying to implement that without
a framework is more difficult than it needs to be. Another issue I ran into was compatibility with mobile browsers. Per
<a href="https://www.linkedin.com/in/tianhongwen/" target="_blank">Tianhong (Sam) Wen</a>'s recommendation, I looked into
<a href="https://getbootstrap.com/" target="_blank">Bootstrap</a>. This has built-in "responsive" classes that can auto adjust
<a href="https://getbootstrap.com/" target="_blank">Bootstrap</a>. This has built-in "responsive" classes that can auto adjust
the size and placement of elements based on the screen size. It also provides an easy way to implement some cool features
like the navbar, accordion-like cards, and a grid layout to easily place images and text around your website's viewport.
</p>
</div>
</div>