Add files via upload
This commit is contained in:
+2
-9
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 833 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
@@ -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
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user