| ... |
... |
@@ -192,23 +192,21 @@ |
| 192 |
192 |
has the same complexity. |
| 193 |
193 |
</p> |
| 194 |
194 |
|
| 195 |
|
- <div class="services-grid"> |
|
195 |
+ <div class="pathways"> |
| 196 |
196 |
#foreach ($entry in $startingPoints) |
| 197 |
|
- <article class="service"> |
| 198 |
|
- <div class="service-icon" aria-hidden="true"> |
|
197 |
+ <article class="pathway-card"> |
|
198 |
+ <div class="pathway-icon" aria-hidden="true"> |
| 199 |
199 |
<i class="fa fa-$entry.icon"></i> |
| 200 |
|
- </div> |
| 201 |
|
- <div class="service-body"> |
| 202 |
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> |
| 211 |
211 |
</div> |
|
202 |
+ <p><strong>$entry.price</strong></p> |
|
203 |
+ <p>$entry.description</p> |
|
204 |
+ <ul> |
|
205 |
+ #foreach ($item in $entry.items) |
|
206 |
+ <li>$item</li> |
|
207 |
+ #end |
|
208 |
+ </ul> |
|
209 |
+ <p><a class="btn btn-primary" href="$contactURL">$entry.cta</a></p> |
| 212 |
212 |
</article> |
| 213 |
213 |
#end |
| 214 |
214 |
</div> |