This commit is contained in:
Francesco 2023-11-10 14:54:05 +01:00
parent 7625462eae
commit 8a9548b312
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View File

Before

Width:  |  Height:  |  Size: 292 KiB

After

Width:  |  Height:  |  Size: 292 KiB

View File

@ -45,7 +45,7 @@
<div class="container p-5"> <div class="container p-5">
<h1 class="display-4 fw-bold">SnapAdmin</h1> <h1 class="display-4 fw-bold">SnapAdmin</h1>
<p class="lead">A powerful, automatically-generated database management panel for <a href="https://spring.io/projects/spring-boot/" class="text-white" target="_blank">Spring Boot&reg;</a>/JPA applications</p> <p class="lead">A powerful, automatically-generated database management panel for <a href="https://spring.io/projects/spring-boot/" class="text-white" target="_blank">Spring Boot&reg;</a>/JPA applications</p>
<img src="screenshot.png" alt="SnapAdmin screenshot showing the list view" class="img-fluid rounded"> <img src="img/screenshot.png" alt="SnapAdmin screenshot showing the list view" class="img-fluid rounded">
<div class="mt-4"> <div class="mt-4">
<a href="https://github.com/aileftech/snap-admin" class="btn btn-link btn-lg me-3 text-white text-decoration-none"><i class="bi bi-github"></i> Github</a> <a href="https://github.com/aileftech/snap-admin" class="btn btn-link btn-lg me-3 text-white text-decoration-none"><i class="bi bi-github"></i> Github</a>
<a href="#get-started" class="btn btn-light btn-lg">Get Started</a> <a href="#get-started" class="btn btn-light btn-lg">Get Started</a>