| ... |
... |
@@ -6,28 +6,21 @@ |
| 6 |
6 |
<!-- ================= HERO ================= --> |
| 7 |
7 |
<section class="hero hero-centered" aria-labelledby="hero-title"> |
| 8 |
8 |
<div class="container"> |
| 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> |
|
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> |
| 26 |
26 |
</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> |
| 27 |
27 |
</div> |
| 28 |
28 |
</div> |
| 29 |
29 |
</section> |
| 30 |
|
- |
| 31 |
31 |
<!-- ========= WHY CHOOSE AGNEASE (widgets) ========= --> |
| 32 |
32 |
#set ($whySectionData = [{ |
| 33 |
33 |
'title': 'Stability & security', |
| ... |
... |
@@ -50,16 +50,16 @@ |
| 50 |
50 |
<div class="container"> |
| 51 |
51 |
<h2 id="why-title">Why choose Agnease</h2> |
| 52 |
52 |
<p class="lead">10+ years of XWiki expertise with structured delivery and lasting collaboration</p> |
| 53 |
|
- <div class="row widgets" role="list"> |
|
46 |
+ <div class="widgets" role="list"> |
| 54 |
54 |
#foreach ($entry in $whySectionData) |
| 55 |
|
- <div class="widget col-sm-6 col-md-3" role="listitem"> |
|
48 |
+ <article class="widget" role="listitem"> |
| 56 |
56 |
<div class="icon" aria-hidden="true"> |
| 57 |
57 |
<i class="fa fa-$entry.icon"></i> |
| 58 |
58 |
<h4>$entry.title</h4> |
| 59 |
59 |
</div> |
| 60 |
60 |
<p>$entry.content</p> |
| 61 |
|
- </div> |
| 62 |
|
- #end |
|
54 |
+ </article> |
|
55 |
+ #end |
| 63 |
63 |
</div> |
| 64 |
64 |
</div> |
| 65 |
65 |
</section> |
| ... |
... |
@@ -113,17 +113,12 @@ |
| 113 |
113 |
<section class="services" aria-labelledby="services-title"> |
| 114 |
114 |
<div class="container"> |
| 115 |
115 |
<h2 id="services-title">Services</h2> |
| 116 |
|
- <p class="services-sub"> |
| 117 |
|
- All the XWiki services you need, delivered with precision and care |
| 118 |
|
- </p> |
| 119 |
|
- |
| 120 |
|
- <div class="row services-grid" role="list"> |
|
109 |
+ <p class="services-sub">All the XWiki services you need, delivered with precision and care</p> |
|
110 |
+ <div class="services-grid"> |
| 121 |
121 |
#foreach ($entry in $servicesSectionData) |
| 122 |
|
- <div class="service col-sm-6" role="listitem"> |
| 123 |
|
- <div class="service-icon"> |
| 124 |
|
- <i class="fa fa-$entry.icon" aria-hidden="true"></i> |
| 125 |
|
- </div> |
| 126 |
|
- <div class="service-body"> |
|
112 |
+ <article class="service"> |
|
113 |
+ <i class="fa fa-$entry.icon" aria-hidden="true"></i> |
|
114 |
+ <div class="body"> |
| 127 |
127 |
<h4>$entry.title</h4> |
| 128 |
128 |
<p>$entry.content</p> |
| 129 |
129 |
<ul> |
| ... |
... |
@@ -132,7 +132,7 @@ |
| 132 |
132 |
#end |
| 133 |
133 |
</ul> |
| 134 |
134 |
</div> |
| 135 |
|
- </div> |
|
123 |
+ </article> |
| 136 |
136 |
#end |
| 137 |
137 |
</div> |
| 138 |
138 |
</div> |