Skip to content

Commit fdcdece

Browse files
committed
update index
1 parent 687fe9d commit fdcdece

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

index.html

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ <h1>Hello, world!</h1>
1414
</div>
1515
</div>
1616
<br>
17-
<h2>Prerequisites</h2>
18-
<p>Some items require Font Awesome in order for them to look right, this is because Bootstrap 4 does not ship with a default
19-
icon library. I choose Font Awesome because I have been a long time supporter. I will update this to use Font Awesome 5 once
20-
the free icons are released with full licenses.
21-
</p>
22-
<p>To learn more and download Font Awesome visit <a href="http://fontawesome.io/">http://fontawesome.io/</a></p>
23-
<br><br><br>
2417
<h2>What is The Purpose of This Site?</h2>
25-
<p>Simply a collection of components I have built using Bootstrap 4. I try to keep it as simple as default bootstrap classes and styles,
26-
that way you can just plug these components into any Bootstrap 4 website.
27-
</p>
18+
<p>Simply a collection of components I have built using Bootstrap 4. They should be Plug n Play and require no extra css or JS.</p>
19+
<p>I am working off of two premiss for this UI library / Kit.</p>
20+
<ol>
21+
<li>No custom CSS to be added. Meaning you don't have to modify any bootstrap css values. Our goal is to completely use the utilities in Bootstrap 4 to our benefit.</li>
22+
<li>No custom JS to be added. No dependencies to add custom Javascript to your website. This way we won't conflict with anything that has been done on sites before.</li>
23+
</ol>
24+
<p>All components should basically be copy and paste for sites that use Bootstrap 4.</p>
25+
<p>The one, ONE, caveat to that right now is font awesome. I require some sort of icons for certain components, and since font awesome is one of the easiest to just drop in I am using that. Feel free to replace the icons with your own icon framework.</p>
26+
<p>If a component does require font awesome it will be notated at the very top of that components page. To learn more and download Font Awesome visit <a href="http://fontawesome.io/">http://fontawesome.io/</a></p>
2827
<p>All items are covered under the MIT license. <a href="https://tldrlegal.com/license/mit-license">https://tldrlegal.com/license/mit-license</a></p>

0 commit comments

Comments
 (0)