mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
d499e36a74
Updated - acorn - got - jsdom - snyk - stylelint Fixed - Moved script to populate.js so that username and bio variable can work.
57 lines
1.7 KiB
HTML
57 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
|
<meta name="p:domain_verify" content="888d983503e053f3db87d36354df7eef" />
|
|
<title></title>
|
|
<link
|
|
href="https://fonts.googleapis.com/css?family=Asap|Asap+Condensed&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
<link
|
|
href="https://github.com/sharanda/manrope/raw/master/fonts/web/index.css"
|
|
rel="stylesheet"
|
|
/>
|
|
<script src="https://unpkg.com/magic-grid/dist/magic-grid.min.js"></script>
|
|
<script src="https://code.iconify.design/1/1.0.4/iconify.min.js"></script>
|
|
<script
|
|
src="https://code.jquery.com/jquery-3.4.1.min.js"
|
|
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
|
|
crossorigin="anonymous"
|
|
></script>
|
|
<link rel="stylesheet" href="index.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div class="profile">
|
|
<div class="profile_img">
|
|
<span>K_</span>
|
|
</div>
|
|
<div id="username">
|
|
<div id="fullname"></div>
|
|
</div>
|
|
<div id="about"></div>
|
|
</div>
|
|
<div class="display">
|
|
<div id="work">
|
|
<h1>Work.</h1>
|
|
<div class="projects" id="work_section"></div>
|
|
</div>
|
|
<div id="forks" style="display:none;">
|
|
<h1>Forks.</h1>
|
|
<div class="projects" id="forks_section"></div>
|
|
</div>
|
|
<div class="footer">
|
|
<a
|
|
href="https://github.com/k4ustu3h/gitfolio#acknowledgments"
|
|
target="_blank"
|
|
>
|
|
made on earth by humans
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div id="script"></div>
|
|
</body>
|
|
</html>
|