Skip to content

Commit

Permalink
ladning page
Browse files Browse the repository at this point in the history
  • Loading branch information
GilbN committed Sep 11, 2021
1 parent 8470005 commit 68e7647
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Resources/landing-page/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ header.masthead {
color: rgba(255, 255, 255, 0.7);
border-radius: 5px;
max-width: 120px;
min-width: 120px;
min-width: 130px;
}

.app-container:hover {
Expand Down
11 changes: 9 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- Core theme CSS (includes Bootstrap)-->
<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/custom.css?v=1.8">
<link rel="stylesheet" href="Resources/landing-page/css/custom.css?v=1.9">
</head>

<body id="page-top">
Expand Down Expand Up @@ -86,7 +86,7 @@ <h1 class="text-uppercase text-white font-weight-bold">Custom themes for your fa
<div class="col-lg-8 text-center">
<h2 class="text-white mt-0">Over 40 themed applications!</h2>
<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>
<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>
Expand Down Expand Up @@ -369,6 +369,13 @@ <h2 class="text-white mt-0">Over 40 themed applications!</h2>
</p>
<p>Xbackbone</p>
</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>
</section>
Expand Down

0 comments on commit 68e7647

Please sign in to comment.