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:
parent
f02b5419bd
commit
47a62be803
2 changed files with 101 additions and 23 deletions
78
index.css
78
index.css
|
@ -358,6 +358,84 @@ body {
|
||||||
|
|
||||||
::-webkit-scrollbar-thumb {
|
::-webkit-scrollbar-thumb {
|
||||||
background: var(--text-color);
|
background: var(--text-color);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Material Icons */
|
||||||
|
.mdi::before {
|
||||||
|
font-size: 24px;
|
||||||
|
line-height: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn .mdi::before {
|
||||||
|
position: relative;
|
||||||
|
top: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-xs .mdi::before {
|
||||||
|
font-size: 18px;
|
||||||
|
top: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-sm .mdi::before {
|
||||||
|
font-size: 18px;
|
||||||
|
top: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-menu .mdi {
|
||||||
|
width: 18px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dropdown-menu .mdi::before {
|
||||||
|
position: relative;
|
||||||
|
top: 4px;
|
||||||
|
left: -8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.nav .mdi::before {
|
||||||
|
position: relative;
|
||||||
|
top: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar .navbar-toggle .mdi::before {
|
||||||
|
position: relative;
|
||||||
|
top: 4px;
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.breadcrumb .mdi::before {
|
||||||
|
position: relative;
|
||||||
|
top: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.breadcrumb a:hover {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.breadcrumb a:hover span {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
.alert .mdi::before {
|
||||||
|
position: relative;
|
||||||
|
top: 4px;
|
||||||
|
margin-right: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.input-group-addon .mdi::before {
|
||||||
|
position: relative;
|
||||||
|
top: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.navbar-brand .mdi::before {
|
||||||
|
position: relative;
|
||||||
|
top: 2px;
|
||||||
|
margin-right: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.list-group-item .mdi::before {
|
||||||
|
position: relative;
|
||||||
|
top: 3px;
|
||||||
|
left: -3px;
|
||||||
}:root {
|
}:root {
|
||||||
--bg-color: rgb(10, 10, 10);
|
--bg-color: rgb(10, 10, 10);
|
||||||
--text-color: #fff;
|
--text-color: #fff;
|
||||||
|
|
46
index.html
46
index.html
|
@ -3,7 +3,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||||
<title>k4ustu3h</title>
|
<title>k4ustu3h</title>
|
||||||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
|
<link rel="stylesheet" href="https://cdn.materialdesignicons.com/4.5.95/css/materialdesignicons.min.css">
|
||||||
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
|
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
|
||||||
<script src="https://unpkg.com/magic-grid/dist/magic-grid.min.js"></script>
|
<script src="https://unpkg.com/magic-grid/dist/magic-grid.min.js"></script>
|
||||||
<link rel="stylesheet" href="index.css">
|
<link rel="stylesheet" href="index.css">
|
||||||
|
@ -26,17 +26,17 @@
|
||||||
<div id="username"><span style="display:block;">K4USTU3H</span><a href="https://github.com/k4ustu3h">@k4ustu3h</a></div>
|
<div id="username"><span style="display:block;">K4USTU3H</span><a href="https://github.com/k4ustu3h">@k4ustu3h</a></div>
|
||||||
<div id="userbio" style="display: none;">undefined</div>
|
<div id="userbio" style="display: none;">undefined</div>
|
||||||
<div id="about">
|
<div id="about">
|
||||||
<span style="display:none;"><i class="fas fa-users"></i> null</span>
|
<span style="display:none;"><i class="mdi-face"></i> null</span>
|
||||||
<span style="display:none;"><i class="fas fa-envelope"></i> null</span>
|
<span style="display:none;"><i class="mdi mdi-email"></i> null</span>
|
||||||
<span style="display:block;"><i class="fas fa-map-marker-alt"></i> Jabalpur, Madhya Pradesh, India</span>
|
<span style="display:block;"><i class="mdi mdi-map-marker"></i> Jabalpur, Madhya Pradesh, India</span>
|
||||||
<span style="display:none;"><i class="fas fa-user-tie"></i> Available for hire</span>
|
<span style="display:none;"><i class="mdi mdi-account-tie"></i> Available for hire</span>
|
||||||
<div class="socials">
|
<div class="socials">
|
||||||
<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.twitter.com/k4ustu3h_" target="_blank" class="socials"><i class="mdi mdi-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:block;"><a href="https://www.dribbble.com/k4ustu3h" target="_blank" class="socials"><i class="mdi mdi-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.linkedin.com/in/undefined/" target="_blank" class="socials"><i class="mdi mdi-linkedin"></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://www.medium.com/@undefined/" target="_blank" class="socials"><i class="mdi mdi-medium"></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="https://t.me/@undefined" target="_blank" class="socials"><i class="mdi mdi-telegram"></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>
|
<span style="display:block;"><a href="mailto:k4ustu3h@gmail.com" target="_blank" class="socials"><i class="mdi mdi-email"></i></a></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -51,9 +51,9 @@
|
||||||
<span style="display:none;">undefined</span>
|
<span style="display:none;">undefined</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="bottom_section">
|
<div class="bottom_section">
|
||||||
<span style="display:inline-block;"><i class="fas fa-code"></i> CSS</span>
|
<span style="display:inline-block;"><i class="mdi mdi-code-tags"></i> CSS</span>
|
||||||
<span><i class="fas fa-star"></i> 0</span>
|
<span><i class="mdi mdi-star"></i> 0</span>
|
||||||
<span><i class="fas fa-code-branch"></i> 0</span>
|
<span><i class="mdi mdi-source-branch"></i> 0</span>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</a></div>
|
</a></div>
|
||||||
|
@ -68,9 +68,9 @@
|
||||||
<span style="display:block;">Free and open source icon pack for Android.</span>
|
<span style="display:block;">Free and open source icon pack for Android.</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="bottom_section">
|
<div class="bottom_section">
|
||||||
<span style="display:inline-block;"><i class="fas fa-code"></i> Kotlin</span>
|
<span style="display:inline-block;"><i class="mdi mdi-code-tags"></i> Kotlin</span>
|
||||||
<span><i class="fas fa-star"></i> 0</span>
|
<span><i class="mdi mdi-star"></i> 0</span>
|
||||||
<span><i class="fas fa-code-branch"></i> 1</span>
|
<span><i class="mdi mdi-source-branch"></i> 1</span>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</a>
|
</a>
|
||||||
|
@ -81,9 +81,9 @@
|
||||||
<span style="display:block;">🔗 Minimal URL - Modern URL shortener with support for custom alias & can be hosted even in GitHub pages</span>
|
<span style="display:block;">🔗 Minimal URL - Modern URL shortener with support for custom alias & can be hosted even in GitHub pages</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="bottom_section">
|
<div class="bottom_section">
|
||||||
<span style="display:inline-block;"><i class="fas fa-code"></i> JavaScript</span>
|
<span style="display:inline-block;"><i class="mdi mdi-code-tags"></i> JavaScript</span>
|
||||||
<span><i class="fas fa-star"></i> 0</span>
|
<span><i class="mdi mdi-star"></i> 0</span>
|
||||||
<span><i class="fas fa-code-branch"></i> 0</span>
|
<span><i class="mdi mdi-source-branch"></i> 0</span>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</a>
|
</a>
|
||||||
|
@ -94,9 +94,9 @@
|
||||||
<span style="display:block;">A gitfolio fork that automatically deploys the output to GitHub Pages using Travis CI</span>
|
<span style="display:block;">A gitfolio fork that automatically deploys the output to GitHub Pages using Travis CI</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="bottom_section">
|
<div class="bottom_section">
|
||||||
<span style="display:inline-block;"><i class="fas fa-code"></i> JavaScript</span>
|
<span style="display:inline-block;"><i class="mdi mdi-code-tags"></i> JavaScript</span>
|
||||||
<span><i class="fas fa-star"></i> 0</span>
|
<span><i class="mdi mdi-star"></i> 0</span>
|
||||||
<span><i class="fas fa-code-branch"></i> 0</span>
|
<span><i class="mdi mdi-source-branch"></i> 0</span>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</a></div>
|
</a></div>
|
||||||
|
|
Loading…
Reference in a new issue