-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
170 lines (148 loc) · 9.11 KB
/
Copy pathindex.html
File metadata and controls
170 lines (148 loc) · 9.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>magtk</title>
<link href="https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&family=Fraunces:ital,opsz,wght@0,9..144,200;0,9..144,600;1,9..144,200&display=swap" rel="stylesheet">
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--ink: #d4d4d4;
--muted: #c3a343;
--accent: #4dd27f;
--accent2: #ef8a62;
--rule: #938559;
--bg: #141210;
--mono: 'DM Mono', monospace;
--serif: 'Fraunces', serif;
}
html, body { min-height: 100vh; background: var(--bg); color: var(--ink); font-family: var(--mono); }
body { display: grid; place-items: center; min-height: 100vh; padding: 2.5rem 2rem; position: relative; overflow: hidden; }
.bg-layer { position: fixed; inset: 0; pointer-events: none; z-index: 0; }
.stage { width: 100%; max-width: 660px; position: relative; z-index: 2; }
.top-bar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 3rem; padding-bottom: 0.9rem; border-bottom: 0.5px solid var(--rule); }
.top-label { font-size: 10px; color: var(--muted); letter-spacing: 0.22em; font-weight: 300; }
.top-index { font-size: 10px; color: var(--rule); letter-spacing: 0.12em; font-weight: 300; }
.name-main { font-family: var(--serif); font-size: clamp(4.5rem, 15vw, 8rem); font-weight: 600; line-height: 0.9; letter-spacing: -0.03em; color: var(--ink); display: block; }
.name-descriptor { display: block; font-size: 10px; color: var(--muted); letter-spacing: 0.24em; font-weight: 300; margin-top: 1.1rem; padding-top: 0.9rem; border-top: 0.5px solid var(--rule); }
.tagline-block { border-left: 2px solid var(--accent); padding-left: 1.25rem; margin: 2.5rem 0 2.8rem; }
.tagline { font-family: var(--serif); font-style: italic; font-weight: 200; font-size: clamp(1.05rem, 3vw, 1.28rem); line-height: 1.6; color: var(--ink); }
.tagline em { font-style: normal; color: var(--accent); }
.tagline strong { font-style: normal; font-weight: 300; color: var(--accent2); }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 2.8rem; }
.tag { font-size: 10px; letter-spacing: 0.16em; font-weight: 400; padding: 5px 12px; border: 0.5px solid var(--rule); color: var(--muted); border-radius: 2px; }
.tag-accent { border-color: #2d5a3a; color: var(--accent); }
.tag-warm { border-color: #5a3a1a; color: var(--accent2); }
.meta-row { display: flex; align-items: center; flex-wrap: wrap; gap: 0; margin-bottom: 3rem; }
.meta-item { font-size: 11px; color: var(--muted); letter-spacing: 0.14em; font-weight: 400; padding: 0 1.4rem 0 0; }
.meta-item + .meta-item { padding-left: 1.4rem; border-left: 0.5px solid var(--rule); }
.meta-item a { color: inherit; text-decoration: none; }
.meta-item a:hover { color: var(--accent); }
.status-bar { padding-top: 1.1rem; border-top: 0.5px solid var(--rule); display: flex; justify-content: space-between; align-items: center; }
.status-left { font-size: 10px; color: var(--muted); letter-spacing: 0.2em; }
.cursor { display: inline-block; width: 7px; height: 12px; background: #bca560; margin-left: 3px; vertical-align: -2px; animation: blink 1.1s step-end infinite; }
@keyframes blink { 0%,100%{opacity:1} 50%{opacity:0} }
.status-right { font-size: 10px; color: var(--rule); letter-spacing: 0.12em; }
</style>
</head>
<body>
<svg class="bg-layer" viewBox="0 0 1200 900" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" aria-hidden="true">
<rect width="1200" height="900" fill="#141210"/>
<!-- Large watermark letterform -->
<text x="-60" y="780" font-family="'Fraunces', serif" font-size="700" font-weight="600" fill="#1a1814" letter-spacing="-20">m</text>
<!-- Dot grid -->
<pattern id="dots" x="0" y="0" width="40" height="40" patternUnits="userSpaceOnUse">
<circle cx="20" cy="20" r="1" fill="#272420"/>
</pattern>
<rect width="1200" height="900" fill="url(#dots)"/>
<!-- Network graph top-right -->
<circle cx="920" cy="130" r="4" fill="none" stroke="#4a4438" stroke-width="1.2"/>
<circle cx="1000" cy="90" r="3" fill="none" stroke="#4a4438" stroke-width="1"/>
<circle cx="1080" cy="150" r="4.5" fill="none" stroke="#4a4438" stroke-width="1"/>
<circle cx="1150" cy="100" r="3" fill="none" stroke="#4a4438" stroke-width="1.2"/>
<circle cx="1020" cy="200" r="3.5" fill="none" stroke="#4a4438" stroke-width="1"/>
<circle cx="950" cy="210" r="3" fill="none" stroke="#4a4438" stroke-width="1"/>
<circle cx="1100" cy="260" r="4" fill="none" stroke="#4a4438" stroke-width="1.3"/>
<circle cx="1160" cy="200" r="3" fill="none" stroke="#4a4438" stroke-width="1"/>
<circle cx="1040" cy="310" r="3.5" fill="none" stroke="#4a4438" stroke-width="1"/>
<circle cx="970" cy="290" r="3" fill="none" stroke="#4a4438" stroke-width="1.2"/>
<circle cx="1130" cy="350" r="3" fill="none" stroke="#4a4438" stroke-width="1"/>
<!-- accent rings -->
<circle cx="1080" cy="150" r="9" fill="none" stroke="#5daa7a" stroke-width="1.3" opacity="0.75"/>
<circle cx="1100" cy="260" r="8" fill="none" stroke="#bca560" stroke-width="0.9" opacity="0.6"/>
<!-- edges -->
<line x1="920" y1="130" x2="1000" y2="90" stroke="#3f392f" stroke-width="0.9"/>
<line x1="1000" y1="90" x2="1080" y2="150" stroke="#3f392f" stroke-width="0.8"/>
<line x1="1080" y1="150" x2="1150" y2="100" stroke="#3f392f" stroke-width="0.8"/>
<line x1="1080" y1="150" x2="1020" y2="200" stroke="#3f392f" stroke-width="0.9"/>
<line x1="1020" y1="200" x2="950" y2="210" stroke="#3f392f" stroke-width="0.8"/>
<line x1="950" y1="210" x2="920" y2="130" stroke="#3f392f" stroke-width="0.8"/>
<line x1="1020" y1="200" x2="1100" y2="260" stroke="#3f392f" stroke-width="0.8"/>
<line x1="1100" y1="260" x2="1160" y2="200" stroke="#3f392f" stroke-width="0.8"/>
<line x1="1150" y1="100" x2="1160" y2="200" stroke="#3f392f" stroke-width="0.95"/>
<line x1="1100" y1="260" x2="1040" y2="310" stroke="#3f392f" stroke-width="0.8"/>
<line x1="1040" y1="310" x2="970" y2="290" stroke="#3f392f" stroke-width="0.8"/>
<line x1="970" y1="290" x2="950" y2="210" stroke="#3f392f" stroke-width="0.8"/>
<line x1="1040" y1="310" x2="1130" y2="350" stroke="#3f392f" stroke-width="0.8"/>
<!-- Circuit traces bottom-right -->
<path d="M1000 680 L1060 680 L1060 720 L1120 720" fill="none" stroke="#282620" stroke-width="0.8"/>
<path d="M1060 680 L1060 640 L1130 640" fill="none" stroke="#282620" stroke-width="0.8"/>
<path d="M1000 680 L1000 740 L1040 740 L1040 780 L1100 780" fill="none" stroke="#282620" stroke-width="0.8"/>
<path d="M1120 720 L1160 720" fill="none" stroke="#2d5a3a" stroke-width="0.8" opacity="0.7"/>
<circle cx="1060" cy="680" r="2.5" fill="#282620"/>
<circle cx="1000" cy="680" r="2.5" fill="#282620"/>
<circle cx="1060" cy="640" r="2" fill="#282620"/>
<circle cx="1040" cy="740" r="2" fill="#282620"/>
<circle cx="1160" cy="720" r="2.5" fill="#2d5a3a" opacity="0.8"/>
<!-- Left annotation lines -->
<line x1="30" y1="680" x2="140" y2="680" stroke="#ffffff" stroke-width="0.9" stroke-dasharray="5 4"/>
<line x1="30" y1="706" x2="110" y2="706" stroke="#252320" stroke-width="0.5" stroke-dasharray="5 4"/>
<line x1="30" y1="732" x2="150" y2="732" stroke="#252320" stroke-width="0.5" stroke-dasharray="5 4"/>
<circle cx="30" cy="680" r="2" fill="none" stroke="#ffffff" stroke-width="0.8"/>
<circle cx="30" cy="706" r="2" fill="none" stroke="#252320" stroke-width="0.8"/>
<circle cx="30" cy="732" r="2" fill="none" stroke="#252320" stroke-width="0.8"/>
<!-- Soft vignette -->
<radialGradient id="vig" cx="50%" cy="50%" r="75%">
<stop offset="0%" stop-color="transparent"/>
<stop offset="100%" stop-color="#0a0908" stop-opacity="0.6"/>
</radialGradient>
<rect width="1200" height="900" fill="url(#vig)"/>
</svg>
<main class="stage">
<div class="top-bar">
<span class="top-label">NOTES FROM THE FIELD</span>
<span class="top-index">[ magtk ]</span>
</div>
<div class="name-block">
<span class="name-main">magtk</span>
<span class="name-descriptor">LABS · TOOLS · COURSES · NOTES · EXPERIMENTS</span>
</div>
<div class="tagline-block">
<p class="tagline">
<em>Builder</em> of things that work.<br>
<strong>Educator</strong>. Explorer. Craftsman. Solution-finder —<br>
sharing what I've built along the way.
</p>
</div>
<div class="tags">
<span class="tag tag-accent">SYSTEMS & ARCHITECTURE</span>
<span class="tag tag-accent">CYBERSECURITY</span>
<span class="tag tag-accent">CLOUD & IaC</span>
<span class="tag ">RESILIENCE</span>
<span class="tag ">LIFE SCIENCE</span>
<span class="tag tag-warm">AI & ML</span>
<span class="tag tag-warm">COMPUTATIONAL SCIENCE</span>
<span class="tag tag-warm">DATA SCIENCE & VIZ</span>
</div>
<div class="meta-row">
<span class="meta-item"><a href="https://github.com/magtk">GITHUB.COM/MAGTK</a></span>
<span class="meta-item">LABS & TOOLS</span>
</div>
<div class="status-bar">
<span class="status-left">READY<span class="cursor"></span></span>
<span class="status-right">online since · 2026</span>
</div>
</main>
</body>
</html>