mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-02 03:19:27 +00:00
Added feature component
This commit is contained in:
7
views/partials/feature.hbs
Normal file
7
views/partials/feature.hbs
Normal file
@@ -0,0 +1,7 @@
|
||||
<div class='feature'>
|
||||
<img src='{{img}}' alt='{{alt}}'/>
|
||||
<div class='feature__text'>
|
||||
<h2 class='feature__title'>{{title}}</h2>
|
||||
<p class='feature__content'>{{content}}</p>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user