Add files via upload

This commit is contained in:
2024-02-02 00:08:10 +01:00
committed by GitHub
parent 952c8293c2
commit 27b2bd49a7
5 changed files with 4 additions and 14 deletions
+2 -9
View File
@@ -23,10 +23,6 @@
}
}
hr {
color: transparent;
}
h2 {
line-height-step: 100px;
}
@@ -240,10 +236,7 @@ ul.nav li.left {
.hover-items,
.hover-items a {
background: rgb(2,0,36);
background: var(--main-txt-color);
-webkit-background-clip: text;
color: transparent;
color: var(--main-txt-color);
padding: var(--main-padding) 10px;
font-size: large;
margin: auto;
@@ -427,4 +420,4 @@ ul.nav li.left {
pointer-events: none;
z-index: 99999999;
}
}
}
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 833 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

-3
View File
@@ -89,13 +89,11 @@
<h1>Hy! 👋 I'm Julian Lechner!</h1>
<h2>aka. FrauJulian</h2>
<hr>
<div class="max60">
<div id="short-desc" class="hover-items">
<i id="left-arrow" class="fas fa-arrow-right"></i>
<a onclick="plausible('expandprofile')">A young enthusiastic developer from Austria!</a>
<i id="right-arrow" class="fas fa-arrow-left"></i>
</div>
</div>
<div class="bio-text hidden">
@@ -117,7 +115,6 @@
<h3>Just contact me!</h3>
</p>
</div>
<hr>
<p class="js-reminder">ENABLE JAVASCRIPT</p>
<div class="icon-area">
+2 -2
View File
@@ -54,8 +54,8 @@
projectModal.classList = "modal github-modal hidden";
projectModal.innerHTML = `
<div class="card">
<a href="${project.html_url}" target="blank" style="float: right">Visit on GitHub</a>
<a href="#" target="blank" style="float: left"></a>
<a onclick="location.reload()" href="#" style="float: right"></a>
<a href="${project.html_url}" target="blank" style="float: left"> Visit on GitHub</a>
<br>
<br>
${html}