| ... |
... |
@@ -6,21 +6,28 @@ |
| 6 |
6 |
<!-- ================= HERO ================= --> |
| 7 |
7 |
<section class="hero hero-centered" aria-labelledby="hero-title"> |
| 8 |
8 |
<div class="container"> |
| 9 |
|
- <div class="hero-inner"> |
| 10 |
|
- <h1 id="hero-title">Professional XWiki solutions, from setup to long-term stability</h1> |
| 11 |
|
- <p class="lead">Need your XWiki upgraded, secured, or improved? Let’s make it happen</p> |
| 12 |
|
- <div class="hero-cta"> |
| 13 |
|
- <a class="btn btn-primary" href="#contact" aria-label="Schedule a call with Agnease">Request a consultation</a> |
|
9 |
+ <div class="row"> |
|
10 |
+ <div class="col-sm-12"> |
|
11 |
+ <div class="hero-inner"> |
|
12 |
+ <h1 id="hero-title">Professional XWiki solutions, from setup to long-term stability</h1> |
|
13 |
+ <p class="lead">Need your XWiki upgraded, secured, or improved? Let’s make it happen</p> |
|
14 |
+ <div class="hero-cta"> |
|
15 |
+ <a class="btn btn-primary" href="#contact" aria-label="Schedule a call with Agnease"> |
|
16 |
+ Request a consultation |
|
17 |
+ </a> |
|
18 |
+ </div> |
|
19 |
+ <ul class="benefits"> |
|
20 |
+ <li>Smooth upgrades</li> |
|
21 |
+ <li>Reliable support plans</li> |
|
22 |
+ <li>Custom integrations</li> |
|
23 |
+ <li>Secure, optimized platforms</li> |
|
24 |
+ </ul> |
|
25 |
+ </div> |
| 14 |
14 |
</div> |
| 15 |
|
- <ul class="benefits"> |
| 16 |
|
- <li>Smooth upgrades</li> |
| 17 |
|
- <li>Reliable support plans</li> |
| 18 |
|
- <li>Custom integrations</li> |
| 19 |
|
- <li>Secure, optimized platforms</li> |
| 20 |
|
- </ul> |
| 21 |
21 |
</div> |
| 22 |
22 |
</div> |
| 23 |
23 |
</section> |
|
30 |
+ |
| 24 |
24 |
<!-- ========= WHY CHOOSE AGNEASE (widgets) ========= --> |
| 25 |
25 |
#set ($whySectionData = [{ |
| 26 |
26 |
'title': 'Stability & security', |
| ... |
... |
@@ -43,16 +43,16 @@ |
| 43 |
43 |
<div class="container"> |
| 44 |
44 |
<h2 id="why-title">Why choose Agnease</h2> |
| 45 |
45 |
<p class="lead">10+ years of XWiki expertise with structured delivery and lasting collaboration</p> |
| 46 |
|
- <div class="widgets" role="list"> |
|
53 |
+ <div class="row widgets" role="list"> |
| 47 |
47 |
#foreach ($entry in $whySectionData) |
| 48 |
|
- <article class="widget" role="listitem"> |
|
55 |
+ <div class="widget col-sm-6 col-md-3" role="listitem"> |
| 49 |
49 |
<div class="icon" aria-hidden="true"> |
| 50 |
50 |
<i class="fa fa-$entry.icon"></i> |
| 51 |
51 |
<h4>$entry.title</h4> |
| 52 |
52 |
</div> |
| 53 |
53 |
<p>$entry.content</p> |
| 54 |
|
- </article> |
| 55 |
|
- #end |
|
61 |
+ </div> |
|
62 |
+ #end |
| 56 |
56 |
</div> |
| 57 |
57 |
</div> |
| 58 |
58 |
</section> |