Compare commits

..

7 Commits

Author SHA1 Message Date
8b22d5496d feat: Formatted Caddy logs globally 2024-06-01 22:41:31 +02:00
694c5e8be9 Added TryHackMe profile 2023-08-19 16:42:27 +02:00
8c2fb2f5ed Added Hackerrank profile 2023-08-19 16:36:11 +02:00
ae59966ee5 Added GitHub account 2023-08-19 16:24:25 +02:00
6c4a72313b Added bio 2023-07-10 21:46:59 +02:00
8bf64c3537 Removed unused css 2023-06-29 19:19:58 +02:00
cf0104d387 Fixed darkmode button position to be responsive 2023-06-29 18:55:59 +02:00
6 changed files with 46 additions and 5 deletions

View File

@ -1,3 +1,11 @@
{
log {
format json {
time_format rfc3339
}
}
}
:80 { :80 {
root * /srv root * /srv
file_server { file_server {

View File

@ -371,7 +371,6 @@ button:hover,
.button.button-github { .button.button-github {
color: #ffffff; color: #ffffff;
background-color: #000000; background-color: #000000;
border: 1px solid #FFFFFF;
} }
.button.button-github:hover, .button.button-github:hover,
.button.button-github:focus { .button.button-github:focus {
@ -484,6 +483,16 @@ button:hover,
filter: brightness(90%); filter: brightness(90%);
} }
/* Hackerrank */
.button.button-hackerrank {
color: #ffffff;
background-color: #32c766;
}
.button.button-hackerrank:hover,
.button.button-hackerrank:focus {
filter: brightness(90%);
}
/* Hedgedoc */ /* Hedgedoc */
.button.button-hedgedoc { .button.button-hedgedoc {
color: #ffffff; color: #ffffff;
@ -893,6 +902,16 @@ button:hover,
filter: brightness(90%); filter: brightness(90%);
} }
/* TryHackMe */
.button.button-tryhackme {
color: #ffffff;
background-color: #c1111181;
}
.button.button-tryhackme:hover,
.button.button-tryhackme:focus {
filter: brightness(90%);
}
/* Tumblr */ /* Tumblr */
.button.button-tumb { .button.button-tumb {
color: #ffffff; color: #ffffff;

View File

@ -278,13 +278,17 @@ hr {
url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.svg#OpenSans') format('svg'); /* Legacy iOS */ url('../fonts/open-sans-v34-vietnamese_latin-ext_latin_hebrew_greek-ext_greek_cyrillic-ext_cyrillic-800.svg#OpenSans') format('svg'); /* Legacy iOS */
} }
#darkmode-toggle {
display: none;
}
label { label {
width:70px; width:70px;
height:35px; height:35px;
position: relative; position: relative;
display: block; display: block;
top: -40px; top: -20px;
left: 265px; left: 44%;
background: #ebebeb; background: #ebebeb;
border-radius: 20px; border-radius: 20px;
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.4), inset 0px 0px 10px rgba(255,255,255,0.4); box-shadow: inset 0px 0px 10px rgba(0,0,0,0.4), inset 0px 0px 10px rgba(255,255,255,0.4);

BIN
images/icons/hackerrank.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

BIN
images/icons/tryhackme.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

View File

@ -74,6 +74,7 @@
<h1 role="heading">Syrell</h1> <h1 role="heading">Syrell</h1>
<!-- Short Bio --> <!-- Short Bio -->
<p>SysOps engineer<br>Building tools on 21U<br>FOSS | Music | Birds</p>
<!-- <!--
@ -103,7 +104,7 @@
This can improve the experience for assistive technology users by hiding what is essentially duplicated This can improve the experience for assistive technology users by hiding what is essentially duplicated
--> -->
<input class="button" type="checkbox" id="darkmode-toggle" onclick="setTheme()"/> <input type="checkbox" id="darkmode-toggle" onclick="setTheme()"/>
<label for="darkmode-toggle"></label> <label for="darkmode-toggle"></label>
<script> <script>
@ -127,12 +128,21 @@
<!-- GitLab --> <!-- GitLab -->
<a class="button button-gitlab" href="https://gitlab.com/syrell" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/gitlab.svg" alt="">GitLab</a><br> <a class="button button-gitlab" href="https://gitlab.com/syrell" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/gitlab.svg" alt="">GitLab</a><br>
<!-- GitHub -->
<a class="button button-github" href="https://github.com/FinchRelia" target="_blank" rel="noopener" role="button"><img class="icon" src="images/icons/github.svg" alt="">GitHub</a><br>
<!-- Hedgedoc --> <!-- Hedgedoc -->
<a class="button button-hedgedoc" href="https://hedgedoc.syyrell.com/" target="_blank" rel="noopener" role="button"><img class="icon icon-hedgedoc" src="images/icons/hedgedoc.png" alt="">Hedgedoc</a><br> <a class="button button-hedgedoc" href="https://hedgedoc.syyrell.com/" target="_blank" rel="noopener" role="button"><img class="icon icon-hedgedoc" src="images/icons/hedgedoc.png" alt="">Hedgedoc</a><br>
<!-- Mealie --> <!-- Mealie -->
<a class="button button-mealie" href="https://food.syyrell.com/" target="_blank" rel="noopener" role="button"><img class="icon icon-mealie" src="images/icons/mealie.png" alt="">Mealie</a><br> <a class="button button-mealie" href="https://food.syyrell.com/" target="_blank" rel="noopener" role="button"><img class="icon icon-mealie" src="images/icons/mealie.png" alt="">Mealie</a><br>
<!-- Hackerrank -->
<a class="button button-hackerrank" href="https://www.hackerrank.com/Syrell" target="_blank" rel="noopener" role="button"><img class="icon icon-hackerrank" src="images/icons/hackerrank.png" alt="">HackerRank</a><br>
<!-- TryHackMe -->
<a class="button button-tryhackme" href="https://tryhackme.com/p/syrell" target="_blank" rel="noopener" role="button"><img class="icon icon-tryhackme" src="images/icons/tryhackme.png" alt="">TryHackMe</a><br>
<!-- <!--
Footer: Footer:
This includes a link to privacy.html page which can be setup for your Privacy Policy. This includes a link to privacy.html page which can be setup for your Privacy Policy.