remake entire wakatime
Some checks failed
Deploy static content to Pages / deploy (push) Failing after 4s

This commit is contained in:
zyqunix 2025-06-21 14:55:37 +02:00
parent 28da635859
commit de5a113001
4 changed files with 243 additions and 11 deletions

View file

@ -7,12 +7,12 @@
<title>zyq's Portfolio</title>
<link href="assets/css/style.css" rel="stylesheet" />
<link rel="shortcut icon" href="https://rimgo.pussthecat.org/RFbdMMB.png" type="image/x-icon">
<script src="https://app.rybbit.io/api/script.js" data-site-id="1005" defer ></script>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div class="info">
<img
src="https://cdn.discordapp.com/avatars/1201415921802170388/3ccc13a2825eb8c98b5371fa0706e450.webp?size=1024&amp;width=640&amp;height=640" alt="Profile Picture" id="profile-picture"/>
<img src="https://cdn.discordapp.com/avatars/1201415921802170388/3ccc13a2825eb8c98b5371fa0706e450.webp?size=1024&amp;width=640&amp;height=640" alt="Profile Picture" id="profile-picture"/>
<h1 class="name tooltip" data-tooltip="zyqunix / Fabio / fentboiswag / монгол">zyqunix</h1>
<span><div class="time tooltip" id="time"></div><div class="weather" id="weather"></div></span></span>
<div class="age tooltip" id="age"></div>
@ -40,10 +40,7 @@
<div class="stats cards">
<h2 id="coding_stats">Coding Stats</h2>
<p id="stats_since">Since January 5th, 2025</p>
<img class="stat-img" src="https://github-readme-stats.vercel.app/api/wakatime?username=zyqunix&theme=transparent&hide_border=true&layout=compact">
<a href="https://wakatime.com/@16d25646-eee1-4662-ae82-fd0e157942da"><img src="https://wakatime.com/badge/user/16d25646-eee1-4662-ae82-fd0e157942da.svg" alt="Total time coded since Jan 5 2025" /></a>
<h3><a href="https://git.creations.works/zyqunix" target="_blank">Forgejo</a></h3>
<h3><a href="https://github.com/zyqunix" target="_blank">GitHub</a></h3>
<div id="wakapi"></div>
</div>
<div class="contact cards">
@ -135,7 +132,7 @@
<p id="bw">❤️ Made with love by zyqunix in Germany</p>
</footer>
<script src="assets/js/index.js"></script>
<script src="assets/js/index.js" type="module"></script>
<script src="assets/js/lang.js"></script>
</body>
</html>