mirror of
https://github.com/dalbodeule/snap-admin.git
synced 2025-06-08 21:38:21 +00:00
Website
This commit is contained in:
parent
9b9dfa24ed
commit
e57bd8a220
@ -41,3 +41,13 @@ p.text {
|
||||
a {
|
||||
color: #7223D1;
|
||||
}
|
||||
|
||||
|
||||
.testimonials-img {
|
||||
width: 33%;
|
||||
}
|
||||
|
||||
.testimonials-img img {
|
||||
border-radius: 50%;
|
||||
border: 1px solid #CCC;
|
||||
}
|
@ -132,6 +132,28 @@ dbadmin.modelsPackage=your.models.package
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Testimonials -->
|
||||
<section id="testimonials" class="py-5">
|
||||
<div class="container">
|
||||
<h2 class="text-center mb-4 fw-bold">Who is using SnapAdmin</h2>
|
||||
<p class="text mb-4 mt-3">Here's what some of our users say about SnapAdmin. You can <a href="https://github.com/aileftech/snap-admin/issues/17">leave your comment, too</a>!</p>
|
||||
<div class="row pt-3" id="testimonials-row">
|
||||
<div class="col-md-6 d-flex">
|
||||
<div class="d-flex align-items-center testimonials-img">
|
||||
<img class="w-100" src="https://avatars.githubusercontent.com/u/3874760?v=4">
|
||||
</div>
|
||||
<div class="ps-3">
|
||||
<p><b>fabienfleureau</b></p>
|
||||
<p>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.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
<!-- Footer -->
|
||||
<footer class="footer text-white text-center text-lg-start" style="background-color: #130623;">
|
||||
@ -164,6 +186,8 @@ dbadmin.modelsPackage=your.models.package
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<script>hljs.highlightAll();</script>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user