Compare commits
3 Commits
a5cc176918
...
jl-start
Author | SHA1 | Date | |
---|---|---|---|
b4605d422f | |||
73e2090302 | |||
d3ea34c2b7 |
@ -1,2 +1,3 @@
|
|||||||
# main_local_website
|
# main_local_website
|
||||||
|
|
||||||
|
This is a website I created for Kyaru.club
|
@ -57,13 +57,17 @@ body {
|
|||||||
left: 0;
|
left: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
.footer a {
|
||||||
|
text-decoration: none;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
.footer a:hover {
|
||||||
|
background-color:rgb(163, 163, 163);
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
.row {
|
.row {
|
||||||
-webkit-flex-direction: column;
|
-webkit-flex-direction: column;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
.kyaru_main{
|
|
||||||
width: 100px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
@ -22,16 +22,13 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<a class="column" href="https://jellyfin.kyaru.club">Jellyfin</a>
|
<a class="column" href="https://jellyfin.kyaru.club">Jellyfin</a>
|
||||||
<a class="column" href="https://uddu.chat">Matrix</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://git.kyaru.club">Gitea</a>
|
||||||
<a class="column" href="https://nc.kyaru.club">Nextcloud</a>
|
<a class="column" href="https://nc.kyaru.club">Nextcloud</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<img class="kyaru_main" src="images/kyaru_pout.jpg">
|
<img class="kyaru_main" src="images/kyaru_pout.jpg">
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<p>Contact me on matrix @jasonl8446:uddu.chat if you are interested</p>
|
<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>
|
</div>
|
||||||
</body>
|
|
||||||
|
|
||||||
</html>
|
</html>
|
Reference in New Issue
Block a user