File tree Expand file tree Collapse file tree 3 files changed +59
-0
lines changed
Expand file tree Collapse file tree 3 files changed +59
-0
lines changed Original file line number Diff line number Diff line change 8383 "title" : " Blurb List" ,
8484 "permalink" : " components/blurb-list" ,
8585 "image" : " imgs/blurb-list.png"
86+ },
87+ {
88+ "title" : " Blurb Circle" ,
89+ "permalink" : " components/blurb-circle" ,
90+ "image" : " imgs/blurb-circle.png"
8691 }
8792]
Original file line number Diff line number Diff line change 1+ ---
2+ title: 'Blurb Circle'
3+ description: 'A feature or details component. (horizontal blurb with circle icon)'
4+ permalink: '/components/blurb-circle/'
5+ layout: component
6+ ---
7+ < p > Font Awesome Required for icons in form</ p >
8+ < p > Code:</ p >
9+ {% highlight html %}
10+ < link rel ="stylesheet " href ="../../css/font-awesome.min.css ">
11+ {% endhighlight %}
12+ < hr >
13+ < br >
14+ < link rel ="stylesheet " href ="../../css/font-awesome.min.css ">
15+ < div class ="row justify-content-md-center ">
16+ < div class ="col-md-4 col-lg-4 col-xl-4 ">
17+ <!-- Start Blurb -->
18+ < div class ="row ">
19+ < div class ="col-3 ">
20+ < div class ="rounded-circle bg-primary text-white ">
21+ < i class ="fa fa-check fa-2x ml-3 mt-3 mr-3 mb-3 " aria-hidden ="true "> </ i >
22+ </ div >
23+ </ div >
24+ < div class ="col-9 ">
25+ < strong > A Catchy Title</ strong > < br >
26+ Phasellus ultrices sem faucibus, dapibus sem at, ornare quam.
27+ </ div >
28+ </ div >
29+ <!-- End Blurb -->
30+ </ div >
31+ </ div >
32+ < br >
33+ < p > Code:</ p >
34+ {% highlight html %}
35+ < div class ="row justify-content-md-center ">
36+ < div class ="col-md-4 col-lg-4 col-xl-4 ">
37+ <!-- Start Blurb -->
38+ < div class ="row ">
39+ < div class ="col-3 ">
40+ < div class ="rounded-circle bg-primary text-white ">
41+ < i class ="fa fa-check fa-2x ml-3 mt-3 mr-3 mb-3 " aria-hidden ="true "> </ i >
42+ </ div >
43+ </ div >
44+ < div class ="col-9 ">
45+ < strong > A Catchy Title</ strong > < br >
46+ Phasellus ultrices sem faucibus, dapibus sem at, ornare quam.
47+ </ div >
48+ </ div >
49+ <!-- End Blurb -->
50+ </ div >
51+ </ div >
52+ {% endhighlight %}
53+ < hr >
54+ < br >
You can’t perform that action at this time.
0 commit comments