-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
179 lines (167 loc) · 8.34 KB
/
index.html
File metadata and controls
179 lines (167 loc) · 8.34 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Daniel Dreke</title>
<meta name="description" content="Open source projects by Daniel Dreke — developer tools, web apps, and utilities.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<svg style="display:none" aria-hidden="true">
<defs>
<symbol id="icon-gh" viewBox="0 0 24 24">
<path d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844a9.59 9.59 0 012.504.337c1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.02 10.02 0 0022 12.017C22 6.484 17.522 2 12 2z"/>
</symbol>
</defs>
</svg>
<canvas id="bg"></canvas>
<main class="container">
<!-- Hero -->
<header class="hero">
<!-- <div class="hero-avatar">DD</div> -->
<h1><span>Daniel</span> Dreke</h1>
<p>Coding since '90s · MSc · Building 10x with AI
<br>Linux · Open Source · Bitcoin · Web3</p>
<div class="hero-links">
<a href="https://github.com/danieldreke" class="btn btn-primary" target="_blank" rel="noopener">
<svg class="icon-gh" aria-hidden="true"><use href="#icon-gh"/></svg>
GitHub Profile
</a>
</div>
</header>
<!-- Projects -->
<section class="projects">
<div class="grid">
<!-- 1: website-blocker-linux -->
<article class="card">
<div class="card-header">
<div class="card-icon" style="background:rgba(53,114,165,.15);">🛡️</div>
<div class="card-meta">
<span class="lang-badge">
<span class="lang-dot" style="background:var(--py)"></span>
Python
</span>
</div>
</div>
<h3>Website Blocker · Linux</h3>
<p>Block distracting websites at the system level to protect your time and focus. A no-frills CLI tool for Linux.</p>
<div class="card-actions">
<a href="https://github.com/danieldreke/website-blocker-linux" class="btn btn-ghost btn-sm" target="_blank" rel="noopener">
<svg class="icon-gh" aria-hidden="true"><use href="#icon-gh"/></svg>
GitHub
</a>
</div>
</article>
<!-- 2: qr-code-generator -->
<article class="card">
<div class="card-header">
<div class="card-icon" style="background:rgba(240,192,32,.12);">⬛</div>
<div class="card-meta">
<span class="lang-badge">
<span class="lang-dot" style="background:var(--js)"></span>
JavaScript
</span>
</div>
</div>
<h3>QR Code Generator</h3>
<p>Generate QR codes entirely in the browser — no server, no tracking, fully offline-capable.</p>
<div class="card-actions">
<a href="https://danieldreke.github.io/qr-code-generator/" class="btn btn-primary btn-sm" target="_blank" rel="noopener">Open ↗</a>
<a href="https://github.com/danieldreke/qr-code-generator" class="btn btn-ghost btn-sm" target="_blank" rel="noopener">
<svg class="icon-gh" aria-hidden="true"><use href="#icon-gh"/></svg>
GitHub
</a>
</div>
</article>
<!-- 3: matrixcode -->
<article class="card">
<div class="card-header">
<div class="card-icon" style="background:rgba(0,212,100,.12);">🟩</div>
<div class="card-meta">
<span class="lang-badge">
<span class="lang-dot" style="background:var(--html)"></span>
HTML
</span>
</div>
</div>
<h3>Matrix Code</h3>
<p>An interactive Matrix digital rain effect rendered in the browser — pure HTML, CSS, and canvas.</p>
<div class="card-actions">
<a href="https://danieldreke.github.io/matrixcode/" class="btn btn-primary btn-sm" target="_blank" rel="noopener">Open ↗</a>
<a href="https://github.com/danieldreke/matrixcode" class="btn btn-ghost btn-sm" target="_blank" rel="noopener">
<svg class="icon-gh" aria-hidden="true"><use href="#icon-gh"/></svg>
GitHub
</a>
</div>
</article>
<!-- 4: fuel-cost-calculator-webapp -->
<article class="card">
<div class="card-header">
<div class="card-icon" style="background:rgba(240,192,32,.12);">⛽</div>
<div class="card-meta">
<span class="lang-badge">
<span class="lang-dot" style="background:var(--js)"></span>
JavaScript
</span>
</div>
</div>
<h3>Fuel Cost Calculator</h3>
<p>Calculate trip fuel costs quickly. An installable PWA — works offline and on mobile like a native app.</p>
<div class="card-actions">
<a href="https://danieldreke.github.io/fuel-cost-calculator-webapp/" class="btn btn-primary btn-sm" target="_blank" rel="noopener">Open ↗</a>
<a href="https://github.com/danieldreke/fuel-cost-calculator-webapp" class="btn btn-ghost btn-sm" target="_blank" rel="noopener">
<svg class="icon-gh" aria-hidden="true"><use href="#icon-gh"/></svg>
GitHub
</a>
</div>
</article>
<!-- 5: wim-hof-breathing-session -->
<article class="card">
<div class="card-header">
<div class="card-icon" style="background:rgba(100,180,255,.12);">🌬️</div>
<div class="card-meta">
<span class="lang-badge">
<span class="lang-dot" style="background:var(--js)"></span>
JavaScript
</span>
<span class="lang-badge" style="background:var(--accent-badge); color:var(--accent);">★ 1</span>
</div>
</div>
<h3>Wim Hof Breathing</h3>
<p>A guided Wim Hof breathing session as a web app — visual cues, timed rounds, and retention holds.</p>
<div class="card-actions">
<a href="https://danieldreke.github.io/wim-hof-breathing-session/" class="btn btn-primary btn-sm" target="_blank" rel="noopener">Open ↗</a>
<a href="https://github.com/danieldreke/wim-hof-breathing-session" class="btn btn-ghost btn-sm" target="_blank" rel="noopener">
<svg class="icon-gh" aria-hidden="true"><use href="#icon-gh"/></svg>
GitHub
</a>
</div>
</article>
<!-- 6: software-solutions -->
<article class="card">
<div class="card-header">
<div class="card-icon" style="background:var(--accent-icon);">💡</div>
<div class="card-meta">
<span class="lang-badge" style="background:var(--accent-badge); color:var(--accent);">★ 1</span>
</div>
</div>
<h3>Software Solutions</h3>
<p>A curated collection of software solutions, utilities, and development resources published as a web resource.</p>
<div class="card-actions">
<a href="https://danieldreke.github.io/software-solutions/" class="btn btn-primary btn-sm" target="_blank" rel="noopener">Open ↗</a>
<a href="https://github.com/danieldreke/software-solutions" class="btn btn-ghost btn-sm" target="_blank" rel="noopener">
<svg class="icon-gh" aria-hidden="true"><use href="#icon-gh"/></svg>
GitHub
</a>
</div>
</article>
</div>
</section>
</main>
<script src="main.js" defer></script>
</body>
</html>