mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
50 lines
1.4 KiB
HTML
50 lines
1.4 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" />
|
|
<title></title>
|
|
<link
|
|
href="https://fonts.googleapis.com/css?family=Asap|Asap+Condensed&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
<script src="https://unpkg.com/magic-grid/dist/magic-grid.min.js"></script>
|
|
<script src="https://code.iconify.design/1/1.0.6/iconify.min.js"></script>
|
|
<script
|
|
src="https://code.jquery.com/jquery-3.5.0.min.js"
|
|
integrity="sha256-xNzN2a4ltkB44Mc/Jz3pT4iU1cmeR0FkXs4pru/JxaQ="
|
|
crossorigin="anonymous"
|
|
></script>
|
|
<link rel="stylesheet" href="index.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div class="profile">
|
|
<div id="profile_img"></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/dilllxd/gitfolio#acknowledgments"
|
|
target="_blank"
|
|
>
|
|
made on earth by humans
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div id="script"></div>
|
|
</body>
|
|
</html>
|