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 {
border-radius: 50%;

View File

@ -141,9 +141,13 @@ 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>
<div class="row pt-3" id="testimonials-row">
<div class="col-md-6 d-flex">
<div class="row">
<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,
@ -154,6 +158,24 @@ snapadmin.modelsPackage=your.models.package
</div>
</div>
</div>
<div class="col-md-6 d-flex">
<div class="row">
<div class="col-3">
<div class="d-flex align-items-center testimonials-img">
<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>
</section>