-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
181 lines (156 loc) · 9.26 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
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="TadaHrd's home page">
<meta property="og:description" content="TadaHrd's home page which showcases projects">
<meta property="og:image" content="https://raw.githubusercontent.com/tadaHrd/tadahrd.github.io/master/images/image.png">
<meta property="og:url" content="https://TadaHrd.github.io">
<meta property="og:type" content="website">
<link rel="stylesheet" href="styles/colors.css">
<link rel="stylesheet" href="styles/fonts.css">
<link rel="stylesheet" href="styles/elements.css">
<title>TadaHrd main page</title>
</head>
<body class="bg-dark">
<div id="image-popup" style="position: fixed; width: 100%; height: 100%; display: none; backdrop-filter: blur(5px);">
<div style="position: inherit; width: 80%; height: 80%; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: whitesmoke;">
<div style="position: relative; left: calc( 100% - 50px );">
<svg xmlns="http://www.w3.org/2000/svg" width="50px" height="50px" viewBox="0 0 24 24" fill="none">
<path d="M19 5L4.99998 19M5.00001 5L19 19" stroke="#000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
</svg>
</div>
<img style="position: inherit; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; max-width: 90%; max-height: 90%; height: auto;">
</div>
</div>
<div id="particles" style="position: fixed; height: 100%; width: 100%; pointer-events: none;"></div>
<div class="top">
<a href="#"><h1 class="main-title white-text font-fira-code">TadaHrd's page</h1></a>
<nav>
<a href="#projects" class="navbar-item">Projects</a>
<a href="https://github.com/tadaHrd" class="navbar-item">Github <svg width="20px" height="20px" viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h48v48H0z" fill="none"/><g><polygon points="40,38 8,38 8,10 20,10 20,6 4,6 4,42 44,42 44,30 40,30 "/><polygon points="26,6 26,10 37.172,10 23.172,24 26,26.828 40,12.828 40,24 44,24 44,6 "/></g></svg></a>
</nav>
</div>
<div style="height: 1rem;"></div>
<div class="projects" id="projects">
<h1 class="white-text font-fira-code submain-title">Projects:</h1>
<div class="projects-display">
<div class="project" style="max-width: 350px;">
<a href="https://github.com/tadaHrd/arsenal-of-encosure-schemes-AES" class="project-name"><h2>Arsenal of encosure schemes (AES)</h2></a>
<p class="description">
Encoders and decoders for custom encosure schemes
</p>
<button onclick="location.href = 'https://tadahrd.github.io/arsenal-of-encosure-schemes-AES/'" class="link-to-run">Try it online</button>
</div>
<div class="project" style="max-width: 350px;">
<a href="https://github.com/tadaHrd/decimal-clock" class="project-name"><h2>Decimal clock</h2></a>
<iframe src="https://tadahrd.github.io/decimal-clock#noLink" class="image" style="max-width: 350px; max-height: 175px;"></iframe>
<p class="description">
An alternate time system. Features an analog clock.
</p>
<button onclick="location.href = 'https://tadahrd.github.io/decimal-clock/'" class="link-to-run">Try it online</button>
</div>
<div class="project" style="max-width: 350px;">
<a href="https://github.com/tadaHrd/better-newtab" class="project-name"><h2>Better Newtab</h2></a>
<img src="images/better-newtab/img.png" class="image image-popup" style="max-width: 350px; max-height: 175px;">
<p class="description">
A newtab page with a 2x2 grid of webpages
</p>
<button onclick="location.href = 'https://tadahrd.github.io/better-newtab/'" class="link-to-run">Try it online</button>
</div>
<div class="project" style="max-width: 400px;">
<a href="https://github.com/tadaHrd/tadahrd.github.io" class="project-name"><h2>tadaHrd.github.io (this webpage)</h2></a>
<p class="description">
This website
</p>
</div>
<div class="project" style="max-width: 418px;">
<a href="https://github.com/tadaHrd/racing-game-build" class="project-name"><h2>Racing game</h2></a>
<img src="images/racing-game/gameplay.png" class="image image-popup">
<p class="description">
This is a game made in <a href="https://godotengine.org/" class="link">Godot</a>
</p>
<button onclick="location.href = 'https://tadahrd.github.io/racing-game/'" class="link-to-run">Try it online</button>
</div>
<div class="project" style="max-width: 350px;">
<a href="https://github.com/TadaHrd/esoteric-vm" class="project-name"><h2>Esoteric VM</h2></a>
<p class="description">
A custom esoteric architecture with an emulator
</p>
</div>
<div class="project" style="max-width: 350px;">
<a href="https://github.com/TadaHrd/productivity-ensurer-rust" class="project-name"><h2>Productivity ensurer (Rust)</h2></a>
<p class="description">
Similar to productivity ensurer, but multi-platform
</p>
</div>
<div class="project" style="max-width: 350px;">
<a href="https://github.com/TadaHrd/productivity-ensurer" class="project-name"><h2>Productivity ensurer</h2></a>
<p class="description">
A little VBScript application that creates a popup every 5 minutes to remind you to be produtive. Windows only.
</p>
</div>
<div class="project" style="max-width: 350px;">
<a href="https://github.com/tadaHrd/better-newtab" class="project-name"><h2>Webpage maker</h2></a>
<p class="description">
An alternative webpage language to HTML and Markdown
</p>
<button onclick="location.href = 'https://tadahrd.github.io/webpage-maker'" class="link-to-run">Try it online</button>
</div>
<div class="project" style="max-width: 500px;">
<a href="https://github.com/tadaHrd/cargo-workflows" class="project-name"><h2>Cargo workflows</h2></a>
<p class="description">
Rust library for running workflows
</p>
<p class="archived-badge">Archived</p>
</div>
<div class="project" style="max-width: 500px;">
<a href="https://github.com/tadaHrd/GPVL--General-purpose-visual-language-" class="project-name"><h2>GPVL (General purpose visual language)</h2></a>
<p class="description">
My own (failed) programming language made in <a href="https://developers.google.com/blockly" class="link">Google Blockly</a>.
</p>
<button onclick="location.href = 'https://tadahrd.github.io/GPVL--General-purpose-visual-language-/'" class="link-to-run">Try it online</button>
<p class="archived-badge">Archived</p>
</div>
<div class="project" style="max-width: 520px;">
<a href="https://github.com/tadaHrd/holdable-capslock" class="project-name"><h2>Holdable CapsLock</h2></a>
<img src="images/holdable-capslock/text.png" class="image image-popup" style="max-width: 500px; max-height: 54px;">
<p class="description">
Make the Caps Lock key Holdable (for people with letters on the number row)
</p>
<p class="archived-badge">Archived</p>
</div>
<div class="project" style="max-width: 566px;">
<a href="https://github.com/tadaHrd/bfp-compiler" class="project-name"><h2>Brainfuck+ compiler</h2></a><img src="images/bfp/sample_code.png" class="image image-popup">
<p class="description">
This is a compiler written in Rust with trash code that compiles from Brainfuck+ to Brainfuck. Now rewritten in JavaScript.
</p>
<p class="archived-badge">Archived</p>
<button onclick="location.href = 'try-it-online/bfp-compiler/index.html'" class="link-to-run">Try it online</button>
</div>
<div class="project" style="max-width: 566px;">
<a href="https://github.com/tadaHrd/bfp-compiler" class="project-name"><h2>Brainfuck+ syntax</h2></a>
<img src="images/bfp/sample_code.png" class="image image-popup">
<p class="description">
This is a <a href="https://code.visualstudio.com/" class="link">VSCode</a> extension that gives you syntax highlighting for Brainfuck+
</p>
<p class="archived-badge">Archived</p>
<button onclick="location.href = 'https://marketplace.visualstudio.com/items?itemName=TadaHrd.bfp-syntax'" class="link-to-run">Download it</button>
</div>
<div class="project" style="max-width: 515px;">
<a href="https://github.com/tadaHrd/Shitty-keyboard-tester" class="project-name"><h2>Shitty keyboard tester</h2></a>
<img src="images/shitty-keyboard-tester/usage.png" class="image image image-popup">
<p class="description">
This is a game made in <a href="https://godotengine.org/" class="link">Godot</a>
</p>
<button onclick="location.href = 'try-it-online/shitty-keyboard-tester/index.html'" class="link-to-run">Try it online</button>
<p class="archived-badge">Archived</p>
</div>
</div>
</div>
<script src="js/imagePopup.js"></script>
<script src="js/main.js"></script>
</body>
</html>