Improved user dashboard

This commit is contained in:
Marcel Baumgartner 2024-01-16 15:38:28 +01:00
parent e9d3ab5307
commit 2552b92e5d
4 changed files with 37 additions and 18 deletions

View file

@ -11,28 +11,44 @@
</div>
<div class="mt-5 row">
<div class="col-md-3 col-12">
<div href="#" class="card card-body text-center fs-6">
<div class="mb-5">
Do you want to order new services? Are you searching for our service specifications and prices?
<div class="col-md-3 col-12 mb-3">
<a href="/store" class="card border-hover-primary border-2 h-100">
<img class="card-img-top p-5" src="/svg/shopping.svg" alt="Shopping" style="max-height: 20vh"/>
<div class="card-body text-center fs-5">
<div class="mb-5">
Do you want to order new services? Are you searching for our service specifications and prices?
</div>
</div>
<a href="/store" class="btn btn-primary">Go to store</a>
</div>
</a>
</div>
<div class="col-md-3 col-12">
<div href="#" class="card card-body text-center fs-6">
<div class="mb-5">
Do you want to order new services? Are you searching for our service specifications and prices?
<div class="col-md-3 col-12 mb-3">
<a href="/services" class="card border-hover-primary border-2 h-100">
<img class="card-img-top p-5" src="/svg/manageServices.svg" alt="Manage services" style="max-height: 20vh"/>
<div class="card-body text-center fs-5">
<div class="mb-5">
You want to see your services? Do you want to renew them? Or just take a quick look?
</div>
</div>
<a href="/store" class="btn btn-primary">Go to store</a>
</div>
</a>
</div>
<div class="col-md-3 col-12">
<div href="#" class="card card-body text-center fs-6">
<div class="mb-5">
Do you want to order new services? Are you searching for our service specifications and prices?
<div class="col-md-3 col-12 mb-3">
<a href="/community" class="card border-hover-primary border-2 h-100">
<img class="card-img-top p-5" src="/svg/news.svg" alt="News" style="max-height: 20vh"/>
<div class="card-body text-center fs-5">
<div class="mb-5">
You want to see the latest news? Do you want to join our events? Having a project to share with the community?
</div>
</div>
<a href="/store" class="btn btn-primary">Go to store</a>
</div>
</a>
</div>
<div class="col-md-3 col-12 mb-3">
<a href="/account" class="card border-hover-primary border-2 h-100">
<img class="card-img-top p-5" src="/svg/userSettings.svg" alt="User settings" style="max-height: 20vh"/>
<div class="card-body text-center fs-5">
<div class="mb-5">
Searching for you settings? Want to add balance to your account? Do you want to change your profile picture?
</div>
</div>
</a>
</div>
</div>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 13 KiB

1
Moonlight/wwwroot/svg/news.svg vendored Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 7.1 KiB