Skip to content

Commit

Permalink
added blurb list 2
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowcodex committed Sep 20, 2017
1 parent 2de11e6 commit 9b9829d
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _data/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,10 @@
"title": "Blurb Circle 2",
"permalink": "components/blurb-circle-2",
"image": "imgs/blurb-circle-2.png"
},
{
"title": "Blurb List 2",
"permalink": "components/blurb-list-2",
"image": "imgs/blurb-list-2.png"
}
]
126 changes: 126 additions & 0 deletions components/blurb-list-2.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,126 @@
---
title: 'Blurb List 2'
description: 'A list of features or detail components. (vertical blurb with circle icon list)'
permalink: '/components/blurb-list-2/'
layout: component
---
<p>Font Awesome Required for icons in form</p>
<p>Code:</p>
{% highlight html %}
<link rel="stylesheet" href="../../css/font-awesome.min.css">
{% endhighlight %}
<hr>
<br>
<link rel="stylesheet" href="../../css/font-awesome.min.css">
<div class="row justify-content-md-center">
<div class="col-md-3 col-lg-3 col-xl-3">
<!-- Start Blurb -->
<div class="row mb-2">
<div class="col text-center">
<div class="rounded-circle bg-primary text-white d-inline-block">
<i class="fa fa-check fa-4x mt-3 mb-3 ml-3 mr-3" aria-hidden="true"></i>
</div>
</div>
</div>
<div class="row">
<div class="col text-center">
<strong>A Catchy Title</strong><br>
Phasellus ultrices sem faucibus, dapibus sem at, ornare quam.
</div>
</div>
<!-- End Blurb -->
</div>
<div class="col-md-3 col-lg-3 col-xl-3">
<!-- Start Blurb -->
<div class="row mb-2">
<div class="col text-center">
<div class="rounded-circle bg-primary text-white d-inline-block">
<i class="fa fa-check fa-4x mt-3 mb-3 ml-3 mr-3" aria-hidden="true"></i>
</div>
</div>
</div>
<div class="row">
<div class="col text-center">
<strong>A Catchy Title</strong><br>
Phasellus ultrices sem faucibus, dapibus sem at, ornare quam.
</div>
</div>
<!-- End Blurb -->
</div>
<div class="col-md-3 col-lg-3 col-xl-3">
<!-- Start Blurb -->
<div class="row mb-2">
<div class="col text-center">
<div class="rounded-circle bg-primary text-white d-inline-block">
<i class="fa fa-check fa-4x mt-3 mb-3 ml-3 mr-3" aria-hidden="true"></i>
</div>
</div>
</div>
<div class="row">
<div class="col text-center">
<strong>A Catchy Title</strong><br>
Phasellus ultrices sem faucibus, dapibus sem at, ornare quam.
</div>
</div>
<!-- End Blurb -->
</div>
</div>
<br>
<p>Code:</p>
{% highlight html %}
<div class="row justify-content-md-center">
<div class="col-md-3 col-lg-3 col-xl-3">
<!-- Start Blurb -->
<div class="row mb-2">
<div class="col text-center">
<div class="rounded-circle bg-primary text-white d-inline-block">
<i class="fa fa-check fa-4x mt-3 mb-3 ml-3 mr-3" aria-hidden="true"></i>
</div>
</div>
</div>
<div class="row">
<div class="col text-center">
<strong>A Catchy Title</strong><br>
Phasellus ultrices sem faucibus, dapibus sem at, ornare quam.
</div>
</div>
<!-- End Blurb -->
</div>
<div class="col-md-3 col-lg-3 col-xl-3">
<!-- Start Blurb -->
<div class="row mb-2">
<div class="col text-center">
<div class="rounded-circle bg-primary text-white d-inline-block">
<i class="fa fa-check fa-4x mt-3 mb-3 ml-3 mr-3" aria-hidden="true"></i>
</div>
</div>
</div>
<div class="row">
<div class="col text-center">
<strong>A Catchy Title</strong><br>
Phasellus ultrices sem faucibus, dapibus sem at, ornare quam.
</div>
</div>
<!-- End Blurb -->
</div>
<div class="col-md-3 col-lg-3 col-xl-3">
<!-- Start Blurb -->
<div class="row mb-2">
<div class="col text-center">
<div class="rounded-circle bg-primary text-white d-inline-block">
<i class="fa fa-check fa-4x mt-3 mb-3 ml-3 mr-3" aria-hidden="true"></i>
</div>
</div>
</div>
<div class="row">
<div class="col text-center">
<strong>A Catchy Title</strong><br>
Phasellus ultrices sem faucibus, dapibus sem at, ornare quam.
</div>
</div>
<!-- End Blurb -->
</div>
</div>
{% endhighlight %}
<hr>
<br>
Binary file added imgs/blurb-list-2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9b9829d

Please sign in to comment.