summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2016-01-14 07:31:07 +0100
committerAndreas Schneider <asn@cryptomilk.org>2016-01-14 07:31:44 +0100
commit873d2b520db3da497a4109935b30d4848e773e07 (patch)
tree466bbc1baab2062035d53cd26e2347b854d4430a
parent748936f15963dee21b7ad00626b26bf6f2ab8fed (diff)
downloadcwrap_website-873d2b520db3da497a4109935b30d4848e773e07.tar.gz
cwrap_website-873d2b520db3da497a4109935b30d4848e773e07.tar.xz
cwrap_website-873d2b520db3da497a4109935b30d4848e773e07.zip
Add pam_wrapper to front page
-rw-r--r--assets/cwrap.css4
-rw-r--r--index.html21
2 files changed, 25 insertions, 0 deletions
diff --git a/assets/cwrap.css b/assets/cwrap.css
index 686e11b..3638389 100644
--- a/assets/cwrap.css
+++ b/assets/cwrap.css
@@ -160,6 +160,10 @@ h2, h3 {
border-color: #426954;
}
+.feature.f7 {
+ border-color: #cd6431;
+}
+
/* News */
.news h3 {
diff --git a/index.html b/index.html
index 7800ff7..7ee491a 100644
--- a/index.html
+++ b/index.html
@@ -155,6 +155,27 @@
</div>
</div> <!-- end row -->
+ <div class="row feature-row">
+
+ <div class="col-md-6">
+ <div class="feature f7">
+ <h3>Testing PAM.</h3>
+ <div class="icon">
+ <span class="glyphicon glyphicon-3x glyphicon-fire"></span>
+ <!-- <img src="img/icon-two.png" alt="uid_wrapper" /> -->
+ </div>
+
+ <p>This tool makes it easy to either test an application that uses
+ pluggable authentication modules (PAM) to authenticate a user, or to
+ develop test cases to make sure that a PAM module under development
+ is working correctly. It enables developers to create unit tests for
+ their PAM-using code in a simple manner.
+ <br /><a href="pam_wrapper.html">Learn more about pam_wrapper...</a></p>
+
+ </div>
+ </div>
+
+ </div> <!-- end row -->
<div class="row">
<div class="col-md-12">