| ... |
... |
@@ -52,14 +52,12 @@ |
| 52 |
52 |
<p class="lead">10+ years of XWiki expertise with structured delivery and lasting collaboration</p> |
| 53 |
53 |
<div class="row widgets" role="list"> |
| 54 |
54 |
#foreach ($entry in $whySectionData) |
| 55 |
|
- <div class="col-xs-12 col-sm-6 col-md-3"> |
| 56 |
|
- <div class="widget" role="listitem"> |
| 57 |
|
- <div class="icon" aria-hidden="true"> |
| 58 |
|
- <i class="fa fa-$entry.icon"></i> |
| 59 |
|
- <h4>$entry.title</h4> |
| 60 |
|
- </div> |
| 61 |
|
- <p>$entry.content</p> |
|
55 |
+ <div class="widget col-sm-6 col-md-3" role="listitem"> |
|
56 |
+ <div class="icon" aria-hidden="true"> |
|
57 |
+ <i class="fa fa-$entry.icon"></i> |
|
58 |
+ <h4>$entry.title</h4> |
| 62 |
62 |
</div> |
|
60 |
+ <p>$entry.content</p> |
| 63 |
63 |
</div> |
| 64 |
64 |
#end |
| 65 |
65 |
</div> |