| ... |
... |
@@ -1,17 +1,13 @@ |
| 1 |
1 |
{{velocity}} |
| 2 |
2 |
#set ($discard = $xwiki.ssx.use('PublicWebSite.WebHome')) |
| 3 |
3 |
{{html clean="false"}} |
| 4 |
|
- |
| 5 |
|
- ## PAGE HEADER |
| 6 |
6 |
<section class="product-index-hero" aria-labelledby="page-title"> |
| 7 |
7 |
<div class="container"> |
| 8 |
|
- <div class="product-page-kicker"> |
|
6 |
+ <div class="hero-kicker product-page-kicker"> |
| 9 |
9 |
<i class="fa fa-cube" aria-hidden="true"></i> |
| 10 |
10 |
Agnease products |
| 11 |
11 |
</div> |
| 12 |
|
- |
| 13 |
13 |
<h1 id="page-title">XWiki Applications and Extensions</h1> |
| 14 |
|
- |
| 15 |
15 |
<p class="page-lead"> |
| 16 |
16 |
Practical XWiki extensions built to improve security, workflows, administration and long-term platform usability. |
| 17 |
17 |
</p> |
| ... |
... |
@@ -18,11 +18,9 @@ |
| 18 |
18 |
</div> |
| 19 |
19 |
</section> |
| 20 |
20 |
|
| 21 |
|
- ## PRODUCT CARDS |
| 22 |
22 |
<section class="product-index-section" aria-labelledby="products-title"> |
| 23 |
23 |
<div class="container"> |
| 24 |
24 |
<h2 id="products-title">Available extensions</h2> |
| 25 |
|
- |
| 26 |
26 |
<p class="section-intro"> |
| 27 |
27 |
The first Agnease product is focused on strengthening access to XWiki while keeping the standard XWiki login experience. |
| 28 |
28 |
</p> |
| ... |
... |
@@ -34,11 +34,7 @@ |
| 34 |
34 |
</div> |
| 35 |
35 |
|
| 36 |
36 |
<div class="product-card-body"> |
| 37 |
|
- <div class="product-card-kicker"> |
| 38 |
|
- <i class="fa fa-lock" aria-hidden="true"></i> |
| 39 |
|
- Security extension |
| 40 |
|
- </div> |
| 41 |
|
- |
|
31 |
+ <p class="product-label">Security extension</p> |
| 42 |
42 |
<h3>XWiki Two-Factor Authentication</h3> |
| 43 |
43 |
|
| 44 |
44 |
<p> |
| ... |
... |
@@ -64,20 +64,16 @@ |
| 64 |
64 |
</div> |
| 65 |
65 |
</section> |
| 66 |
66 |
|
| 67 |
|
- ## CTA |
| 68 |
|
- <section class="product-cta-section" aria-labelledby="product-cta-title"> |
|
57 |
+ <section class="product-cta-section"> |
| 69 |
69 |
<div class="container"> |
| 70 |
70 |
<div class="product-cta-panel"> |
| 71 |
|
- <h2 id="product-cta-title">Need a custom XWiki application?</h2> |
| 72 |
|
- |
|
60 |
+ <h2>Need a custom XWiki application?</h2> |
| 73 |
73 |
<p> |
| 74 |
74 |
Agnease also builds custom XWiki applications, workflows, integrations and extensions adapted to specific business processes. |
| 75 |
75 |
</p> |
| 76 |
|
- |
| 77 |
77 |
<a class="btn btn-primary" href="$xwiki.getURL('contact.WebHome')">Contact Agnease</a> |
| 78 |
78 |
</div> |
| 79 |
79 |
</div> |
| 80 |
80 |
</section> |
| 81 |
|
- |
| 82 |
82 |
{{/html}} |
| 83 |
83 |
{{/velocity}} |