Add files via upload
This commit is contained in:
+1
-8
@@ -23,10 +23,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
|
||||||
color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
line-height-step: 100px;
|
line-height-step: 100px;
|
||||||
}
|
}
|
||||||
@@ -240,10 +236,7 @@ ul.nav li.left {
|
|||||||
|
|
||||||
.hover-items,
|
.hover-items,
|
||||||
.hover-items a {
|
.hover-items a {
|
||||||
background: rgb(2,0,36);
|
color: var(--main-txt-color);
|
||||||
background: var(--main-txt-color);
|
|
||||||
-webkit-background-clip: text;
|
|
||||||
color: transparent;
|
|
||||||
padding: var(--main-padding) 10px;
|
padding: var(--main-padding) 10px;
|
||||||
font-size: large;
|
font-size: large;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
|
|||||||
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>
|
<h1>Hy! 👋 I'm Julian Lechner!</h1>
|
||||||
<h2>aka. FrauJulian</h2>
|
<h2>aka. FrauJulian</h2>
|
||||||
|
|
||||||
<hr>
|
|
||||||
<div class="max60">
|
<div class="max60">
|
||||||
<div id="short-desc" class="hover-items">
|
<div id="short-desc" class="hover-items">
|
||||||
<i id="left-arrow" class="fas fa-arrow-right"></i>
|
<i id="left-arrow" class="fas fa-arrow-right"></i>
|
||||||
<a onclick="plausible('expandprofile')">A young enthusiastic developer from Austria!</a>
|
<a onclick="plausible('expandprofile')">A young enthusiastic developer from Austria!</a>
|
||||||
<i id="right-arrow" class="fas fa-arrow-left"></i>
|
<i id="right-arrow" class="fas fa-arrow-left"></i>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="bio-text hidden">
|
<div class="bio-text hidden">
|
||||||
@@ -117,7 +115,6 @@
|
|||||||
<h3>Just contact me!</h3>
|
<h3>Just contact me!</h3>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
|
||||||
<p class="js-reminder">ENABLE JAVASCRIPT</p>
|
<p class="js-reminder">ENABLE JAVASCRIPT</p>
|
||||||
<div class="icon-area">
|
<div class="icon-area">
|
||||||
|
|
||||||
|
|||||||
+2
-2
@@ -54,8 +54,8 @@
|
|||||||
projectModal.classList = "modal github-modal hidden";
|
projectModal.classList = "modal github-modal hidden";
|
||||||
projectModal.innerHTML = `
|
projectModal.innerHTML = `
|
||||||
<div class="card">
|
<div class="card">
|
||||||
<a href="${project.html_url}" target="blank" style="float: right">Visit on GitHub</a>
|
<a onclick="location.reload()" href="#" style="float: right"> ❌</a>
|
||||||
<a href="#" target="blank" style="float: left">❌</a>
|
<a href="${project.html_url}" target="blank" style="float: left"> Visit on GitHub</a>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
${html}
|
${html}
|
||||||
|
|||||||
Reference in New Issue
Block a user