1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-08-18 07:59:37 +02:00

ladning page

This commit is contained in:
Marius 2021-09-11 15:41:36 +02:00
parent 847000521f
commit 68e7647ca8
2 changed files with 10 additions and 3 deletions

View File

@ -277,7 +277,7 @@ header.masthead {
color: rgba(255, 255, 255, 0.7); color: rgba(255, 255, 255, 0.7);
border-radius: 5px; border-radius: 5px;
max-width: 120px; max-width: 120px;
min-width: 120px; min-width: 130px;
} }
.app-container:hover { .app-container:hover {

View File

@ -21,7 +21,7 @@
<!-- Core theme CSS (includes Bootstrap)--> <!-- Core theme CSS (includes Bootstrap)-->
<link href="Resources/landing-page/css/styles.css?v=1.1" rel="stylesheet" /> <link href="Resources/landing-page/css/styles.css?v=1.1" rel="stylesheet" />
<link rel="stylesheet" href="Resources/landing-page/css/jquery-bg-slideshow.css"> <link rel="stylesheet" href="Resources/landing-page/css/jquery-bg-slideshow.css">
<link rel="stylesheet" href="Resources/landing-page/css/custom.css?v=1.8"> <link rel="stylesheet" href="Resources/landing-page/css/custom.css?v=1.9">
</head> </head>
<body id="page-top"> <body id="page-top">
@ -86,7 +86,7 @@
<div class="col-lg-8 text-center"> <div class="col-lg-8 text-center">
<h2 class="text-white mt-0">Over 40 themed applications!</h2> <h2 class="text-white mt-0">Over 40 themed applications!</h2>
<hr class="divider light my-4" /> <hr class="divider light my-4" />
<p class="text-white-50 mb-1">theme.park contains 44 themed applications, with css <a <p class="text-white-50 mb-1">theme.park contains 45 themed applications, with css <a
href="https://docs.theme-park.dev/themes/addons/sonarr/">addons</a> on certain themes. </p> href="https://docs.theme-park.dev/themes/addons/sonarr/">addons</a> on certain themes. </p>
<p class="text-white-50 mb-1">Installation methods include custom <a <p class="text-white-50 mb-1">Installation methods include custom <a
href="https://blog.linuxserver.io/2019/09/14/customizing-our-containers/">docker mods</a> href="https://blog.linuxserver.io/2019/09/14/customizing-our-containers/">docker mods</a>
@ -369,6 +369,13 @@
</p> </p>
<p>Xbackbone</p> <p>Xbackbone</p>
</a> </a>
<a class="col align-self-center app-container text-center p-2 m-1"
href="https://docs.theme-park.dev/themes/uptime-kuma">
<p><img class="app-container-image"
src="https://docs.theme-park.dev/site_assets/uptime-kuma/logo.png" />
</p>
<p>Uptime Kuma</p>
</a>
</div> </div>
</div> </div>
</section> </section>