-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
224 lines (202 loc) · 7.34 KB
/
index.html
File metadata and controls
224 lines (202 loc) · 7.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Keoni Kim</title>
<style>
:root {
--bg: #0a0a0a;
--text: #ddd;
--accent: #00ff9d;
--accent-dark: #00cc7a;
--border: #333;
}
body {
font-family: 'Courier New', monospace;
background: var(--bg);
color: var(--text);
padding: 40px 20px;
max-width: 800px;
margin: 0 auto;
line-height: 1.7;
}
h1, h2 { font-weight: normal; margin: 1.2em 0 0.4em; }
h1 { font-size: 2.4rem; }
.tagline {
font-size: 1.35rem;
color: var(--accent);
margin-top: -0.8em;
margin-bottom: 1.8em;
}
.roles {
font-size: 1.25rem;
margin: 1.5em 0;
color: #aaa;
}
.roles span {
display: block;
margin: 0.3em 0;
}
a { color: var(--accent); text-decoration: underline dotted; }
a:hover { color: #fff; }
.profile-container {
display: flex;
align-items: flex-start;
margin-bottom: 2em;
gap: 20px;
}
.profile-pic {
width: 150px;
height: 150px;
border-radius: 50%;
border: 2px solid var(--accent);
object-fit: cover;
flex-shrink: 0;
}
.profile-content {
flex: 1;
}
.projects {
margin-top: 3em;
}
.project {
margin-bottom: 2em;
padding-bottom: 1.5em;
border-bottom: 1px dashed var(--border);
}
.project:last-child {
border-bottom: none;
margin-bottom: 0;
}
.project h3 {
margin: 0 0 0.5em 0;
color: var(--accent);
}
.theme-toggle {
position: fixed; top: 20px; right: 20px;
background: #222; color: #ddd; border: 1px solid #444;
padding: 8px 12px; cursor: pointer; font-family: monospace;
border-radius: 4px;
}
form { margin-top: 3em; max-width: 500px; }
input, textarea {
width: 100%; padding: 12px; margin: 10px 0;
background: #111; border: 1px solid #444; color: #ddd;
font-family: monospace;
border-radius: 4px;
}
button {
background: var(--accent); color: #000; border: none;
padding: 12px 20px; cursor: pointer; font-weight: bold;
border-radius: 4px;
}
button:hover { background: var(--accent-dark); }
.section-title {
position: relative;
padding-left: 20px;
margin-top: 2em;
margin-bottom: 1.5em;
}
.section-title::before {
content: "#";
color: var(--accent);
position: absolute;
left: 0;
top: 0;
}
.bio {
margin: 1.5em 0;
font-size: 1.1rem;
}
.social-links {
margin: 1.5em 0;
font-size: 1.1rem;
}
.social-links a {
margin-right: 15px;
display: inline-block;
}
footer {
margin-top: 4em;
font-size: 0.9rem;
opacity: 0.6;
text-align: center;
}
</style>
</head>
<body>
<button class="theme-toggle" onclick="toggleTheme()">☀️ Light Mode</button>
<div class="profile-container">
<img src="profile.jpeg" alt="Keoni Kim" class="profile-pic" onerror="this.style.display='none';">
<div class="profile-content">
<h1># Keoni Kim</h1>
<p class="tagline">Developer / Data Analyst / Data Engineer</p>
<div class="roles">
<span>Former Marine</span>
<span>Stafford, Virginia</span>
</div>
<p class="bio">
Data Engineer focused on Python, SQL, and building robust data pipelines.
Former Marine with deep experience in military personnel systems,
large-scale data validation, and turning complex data into actionable insights.
</p>
<p class="social-links">
<a href="https://www.linkedin.com/in/keonikim" target="_blank">LinkedIn</a> •
<a href="https://x.com/KeoniPKim" target="_blank">@KeoniPKim on X</a> •
<a href="https://github.com/keonipkim" target="_blank">GitHub</a> •
<a href="https://medium.com/@keonipkim" target="_blank">Medium Blog</a> •
<a href="mailto:keoni@keonikim.com">keoni@keonikim.com</a>
</p>
<p class="bio">
> <a href="https://keonipkim.github.io/3270-cics-cv-template/" target="_blank" rel="noopener noreferrer">View my 3270-style interactive CV</a>
</p>
</div>
</div>
<!-- Projects Section -->
<div class="projects">
<h2 class="section-title">Projects</h2>
<div class="project">
<h3>Military Personnel Data Pipeline</h3>
<p>Built automated ETL pipelines using Python and SQL to validate and process large-scale military HR data. Improved data accuracy and reduced manual processing time significantly.</p>
</div>
<div class="project">
<h3>Power BI Analytics Dashboard</h3>
<p>Developed interactive dashboards for leadership to track personnel metrics, compliance, and readiness using Power BI and SQL Server.</p>
</div>
<div class="project">
<h3>Data Validation & Compliance Tool</h3>
<p>Created Python scripts for automated data quality checks and compliance reporting across multiple personnel systems.</p>
</div>
</div>
<h2 class="section-title">Get in touch</h2>
<p>
Prefer a different format? <a href="https://keonipkim.github.io/3270-cics-cv-template/" target="_blank" rel="noopener noreferrer">View my 3270-style interactive CV</a>.
</p>
<form action="https://formspree.io/f/xlgogqlk" method="POST">
<input type="text" name="name" placeholder="Your name" required>
<input type type="email" name="_replyto" placeholder="Your email" required>
<textarea name="message" rows="6" placeholder="What's on your mind?" required></textarea>
<input type="text" name="_gotcha" style="display:none;">
<button type="submit">Send Message</button>
</form>
<footer>
Stafford, Virginia • One HTML file • keonikim.com
</footer>
<script>
function toggleTheme() {
const body = document.body;
const toggleBtn = document.querySelector('.theme-toggle');
if (body.style.backgroundColor === 'rgb(255, 255, 255)' || body.style.backgroundColor === '') {
body.style.backgroundColor = '#0a0a0a';
body.style.color = '#ddd';
toggleBtn.textContent = '☀️ Light Mode';
} else {
body.style.backgroundColor = '#fff';
body.style.color = '#111';
toggleBtn.textContent = '🌙 Dark Mode';
}
}
</script>
</body>
</html>