-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
253 lines (231 loc) · 12 KB
/
index.html
File metadata and controls
253 lines (231 loc) · 12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Clifford Atsika - Full Stack Developer & Designer Portfolio">
<title>Clifford Atsika | Full-Stack Engineer</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
</head>
<body>
<!-- Header / Navigation -->
<header id="header">
<nav class="nav-container container">
<div class="nav-brand">C. Atsika</div>
<ul class="nav-menu">
<li><a href="#about" class="nav-link">About</a></li>
<li><a href="#projects" class="nav-link">Selected Work</a></li>
<li><a href="#contact" class="nav-link">Contact</a></li>
<li><a href="assets/resume.pdf" class="nav-link btn-resume" target="_blank">Resume</a></li>
</ul>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</nav>
</header>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="container narrow">
<div class="hero-content">
<div class="hero-byline">
<span class="byline-label">Software Engineer</span>
<span class="byline-separator">|</span>
<span class="byline-date">Est. 2026</span>
</div>
<h1 class="hero-title">Clifford Atsika</h1>
<p class="hero-subtitle">Engineering elegant solutions to complex problems through resilient software
architecture.</p>
<div class="hero-meta">
<div class="meta-item">
<span class="meta-label">Role</span>
<span class="meta-value">Full-Stack Engineer</span>
</div>
<div class="meta-item">
<span class="meta-label">Focus</span>
<span class="meta-value">SaaS & Automation</span>
</div>
<div class="meta-item">
<span class="meta-label">Experience</span>
<span class="meta-value">5+ Years</span>
</div>
</div>
<div class="hero-cta">
<a href="#projects" class="btn btn-primary">Read Selected Work</a>
<a href="#contact" class="btn btn-secondary">Get In Touch</a>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="about">
<div class="container narrow">
<div class="section-header">
<span class="section-eyebrow">Background</span>
<h2 class="section-title">The Foundation</h2>
</div>
<div class="about-content">
<div class="about-text">
<p class="about-intro">
<span class="drop-cap">I</span>'m a Full-Stack Software Engineer and SaaS Founder focused on
building production-ready systems that scale elegantly.
</p>
<p>
Over the past half-decade, I've successfully launched multiple software-as-a-service products,
deeply examining the mechanics of user experience, cryptography, and resilient backend
architecture. Products like <strong>TidyList</strong> process thousands of emails with exact
precision, while platforms like <strong>Keymint.dev</strong> secure digital software licenses
with advanced public-key cryptography.
</p>
<p>
As a private consultant, I've architected over fifteen bespoke full-stack systems and automated
workflows for an international clientele. I view code not merely as instructions for a machine,
but as a craft requiring deliberate syntax, clear prose, and an unwavering commitment to
quality.
</p>
<div class="pullquote">
<p>“Writing code mirrors journalism: it must be structured, accessible, and grounded in truth.”
</p>
</div>
<div class="skills">
<h3>Areas of Expertise</h3>
<div class="skills-grid">
<div class="skill-card">
<span class="skill-number">01.</span>
<h4>System Architecture</h4>
<p class="sans-text">Designing robust APIs, scalable databases (PostgreSQL/Supabase),
and secure Node.js & Python backends.</p>
</div>
<div class="skill-card">
<span class="skill-number">02.</span>
<h4>Frontend Interfaces</h4>
<p class="sans-text">Crafting highly legible, performant user interfaces with React,
modern JavaScript, and CSS methodologies.</p>
</div>
<div class="skill-card">
<span class="skill-number">03.</span>
<h4>Applied Security</h4>
<p class="sans-text">Implementing end-to-end cryptographic signatures, licensing
validations, and authenticated state management.</p>
</div>
<div class="skill-card">
<span class="skill-number">04.</span>
<h4>SaaS Infrastructure</h4>
<p class="sans-text">Integrating payment portals (Stripe), real-time analytic
dashboards, and cloud deployment pipelines.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" class="projects">
<div class="container narrow">
<div class="section-header">
<span class="section-eyebrow">Selected Works</span>
<h2 class="section-title">Case Studies</h2>
<p class="section-description">A curated selection of technical monographs and deployed software
systems.</p>
</div>
<hr>
<div class="projects-list">
<!-- Project 1: TidyList -->
<article class="project-card">
<div class="project-header">
<span class="project-label">SaaS Implementation</span>
<h3 class="project-title">TidyList</h3>
<p class="project-subtitle">Architecting a High-Fidelity Email Verification Engine</p>
</div>
<div class="project-content">
<p class="project-description">
A production-grade email verification platform capable of safely processing thousands of
records daily while maintaining a 98% accuracy rate. TidyList represents a robust
implementation of complex SMTP handshake protocols alongside a seamless Stripe billing
integration.
</p>
<a href="#" class="link-with-arrow">Read Case Study</a>
</div>
</article>
<!-- Project 2: Keymint.dev -->
<article class="project-card">
<div class="project-header">
<span class="project-label">Security & Encryption</span>
<h3 class="project-title">Keymint.dev</h3>
<p class="project-subtitle">Cryptographic License Management for the Modern Web</p>
</div>
<div class="project-content">
<p class="project-description">
Built entirely to secure proprietary software, Keymint utilizes advanced public-key
cryptography to issue, validate, and revoke software licenses. The platform serves extensive
enterprise use cases, accommodating both offline and cloud-verified software environments
seamlessly.
</p>
<a href="https://keymint.dev" target="_blank" class="link-with-arrow">Visit Platform</a>
</div>
</article>
<!-- Project 3: GitHub Email Scraper -->
<article class="project-card">
<div class="project-header">
<span class="project-label">Open Source tooling</span>
<h3 class="project-title">GitHub Extraction Protocol</h3>
<p class="project-subtitle">Ethical Data Collection via CLI</p>
</div>
<div class="project-content">
<p class="project-description">
A well-documented Python command-line interface designed to streamline the legal extraction
of public contributor telemetry from GitHub repositories. By mapping open commits, the tool
drastically reduced manual data accumulation timelines by over eighty percent.
</p>
<a href="https://github.com/catsika/github-email-scraper" target="_blank"
class="link-with-arrow">View Repository</a>
</div>
</article>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="contact">
<div class="container narrow">
<div class="section-header">
<span class="section-eyebrow">Correspondence</span>
<h2 class="section-title">Engage With My Work</h2>
</div>
<div class="contact-content">
<p class="contact-intro">
Whether fielding inquiries about architectural consulting, engaging in technical discourse, or
discussing new software ventures, I welcome thoughtful correspondence.
</p>
<div class="contact-methods">
<div class="contact-card">
<h3>Electronic Mail</h3>
<p><a href="mailto:atsikaclifford414@gmail.com">atsikaclifford414@gmail.com</a></p>
</div>
<div class="contact-card">
<h3>Public Repositories</h3>
<p><a href="https://github.com/catsika" target="_blank">github.com/catsika</a></p>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<p>© 2026 Clifford Atsika. Published periodically.</p>
<div class="social-links">
<a href="https://github.com/catsika" target="_blank">GitHub</a>
<a href="mailto:atsikaclifford414@gmail.com">Email</a>
<a href="assets/resume.pdf" target="_blank">Resume</a>
</div>
</div>
</footer>
<script src="js/content-loader.js"></script>
<script src="js/pdf-generator.js"></script>
<script src="js/main.js"></script>
</body>
</html>