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
ff81a13f66
commit
68d3c30622
@ -14,6 +14,7 @@
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/xml.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/languages/properties.min.js"></script>
|
||||
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/dark.min.css"> -->
|
||||
</head>
|
||||
<body>
|
||||
<!-- Top navbar -->
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
||||
@ -43,7 +44,7 @@
|
||||
<header class="hero text-white text-center" style="background-color: #2F0F57;">
|
||||
<div class="container p-5">
|
||||
<h1 class="display-4 fw-bold">SnapAdmin</h1>
|
||||
<p class="lead">A powerful, automatically-generated database management dashboard for Spring Boot/JPA applications</p>
|
||||
<p class="lead">A powerful, automatically-generated database management dashboard for <a href="https://spring.io/projects/spring-boot/" target="_blank">Spring Boot®</a>/JPA applications</p>
|
||||
<img src="screenshot.png" alt="Project Screenshot" class="img-fluid rounded">
|
||||
<div class="mt-4">
|
||||
<a href="#get-started" class="btn btn-light btn-lg">Get Started</a>
|
||||
@ -152,8 +153,7 @@ dbadmin.modelsPackage=your.models.package
|
||||
</div>
|
||||
<div class="separator"></div>
|
||||
<div class="row mt-4">
|
||||
<p class="mt-2">© 2023 SnapAdmin Panel. All rights reserved.
|
||||
Spring and Spring Boot are trademarks of Pivotal Software, Inc. in the U.S. and other countries.</p>
|
||||
<p class="mt-2">© 2023 SnapAdmin Panel. All rights reserved.</p>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
Loading…
x
Reference in New Issue
Block a user