summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-12-01 15:55:00 +0100
committerJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-12-01 15:55:00 +0100
commit1b290c62058aa7b35492e29db322f9137c3ead57 (patch)
treedfcdaebbf272d0ea898ad05c1dd1229ed57b4d38
parent7096207b42b48532288c31aaf14d8caf9fde9d4f (diff)
downloadqtivi-qface-1b290c62058aa7b35492e29db322f9137c3ead57.tar.gz
update landing page
-rw-r--r--index.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/index.html b/index.html
index 2cbe9c8..69d30d4 100644
--- a/index.html
+++ b/index.html
@@ -92,10 +92,10 @@
<i class="fa fa-share-alt fa-stack-1x text-primary"></i>
</span>
<h4>
- <strong>Common IDL</strong>
+ <strong>Modern IDL</strong>
</h4>
<p>Use a common modern IDL <br>for all your APIs.</p>
- <a href="#" class="btn btn-light">Learn More</a>
+ <a href="https://github.com/Pelagicore/qface/blob/master/docs/grammar.md" class="btn btn-light">Learn More</a>
</div>
</div>
<div class="col-md-3 col-sm-6">
@@ -108,7 +108,7 @@
<strong>Easy to Extend</strong>
</h4>
<p>Easy to use <br>and easy to extend.</p>
- <a href="#" class="btn btn-light">Learn More</a>
+ <a href="https://github.com/Pelagicore/qface/blob/master/docs/extending.md" class="btn btn-light">Learn More</a>
</div>
</div>
<div class="col-md-3 col-sm-6">
@@ -118,23 +118,23 @@
<i class="fa fa-flask fa-stack-1x text-primary"></i>
</span>
<h4>
- <strong>Modern IDL</strong>
+ <strong>Domain Objects</strong>
</h4>
- <p>Inspired by QML <br>from Qt5.</p>
- <a href="#" class="btn btn-light">Learn More</a>
+ <p>Navigate your interfaces <br>like a professional</p>
+ <a href="https://github.com/Pelagicore/qface/blob/master/docs/domain.md" class="btn btn-light">Learn More</a>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="service-item">
<span class="fa-stack fa-4x">
<i class="fa fa-circle fa-stack-2x"></i>
- <i class="fa fa-shield fa-stack-1x text-primary"></i>
+ <i class="fa fa-paperclip fa-stack-1x text-primary"></i>
</span>
<h4>
- <strong>Strongly Typed</strong>
+ <strong>Batteries Included</strong>
</h4>
- <p>Support for primitive and complex data types.</p>
- <a href="#" class="btn btn-light">Learn More</a>
+ <p>Comes with builtin<br>generators</p>
+ <a href="https://github.com/Pelagicore/qface/blob/master/docs/builtin.md" class="btn btn-light">Learn More</a>
</div>
</div>
</div>