3 Commits

Author SHA1 Message Date
b4605d422f Added git source, added to readme 2022-03-17 10:43:58 -04:00
73e2090302 Removed transmission link 2022-03-15 16:58:46 -04:00
d3ea34c2b7 Fixed where image would become small 2022-03-15 16:57:50 -04:00
3 changed files with 11 additions and 9 deletions

View File

@ -1,2 +1,3 @@
# main_local_website
This is a website I created for Kyaru.club

View File

@ -57,13 +57,17 @@ body {
left: 0;
bottom: 0;
}
.footer a {
text-decoration: none;
color: white;
}
.footer a:hover {
background-color:rgb(163, 163, 163);
}
@media (max-width: 600px) {
.row {
-webkit-flex-direction: column;
flex-direction: column;
}
.kyaru_main{
width: 100px;
}
}

View File

@ -22,7 +22,6 @@
<div class="row">
<a class="column" href="https://jellyfin.kyaru.club">Jellyfin</a>
<a class="column" href="https://uddu.chat">Matrix</a>
<a class="column" href="https://transmission.kyaru.club">Transmission</a>
<a class="column" href="https://git.kyaru.club">Gitea</a>
<a class="column" href="https://nc.kyaru.club">Nextcloud</a>
@ -30,8 +29,6 @@
<img class="kyaru_main" src="images/kyaru_pout.jpg">
<div class="footer">
<p>Contact me on matrix @jasonl8446:uddu.chat if you are interested </p>
<p>Created by jasonl8446 2022</p>
<p><a href="https://git.kyaru.club/jasonl8446/main_local_website"> Created by jasonl8446 2022</a></p>
</div>
</body>
</html>