mirror of https://github.com/h44z/wg-portal.git
Deployed 9e6ad98 to master with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
parent
6d5ae54cbf
commit
1756eca2de
File diff suppressed because one or more lines are too long
Binary file not shown.
|
After Width: | Height: | Size: 130 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 129 KiB |
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -2,70 +2,70 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://wgportal.org/master/</loc>
|
||||
<lastmod>2025-10-03</lastmod>
|
||||
<lastmod>2025-10-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wgportal.org/master/documentation/overview/</loc>
|
||||
<lastmod>2025-10-03</lastmod>
|
||||
<lastmod>2025-10-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wgportal.org/master/documentation/configuration/examples/</loc>
|
||||
<lastmod>2025-10-03</lastmod>
|
||||
<lastmod>2025-10-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wgportal.org/master/documentation/configuration/overview/</loc>
|
||||
<lastmod>2025-10-03</lastmod>
|
||||
<lastmod>2025-10-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wgportal.org/master/documentation/getting-started/binaries/</loc>
|
||||
<lastmod>2025-10-03</lastmod>
|
||||
<lastmod>2025-10-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wgportal.org/master/documentation/getting-started/docker/</loc>
|
||||
<lastmod>2025-10-03</lastmod>
|
||||
<lastmod>2025-10-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wgportal.org/master/documentation/getting-started/helm/</loc>
|
||||
<lastmod>2025-10-03</lastmod>
|
||||
<lastmod>2025-10-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wgportal.org/master/documentation/getting-started/reverse-proxy/</loc>
|
||||
<lastmod>2025-10-03</lastmod>
|
||||
<lastmod>2025-10-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wgportal.org/master/documentation/getting-started/sources/</loc>
|
||||
<lastmod>2025-10-03</lastmod>
|
||||
<lastmod>2025-10-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wgportal.org/master/documentation/monitoring/prometheus/</loc>
|
||||
<lastmod>2025-10-03</lastmod>
|
||||
<lastmod>2025-10-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wgportal.org/master/documentation/rest-api/api-doc/</loc>
|
||||
<lastmod>2025-10-03</lastmod>
|
||||
<lastmod>2025-10-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wgportal.org/master/documentation/upgrade/v1/</loc>
|
||||
<lastmod>2025-10-03</lastmod>
|
||||
<lastmod>2025-10-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wgportal.org/master/documentation/usage/backends/</loc>
|
||||
<lastmod>2025-10-03</lastmod>
|
||||
<lastmod>2025-10-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wgportal.org/master/documentation/usage/general/</loc>
|
||||
<lastmod>2025-10-03</lastmod>
|
||||
<lastmod>2025-10-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wgportal.org/master/documentation/usage/ldap/</loc>
|
||||
<lastmod>2025-10-03</lastmod>
|
||||
<lastmod>2025-10-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wgportal.org/master/documentation/usage/security/</loc>
|
||||
<lastmod>2025-10-03</lastmod>
|
||||
<lastmod>2025-10-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://wgportal.org/master/documentation/usage/webhooks/</loc>
|
||||
<lastmod>2025-10-03</lastmod>
|
||||
<lastmod>2025-10-04</lastmod>
|
||||
</url>
|
||||
</urlset>
|
||||
Binary file not shown.
|
|
@ -0,0 +1,15 @@
|
|||
img-comparison-slider {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
img-comparison-slider [slot='second'] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
img-comparison-slider.rendered {
|
||||
visibility: inherit;
|
||||
}
|
||||
|
||||
img-comparison-slider.rendered [slot='second'] {
|
||||
display: unset;
|
||||
}
|
||||
|
|
@ -300,6 +300,59 @@
|
|||
background: var(--md-accent-fg-color--transparent);
|
||||
}
|
||||
|
||||
.before,
|
||||
.after {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.after figcaption {
|
||||
background: #fff;
|
||||
font-weight: bold;
|
||||
border: 1px solid #c0c0c0;
|
||||
color: #000000;
|
||||
opacity: 0.9;
|
||||
padding: 9px;
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
transform: translateY(-100%);
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
.before figcaption {
|
||||
background: #000;
|
||||
font-weight: bold;
|
||||
border: 1px solid #c0c0c0;
|
||||
color: #ffffff;
|
||||
opacity: 0.9;
|
||||
padding: 9px;
|
||||
position: absolute;
|
||||
top: 100%;
|
||||
transform: translateY(-100%);
|
||||
line-height: 100%;
|
||||
}
|
||||
|
||||
.before figcaption {
|
||||
left: 0px;
|
||||
}
|
||||
.after figcaption {
|
||||
right: 0px;
|
||||
}
|
||||
.custom-animated-handle {
|
||||
transition: transform 0.2s;
|
||||
}
|
||||
|
||||
.slider-with-animated-handle:hover .custom-animated-handle {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
.md-typeset img-comparison-slider figure {
|
||||
margin: initial;
|
||||
}
|
||||
|
||||
.first-overlay {
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
<!-- Hero for landing page -->
|
||||
|
|
@ -326,11 +379,34 @@
|
|||
|
||||
<div class="md-container">
|
||||
<div class="tx-hero__image">
|
||||
<img
|
||||
src="{{config.site_url}}/assets/images/screenshot.png"
|
||||
alt=""
|
||||
draggable="false"
|
||||
>
|
||||
<div>
|
||||
<img-comparison-slider hover="hover">
|
||||
<figure slot="first" class="before">
|
||||
<img src="{{config.site_url}}/assets/images/wgportal_light.png" alt="Light Mode"/>
|
||||
<figcaption>Light Mode</figcaption>
|
||||
</figure>
|
||||
<figure slot="second" class="after">
|
||||
<img src="{{config.site_url}}/assets/images/wgportal_dark.png" alt="Dark Mode"/>
|
||||
<figcaption>Dark Mode</figcaption>
|
||||
</figure>
|
||||
<svg slot="handle" class="custom-animated-handle" xmlns="http://www.w3.org/2000/svg" width="100" viewBox="-8 -3 16 6">
|
||||
<!-- Left arrow (dark) -->
|
||||
<path d="M -5 -2 L -7 0 L -5 2 M -5 -2 L -5 2"
|
||||
stroke="#1a1a1a"
|
||||
fill="#1a1a1a"
|
||||
stroke-width="1"
|
||||
vector-effect="non-scaling-stroke">
|
||||
</path>
|
||||
<!-- Right arrow (white) -->
|
||||
<path d="M 5 -2 L 7 0 L 5 2 M 5 -2 L 5 2"
|
||||
stroke="#fff"
|
||||
fill="#fff"
|
||||
stroke-width="1"
|
||||
vector-effect="non-scaling-stroke">
|
||||
</path>
|
||||
</svg>
|
||||
</img-comparison-slider>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue