-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
107 lines (107 loc) · 3.76 KB
/
Copy pathindex.html
File metadata and controls
107 lines (107 loc) · 3.76 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>numycode.dev</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<link rel="stylesheet" type="text/css" href="style.css" />
<!-- link rel="icon" href="favicon.png" -->
<link
rel="webmention"
href="https://webmention.io/numycode.dev/webmention"
/>
</head>
<body>
<div class="content">
<h1>Hello, and welcome to numycode.dev!</h1>
<hr />
<nav>
<a href="./other-sites.html">My other sites</a> -
<a href="./thoughts/index.html">My thoughts</a> -
<a href="https://numycode.atabook.org">Sign my guestbook!</a>
</nav>
<p>
I'm numycode! :) This is my weird and fun personal site!<br />
<br />
I'll (try my best to remember to) yap about my projects, yap about some
random things I'm doing with some of my old computers, and more here!<br />
<br />
<i>
You can do anything at numycode.dev. Anything at all. The only limit
is yourself.
</i>
</p>
<div class="heatmap">
<a
href="https://heatmap.shymike.dev?id=25359&timezone=America%2FChicago&labels=true&theme=light&standalone=true"
title="Click to view detailed data for each day!"
>
<img
alt="Hackatime activity heatmap"
src="https://heatmap.shymike.dev?id=25359&timezone=America%2FChicago&labels=true&theme=light"
/>
</a>
</div>
<div id="statuscafe">
<div id="statuscafe-username"></div>
<div id="statuscafe-content"></div>
</div>
<script
src="https://status.cafe/current-status.js?name=numycode"
defer
></script>
<br />
<!-- buttons -->
<iframe
class="hackclub-webring"
src="https://webring.hackclub.com/embed.html"
width="88"
height="36"
>
</iframe>
<!-- a href="https://tamanotchi.world/33667c"><img src="https://tamanotchi.world/i/33667" alt="It's tamaNOTchi! Click to feed!"></a -->
<a href="https://status.cafe" target="_blank"
><img src="https://status.cafe/assets/button.png" alt="Status Cafe"
/></a>
<a href="https://melonking.net/" target="_blank"
><img src="images/MELON-BADGE-OLD.gif" alt="Melonking"
/></a>
<a href="https://textures.neocities.org/"
><img src="images/MELON-TEXTURES.gif" alt="Textures"
/></a>
<a href="https://tamanotchi.world" target="_blank"
><img src="/images/TAMANOTCHI.gif" alt="TamaNOTchi"
/></a>
<a href="#"><img src="/images/NUMYCODE-BUTTON.png" alt="My button!" /></a>
<a
href="https://dashboard.simpleanalytics.com/numycode.dev?utm_source=numycode.dev&utm_content=badge&affiliate=hisoq"
referrerpolicy="origin"
target="_blank"
><picture
><source
srcset="
https://simpleanalyticsbadges.com/numycode.dev?mode=dark&counter=true
"
media="(prefers-color-scheme: dark)" />
<img
src="https://simpleanalyticsbadges.com/numycode.dev?mode=light&counter=true"
loading="lazy"
referrerpolicy="no-referrer"
crossorigin="anonymous"
alt="Simple Analytics button"
class="simpleanalyticsbutton" /></picture
></a>
<br /><br />
<footer>
<a href="https://github.com/numycode/numycode.dev">Source</a> -
<a rel="me" href="https://github.com/numycode/">My GitHub</a>
</footer>
</div>
<!-- 100% privacy-first analytics -->
<script
data-collect-dnt="true"
async
src="https://scripts.simpleanalyticscdn.com/latest.js"
></script>
</body>
</html>