-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
235 lines (227 loc) · 10.2 KB
/
index.html
File metadata and controls
235 lines (227 loc) · 10.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Isaac Oyelowo — Software Engineer</title>
<meta name="description" content="Software Engineer with 15+ years of experience building scalable web applications, APIs, and developer tools.">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚡</text></svg>">
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="nav" id="nav">
<div class="nav-inner">
<a href="#" class="nav-logo">~/webmonk</a>
<button class="nav-toggle" id="nav-toggle" aria-label="Toggle menu">
<span></span><span></span><span></span>
</button>
<ul class="nav-links" id="nav-links">
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#github">GitHub</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</nav>
<!-- Hero -->
<section class="hero" id="hero">
<div class="hero-terminal">
<div class="terminal-bar">
<span class="terminal-dot red"></span>
<span class="terminal-dot yellow"></span>
<span class="terminal-dot green"></span>
<span class="terminal-title">isaac@portfolio ~</span>
</div>
<div class="terminal-body">
<p class="terminal-line">
<span class="terminal-prompt">$</span>
<span class="terminal-command" id="typed-text"></span>
<span class="terminal-cursor">|</span>
</p>
</div>
</div>
<h1 class="hero-title">
<span class="hero-greeting" id="hero-greeting">Hey, I'm</span>
<span class="hero-name">Isaac Oyelowo</span>
</h1>
<p class="hero-tagline">Obsessive problem-solver disguised as a software engineer.</p>
<div class="hero-stats" id="hero-stats">
<div class="stat">
<span class="stat-number" id="stat-repos">--</span>
<span class="stat-label">Public Repos</span>
</div>
<div class="stat">
<span class="stat-number" id="stat-followers">--</span>
<span class="stat-label">Followers</span>
</div>
<div class="stat">
<span class="stat-number" id="stat-years">--</span>
<span class="stat-label">Years on GitHub</span>
</div>
</div>
<div class="hero-cta">
<a href="#projects" class="btn btn-primary">Explore Work</a>
<a href="#about" class="btn btn-outline">About Me</a>
</div>
</section>
<!-- About -->
<section class="section" id="about">
<div class="container">
<h2 class="section-title"><span class="section-number">01.</span> About Me</h2>
<div class="about-content">
<div class="about-text">
<p>I'm a software engineer who loves turning complex problems into elegant, performant solutions. With over 15 years of experience across the full stack, I've shipped products ranging from small business tools to large-scale platforms.</p>
<p>I care deeply about clean code, developer experience, and building things that actually make a difference. When I'm not coding, you'll find me exploring new technologies, contributing to open source, or mentoring the next generation of engineers.</p>
<p>Currently focused on building scalable web applications, cloud infrastructure, and AI-powered tools.</p>
</div>
<div class="about-details">
<div class="detail-item">
<span class="detail-label">Location</span>
<span class="detail-value">Available Worldwide</span>
</div>
<div class="detail-item">
<span class="detail-label">Focus</span>
<span class="detail-value">Full-Stack Development</span>
</div>
<div class="detail-item">
<span class="detail-label">Interests</span>
<span class="detail-value">AI/ML, Cloud, Open Source</span>
</div>
</div>
</div>
</div>
</section>
<!-- Skills -->
<section class="section section-alt" id="skills">
<div class="container">
<h2 class="section-title"><span class="section-number">02.</span> Expertise</h2>
<div class="skills-grid">
<div class="skill-card" data-animate>
<div class="skill-icon"></></div>
<h3>Frontend</h3>
<ul class="skill-list">
<li>React</li>
<li>Next.js</li>
<li>TypeScript</li>
<li>Tailwind CSS</li>
<li>Framer Motion</li>
</ul>
</div>
<div class="skill-card" data-animate>
<div class="skill-icon">{ }</div>
<h3>Backend</h3>
<ul class="skill-list">
<li>Node.js</li>
<li>Python</li>
<li>Go</li>
<li>PostgreSQL</li>
<li>Redis</li>
</ul>
</div>
<div class="skill-card" data-animate>
<div class="skill-icon">⚙</div>
<h3>DevOps</h3>
<ul class="skill-list">
<li>AWS</li>
<li>Docker</li>
<li>Kubernetes</li>
<li>CI/CD</li>
<li>Terraform</li>
</ul>
</div>
<div class="skill-card" data-animate>
<div class="skill-icon">+</div>
<h3>More</h3>
<ul class="skill-list">
<li>WordPress</li>
<li>WooCommerce</li>
<li>Shopify</li>
<li>Mobile</li>
<li>AI/ML</li>
</ul>
</div>
</div>
</div>
</section>
<!-- GitHub Activity -->
<section class="section" id="github">
<div class="container">
<h2 class="section-title"><span class="section-number">03.</span> GitHub Activity</h2>
<div class="github-profile" id="github-profile">
<div class="gh-profile-loading">Loading GitHub profile...</div>
</div>
<div class="gh-contrib-wrapper">
<h3 class="gh-contrib-title">Contribution Activity</h3>
<div class="gh-contrib-graph" id="contrib-graph">
<div class="gh-contrib-loading">Loading contributions...</div>
</div>
<div class="gh-contrib-legend">
<span class="gh-contrib-legend-label">Less</span>
<span class="gh-contrib-level" data-level="0"></span>
<span class="gh-contrib-level" data-level="1"></span>
<span class="gh-contrib-level" data-level="2"></span>
<span class="gh-contrib-level" data-level="3"></span>
<span class="gh-contrib-level" data-level="4"></span>
<span class="gh-contrib-legend-label">More</span>
</div>
</div>
</div>
</section>
<!-- Projects (dynamic from GitHub) -->
<section class="section section-alt" id="projects">
<div class="container">
<div class="section-title-row">
<h2 class="section-title"><span class="section-number">04.</span> Featured Projects</h2>
<div class="project-filters" id="project-filters"></div>
</div>
<div class="projects-grid" id="projects-grid">
<div class="projects-loading">
<div class="loader"></div>
<p>Fetching repos from GitHub...</p>
</div>
</div>
<div class="projects-more">
<a href="https://github.com/webmonk?tab=repositories" target="_blank" rel="noopener" class="btn btn-outline">View All on GitHub</a>
</div>
</div>
</section>
<!-- Contact -->
<section class="section section-alt" id="contact">
<div class="container">
<h2 class="section-title"><span class="section-number">05.</span> Get In Touch</h2>
<div class="contact-content">
<p class="contact-text">Have a project in mind or just want to say hello? I'm always open to new opportunities and interesting conversations.</p>
<p class="contact-text contact-website">Want to learn more about me and my work? Visit <a href="https://www.isaacoyelowo.dev" target="_blank" rel="noopener">isaacoyelowo.dev</a></p>
<div class="contact-buttons">
<a href="mailto:hi@isaacoyelowo.dev" class="btn btn-primary btn-lg">Say Hello</a>
<a href="https://www.isaacoyelowo.dev" target="_blank" rel="noopener" class="btn btn-outline btn-lg">Visit My Website</a>
</div>
<div class="contact-socials">
<a href="https://github.com/webmonk" target="_blank" rel="noopener" aria-label="GitHub">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"/></svg>
</a>
<a href="https://linkedin.com/in/isaacoyelowo" target="_blank" rel="noopener" aria-label="LinkedIn">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"/><rect x="2" y="9" width="4" height="12"/><circle cx="4" cy="4" r="2"/></svg>
</a>
<a href="https://twitter.com/webmonk" target="_blank" rel="noopener" aria-label="Twitter/X">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M4 4l11.733 16h4.267l-11.733 -16h-4.267z"/><path d="M4 20l6.768 -6.768m2.46 -2.46l6.772 -6.772"/></svg>
</a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<p>Built with <span class="footer-heart">♥</span> by Isaac Oyelowo</p>
<p class="footer-sub">© <span id="footer-year"></span> webmonk. All rights reserved.</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>