| ... |
... |
@@ -191,30 +191,22 @@ |
| 191 |
191 |
or set up ongoing support. This keeps the first step clear without pretending that every XWiki environment |
| 192 |
192 |
has the same complexity. |
| 193 |
193 |
</p> |
| 194 |
|
- |
|
194 |
+ |
| 195 |
195 |
<div class="pathways"> |
| 196 |
196 |
#foreach ($entry in $startingPoints) |
| 197 |
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> |
|
198 |
+ <div class="pathway-icon" aria-hidden="true"> |
|
199 |
+ <i class="fa fa-$entry.icon"></i> |
|
200 |
+ <h4>$entry.title</h4> |
| 203 |
203 |
</div> |
| 204 |
|
- |
| 205 |
205 |
<p><strong>$entry.price</strong></p> |
| 206 |
|
- |
| 207 |
207 |
<p>$entry.description</p> |
| 208 |
|
- |
| 209 |
209 |
<ul> |
| 210 |
210 |
#foreach ($item in $entry.items) |
| 211 |
211 |
<li>$item</li> |
| 212 |
212 |
#end |
| 213 |
213 |
</ul> |
| 214 |
|
- |
| 215 |
|
- <div class="card-link"> |
| 216 |
|
- <a href="$contactURL">$entry.cta</a> |
| 217 |
|
- </div> |
|
209 |
+ <p><a class="btn btn-primary" href="$contactURL">$entry.cta</a></p> |
| 218 |
218 |
</article> |
| 219 |
219 |
#end |
| 220 |
220 |
</div> |