website design mostly complete minus responsive font sizing
This commit is contained in:
parent
3ded29e8f6
commit
2429010452
64
index.html
64
index.html
@ -9,19 +9,28 @@
|
|||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 2vw auto 2vw;
|
grid-template-columns: 2vw auto 2vw;
|
||||||
}
|
}
|
||||||
|
#main {
|
||||||
|
display: flex;
|
||||||
|
flex-flow: row nowrap;
|
||||||
|
}
|
||||||
#services {
|
#services {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: column;
|
flex-flow: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
ul li a img {
|
ul li a img {
|
||||||
max-width: 100%;
|
height: 10rem;
|
||||||
|
width: 100%;
|
||||||
|
object-fit: fill;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
#grid {
|
#grid {
|
||||||
grid-template-columns: auto;
|
grid-template-columns: auto;
|
||||||
}
|
}
|
||||||
|
#main {
|
||||||
|
flex-flow: column-reverse nowrap;
|
||||||
|
}
|
||||||
#services {
|
#services {
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
@ -30,19 +39,21 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
display: inline;
|
display: inline;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
||||||
a img {
|
a img {
|
||||||
max-width: 50%;
|
height: 5rem;
|
||||||
|
width: 50vw;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
section {
|
/*section {
|
||||||
flex-flow: column-reverse;
|
flex-flow: column-reverse;
|
||||||
}
|
}*/
|
||||||
nav {
|
nav {
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
}
|
}
|
||||||
@ -63,29 +74,40 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="grid">
|
<section id="grid">
|
||||||
<div></div>
|
<div></div>
|
||||||
<section style="display: inline;">
|
<section id="main">
|
||||||
<section style="display: flex;">
|
|
||||||
<article style="flex: 3;">
|
<article style="flex: 3;">
|
||||||
<h1>London</h1>
|
<h1>Welcome!</h1>
|
||||||
<p>London is the capital city of England. It is the most populous city in the United Kingdom, with a metropolitan area of over 13 million inhabitants.</p>
|
<p>Here you'll find a list of my services as well as a homepage for any information you might need.</p>
|
||||||
<p>Standing on the River Thames, London has been a major settlement for two millennia, its history going back to its founding by the Romans, who named it Londinium.</p>
|
<p>You can hit About Me to see more information about myself and my projects.</p>
|
||||||
|
<p>As for the services on the left, you can find some more information below:</p>
|
||||||
|
<h2>Authentik</h2>
|
||||||
|
<p>The Single Sign-On service of choice for <a href="https://cephii.com">cephii.com</a>
|
||||||
|
which allows only a single username and password access to all of the services on the right (with permission).</p>
|
||||||
|
<p>If you don't already have an Authentik account, but you do know of this website, then I simply forgot to send you an invite. Sorry!</p>
|
||||||
|
<h2>Jellyfin</h2>
|
||||||
|
<p>Jellyfin is a streaming service for all of my archives shows, movies, and songs.</p>
|
||||||
|
<h2>Nextcloud</h2>
|
||||||
|
<p>Nextcloud is a cloud storage service which I use as my drop-in replacement for Google Drive.</p>
|
||||||
|
<p>Want to get away from Google's prying eyes? Look no further!</p>
|
||||||
|
<h2>Gitea</h2>
|
||||||
|
<p>Gitea is my personal Git repository service. This will host repositories for my server as well as this very website!</p>
|
||||||
|
<p>Want to get away from Microsoft's prying eyes? Then try hosting your upstreams here as well!</p>
|
||||||
</article>
|
</article>
|
||||||
<nav id="services" style="flex: 1;">
|
<nav id="services" style="flex: 1;">
|
||||||
|
<h1 style="font-size: xx-large; text-align: center; margin: 1rem 0;">Services</h1>
|
||||||
<ul style="list-style-type: none; padding: 0 0 0 0;">
|
<ul style="list-style-type: none; padding: 0 0 0 0;">
|
||||||
<li style="padding: 0 0 0 0; background-size: 40px; background-repeat: no-repeat; background-position: left center;"><a href="https://sso.cephii.com" style="text-align: center"><img class="services" src="https://repository-images.githubusercontent.com/230885748/19f01d00-8e26-11eb-9a14-cf0d28a1b68d"></img></a></li>
|
<li><a href="https://sso.cephii.com"><img src="services/authentik.svg"></img></a></li>
|
||||||
<li><a href="https://stream.cephii.com" style="text-align: center"><img class="services" src="https://sinajahangiri.com/wp-content/uploads/2020/04/51KORkIMXqL.png"></img></a></li>
|
<li><a href="https://stream.cephii.com"><img src="services/jellyfin.svg" style="background-color: #000b25;"></img></a></li>
|
||||||
<li><a style="text-align: center">Jellyseerr</a></li>
|
<li><a href="https://cloud.cephii.com"><img src="services/nextcloud.svg"></img></a></li>
|
||||||
<li><a style="text-align: center">Nextcloud</a></li>
|
<li><a href="https://git.cephii.com"><img src="services/gitea.svg"></img></a></li>
|
||||||
<li><a style="text-align: center">Gitea</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
</section>
|
</section>
|
||||||
|
<div></div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>Footer</p>
|
<p style="font-size: small;">This website was made by hand with love from yours truly.</p>
|
||||||
</footer>
|
</footer>
|
||||||
</section>
|
|
||||||
<div></div>
|
|
||||||
</section>
|
|
||||||
</body>
|
</body>
|
||||||
|
1
services/authentik.svg
Normal file
1
services/authentik.svg
Normal file
@ -0,0 +1 @@
|
|||||||
|
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 994.71 151.65"><defs><style>.cls-1{fill:#fd4b2d;}</style></defs><path class="cls-1" d="M284.72,50.4H305.5v82.84H284.72v-8.76a40.79,40.79,0,0,1-12.21,8.34,34.14,34.14,0,0,1-13.27,2.55q-16.05,0-27.76-12.45T219.77,92q0-19.18,11.33-31.45t27.53-12.26a34.94,34.94,0,0,1,14,2.82,38.32,38.32,0,0,1,12.1,8.45ZM262.87,67.45a21,21,0,0,0-16,6.82q-6.37,6.81-6.38,17.47T247,109.4a21,21,0,0,0,16,6.93,21.42,21.42,0,0,0,16.24-6.81q6.45-6.81,6.45-17.86,0-10.8-6.45-17.51A21.71,21.71,0,0,0,262.87,67.45Z"/><path class="cls-1" d="M335.8,50.4h21V90.29q0,11.65,1.6,16.18a14.16,14.16,0,0,0,5.16,7,14.76,14.76,0,0,0,8.74,2.51,15.25,15.25,0,0,0,8.81-2.48,14.49,14.49,0,0,0,5.38-7.27q1.31-3.57,1.3-15.3V50.4h20.79V85.5q0,21.69-3.43,29.69a32.32,32.32,0,0,1-12.33,15q-8.16,5.22-20.71,5.22-13.64,0-22.05-6.09a32.2,32.2,0,0,1-11.84-17q-2.43-7.55-2.43-27.41Z"/><path class="cls-1" d="M441.32,19.86H462.1V50.4h12.34V68.29H462.1v65H441.32V68.29H430.66V50.4h10.66Z"/><path class="cls-1" d="M495,18.42h20.63V58.77a47.41,47.41,0,0,1,12.26-7.88,31.62,31.62,0,0,1,12.49-2.63,28.13,28.13,0,0,1,20.78,8.53q7.23,7.4,7.24,21.7v54.75H547.9V96.92q0-14.4-1.37-19.49a13.6,13.6,0,0,0-4.68-7.62,13.19,13.19,0,0,0-8.18-2.51,15.43,15.43,0,0,0-10.85,4.19,22.14,22.14,0,0,0-6.28,11.42q-.91,3.72-.92,17v33.28H495Z"/><path class="cls-1" d="M680.84,97.83H614.06a22.25,22.25,0,0,0,7.73,14q6.29,5.22,16,5.21a27.7,27.7,0,0,0,20-8.14l17.51,8.22a41.31,41.31,0,0,1-15.68,13.74q-9.13,4.46-21.7,4.46-19.5,0-31.75-12.3T594,92.27q0-19,12.22-31.48t30.65-12.53q19.56,0,31.82,12.53t12.26,33.08ZM660.05,81.46a20.87,20.87,0,0,0-8.12-11.27,23.61,23.61,0,0,0-14.08-4.34,24.88,24.88,0,0,0-15.25,4.88q-4.11,3-7.62,10.73Z"/><path class="cls-1" d="M707,50.4H727.8v8.49a50.15,50.15,0,0,1,12.81-8.3,31.08,31.08,0,0,1,11.75-2.33,28.44,28.44,0,0,1,20.91,8.61q7.22,7.31,7.22,21.62v54.75H759.93V97q0-14.83-1.33-19.7A13.48,13.48,0,0,0,754,69.85a13,13,0,0,0-8.16-2.55A15.32,15.32,0,0,0,735,71.52a22.6,22.6,0,0,0-6.27,11.67q-.9,3.89-.91,16.81v33.24H707Z"/><path class="cls-1" d="M812.46,19.86h20.79V50.4h12.33V68.29H833.25v65H812.46V68.29H801.8V50.4h10.66Z"/><path class="cls-1" d="M874.16,16.29a12.74,12.74,0,0,1,9.38,3.95,13.18,13.18,0,0,1,3.91,9.6,13,13,0,0,1-3.87,9.48,12.6,12.6,0,0,1-9.27,3.92,12.73,12.73,0,0,1-9.45-4A13.39,13.39,0,0,1,861,29.53a12.78,12.78,0,0,1,3.87-9.36A12.71,12.71,0,0,1,874.16,16.29Z"/><rect class="cls-1" x="863.77" y="50.4" width="20.79" height="82.84"/><path class="cls-1" d="M913,18.42h20.78V84.55L964.34,50.4h26.11L954.76,90.1l40,43.14h-25.8L933.73,95.06v38.18H913Z"/><rect class="cls-1" x="107.1" y="34.93" width="6.37" height="18.2"/><rect class="cls-1" x="123.67" y="34.16" width="6.37" height="14.23"/><path class="cls-1" d="M30.83,55A23.23,23.23,0,0,0,10.41,67.13h10.8C26,63,32.94,61.8,38,67.13H49.39C44.93,61.09,38.24,55,30.83,55Z"/><path class="cls-1" d="M46.25,78.11c-14.89,31.15-41,4.6-25-11H10.41c-8.47,14.76,3.24,34.68,20.42,34.23,13.28,0,24.24-19.72,24.24-23.21,0-1.54-2.14-6.25-5.68-11H38A40.52,40.52,0,0,1,46.25,78.11Zm.4-.91Z"/><path class="cls-1" d="M189.62,34.71V117A28.62,28.62,0,0,1,161,145.54H148.89v-28H90.94v28H78.81A28.62,28.62,0,0,1,50.22,117V91.08h91.87V41.62H97.74V69.41H50.22V34.71a27.43,27.43,0,0,1,.19-3.29,27.09,27.09,0,0,1,.71-3.84c.1-.41.22-.82.34-1.21a2.13,2.13,0,0,1,.09-.3c.07-.21.13-.4.2-.59s.14-.4.21-.59.16-.44.25-.65.18-.43.26-.64a29.35,29.35,0,0,1,2.6-4.82l0-.05c.26-.37.53-.75.81-1.12s.47-.61.7-.91.57-.67.86-1,.56-.63.86-.93l0,0a4.53,4.53,0,0,1,.49-.49,29.23,29.23,0,0,1,3.4-2.84c.32-.24.66-.46,1-.68s.77-.49,1.17-.72a23.78,23.78,0,0,1,2.29-1.21l.75-.34a27.84,27.84,0,0,1,3.35-1.21c.44-.13.88-.24,1.33-.35a6.19,6.19,0,0,1,.65-.15,28.86,28.86,0,0,1,3.87-.57l.56,0h.28c.43,0,.87,0,1.31,0H161c.43,0,.87,0,1.3,0h.28l.56,0a29.25,29.25,0,0,1,3.88.57c.22,0,.43.09.65.15.45.11.88.22,1.32.35a27.23,27.23,0,0,1,3.35,1.21l.75.34a25.19,25.19,0,0,1,2.3,1.21c.39.23.78.47,1.16.72s.69.44,1,.68a29.23,29.23,0,0,1,3.91,3.36q.45.45.87.93c.29.32.57.66.85,1l.71.91c.28.37.54.75.8,1.12l0,.05a28.61,28.61,0,0,1,2.6,4.82l.27.64.24.65c.08.19.15.39.22.59l.19.59c0,.09.06.19.1.3.11.39.23.8.34,1.21a28.56,28.56,0,0,1,.7,3.84A27.42,27.42,0,0,1,189.62,34.71Z"/><path class="cls-1" d="M184.76,18.78H55.07A28.59,28.59,0,0,1,78.8,6.12H161A28.59,28.59,0,0,1,184.76,18.78Z"/><path class="cls-1" d="M189.43,31.43H50.4a28.29,28.29,0,0,1,4.67-12.65H184.76A28.17,28.17,0,0,1,189.43,31.43Z"/><path class="cls-1" d="M189.63,34.71v9.37H142.09V41.62H97.74v2.46H50.21V34.71a27.43,27.43,0,0,1,.19-3.29h139A27.42,27.42,0,0,1,189.63,34.71Z"/><rect class="cls-1" x="50.21" y="44.08" width="47.54" height="12.66"/><rect class="cls-1" x="142.09" y="44.08" width="47.54" height="12.66"/><rect class="cls-1" x="50.21" y="56.74" width="47.54" height="12.65"/><rect class="cls-1" x="142.09" y="56.74" width="47.54" height="12.65"/></svg>
|
After Width: | Height: | Size: 4.7 KiB |
51
services/gitea.svg
Normal file
51
services/gitea.svg
Normal file
@ -0,0 +1,51 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 2016 720" style="enable-background:new 0 0 2016 720;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{fill:#73A952;}
|
||||||
|
.st1{fill:#303030;}
|
||||||
|
</style>
|
||||||
|
<g id="Layer_2_1_">
|
||||||
|
<g>
|
||||||
|
<path class="st0" d="M822.9,149.5c-4.8-4.8-10.8-4.4-10.8-4.4s-132.1,7.3-200.3,8.9c-14.9,0.3-29.8,0.6-44.5,0.6v132.1
|
||||||
|
c-6.4-2.9-12.4-6-18.7-8.9c0-41,0-122.9,0-122.9c-32.7,0.3-100.3-2.5-100.3-2.5s-159.4-7.9-176.5-9.5c-11.1-0.6-25.4-2.2-43.8,1.6
|
||||||
|
c-9.8,1.9-37.8,8.3-60.6,30.2c-50.8,45.1-37.8,117.2-36.2,128c1.9,13,7.6,49.8,35.6,81.6c51.4,63.2,162.6,61.6,162.6,61.6
|
||||||
|
s13.7,32.7,34.6,62.5c28.3,37.1,57.2,66.4,85.1,69.9c70.8,0,212.7,0,212.7,0s13.7,0,31.8-11.7c15.9-9.5,29.8-26.4,29.8-26.4
|
||||||
|
s14.6-15.6,34.9-51.1c6.4-10.8,11.4-21.6,15.9-31.4c0,0,62.2-131.8,62.2-260.4C834.6,158.7,825.1,151.7,822.9,149.5L822.9,149.5z
|
||||||
|
M263.1,379.3c-29.2-9.5-41.6-21-41.6-21s-21.6-15.2-32.4-44.8c-18.4-50.2-1.6-80.3-1.6-80.3s9.5-25.4,43.5-33.7
|
||||||
|
c15.6-4.1,34.9-3.5,34.9-3.5s7.9,67,17.8,106c8.3,33,27.9,87.6,27.9,87.6S282.1,386,263.1,379.3L263.1,379.3z M601.2,500.3
|
||||||
|
c0,0-7,16.2-22.2,17.5c-6.7,0.3-11.7-1.3-11.7-1.3s-0.3,0-6-2.2l-127-61.9c0,0-12.4-6.4-14.3-17.5c-2.5-9.2,3.2-20.3,3.2-20.3
|
||||||
|
l61.3-126.1c0,0,5.4-10.8,13.7-14.6c0.6-0.3,2.5-1.3,5.1-1.6c9.2-2.2,20.3,3.2,20.3,3.2l124.8,60.3c0,0,14.3,6.4,17.1,18.1
|
||||||
|
c2.2,8.3-0.6,15.9-1.9,19.4C656.2,390.4,601.2,500.3,601.2,500.3L601.2,500.3z"/>
|
||||||
|
<path class="st0" d="M489.8,408.9c-9.2,0-17.5,6.7-19.4,15.6c-2.2,8.9,2.2,18.4,10.2,22.5c8.6,4.4,19.7,1.9,25.7-6
|
||||||
|
c5.7-7.9,4.8-19.1-1.9-26l27-55.2c1.6,0,4.1,0.3,7-0.6c4.8-1,7.9-4.1,7.9-4.1c4.8,1.9,9.8,4.1,14.9,7c5.4,2.9,10.5,5.4,15.2,8.3
|
||||||
|
c1,0.6,1.9,1.3,3.2,2.2c1.9,1.6,3.8,3.5,5.4,6.4c2.2,6.4-2.2,16.8-2.2,16.8c-2.5,8.6-20.6,45.7-20.6,45.7c-9.2-0.3-17.1,5.7-20,14
|
||||||
|
c-2.9,9.2,1.3,19.4,10.2,24.1s19.7,1.9,25.4-6c5.7-7.6,5.1-18.4-1.3-25.4c2.2-4.1,4.1-8.3,6.4-12.7c5.7-11.7,15.2-34.3,15.2-34.3
|
||||||
|
c1-1.9,6.4-11.7,3.2-24.1c-2.9-12.7-14.3-18.7-14.3-18.7c-13.7-8.9-33-17.1-33-17.1s0-4.8-1.3-7.9c-1.3-3.5-3.2-5.7-4.4-7
|
||||||
|
c5.4-10.8,10.5-21.6,15.9-32.7c-4.8-2.2-9.2-4.4-13.7-7c-5.4,11.1-10.8,22.2-16.2,33.3c-7.6,0-14.6,3.8-18.1,10.5
|
||||||
|
c-3.8,7-3.2,15.9,2.2,22.2L489.8,408.9L489.8,408.9z"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path class="st1" d="M1046.4,360.6h111.1v145.1c-18.1,5.7-34.9,9.8-50.8,12.4c-15.9,2.2-32.1,3.5-48.6,3.5
|
||||||
|
c-42.2,0-74.6-12.4-96.8-37.1c-22.2-24.8-33.3-60.3-33.3-107c0-45.1,13-80.3,38.7-105.7s61.6-37.8,107.3-37.8
|
||||||
|
c28.6,0,56.5,5.7,83.2,17.1l-19.7,47.3c-20.3-10.2-41.6-15.2-63.8-15.2c-25.7,0-46,8.6-61.6,25.7c-15.6,17.1-23.2,40.3-23.2,69.5
|
||||||
|
c0,30.5,6.4,53.7,18.7,69.5c12.4,15.9,30.5,24.1,54.3,24.1c12.4,0,25.1-1.3,37.8-3.8v-58.4h-53v-49.2H1046.4z"/>
|
||||||
|
<path class="st1" d="M1207.1,248.5c0-19.1,10.5-28.6,31.8-28.6s31.8,9.5,31.8,28.6c0,9.2-2.5,16.2-7.9,21.3
|
||||||
|
c-5.4,5.1-13.3,7.6-23.8,7.6C1217.8,277.1,1207.1,267.6,1207.1,248.5z M1268,517.8h-58.4v-214h58.4V517.8z"/>
|
||||||
|
<path class="st1" d="M1409.6,475.2c10.2,0,22.5-2.2,36.8-6.7V512c-14.6,6.4-32.4,9.8-53.7,9.8c-23.5,0-40.3-6-51.1-17.8
|
||||||
|
c-10.8-11.7-15.9-29.5-15.9-53V347.9h-27.9v-24.8l32.1-19.4l16.8-45.1h37.5v45.4h60v43.8h-60v102.9c0,8.3,2.2,14.3,7,18.4
|
||||||
|
C1395.7,473.3,1402,475.2,1409.6,475.2z"/>
|
||||||
|
<path class="st1" d="M1576.6,521.6c-34.6,0-61.3-9.5-80.6-28.6c-19.4-19.1-29.2-46-29.2-80.6c0-35.9,8.9-63.5,27-83.2
|
||||||
|
c17.8-19.7,42.9-29.5,74.3-29.5c30.2,0,53.7,8.6,70.5,25.7s25.4,41,25.4,71.4V425h-138.1c0.6,16.5,5.4,29.5,14.6,38.7
|
||||||
|
c9.2,9.2,22.2,14,38.7,14c13,0,25.1-1.3,36.5-4.1c11.4-2.5,23.5-7,35.9-12.7V506c-10.2,5.1-21.3,8.9-32.7,11.4
|
||||||
|
C1607.4,520.3,1593.5,521.6,1576.6,521.6z M1568.4,341.2c-12.4,0-22.2,3.8-29.2,11.7s-11.1,19.1-12.1,33.3h81.9
|
||||||
|
c-0.3-14.3-4.1-25.4-11.4-33.3C1590.6,345.4,1580.8,341.2,1568.4,341.2z"/>
|
||||||
|
<path class="st1" d="M1837.6,517.8l-11.4-29.2h-1.6c-9.8,12.4-20,21-30.5,25.7c-10.5,4.8-23.8,7.3-40.6,7.3
|
||||||
|
c-20.6,0-36.8-5.7-48.6-17.5s-17.8-28.6-17.8-50.2c0-22.9,7.9-39.4,23.8-50.2c15.9-10.8,39.7-16.8,71.8-17.8l37.1-1.3v-9.5
|
||||||
|
c0-21.6-11.1-32.4-33.3-32.4c-17.1,0-37.1,5.1-60.3,15.6l-19.4-39.4c24.8-13,52.1-19.4,81.9-19.4c28.6,0,50.8,6.4,66,18.7
|
||||||
|
c15.2,12.4,22.9,31.4,22.9,57.2v142.6h-40V517.8z M1820.2,418.7l-22.5,0.6c-16.8,0.6-29.5,3.5-37.8,9.2
|
||||||
|
c-8.3,5.7-12.4,14.3-12.4,25.7c0,16.5,9.5,24.8,28.3,24.8c13.7,0,24.4-3.8,32.4-11.7c8.3-7.9,12.1-18.1,12.1-31.1V418.7z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.4 KiB |
34
services/jellyfin.svg
Normal file
34
services/jellyfin.svg
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!-- ***** BEGIN LICENSE BLOCK *****
|
||||||
|
- Part of the Jellyfin project (https://jellyfin.media)
|
||||||
|
-
|
||||||
|
- All copyright belongs to the Jellyfin contributors; a full list can
|
||||||
|
- be found in the file CONTRIBUTORS.md
|
||||||
|
-
|
||||||
|
- This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License.
|
||||||
|
- To view a copy of this license, visit http://creativecommons.org/licenses/by-sa/4.0/.
|
||||||
|
- ***** END LICENSE BLOCK ***** -->
|
||||||
|
<svg id="banner-dark" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 1536 512">
|
||||||
|
<defs>
|
||||||
|
<linearGradient id="linear-gradient" x1="110.25" y1="213.3" x2="496.14" y2="436.09" gradientUnits="userSpaceOnUse">
|
||||||
|
<stop offset="0" stop-color="#aa5cc3"/>
|
||||||
|
<stop offset="1" stop-color="#00a4dc"/>
|
||||||
|
</linearGradient>
|
||||||
|
</defs>
|
||||||
|
<title>banner-dark</title>
|
||||||
|
<g id="banner-dark">
|
||||||
|
<g id="banner-dark-icon">
|
||||||
|
<path id="inner-shape" d="M261.42,201.62c-20.44,0-86.24,119.29-76.2,139.43s142.48,19.92,152.4,0S281.86,201.63,261.42,201.62Z" fill="url(#linear-gradient)"/>
|
||||||
|
<path id="outer-shape" d="M261.42,23.3C199.83,23.3,1.57,382.73,31.8,443.43s429.34,60,459.24,0S323,23.3,261.42,23.3ZM411.9,390.76c-19.59,39.33-281.08,39.77-300.9,0S221.1,115.48,261.45,115.48,431.49,351.42,411.9,390.76Z" fill="url(#linear-gradient)"/>
|
||||||
|
</g>
|
||||||
|
<g id="jellyfin-light-outlines" style="isolation:isolate" transform="translate(43.8)">
|
||||||
|
<path d="M556.64,350.75a67,67,0,0,1-22.87-27.47,8.91,8.91,0,0,1-1.49-4.75,7.42,7.42,0,0,1,2.83-5.94,9.25,9.25,0,0,1,6.09-2.38c3.16,0,5.94,1.69,8.31,5.05a48.09,48.09,0,0,0,16.34,20.34,40.59,40.59,0,0,0,24,7.58q20.51,0,33.27-12.62t12.77-33.12V159a8.44,8.44,0,0,1,2.67-6.39,9.56,9.56,0,0,1,6.83-2.52,9,9,0,0,1,6.68,2.52,8.7,8.7,0,0,1,2.53,6.39v138.4a64.7,64.7,0,0,1-8.32,32.67,59,59,0,0,1-23,22.72Q608.62,361,589.9,361A57.21,57.21,0,0,1,556.64,350.75Z" fill="#fff"/>
|
||||||
|
<path d="M831.66,279.47a8.77,8.77,0,0,1-6.24,2.53H713.16q0,17.82,7.27,31.92a54.91,54.91,0,0,0,20.79,22.28q13.51,8.18,31.93,8.17a54,54,0,0,0,25.54-5.94,52.7,52.7,0,0,0,18.12-15.15,10,10,0,0,1,6.24-2.67,8.14,8.14,0,0,1,7.72,7.72,8.81,8.81,0,0,1-3,6.24,74.7,74.7,0,0,1-23.91,19A65.56,65.56,0,0,1,773.45,361q-22.87,0-40.4-9.8a69.51,69.51,0,0,1-27.32-27.48q-9.79-17.66-9.8-40.83,0-24.36,9.65-42.62t25.69-27.92a65.2,65.2,0,0,1,34.16-9.65A70,70,0,0,1,798.84,211a65.78,65.78,0,0,1,25.39,24.36q9.81,16,10.1,38A8.07,8.07,0,0,1,831.66,279.47ZM733.5,231.8Q718.8,243.68,714.64,266H815.92v-2.38A46.91,46.91,0,0,0,807,240.27a48.47,48.47,0,0,0-18.56-15.15,54,54,0,0,0-23-5.2Q748.2,219.92,733.5,231.8Z" fill="#fff"/>
|
||||||
|
<path d="M888.24,355.5a8.92,8.92,0,0,1-15.3-6.38v-202a8.91,8.91,0,1,1,17.82,0v202A8.65,8.65,0,0,1,888.24,355.5Z" fill="#fff"/>
|
||||||
|
<path d="M956.55,355.5a8.92,8.92,0,0,1-15.3-6.38v-202a8.91,8.91,0,1,1,17.82,0v202A8.65,8.65,0,0,1,956.55,355.5Z" fill="#fff"/>
|
||||||
|
<path d="M1122.86,206.11a8.7,8.7,0,0,1,2.53,6.39v131q0,23.44-9.21,40.09a61.58,61.58,0,0,1-25.54,25.25q-16.34,8.61-36.83,8.61a96.73,96.73,0,0,1-23.31-2.68,61.72,61.72,0,0,1-18-7.12q-6.24-3.87-6.24-8.62a17.94,17.94,0,0,1,.6-3,8.06,8.06,0,0,1,3-4.45,7.49,7.49,0,0,1,4.45-1.49,7.91,7.91,0,0,1,3.56.89q19,10.39,36.24,10.4,24.65,0,39.06-15.44t14.4-42.18V333.38a54.37,54.37,0,0,1-21.38,20,62.55,62.55,0,0,1-30.3,7.58q-25.83,0-39.2-15.45t-13.37-41.87V212.5a8.91,8.91,0,1,1,17.82,0V301q0,21.39,9.36,32.38t29.25,11a48,48,0,0,0,23.32-6.09,49.88,49.88,0,0,0,17.82-16,37.44,37.44,0,0,0,6.68-21.24V212.5a9,9,0,0,1,15.29-6.39Z" fill="#fff"/>
|
||||||
|
<path d="M1210.18,161.41q-5.21,6.24-5.2,17.23v30.59h33.27a8.19,8.19,0,0,1,5.79,2.38,8.26,8.26,0,0,1,0,11.88,8.22,8.22,0,0,1-5.79,2.37H1205V349.12a8.91,8.91,0,1,1-17.82,0V225.86h-21.68a7.83,7.83,0,0,1-5.94-2.52,8.21,8.21,0,0,1-2.37-5.79,8,8,0,0,1,2.37-6.09,8.33,8.33,0,0,1,5.94-2.23h21.68V178.64q0-18.7,10.84-29t29-10.24a46.1,46.1,0,0,1,15.45,2.52q7.13,2.53,7.12,8.17a8.07,8.07,0,0,1-2.37,5.94,7.37,7.37,0,0,1-5.35,2.37,18.81,18.81,0,0,1-6.53-1.48,42,42,0,0,0-10.4-1.78Q1215.37,155.18,1210.18,161.41ZM1276,180.87c-2.19-1.88-3.27-4.61-3.27-8.17v-3q0-5.34,3.41-8.17t9.36-2.82q11.88,0,11.88,11v3c0,3.56-1,6.29-3.12,8.17s-5.1,2.82-9.06,2.82S1278.14,182.75,1276,180.87Zm15.59,174.63a8.92,8.92,0,0,1-15.3-6.38V212.5a8.91,8.91,0,1,1,17.82,0V349.12A8.65,8.65,0,0,1,1291.56,355.5Z" fill="#fff"/>
|
||||||
|
<path d="M1452.53,218.88q12.92,16.2,12.92,42.92v87.32a8.4,8.4,0,0,1-2.67,6.38,8.8,8.8,0,0,1-6.24,2.53,8.64,8.64,0,0,1-8.91-8.91V262.69q0-19.31-9.65-31.33t-29.85-12a53.28,53.28,0,0,0-42.77,21.83,36.24,36.24,0,0,0-7.13,21.53v86.43a8.91,8.91,0,1,1-17.82,0V216.06a8.91,8.91,0,1,1,17.82,0V232.4q8-12.77,23-21.24A61.84,61.84,0,0,1,1412,202.7Q1439.61,202.7,1452.53,218.88Z" fill="#fff"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.7 KiB |
1
services/nextcloud.svg
Normal file
1
services/nextcloud.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 8.3 KiB |
Loading…
Reference in New Issue
Block a user