| ... |
... |
@@ -174,7 +174,7 @@ |
| 174 |
174 |
<section class="resource-page"> |
| 175 |
175 |
<div class="container"> |
| 176 |
176 |
<div class="resource-layout"> |
| 177 |
|
- <article class="services"> |
|
177 |
+ <article class="resource-content services"> |
| 178 |
178 |
|
| 179 |
179 |
<div class="resource-note"> |
| 180 |
180 |
<p> |
| ... |
... |
@@ -192,28 +192,22 @@ |
| 192 |
192 |
has the same complexity. |
| 193 |
193 |
</p> |
| 194 |
194 |
|
| 195 |
|
- <div class="pathways"> |
|
195 |
+ <div class="services-grid"> |
| 196 |
196 |
#foreach ($entry in $startingPoints) |
| 197 |
|
- <article class="pathway-card"> |
| 198 |
|
- <div class="card-heading"> |
| 199 |
|
- <div class="pathway-icon" aria-hidden="true"> |
| 200 |
|
- <i class="fa fa-$entry.icon"></i> |
| 201 |
|
- </div> |
| 202 |
|
- <h3>$entry.title</h3> |
|
197 |
+ <article class="service"> |
|
198 |
+ <div class="service-icon" aria-hidden="true"> |
|
199 |
+ <i class="fa fa-$entry.icon"></i> |
| 203 |
203 |
</div> |
| 204 |
|
- |
| 205 |
|
- <p><strong>$entry.price</strong></p> |
| 206 |
|
- |
| 207 |
|
- <p>$entry.description</p> |
| 208 |
|
- |
| 209 |
|
- <ul> |
| 210 |
|
- #foreach ($item in $entry.items) |
| 211 |
|
- <li>$item</li> |
| 212 |
|
- #end |
| 213 |
|
- </ul> |
| 214 |
|
- |
| 215 |
|
- <div class="card-link"> |
| 216 |
|
- <a href="$contactURL">$entry.cta</a> |
|
201 |
+ <div class="service-body"> |
|
202 |
+ <h4>$entry.title</h4> |
|
203 |
+ <p><strong>$entry.price</strong></p> |
|
204 |
+ <p>$entry.description</p> |
|
205 |
+ <ul> |
|
206 |
+ #foreach ($item in $entry.items) |
|
207 |
+ <li>$item</li> |
|
208 |
+ #end |
|
209 |
+ </ul> |
|
210 |
+ <p><a class="btn btn-primary" href="$contactURL">$entry.cta</a></p> |
| 217 |
217 |
</div> |
| 218 |
218 |
</article> |
| 219 |
219 |
#end |