Skip to content

Commit 4ace129

Browse files
committed
added image previews to index and readme
1 parent 6295792 commit 4ace129

File tree

7 files changed

+23
-2
lines changed

7 files changed

+23
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# codex-ui
22
A collection of ui components for bootstrap 4
33

4+
![Item Previews](imgs/item-previews.png)
5+
46
## View Components
57

68
To view a full list of components that are both done and on the road map simply go to [https://shadowcodex.github.io/codex-ui/components/](https://shadowcodex.github.io/codex-ui/components/)

imgs/item-previews.png

60.7 KB
Loading

imgs/login.png

6.56 KB
Loading

imgs/pricing-table.png

10.4 KB
Loading

imgs/subscribe.png

1.96 KB
Loading

imgs/team-card.png

9.54 KB
Loading

index.html

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
layout: home
55
---
66

7-
<div class="jumbotron">
7+
<div class="jumbotron bg-dark text-white">
88
<div class="container">
99
<h1>Hello, world!</h1>
1010
<p>Here you will find a collection of bootstrap 4 components.</p>
@@ -13,7 +13,26 @@ <h1>Hello, world!</h1>
1313
</p>
1414
</div>
1515
</div>
16-
<br>
16+
<br><br>
17+
<div class="row">
18+
<div class="col">
19+
<img src="imgs/pricing-table.png" alt="" class="img-fluid rounded-circle border border-primary">
20+
<a href="components/pricing-table-alternative/" class="btn btn-dark btn-block mt-2">View Pricing Table 2</a>
21+
</div>
22+
<div class="col">
23+
<img src="imgs/subscribe.png" alt="" class="img-fluid rounded-circle border border-primary">
24+
<a href="components/call-to-action/" class="btn btn-dark btn-block mt-2">View Call To Action</a>
25+
</div>
26+
<div class="col">
27+
<img src="imgs/team-card.png" alt="" class="img-fluid rounded-circle border border-primary">
28+
<a href="components/team-member-multi-profile-card/" class="btn btn-dark btn-block mt-2">View Call Team Cards</a>
29+
</div>
30+
<div class="col">
31+
<img src="imgs/login.png" alt="" class="img-fluid rounded-circle border border-primary">
32+
<a href="components/login-form-alternative-2/" class="btn btn-dark btn-block mt-2">View Login Form 3</a>
33+
</div>
34+
</div>
35+
<br><br><br><br>
1736
<h2>What is The Purpose of This Site?</h2>
1837
<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>
1938
<p>I am working off of two premiss for this UI library / Kit.</p>

0 commit comments

Comments
 (0)