mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
Deploy k4ustu3h.cf to github.com/k4ustu3h/gitfolio.git:gh-pages
This commit is contained in:
parent
caa7db954c
commit
eb6159a991
2 changed files with 39 additions and 38 deletions
29
index.css
29
index.css
|
@ -94,15 +94,16 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#profile_img {
|
#profile_img {
|
||||||
-webkit-background-clip: text;
|
|
||||||
-webkit-text-fill-color: transparent;
|
|
||||||
animation: grad 8s ease infinite;
|
|
||||||
background: var(--gradient);
|
background: var(--gradient);
|
||||||
background-size: 300% 300%;
|
|
||||||
font-family: "Asap Condensed", sans-serif;
|
|
||||||
font-size: 128px;
|
|
||||||
height: 180px;
|
|
||||||
transition: background 0.5s ease;
|
transition: background 0.5s ease;
|
||||||
|
background-size: 300% 300%;
|
||||||
|
animation: grad 8s ease infinite;
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
font-size: 128px;
|
||||||
|
font-family: "Asap Condensed", sans-serif;
|
||||||
|
-webkit-text-fill-color: transparent;
|
||||||
|
|
||||||
|
height: 180px;
|
||||||
width: 180px;
|
width: 180px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -290,15 +291,15 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#profile_img {
|
#profile_img {
|
||||||
-webkit-background-clip: text;
|
|
||||||
-webkit-text-fill-color: transparent;
|
|
||||||
animation: grad 8s ease infinite;
|
|
||||||
background: var(--gradient);
|
|
||||||
background-size: 300% 300%;
|
|
||||||
font-family: "Asap Condensed", sans-serif;
|
|
||||||
font-size: 128px;
|
|
||||||
margin: 0px auto !important;
|
margin: 0px auto !important;
|
||||||
|
background: var(--gradient);
|
||||||
transition: background 0.5s ease;
|
transition: background 0.5s ease;
|
||||||
|
background-size: 300% 300%;
|
||||||
|
animation: grad 8s ease infinite;
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
font-size: 128px;
|
||||||
|
font-family: "Asap Condensed", sans-serif;
|
||||||
|
-webkit-text-fill-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes grad {
|
@keyframes grad {
|
||||||
|
|
48
index.html
48
index.html
|
@ -223,6 +223,30 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</a>
|
</a>
|
||||||
|
<a href="https://github.com/k4ustu3h/bash-insulter" target="_blank">
|
||||||
|
<section>
|
||||||
|
<div class="section_title">bash-insulter</div>
|
||||||
|
<div class="about_section">
|
||||||
|
<span style="display:block;">
|
||||||
|
Insults the user when typing wrong command
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
<div class="bottom_section">
|
||||||
|
<span style="display:none;">
|
||||||
|
<i class="mdi mdi-code-tags"></i>
|
||||||
|
null
|
||||||
|
</span>
|
||||||
|
<span>
|
||||||
|
<i class="mdi mdi-star"></i>
|
||||||
|
0
|
||||||
|
</span>
|
||||||
|
<span>
|
||||||
|
<i class="mdi mdi-source-branch"></i>
|
||||||
|
0
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</a>
|
||||||
<a href="https://github.com/k4ustu3h/kotin.ga" target="_blank">
|
<a href="https://github.com/k4ustu3h/kotin.ga" target="_blank">
|
||||||
<section>
|
<section>
|
||||||
<div class="section_title">kotin.ga</div>
|
<div class="section_title">kotin.ga</div>
|
||||||
|
@ -248,30 +272,6 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/k4ustu3h/bash-insulter" target="_blank">
|
|
||||||
<section>
|
|
||||||
<div class="section_title">bash-insulter</div>
|
|
||||||
<div class="about_section">
|
|
||||||
<span style="display:block;">
|
|
||||||
Insults the user when typing wrong command
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
<div class="bottom_section">
|
|
||||||
<span style="display:none;">
|
|
||||||
<i class="mdi mdi-code-tags"></i>
|
|
||||||
null
|
|
||||||
</span>
|
|
||||||
<span>
|
|
||||||
<i class="mdi mdi-star"></i>
|
|
||||||
0
|
|
||||||
</span>
|
|
||||||
<span>
|
|
||||||
<i class="mdi mdi-source-branch"></i>
|
|
||||||
0
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/k4ustu3h/gitfolio" target="_blank">
|
<a href="https://github.com/k4ustu3h/gitfolio" target="_blank">
|
||||||
<section>
|
<section>
|
||||||
<div class="section_title">gitfolio</div>
|
<div class="section_title">gitfolio</div>
|
||||||
|
|
Loading…
Reference in a new issue