6 changed files with 41 additions and 35 deletions
@ -1,13 +1,9 @@ |
|||||
<section class="template clients"> |
<section class="template"> |
||||
<div class="clients__intro"><h2 class="clients__title title">{{title}}</h2></div> |
<header class="template__header"> |
||||
|
<h1 class="template__header-heading">Ready!</h1> |
||||
|
</header> |
||||
|
|
||||
<div class="clients__content"> |
<div class="template__content"> |
||||
<div class="clients__content-text"><p>{{phrase}}</p></div> |
<p>Review the `/data` folder with JSON data files.</p> |
||||
</div> |
</div> |
||||
|
</section> |
||||
<footer class="clients__actions actions"> |
|
||||
<a href="{{ url }}" target="_self" class="btn btn--secondary">{{ cta_text }}</a> |
|
||||
</footer> |
|
||||
</section> |
|
||||
|
|
||||
<img src="images/demo.jpeg" alt=""> |
|
||||
Loading…
Reference in new issue