[gnome-bootstrap-theme] feat: add fa-icons examples



commit 14f003bdd1ff79fb09168e6fd83b19e4df430974
Author: Guillaume Bernard <associations guillaume-bernard fr>
Date:   Mon Sep 26 12:32:07 2022 +0200

    feat: add fa-icons examples

 index.html | 35 +++++++++++++++++++++++++++++++----
 1 file changed, 31 insertions(+), 4 deletions(-)
---
diff --git a/index.html b/index.html
index cb97006..1d53867 100644
--- a/index.html
+++ b/index.html
@@ -169,14 +169,41 @@
           <a href="#" class="btn btn-action">Button</a>
         </div>
         <div class="col-xs-12 col-md-4">
-                        <pre>&lt;a href=&quot;#&quot; class=&quot;btn btn-primary&quot;&gt;Button&lt;/a&gt;
-    &lt;a href=&quot;#&quot; class=&quot;btn btn-success&quot;&gt;Button&lt;/a&gt;
-    &lt;a href=&quot;#&quot; class=&quot;btn btn-default&quot;&gt;Button&lt;/a&gt;
-    &lt;a href=&quot;#&quot; class=&quot;btn btn-action&quot;&gt;Button&lt;/a&gt;</pre>
+          <pre>
+&lt;a href=&quot;#&quot; class=&quot;btn btn-primary&quot;&gt;Button&lt;/a&gt;
+&lt;a href=&quot;#&quot; class=&quot;btn btn-success&quot;&gt;Button&lt;/a&gt;
+&lt;a href=&quot;#&quot; class=&quot;btn btn-default&quot;&gt;Button&lt;/a&gt;
+&lt;a href=&quot;#&quot; class=&quot;btn btn-action&quot;&gt;Button&lt;/a&gt;
+          </pre>
         </div>
       </div>
     </div>
   </section>
+
+  <section class="bg-dark">
+    <div class="container text-light">
+      <div class="row">
+        <div class="col-6">
+              <pre>
+&lt;i class=&quot;fa-solid fa-magnifying-glass&quot;&gt;&lt;/i&gt;
+&lt;i class=&quot;fa-solid fa-people-arrows&quot;&gt;&lt;/i&gt;
+    </pre>
+        </div>
+        <div class="col-6">
+          <ul>
+            <li><i class="fa-solid fa-magnifying-glass"></i></li>
+            <li><i class="fa-solid fa-people-arrows"></i></li>
+          </ul>
+        </div>
+      </div>
+    </div>
+  </section>
+
+  <section>
+    <div class="container">
+
+    </div>
+  </section>
 </div>
 <div class="footer m-t-0">
   <div class="container triangles">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]