-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (78 loc) · 3.16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>Home</title>
<script src="/js/tailwind.js"></script>
<link rel="stylesheet" href="/css/index.css">
<meta property="og:type" content="website">
<meta property="og:title" content="sachade.co">
<meta property="og:url" content="https://sachade.co">
<meta property="og:image" content="">
<meta property="og:description" content="person with skill issue">
</head>
<body class="min-h-screen flex flex-col font-serif">
<script src="https://cdn.mikn.dev/analytics/script" defer></script>
<script>
document.addEventListener('DOMContentLoaded', function () {
swetrix.init('k5IaJ8B4SRuS', {
apiURL: 'https://analytics.mikandev.tech/log',
})
swetrix.trackViews()
})
</script>
<noscript>
<img
src="https://analytics.mikandev.tech/log/noscript?pid=k5IaJ8B4SRuS"
alt=""
referrerpolicy="no-referrer-when-downgrade"
/>
</noscript>
<div class="flex-grow">
<div class="mt-10">
<h1 class="text-4xl font-bold text-center">sachade.co</h1>
</div>
<div class="">
<p class="text-center">i do things</p>
<div class="flex flex-row justify-center items-center space-x-4 mt-4">
<a href="https://github.com/maamokun">
<button type="button">GitHub</button>
</a>
<a href="/games">
<button type="button">Games</button>
</a>
<a href="https://mikn.dev">
<button type="button">MikanDev</button>
</a>
</div>
</div>
</div>
<footer class="bg-black text-white py-4">
<div class="flex justify-center items-center">
<div class="flex flex-col justify-center items-center space-y-2">
<img src="https://moe-counter.krnk.org/get/@sachade-co?name=sachade-co&theme=rule34&padding=7&offset=0&align=top&scale=1&pixelated=1&darkmode=0"
alt="logo" class="h-20">
<div class="flex flex-row">
<img src="/img/vocaloid.gif" alt="logo" class="">
<img src="/img/blends.gif" alt="logo" class="">
<img src="/img/caramelldansen.gif" alt="logo" class="">
<img src="/img/child.gif" alt="logo" class="">
<img src="/img/cuteanimegirls.gif" alt="logo" class="">
<img src="/img/j04q1x.png" alt="logo" class="">
<img src="/img/kawaiibutton.gif" alt="logo" class="">
<img src="/img/nya2.gif" alt="logo" class="">
<img src="/img/peko.gif" alt="logo" class="">
<img src="/img/VirtualDiva.png" alt="logo" class="">
</div>
<div class="flex flex-row">
<img src="/img/MikuApproved.gif" alt="logo" class="">
<img src="/img/invalidator.gif" alt="logo" class="">
<img src="/img/any2.gif" alt="logo" class="">
<img src="/img/osaka.png" alt="logo" class="">
<img src="/img/ubuntu_button_88x31.png" alt="logo" class="">
<img src="/img/mikandev-retro-badge.gif" alt="logo" class="">
</div>
</div>
</div>
</footer>
</body>
</html>