diff --git a/docs/css/style.css b/docs/css/style.css index 5630077..3ea5770 100644 --- a/docs/css/style.css +++ b/docs/css/style.css @@ -41,3 +41,13 @@ p.text { a { color: #7223D1; } + + +.testimonials-img { + width: 33%; +} + +.testimonials-img img { + border-radius: 50%; + border: 1px solid #CCC; +} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 856ae0a..5eb0d46 100644 --- a/docs/index.html +++ b/docs/index.html @@ -132,6 +132,28 @@ dbadmin.modelsPackage=your.models.package + +
+
+

Who is using SnapAdmin

+

Here's what some of our users say about SnapAdmin. You can leave your comment, too!

+
+
+
+ +
+
+

fabienfleureau

+

Hello, + Thanks for you project. + I use it an hidden admin page, mostly as if it is a direct connection to database. + It would be nice to able to run custom queries.

+
+
+
+
+
+ + + \ No newline at end of file