Skip to content
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.

Commit

Permalink
Update after_header.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Dax74 committed Dec 18, 2018
1 parent b43ce37 commit 4d1aded
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions common/after_header.html
Expand Up @@ -53,15 +53,15 @@ <h3>A simple box</h3>
<!--LIST-->
<div>
<ul class="feature-list">
<li><i class="fa fa-coffee"></i><a href="your-url"> Coffee and milk</a> to wake up in the morning</li>
<li><i class="fa fa-heartbeat"></i> One hour of gym</li>
<li><i class="fa fa-book"></i> Rearrange books in the study</li>
<li><svg class="fa d-icon d-icon-twitter svg-icon svg-node" aria-hidden="true"><use xlink:href="#fab-twitter"></use></svg><a href="your-url"> A tweet</a> to wake up my friends</li>
<li><svg class="fa d-icon d-icon-picture-o svg-icon svg-string" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#far-image"></use></svg> Put the photos in the bag</li>
<li><svg class="fa d-icon d-icon-list svg-icon svg-string" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#list"></use></svg> Rearrange books in the study</li>
</ul>
</div>

<!--BUTTON-->
<div class="buttons" id="my-button">
<a href="enter-a-url" class="btn btn-icon-text ember-view"><i class="fa fa-commenting d-icon d-icon-commenting"></i>My new button</a>
<a href="enter-a-url" class="btn btn-icon-text ember-view"><svg class="fa d-icon d-icon-user-plus svg-icon svg-node" aria-hidden="true"><use xlink:href="#user-plus"></use></svg> My new button</a>
</div>

</div>
Expand All @@ -87,7 +87,7 @@ <h3>Another simple box</h3>

<!--BUTTON-->
<div class="buttons" id="my-button">
<a href="enter-a-url" class="btn btn-icon-text ember-view"><i class="fa fa-user-plus d-icon d-icon-user-plus"></i>My new button</a>
<a href="enter-a-url" class="btn btn-icon-text ember-view"><svg class="fa d-icon d-icon-user-plus svg-icon svg-node" aria-hidden="true"><use xlink:href="#user-plus"></use></svg> My new button</a>
</div>

</div>
Expand Down

0 comments on commit 4d1aded

Please sign in to comment.