-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
307 lines (286 loc) · 13.3 KB
/
index.html
File metadata and controls
307 lines (286 loc) · 13.3 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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="google" content="notranslate">
<title>Daniel Han | Portfolio</title>
<link rel="icon" type="image/png" href="images/f1zzyicon.png">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<script type="module" src="3d-setup.js"></script>
</head>
<body class="loading">
<div class="grid-bg"></div>
<div id="terminal-overlay" class="terminal-overlay">
<div class="terminal-window">
<div class="terminal-header">
</div>
<div class="terminal-body" id="terminal-content"></div>
</div>
</div>
<nav class="nav">
<div class="nav-container">
<a href="index.html"><div class="nav-logo nav-glitch" data-text="> Daniel Han">> Daniel Han</div></a>
<div class="nav-links">
<a href="#about" class="hacker-text" data-value="About">About</a>
<a href="#education" class="hacker-text" data-value="Education">Education</a>
<a href="#experience" class="hacker-text" data-value="Experience">Experience</a>
<a href="blog.html" class="hacker-text" data-value="Blog">Blog</a>
<a href="misc.html" class="hacker-text" data-value="Misc">Misc</a>
<a href="#contact" class="hacker-text" data-value="Contact">Contact</a>
</div>
</div>
</nav>
<section class="hero" id="home">
<canvas id="hero-canvas" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 9999; pointer-events: none;"></canvas> <div id="target-text" style="display:none;">DANIEL HAN</div>
</section>
<div id="detonation-container" style="display: none; opacity: 0;">
<div class="arrow-cluster">
<div class="arrow-wrap" style="--angle: -85deg;">
<svg width="35" height="50" viewBox="0 0 40 60"><path d="M20 60 L40 30 L28 30 L28 0 L12 0 L12 30 L0 30 Z" fill="#cc0000" /></svg>
</div>
<div class="arrow-wrap" style="--angle: -55deg;">
<svg width="35" height="50" viewBox="0 0 40 60"><path d="M20 60 L40 30 L28 30 L28 0 L12 0 L12 30 L0 30 Z" fill="#cc0000" /></svg>
</div>
<div class="arrow-wrap" style="--angle: -25deg;">
<svg width="35" height="50" viewBox="0 0 40 60"><path d="M20 60 L40 30 L28 30 L28 0 L12 0 L12 30 L0 30 Z" fill="#cc0000" /></svg>
</div>
<div class="arrow-wrap" style="--angle: 0deg;">
<svg width="35" height="50" viewBox="0 0 40 60"><path d="M20 60 L40 30 L28 30 L28 0 L12 0 L12 30 L0 30 Z" fill="#cc0000" /></svg>
</div>
<div class="arrow-wrap" style="--angle: 25deg;">
<svg width="35" height="50" viewBox="0 0 40 60"><path d="M20 60 L40 30 L28 30 L28 0 L12 0 L12 30 L0 30 Z" fill="#cc0000" /></svg>
</div>
<div class="arrow-wrap" style="--angle: 55deg;">
<svg width="35" height="50" viewBox="0 0 40 60"><path d="M20 60 L40 30 L28 30 L28 0 L12 0 L12 30 L0 30 Z" fill="#cc0000" /></svg>
</div>
<div class="arrow-wrap" style="--angle: 85deg;">
<svg width="35" height="50" viewBox="0 0 40 60"><path d="M20 60 L40 30 L28 30 L28 0 L12 0 L12 30 L0 30 Z" fill="#cc0000" /></svg>
</div>
</div>
<div class="button-scene">
<div class="button-3d-wrapper">
<div class="button-base"></div>
<button id="detonate-btn" class="button-top">
<span>DO NOT<br>PRESS</span>
</button>
</div>
</div>
</div>
<a href="#about" class="scroll-indicator">
<span class="scroll-text">Scroll Down</span>
<svg class="scroll-arrow" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<polyline points="6 9 12 15 18 9"></polyline>
</svg>
</a>
</section>
<section id="about" class="section">
<div class="container">
<h2 class="section-title hacker-text reveal" data-value="> whoami">> whoami</h2>
<div class="about-content reveal">
<p class="about-text">
Hi, I'm Daniel!
I'm currently pursuing a BA + MS in Cyber Security Engineering at the University of Southern California, with a minor in Data Science.
<br><br>
I like hacking things ethically, solving problems, and diving deep into security rabbit holes. Between CTF's and teaching cybersecurity to high schoolers, I'm always learning something new.
<br><br>
Outside of security, you can find me listening to Gracie Abrams, playing pickleball, or rating eats around the city.
</p>
</div>
</div>
</section>
<section id="education" class="section">
<div class="container">
<h2 class="section-title hacker-text reveal" data-value="> education_log">> education_log</h2>
<div class="education-container">
<div class="uni-header">
<div class="uni-info">
<h3 class="uni-name">University of Southern California</h3>
<p class="uni-location">Los Angeles, CA</p>
</div>
</div>
<div class="degree-timeline">
<div class="degree-card reveal">
<div class="degree-header">
<h4 class="degree-title">M.S. Cyber Security Engineering</h4>
<span class="degree-year">Aug 2025 - May 2027</span>
</div>
<div class="degree-meta">
<span class="meta-item">GPA: -.--</span>
</div>
<div class="course-list">
<span class="tag">Innovation for Defense Applications</span>
<span class="tag">Trusted System Design, Analysis, and Development</span>
<span class="tag">Security Systems</span>
<span class="tag">Computer Systems Assurance</span>
<span class="tag">Foundations & Policy for Information Security</span>
</div>
</div>
<div class="degree-card reveal">
<div class="degree-header">
<h4 class="degree-title">B.A. Intelligence & Cyber Operations</h4>
<span class="degree-year">Aug 2023 - May 2027</span>
</div>
<div class="degree-subheader">
<span class="minor-text">Minor: Data Science</span>
</div>
<div class="degree-meta">
<span class="meta-item">GPA: 3.87 |</span>
<span class="meta-item">Merit Scholar</span>
</div>
<div class="course-list">
<span class="tag">Ethical Hacking</span>
<span class="tag">Web Application Security</span>
<span class="tag">Digital Forensics & Cyber Investigations</span>
<span class="tag">Network Security</span>
<span class="tag">Information Security</span>
<span class="tag">Security & Privacy</span>
<span class="tag">Web Development</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="experience" class="section">
<div class="container">
<h2 class="section-title hacker-text reveal" data-value="> experience_timeline">> experience_timeline</h2>
<div class="experience-grid">
<div class="timeline-content reveal">
<div class="timeline-header">
<img src="images/kkr.png" alt="KKR Logo" class="company-logo">
<div class="timeline-info">
<h3 class="timeline-title">Incoming Information Security Intern</h3>
<p class="timeline-company">KKR</p>
<span class="timeline-date">July 2026 - August 2026</span>
</div>
</div>
</div>
<div class="timeline-content reveal">
<div class="timeline-header">
<img src="images/uscctf.png" alt="USC Cyborg Logo" class="company-logo">
<div class="timeline-info">
<h3 class="timeline-title">USC CTF Director (CybOrg E-Board)</h3>
<p class="timeline-company">USC CybOrg</p>
<span class="timeline-date">Jan 2026 - Present</span>
</div>
</div>
</div>
<div class="timeline-content reveal">
<div class="timeline-header">
<img src="images/ibm.png" alt="IBM X-Force Red Logo" class="company-logo">
<div class="timeline-info">
<h3 class="timeline-title">Penetration Testing Intern</h3>
<p class="timeline-company">IBM, X-Force Red</p>
<span class="timeline-date">May 2025 - Aug 2025</span>
</div>
</div>
</div>
<div class="timeline-content reveal">
<div class="timeline-header">
<img src="images/educare.png" alt="EduCare Foundation Logo" class="company-logo">
<div class="timeline-info">
<h3 class="timeline-title">Cybersecurity Instructor</h3>
<p class="timeline-company">EduCare Foundation</p>
<span class="timeline-date">Oct 2024 - Present</span>
</div>
</div>
</div>
<div class="timeline-content reveal">
<div class="timeline-header">
<img src="images/handshake.png" alt="Handshake Logo" class="company-logo">
<div class="timeline-info">
<h3 class="timeline-title">AI Trainer — Cyber Security Expert</h3>
<p class="timeline-company">Handshake</p>
<span class="timeline-date">December 2025 - February 2026</span>
</div>
</div>
</div>
<div class="timeline-content reveal">
<div class="timeline-header">
<img src="images/uscdso.png" alt="USC Marshall School of Business Logo" class="company-logo">
<div class="timeline-info">
<h3 class="timeline-title">Data Science and Operations Assistant</h3>
<p class="timeline-company">USC Marshall School of Business</p>
<span class="timeline-date">Aug 2024 - Present</span>
</div>
</div>
</div>
<div class="timeline-content reveal">
<div class="timeline-header">
<img src="images/koreadaily.png" alt="The Korea Daily Logo" class="company-logo">
<div class="timeline-info">
<h3 class="timeline-title">Data Journalist Intern</h3>
<p class="timeline-company">The Korea Daily</p>
<span class="timeline-date">Aug 2022 - Jan 2023</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="blog" class="section">
<div class="container">
<h2 class="section-title hacker-text reveal" data-value="> recent_posts">> recent_posts</h2>
<div class="blog-grid">
<article class="blog-card reveal">
<div class="blog-header">
<span class="blog-date">Feb 19 2026</span>
</div>
<h3 class="blog-title">Time Traveling on LinkedIn</h3>
<p class="blog-desc">How I used Burp Suite to bypass clien...</p>
<a href="posts/time-traveling-on-linkedin.html" class="read-more">Read_Entry ></a>
</article>
<article class="blog-card reveal">
<div class="blog-header"><span class="blog-date">-- -- ----</span></div>
<h3 class="blog-title">---</h3>
<p class="blog-desc">---</p>
<span class="read-more disabled">Read_Entry ></span>
</article>
<article class="blog-card reveal">
<div class="blog-header"><span class="blog-date">-- -- ----</span></div>
<h3 class="blog-title">---</h3>
<p class="blog-desc">---</p>
<span class="read-more disabled">Read_Entry ></span>
</article>
</div>
<div class="blog-footer reveal">
<a href="blog.html" class="view-all-btn">[ View_All_Posts ]</a>
</div>
</div>
</section>
<section id="contact" class="section">
<div class="container">
<h2 class="section-title hacker-text reveal" data-value="> contact">> contact</h2>
<div class="contact-content">
<div class="contact-links reveal">
<a href="mailto:dhan6609@usc.edu" class="contact-link">Email: dhan6609@usc.edu</a>
<a href="https://linkedin.com/in/dh-daniel-han" target="_blank" class="contact-link">LinkedIn: dh-daniel-han</a>
<a href="https://github.com/f1zzy22" target="_blank" class="contact-link">Github: f1zzy22</a>
</div>
</div>
</div>
</section>
<footer class="footer reveal">
<div class="container">
<p>© 2026 Daniel Han. All rights reserved.</p>
</div>
</footer>
<script src="script.js"></script>
<div id="malware-overlay" class="malware-overlay">
<div class="malware-corruption"></div>
<div class="malware-modal">
<h2 class="malware-title">Are You Still Browsing?</h2>
<p>You have been inactive for some time.</p>
<p>You will be signed out soon to keep the connection safe.</p>
<div class="countdown-container">
<span id="malware-countdown">60</span><span>s until connection drop...</span>
</div>
<button id="malware-yes-btn" class="malware-btn">[CONTINUE]</button>
</div>
</div>
</body>
</html>
<script src="hero-animation.js"></script>