-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
286 lines (263 loc) · 13.9 KB
/
index.html
File metadata and controls
286 lines (263 loc) · 13.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gbadebo Enoch | Backend Developer</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link rel="stylesheet" href="css/styles.css">
<script src="js/script.js" defer></script>
</head>
<body>
<nav class="navbar-container">
<div class="navbar-pill">
<a href="https://docs.google.com/document/d/1rNGiF0zPKRI5YPP3zjDY-j2ILmPxx8Wl/export?format=pdf" class="btn-resume">Download CV</a>
<ul class="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#process">Process</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</nav>
<section id="home" class="hero-section">
<div class="hero-content">
<h3 class="greeting">Hi I am</h3>
<h1 class="name">Gbadebo Enoch</h1>
<h2 class="role">Backend Developer</h2>
<p class="hero-description">
I build robust backend systems and scalable APIs.
Currently specializing in Python, Django, and DRF.
</p>
<div class="social-icons">
<a href="https://www.linkedin.com/in/gbadeboenoch/" target="_blank"><i class="fab fa-linkedin-in"></i></a>
<a href="https://github.com/DatomCode" target="_blank"><i class="fab fa-github"></i></a>
<!-- <a href="#"><i class="fab fa-youtube"></i> -->
</a> <a href="https://x.com/DatomSwe" target="_blank"><i class="fab fa-twitter"></i></a>
</div>
<div class="hero-buttons">
<a href="#contact" class="btn-primary">Hire Me</a>
</div>
</div>
<div class="hero-image-wrapper">
<div class="image-glow"></div>
<img src="images/Enoch dp copy.jpg" alt="Gbadebo Enoch" class="hero-img">
</div>
</section>
<section id="about" class="section-container">
<div class="about-card">
<div class="section-header left-align">
<h4 class="sub-title">About Me</h4>
<h2 class="main-title">Behind the Code</h2>
</div>
<p class="about-text">
I believe that great software is like a great story—it needs structure, flow, and a clear purpose.
My journey into tech started with a curiosity about how things work "under the hood."
That curiosity led me to <strong>Python</strong> and eventually to becoming a Backend Developer.
<br><br>
Whether it’s architecting a RESTful API for a job tracking tool like <em>ApplyFlow</em> or building the logic for an event reminder service like <em>SyncMe</em>, I enjoy solving the puzzles that users never see.
When I’m not coding, I’m editing videos for my channel <strong>Pareidolia</strong>, which teaches me the importance of user experience.
</p>
</div>
</section>
<section id="process" class="section-container">
<div class="process-layout">
<div class="process-text">
<h2 class="main-title">Work Process</h2>
<p>
I approach every project with a pragmatic mindset, ensuring that the backend logic is not just functional, but scalable and secure.
</p>
</div>
<div class="process-grid">
<div class="process-card">
<div class="p-icon"><i class="fas fa-clipboard-list"></i></div>
<h3>1. Requirement Analysis</h3>
<p>Understanding the core problem and defining data models.</p>
</div>
<div class="process-card">
<div class="p-icon"><i class="fas fa-network-wired"></i></div>
<h3>2. System Architecture</h3>
<p>Designing the database schema and API endpoints.</p>
</div>
<div class="process-card">
<div class="p-icon"><i class="fas fa-code"></i></div>
<h3>3. Development</h3>
<p>Writing clean, efficient Python/Django code.</p>
</div>
<div class="process-card">
<div class="p-icon"><i class="fas fa-rocket"></i></div>
<h3>4. Deployment</h3>
<p>Testing, documenting (Swagger), and deploying to Heroku.</p>
</div>
</div>
</div>
</section>
<section id="services" class="section-container">
<div class="section-header left-align">
<h4 class="sub-title">My Service</h4>
<h2 class="main-title">Creative digital solutions</h2>
</div>
<div class="services-grid">
<div class="service-card">
<div class="icon"><i class="fab fa-python"></i></div>
<h3>Python Development</h3>
<p>Building automation scripts and data analysis solutions using Django and Flask.</p>
</div>
<div class="service-card">
<div class="icon"><i class="fas fa-database"></i></div>
<h3>Backend Solutions</h3>
<p>Architecting secure APIs and managing databases (PostgreSQL/SQL) for scalable apps.</p>
</div>
<!-- <div class="service-card">
<div class="icon"><i class="fas fa-video"></i></div>
<h3>Content Creation</h3>
<p>Video editing and visual storytelling, bringing a creative edge to technical projects.</p>
</div> -->
</div>
</section>
<section id="projects" class="section-container">
<div class="section-header left-align">
<h4 class="sub-title">Portfolio</h4>
<h2 class="main-title">Featured Projects</h2>
</div>
<div class="projects-wrapper">
<div class="project-item">
<div class="project-content glass-effect">
<span class="project-tag">API & Backend</span>
<h3>ApplyFlow API</h3>
<p>A comprehensive RESTful API designed to help users track job applications. Features secure authentication, custom permissions, and full Swagger documentation.</p>
<a href="https://github.com/DatomCode/ApplyFlow-API.git" class="btn-link">View Code <i class="fas fa-arrow-right"></i></a>
</div>
<div class="project-image">
<img src="images/ApplyFlow.png" alt="An image of the project">
</div>
</div>
<div class="project-item reverse">
<div class="project-image">
<img src="images/clix.png" alt="" >
</div>
<div class="project-content glass-effect">
<span class="project-tag">Backend Developer</span>
<h3>Clix</h3>
<p>
A sleek URL shortener that transforms long links into concise, shareable assets.
The core logic utilizes <strong>Python's UUID library</strong> to generate collision-free 8-character codes for instant redirection.
Beyond the backend logic, I built a responsive frontend featuring <strong>Glassmorphism UI</strong> and 'Copy to Clipboard' functionality for a smooth user experience.
</p>
<a href="https://github.com/DatomCode/Sync_me.git" class="btn-link" target="_blank">View Code <i class="fas fa-arrow-right"></i></a>
<a href="https://clix-39acd7d7a519.herokuapp.com/" class="btn-link" target="blank">View Live Demo<i class="fas fa-arrow-right"></i></a>
</div>
<!-- <div class="project-content glass-effect">
<span class="project-tag">Backend</span>
<h3>Sync ME</h3>
<p>A logic-heavy event reminder service built to handle asynchronous task scheduling.
Unlike simple data apps, SyncMe uses <strong>Celery & Redis</strong> to manage background workers that trigger email notifications at precise times.
Features secure <strong>JWT authentication</strong> and intelligent logic that automatically reschedules tasks when event details change.</p>
<a href="https://github.com/DatomCode/Sync_me.git" class="btn-link" target="">View Code <i class="fas fa-arrow-right"></i></a>
</div> -->
</div>
<!-- <div class="project-item reverse">
<div class="project-image">
<div class="img-placeholder">
<img src="images/stride.png" alt="">
</div>
</div>
<div class="project-content glass-effect">
<span class="project-tag">Full Stack</span>
<h3>Stride 360</h3>
<p>Collaborative fitness tracking platform. I served as the Lead Backend Developer, defining API endpoints and managing data flow for the team.</p>
<a href="#" class="btn-link">View Code <i class="fas fa-arrow-right"></i></a>
</div>
</div> -->
</div>
<div class="see-more-container">
<a href="pages/projects.html" class="btn-outline" target="_blank">See More Projects</a>
</div>
</section>
<section id="skills" class="section-container">
<div class="section-header left-align">
<h4 class="sub-title">Education & Skills</h4>
<h2 class="main-title">Showcasing talent & impact</h2>
</div>
<div class="timeline-grid">
<div class="timeline-card active-card">
<span class="year">2025 - Present</span>
<h3>Backend Developer</h3>
<p>Building APIs like ApplyFlow and SyncMe using Django REST Framework.</p>
</div>
<div class="timeline-card">
<span class="year">2025</span>
<h3>ALX Africa Graduate</h3>
<p>Intensive Software Engineering certification specializing in Backend technologies.</p>
</div>
<div class="timeline-card">
<span class="year">2025</span>
<h3>Cowrywise Ambassador</h3>
<p>Selected to represent the brand, sharing financial literacy and tech growth stories.</p>
</div>
<!-- <div class="timeline-card">
<span class="year">2026 Goal</span>
<h3>Full Stack Journey</h3>
<p>Expanding into Frontend (React/Vue) to become a complete Full Stack Developer.</p>
</div> -->
</div>
<div class="skills-wrapper">
<div class="skill-bar">
<div class="info"><span>Python</span><span>90%</span></div>
<div class="bar"><span class="progress" style="width: 90%"></span></div>
</div>
<div class="skill-bar">
<div class="info"><span>Django / DRF</span><span>85%</span></div>
<div class="bar"><span class="progress" style="width: 85%"></span></div>
</div>
<div class="skill-bar">
<div class="info"><span>PostgreSQL / SQL</span><span>80%</span></div>
<div class="bar"><span class="progress" style="width: 80%"></span></div>
</div>
<div class="skill-bar">
<div class="info"><span>Html</span><span>75%</span></div>
<div class="bar"><span class="progress" style="width: 75%"></span></div>
</div>
<div class="skill-bar">
<div class="info"><span>Css</span><span>40%</span></div>
<div class="bar"><span class="progress" style="width: 40%"></span></div>
</div>
<div class="skill-bar">
<div class="info"><span>JavaScript</span><span>10%</span></div>
<div class="bar"><span class="progress" style="width: 10%"></span></div>
</div>
</div>
</section>
<section id="contact" class="section-container contact-section">
<div class="contact-layout">
<div class="contact-info">
<h2 class="main-title">Let's work together</h2>
<p>Have a project in mind? I'm currently open to new opportunities.</p>
<div class="contact-details">
<div class="c-item">
<i class="fas fa-envelope"></i>
<span>enochgbadebo007@gmail.com</span> </div>
<div class="c-item">
<i class="fas fa-map-marker-alt"></i>
<span>Lagos, Nigeria</span>
</div>
</div>
</div>
<form id="contactForm" class="contact-form">
<div class="form-group">
<input type="text" placeholder="Name" name="name" required>
<input type="email" placeholder="Email" name="email" required>
</div>
<input type="text" placeholder="Subject" name="subject" class="full-width">
<textarea placeholder="Message" name="message" rows="5"></textarea>
<button type="submit" id="submitBtn" class="btn-primary">Send Message</button>
</form>
<p id="formStatus" style="display:none; margin-top:10px; font-weight:bold;"></p>
</div>
</section>
<footer>
<p>© 2026 Gbadebo Enoch. All rights reserved.</p>
</footer>
</body>
</html>