Website update

This commit is contained in:
Francesco 2024-05-15 07:59:25 +02:00
parent 707574ced9
commit 5209185ba2
2 changed files with 30 additions and 11 deletions

View File

@ -43,9 +43,6 @@ a {
} }
.testimonials-img {
width: 33%;
}
.testimonials-img img { .testimonials-img img {
border-radius: 50%; border-radius: 50%;

View File

@ -141,15 +141,37 @@ snapadmin.modelsPackage=your.models.package
<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> <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="row pt-3" id="testimonials-row">
<div class="col-md-6 d-flex"> <div class="col-md-6 d-flex">
<div class="d-flex align-items-center testimonials-img"> <div class="row">
<img class="w-100" src="https://avatars.githubusercontent.com/u/3874760?v=4"> <div class="col-3">
<div class="d-flex align-items-center testimonials-img">
<img class="w-100" src="https://avatars.githubusercontent.com/u/3874760?v=4">
</div>
</div>
<div class="col-9">
<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>
<div class="ps-3"> </div>
<p><b>fabienfleureau</b></p> <div class="col-md-6 d-flex">
<p>Hello, <div class="row">
Thanks for you project. <div class="col-3">
I use it an hidden admin page, mostly as if it is a direct connection to database. <div class="d-flex align-items-center testimonials-img">
It would be nice to able to run custom queries.</p> <img class="w-100" src="https://avatars.githubusercontent.com/u/101204725?s=80&v=4">
</div>
</div>
<div class="col-9">
<div class="ps-3">
<p><b>parsaM110</b></p>
<p>I recently came across Snap Admin, and I must say it's a very interesting project! Coming from a Django background, I always wondered why there wasn't a robust ecosystem like Django Admin in the Spring world. After discovering that Spring Roo was no longer supported by VMware, I found your project and was genuinely impressed.<br/><br/>
Keep up the great work!</p>
</div>
</div>
</div> </div>
</div> </div>
</div> </div>