Skip to content

Commit

Permalink
Website update
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco committed May 15, 2024
1 parent 707574c commit 5209185
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 11 deletions.
3 changes: 0 additions & 3 deletions docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ a {
}


.testimonials-img {
width: 33%;
}

.testimonials-img img {
border-radius: 50%;
Expand Down
38 changes: 30 additions & 8 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -141,15 +141,37 @@ <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 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,
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 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 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>
Expand Down

0 comments on commit 5209185

Please sign in to comment.