-
Notifications
You must be signed in to change notification settings - Fork 108
Expand file tree
/
Copy pathindex.html
More file actions
268 lines (257 loc) · 12.1 KB
/
index.html
File metadata and controls
268 lines (257 loc) · 12.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>FullStackForge | Full Stack Web Developer</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header class="site-header">
<nav class="nav container">
<a class="brand" href="#top" aria-label="FullStackForge home">
<span class="brand-mark" aria-hidden="true">❤</span>
<span class="brand-text">FullStackForge</span>
</a>
<button class="nav-toggle" aria-expanded="false" aria-controls="nav-links">Menu</button>
<div id="nav-links" class="nav-links">
<a href="#about">About</a>
<a href="#skills">Skills</a>
<a href="#experience">Experience</a>
<a href="#education">Education</a>
<a href="#portfolio">Portfolio</a>
<a href="#contact">Contact</a>
</div>
<a class="btn btn-primary" href="cv.txt" download>Download CV</a>
</nav>
</header>
<main id="top">
<section class="hero">
<div class="container hero-grid">
<div class="hero-copy">
<div class="pill">FullStackForge · End-to-end product delivery</div>
<h1>Shipping reliable web platforms with speed, polish, and calm.</h1>
<p class="lead">
I combine product sense with engineering rigor—crafting resilient back ends, responsive UIs, and
clear collaboration for teams that need to move fast.
</p>
<div class="hero-actions">
<a class="btn btn-primary" href="#portfolio">View Portfolio</a>
<a class="btn btn-ghost" href="#contact">Let’s Talk</a>
</div>
<div class="hero-badges">
<span>Full Stack Web Developer</span>
<span>Remote · Onsite</span>
<span>Available now</span>
</div>
<div class="social">
<a href="https://github.com/" target="_blank" rel="noreferrer"><img class="icon-img" src="https://cdn.simpleicons.org/github/01b953" alt="" />GitHub</a>
<a href="https://gitlab.com/" target="_blank" rel="noreferrer"><img class="icon-img" src="https://cdn.simpleicons.org/gitlab/01b953" alt="" />GitLab</a>
</div>
</div>
<div class="hero-panel">
<div class="profile-card">
<img src="profile.svg" alt="Profile placeholder" />
<div class="profile-meta">
<h3>FullStackForge</h3>
<p>Full Stack Web Developer</p>
</div>
<div class="profile-stats">
<div><strong>6+</strong><span>Years</span></div>
<div><strong>25+</strong><span>Projects</span></div>
<div><strong>10+</strong><span>Stacks</span></div>
</div>
<span class="status">Open to opportunities</span>
</div>
</div>
</div>
</section>
<section class="trust">
<div class="container trust-grid">
<p>Tooling I use to deliver fast and safely</p>
<div class="trust-logos">
<span><img class="icon-img" src="https://cdn.simpleicons.org/react/61dafb" alt="" />React</span>
<span><img class="icon-img" src="https://cdn.simpleicons.org/nodedotjs/3c873a" alt="" />Node.js</span>
<span><img class="icon-img" src="https://cdn.simpleicons.org/typescript/3178c6" alt="" />TypeScript</span>
<span><img class="icon-img" src="https://cdn.simpleicons.org/postgresql/336791" alt="" />PostgreSQL</span>
<span><img class="icon-img" src="https://cdn.simpleicons.org/mongodb/116149" alt="" />MongoDB</span>
<span><img class="icon-img" src="https://cdn.simpleicons.org/docker/0db7ed" alt="" />Docker</span>
<span><img class="icon-img" src="https://cdn.simpleicons.org/figma/f24e1e" alt="" />Figma</span>
</div>
</div>
</section>
<section id="about" class="section container">
<div class="section-heading">
<p class="kicker">About</p>
<h2>Clarity-first engineering for modern teams</h2>
</div>
<div class="feature-grid">
<p>
I build products from concept to launch—balancing thoughtful UX, scalable architecture, and
maintainable code. My approach is collaborative, outcome-driven, and focused on sustainable
velocity.
</p>
<div class="feature-card">
<h3>What drives my work</h3>
<ul>
<li>Reliable delivery, documented decisions, and clean handoffs</li>
<li>Design systems that stay consistent across squads</li>
<li>APIs that are predictable, secure, and easy to extend</li>
</ul>
</div>
<div class="feature-card">
<h3>How I partner</h3>
<ul>
<li>Translate requirements into clear technical plans</li>
<li>Ship iteratively with instrumentation and monitoring</li>
<li>Coach teams on front-end patterns and API contracts</li>
</ul>
</div>
</div>
</section>
<section id="skills" class="section alt">
<div class="container">
<div class="section-heading">
<p class="kicker">Skills</p>
<h2>Stack and capabilities</h2>
</div>
<div class="chip-grid">
<span><img class="icon-img" src="https://cdn.simpleicons.org/html5/e34f26" alt="" />HTML5</span>
<span><img class="icon-img" src="https://cdn.simpleicons.org/css3/1572B6" alt="" />CSS3</span>
<span><img class="icon-img" src="https://cdn.simpleicons.org/javascript/f7df1e" alt="" />JavaScript</span>
<span><img class="icon-img" src="https://cdn.simpleicons.org/typescript/3178c6" alt="" />TypeScript</span>
<span><img class="icon-img" src="https://cdn.simpleicons.org/react/61dafb" alt="" />React</span>
<span><img class="icon-img" src="https://cdn.simpleicons.org/nodedotjs/3c873a" alt="" />Node.js</span>
<span><img class="icon-img" src="https://cdn.simpleicons.org/express/000000" alt="" />Express</span>
<span><img class="icon-img" src="https://cdn.simpleicons.org/postgresql/336791" alt="" />PostgreSQL</span>
<span><img class="icon-img" src="https://cdn.simpleicons.org/mongodb/116149" alt="" />MongoDB</span>
<span><span class="icon-emoji" aria-hidden="true">🔗</span>REST APIs</span>
<span><span class="icon-emoji" aria-hidden="true">⚙️</span>CI/CD</span>
<span><span class="icon-emoji" aria-hidden="true">☁️</span>Cloud Deployments</span>
</div>
</div>
</section>
<section id="experience" class="section container">
<div class="section-heading">
<p class="kicker">Experience</p>
<h2>Delivery you can measure</h2>
</div>
<div class="timeline">
<article>
<div>
<h3>Senior Full Stack Developer — ForgeLabs</h3>
<p class="meta">2022 - Present</p>
</div>
<p>Rebuilt a multi-tenant SaaS with microservices; improved load times by 38% and CI/CD reliability.</p>
</article>
<article>
<div>
<h3>Full Stack Developer — BrightWorks Studio</h3>
<p class="meta">2019 - 2022</p>
</div>
<p>Delivered 12+ client platforms, crafted UI libraries, and integrated analytics and billing services.</p>
</article>
<article>
<div>
<h3>Frontend Engineer — Launchpad Digital</h3>
<p class="meta">2017 - 2019</p>
</div>
<p>Shipped responsive experiences for B2B SaaS clients in close partnership with design teams.</p>
</article>
</div>
</section>
<section id="education" class="section alt">
<div class="container">
<div class="section-heading">
<p class="kicker">Education</p>
<h2>Education & credentials</h2>
</div>
<div class="cards">
<article>
<h3>B.S. in Computer Science</h3>
<p class="meta">University of Technology — 2017</p>
<p>Grounded in software engineering, data structures, and human-computer interaction.</p>
</article>
<article>
<h3>Professional Certifications</h3>
<p class="meta">2020 - 2024</p>
<p>AWS Cloud Practitioner, Google UX Design, and Advanced JavaScript.</p>
</article>
</div>
</div>
</section>
<section id="portfolio" class="section container">
<div class="section-heading">
<p class="kicker">Portfolio</p>
<h2>Selected work</h2>
</div>
<div class="portfolio-grid">
<article>
<div class="card-top">
<h3>PulseTrack Analytics</h3>
<span class="tag">Analytics</span>
</div>
<p>Real-time marketing insights dashboard with RBAC, alerts, and usage metering.</p>
<div class="tags">
<span><img class="icon-img" src="https://cdn.simpleicons.org/nodedotjs/3c873a" alt="" />Node.js</span>
<span><img class="icon-img" src="https://cdn.simpleicons.org/react/61dafb" alt="" />React</span>
<span><img class="icon-img" src="https://cdn.simpleicons.org/postgresql/336791" alt="" />PostgreSQL</span>
</div>
</article>
<article>
<div class="card-top">
<h3>Onward HR Portal</h3>
<span class="tag">Operations</span>
</div>
<p>Employee onboarding suite with secure messaging, documents, and workflows.</p>
<div class="tags">
<span><img class="icon-img" src="https://cdn.simpleicons.org/typescript/3178c6" alt="" />TypeScript</span>
<span><img class="icon-img" src="https://cdn.simpleicons.org/express/000000" alt="" />Express</span>
<span><img class="icon-img" src="https://cdn.simpleicons.org/mongodb/116149" alt="" />MongoDB</span>
</div>
</article>
</div>
</section>
<section id="contact" class="section alt">
<div class="container">
<div class="section-heading">
<p class="kicker">Contact</p>
<h2>Let’s build together</h2>
</div>
<div class="contact-grid">
<div class="contact-card">
<h3>Get in touch</h3>
<p>
<span class="contact-line"><span class="inline-icon phone-icon" aria-hidden="true"></span><a href="tel:+1234567890">+1 (234) 567-890</a></span><br />
<span class="contact-line"><span class="inline-icon mail-icon" aria-hidden="true"></span><a href="mailto:hello@fullstackforge.dev">hello@fullstackforge.dev</a></span><br />
<span class="contact-line"><span class="inline-icon mail-icon" aria-hidden="true"></span><a href="mailto:careers@fullstackforge.dev">careers@fullstackforge.dev</a></span>
</p>
</div>
<form class="contact-form">
<label>
Name
<input type="text" name="name" placeholder="Your name" />
</label>
<label>
Email
<input type="email" name="email" placeholder="you@email.com" />
</label>
<label>
Message
<textarea name="message" rows="4" placeholder="Tell me about your project"></textarea>
</label>
<button type="button" class="btn btn-primary">Send Message</button>
</form>
</div>
</div>
</section>
</main>
<footer class="footer">
<p>
Made with <span class="heart" aria-hidden="true">❤</span> by Jan Michael Sibug · ©
<span id="year"></span> Freefolio template by OSSPH
</p>
</footer>
<script src="script.js"></script>
</body>
</html>