1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00

Deploy k4ustu3h/gitfolio to github.com/k4ustu3h/gitfolio.git:gh-pages

This commit is contained in:
Deployment Bot (from Travis CI) 2019-12-08 13:31:01 +00:00
parent 20495b47bd
commit 35adb8dbd3
3 changed files with 94 additions and 15 deletions

View file

@ -3,12 +3,15 @@
"username": "k4ustu3h",
"name": "K4USTU3H",
"userimg": "https://avatars1.githubusercontent.com/u/49553711?v=4",
"sort": "created",
"sort": "updated",
"order": "asc",
"includeFork": false,
"theme": "light.css",
"includeFork": true,
"theme": "dark.css",
"types": [
"all"
]
],
"twitter": "k4ustu3h_",
"dribbble": "k4ustu3h",
"email": "k4ustu3h@gmail.com"
}
]

View file

@ -546,14 +546,51 @@ body {
background: var(--text-color);
}
:root {
--bg-color: #fff;
--text-color: rgb(10, 10, 10);
--blog-gray-color: rgb(80, 80, 80);
--bg-color: rgb(10, 10, 10);
--text-color: #fff;
--blog-gray-color: rgb(180, 180, 180);
--background-image: linear-gradient(
90deg,
rgba(10, 10, 10, 0.4),
rgb(10, 10, 10, 0.4)
rgba(10, 10, 10, 0.3),
rgb(10, 10, 10, 1)
),
url("https://images.unsplash.com/photo-1553748024-d1b27fb3f960?w=1500&q=80");
--background-background: #fff;
--background-background: linear-gradient(
0deg,
rgba(10, 10, 10, 1),
rgba(10, 10, 10, 0.6)
),
url("https://images.unsplash.com/photo-1553748024-d1b27fb3f960?w=1500&q=80") center center fixed;
--height: 50vh;
}
#display h1 {
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: #fff;
}
#blog-display h1 {
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: #fff;
}
.projects section {
background: rgb(20, 20, 20);
}
#blog_section section {
background: rgb(20, 20, 20);
}
@media (max-width: 800px) {
:root {
--background-image: linear-gradient(
0deg,
rgba(10, 10, 10, 1),
rgba(10, 10, 10, 0)
),
url("https://images.unsplash.com/photo-1553748024-d1b27fb3f960?w=1500&q=80") !important;
}
}

View file

@ -32,12 +32,12 @@
<span style="display:block;"><i class="fas fa-map-marker-alt"></i> &nbsp;&nbsp; Jabalpur, Madhya Pradesh, India</span>
<span style="display:none;"><i class="fas fa-user-tie"></i> &nbsp;&nbsp; Available for hire</span>
<div class="socials">
<span style="display:none !important;"><a href="https://www.twitter.com/undefined" target="_blank" class="socials"><i class="fab fa-twitter"></i></a></span>
<span style="display:none !important;"><a href="https://www.dribbble.com/undefined" target="_blank" class="socials"><i class="fab fa-dribbble"></i></a></span>
<span style="display:block;"><a href="https://www.twitter.com/k4ustu3h_" target="_blank" class="socials"><i class="fab fa-twitter"></i></a></span>
<span style="display:block;"><a href="https://www.dribbble.com/k4ustu3h" target="_blank" class="socials"><i class="fab fa-dribbble"></i></a></span>
<span style="display:none !important;"><a href="https://www.linkedin.com/in/undefined/" target="_blank" class="socials"><i class="fab fa-linkedin-in"></i></a></span>
<span style="display:none !important;"><a href="https://www.medium.com/@undefined/" target="_blank" class="socials"><i class="fab fa-medium-m"></i></a></span>
<span style="display:none !important;"><a href="https://t.me/@undefined" target="_blank" class="socials"><i class="fab fa-telegram"></i></a></span>
<span style="display:none !important;"><a href="mailto:undefined" target="_blank" class="socials"><i class="fas fa-envelope"></i></a></span>
<span style="display:block;"><a href="mailto:k4ustu3h@gmail.com" target="_blank" class="socials"><i class="fas fa-envelope"></i></a></span>
</div>
</div>
</div>
@ -59,9 +59,48 @@
</section>
</a></div>
</div>
<div id="forks" style="display:none;">
<div id="forks" style="display: block;">
<h1>Forks.</h1>
<div class="projects" id="forks_section"></div>
<div class="projects" id="forks_section">
<a href="https://github.com/k4ustu3h/anothericonpack" target="_blank">
<section>
<div class="section_title">anothericonpack</div>
<div class="about_section">
<span style="display:block;">Free and open source icon pack for Android.</span>
</div>
<div class="bottom_section">
<span style="display:inline-block;"><i class="fas fa-code"></i>&nbsp; Kotlin</span>
<span><i class="fas fa-star"></i>&nbsp; 0</span>
<span><i class="fas fa-code-branch"></i>&nbsp; 1</span>
</div>
</section>
</a>
<a href="https://github.com/k4ustu3h/kotin.ga" target="_blank">
<section>
<div class="section_title">kotin.ga</div>
<div class="about_section">
<span style="display:block;">🔗 Minimal URL - Modern URL shortener with support for custom alias &amp; can be hosted even in GitHub pages</span>
</div>
<div class="bottom_section">
<span style="display:inline-block;"><i class="fas fa-code"></i>&nbsp; JavaScript</span>
<span><i class="fas fa-star"></i>&nbsp; 0</span>
<span><i class="fas fa-code-branch"></i>&nbsp; 0</span>
</div>
</section>
</a>
<a href="https://github.com/k4ustu3h/gitfolio" target="_blank">
<section>
<div class="section_title">gitfolio</div>
<div class="about_section">
<span style="display:block;">A gitfolio fork that automatically deploys the output to GitHub Pages using Travis CI</span>
</div>
<div class="bottom_section">
<span style="display:inline-block;"><i class="fas fa-code"></i>&nbsp; JavaScript</span>
<span><i class="fas fa-star"></i>&nbsp; 0</span>
<span><i class="fas fa-code-branch"></i>&nbsp; 0</span>
</div>
</section>
</a></div>
</div>
<div id="blog_section">
<h1>Blog.</h1>