-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
373 lines (360 loc) · 17.3 KB
/
index.html
File metadata and controls
373 lines (360 loc) · 17.3 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
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MGTechs| Web Developer</title>
<link rel="stylesheet" href="../cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<!-- Loading Animation -->
<div id="loading">
<div class="loader">
<div class="loader-inner"></div>
<div class="loader-inner"></div>
</div>
</div>
<!-- Header & Navigation -->
<header id="header">
<div class="container">
<nav>
<a href="#" class="logo">MG<span>Techs</span></a>
<div class="menu-toggle" id="menuToggle">
<i class="fas fa-bars"></i>
</div>
<ul class="nav-links" id="navLinks">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="blog.html">Blog</a></li>
</ul>
</nav>
</div>
</header>
<!-- Hero Section -->
<section class="hero" id="home">
<div class="floating-shapes">
<div class="shape"></div>
<div class="shape"></div>
<div class="shape"></div>
</div>
<div class="container">
<div class="hero-content">
<div class="hero-badge">MGTechs Smart Innovations</div>
<h1>Transforming Ideas Into <span class="gradient-text">Digital Reality</span></h1>
<p>I create stunning web experiences, blockchain solutions, and cutting-edge digital products that drive results and innovation.</p>
<div class="tech-stack">
<div class="tech-item">PHP</div>
<div class="tech-item">Javascript</div>
<div class="tech-item">Solidity</div>
<div class="tech-item">Web3</div>
<div class="tech-item">React</div>
<div class="tech-item">Blockchain</div>
</div>
<a href="#portfolio" class="btn">View My Work</a>
<a href="#contact" class="btn btn-secondary">Get In Touch</a>
</div>
</div>
</section>
<!-- About Section -->
<section class="about" id="about">
<div class="container">
<div class="section-title fade-in">
<h2>About Me</h2>
<p>Passionate developer with a love for innovation and competition</p>
</div>
<div class="about-content">
<div class="about-text slide-in-left">
<h3>Building The Future, One Hackathon at a Time</h3>
<p>I'm Maxwell, a passionate full-stack and Web3 developer who thrives on solving complex problems and pushing the boundaries of technology. My journey in tech is fueled by continuous learning and hands-on experience.</p>
<p>Hackathons are where I truly shine - collaborating with talented individuals, working under pressure, and turning innovative ideas into functional prototypes in record time.</p>
<div class="hackathon-highlights">
<div class="highlight-item">
<div class="highlight-icon">
<i class="fas fa-trophy"></i>
</div>
<div>
<h4>Multiple Hackathon Wins</h4>
<p>Recognized for innovative solutions in blockchain and web development</p>
</div>
</div>
<div class="highlight-item">
<div class="highlight-icon">
<i class="fas fa-users"></i>
</div>
<div>
<h4>Team Collaboration</h4>
<p>Experienced in leading and contributing to diverse technical teams</p>
</div>
</div>
<div class="highlight-item">
<div class="highlight-icon">
<i class="fas fa-lightbulb"></i>
</div>
<div>
<h4>Innovation Focus</h4>
<p>Specializing in cutting-edge Web3 and blockchain solutions</p>
</div>
</div>
</div>
</div>
<div class="about-image slide-in-right">
<div class="profile-card">
<div class="profile-image">
<img src="yyy.png" alt="Yusstyle at Hackathon">
</div>
<h3>Maxwell Ephraim</h3>
<p>Graphics & Web Developer</p>
<div class="hackathon-badge">Hackathon Champion</div>
<p style="margin-top: 15px; font-size: 0.9rem; color: var(--gray);">Competitive coder with passion for innovation</p>
</div>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section class="services" id="services">
<div class="container">
<div class="section-title fade-in">
<h2>What I Do</h2>
<p>Comprehensive digital solutions for the modern web</p>
</div>
<div class="services-grid">
<div class="service-card fade-in">
<div class="service-icon">
<i class="fas fa-code"></i>
</div>
<h3>Web Development</h3>
<p>Full-stack web applications with modern frameworks, responsive design, and optimal performance.</p>
</div>
<div class="service-card fade-in">
<div class="service-icon">
<i class="fas fa-cube"></i>
</div>
<h3>Web3 & Blockchain</h3>
<p>Smart contracts, DApps, NFT marketplaces, and blockchain integration for decentralized solutions.</p>
</div>
<div class="service-card fade-in">
<div class="service-icon">
<i class="fas fa-mobile-alt"></i>
</div>
<h3>UI/UX Design</h3>
<p>User-centered design that combines aesthetics with functionality for exceptional user experiences.</p>
</div>
</div>
</div>
</section>
<!-- Portfolio Section -->
<section class="portfolio" id="portfolio">
<div class="container">
<div class="section-title fade-in">
<h2>My Portfolio</h2>
<p>Showcasing my latest projects and hackathon innovations</p>
</div>
<div class="portfolio-filter">
<button class="filter-btn active" data-filter="all">All Projects</button>
<button class="filter-btn" data-filter="web3">Web3</button>
<button class="filter-btn" data-filter="web">Web Dev</button>
<button class="filter-btn" data-filter="hackathon">Hackathons</button>
</div>
<div class="portfolio-grid">
<div class="portfolio-item fade-in" data-category="web3 hackathon">
<img src="zzz.png" alt="Blockchain Project" class="portfolio-img">
<div class="portfolio-overlay">
<div class="hackathon-tag">Hackathon Winner</div>
<h3>EduCore</h3>
<p>Winning smart school management software develop for climax academy Dumne</p>
<a href="#" class="btn">View Project</a>
</div>
</div>
<div class="portfolio-item fade-in" data-category="web">
<img src="zzz.png" alt="Web Application" class="portfolio-img">
<div class="portfolio-overlay">
<h3>ChapterHub</h3>
<p>Modern Associateion solution with React and Node.js</p>
<a href="synapsenet-frontend.vercel.html" class="btn">View Project</a>
</div>
</div>
<div class="portfolio-item fade-in" data-category="hackathon web3">
<img src="zzz.png" alt="NFT Project" class="portfolio-img">
<div class="portfolio-overlay">
<div class="hackathon-tag">24-Hour Hack</div>
<h3>NFT Marketplace</h3>
<p>Built during a hackathon - full dynamic NFT platform build on blockdag</p>
<a href="https://synapsenet-frontend.vercel.app/" class="btn">View Project</a>
</div>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section class="skills" id="skills">
<div class="container">
<div class="section-title fade-in">
<h2>My Skills</h2>
<p>Technologies and tools I work with</p>
</div>
<div class="skills-content">
<div class="skills-text slide-in-left">
<h3>Building The Future With Modern Technology</h3>
<p>With expertise in both traditional web development and cutting-edge blockchain technology, I create solutions that bridge the gap between today's needs and tomorrow's possibilities.</p>
<p>My skill set spans across frontend, backend, blockchain development, and UI/UX design, allowing me to deliver complete, end-to-end solutions.</p>
<a href="#contact" class="btn">Start a Project</a>
</div>
<div class="skills-bars slide-in-right">
<div class="skill">
<div class="skill-name">
<span>React & Next.js</span>
<span>95%</span>
</div>
<div class="skill-bar">
<div class="skill-level" data-width="95%"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">
<span>Solidity & Web3</span>
<span>90%</span>
</div>
<div class="skill-bar">
<div class="skill-level" data-width="90%"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">
<span>PHP & Laravel</span>
<span>88%</span>
</div>
<div class="skill-bar">
<div class="skill-level" data-width="88%"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">
<span>UI/UX Design</span>
<span>85%</span>
</div>
<div class="skill-bar">
<div class="skill-level" data-width="85%"></div>
</div>
</div>
<div class="skill">
<div class="skill-name">
<span>Photoshop</span>
<span>92%</span>
</div>
<div class="skill-bar">
<div class="skill-level" data-width="92%"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="contact" id="contact">
<div class="container">
<div class="section-title fade-in">
<h2>Let's Work Together</h2>
<p>Ready to bring your ideas to life? Let's discuss your project</p>
</div>
<div class="contact-content">
<div class="contact-info">
<div class="contact-item">
<div class="contact-icon">
<i class="fas fa-envelope"></i>
</div>
<div class="contact-details">
<h4>Email</h4>
<p>mgtechs09@gmail.com</p>
</div>
</div>
<div class="contact-item">
<div class="contact-icon">
<i class="fas fa-phone"></i>
</div>
<div class="contact-details">
<h4>Phone</h4>
<p>+234 8161595906</p>
</div>
</div>
<div class="contact-item">
<div class="contact-icon">
<i class="fas fa-map-marker-alt"></i>
</div>
<div class="contact-details">
<h4>Location</h4>
<p>YOLA NIGERIA</p>
</div>
</div>
</div>
<div class="contact-form fade-in">
<form id="contactForm" action="https://formspree.io/f/xjvnqgdz" method="POST">
<div id="formMessage" class="form-message"></div>
<div class="form-group">
<input type="text" name="name" class="form-control" placeholder="Your Name" required>
</div>
<div class="form-group">
<input type="email" name="email" class="form-control" placeholder="Your Email" required>
</div>
<div class="form-group">
<input type="text" name="subject" class="form-control" placeholder="Project Type" required>
</div>
<div class="form-group">
<textarea name="message" class="form-control" placeholder="Tell me about your project..." required></textarea>
</div>
<button type="submit" class="btn">Send Message</button>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container">
<div class="footer-content">
<div class="footer-about">
<a href="#" class="footer-logo">MG<span>Techs</span></a>
<p>Full-stack developer & blockchain specialist creating innovative digital solutions for the modern web.</p>
<div class="social-icons">
<a href="https://x.com/yusstyle13/"><i class="fab fa-github"></i></a>
<a href="https://x.com/yusstyle13/"><i class="fab fa-twitter"></i></a>
<a href="https://x.com/yusstyle13/"><i class="fab fa-linkedin-in"></i></a>
<a href="https://x.com/yusstyle13/"><i class="fab fa-discord"></i></a>
</div>
</div>
<div class="footer-links">
<h4>Quick Links</h4>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<div class="footer-links">
<h4>Services</h4>
<ul>
<li><a href="#">Web Development</a></li>
<li><a href="#">Graphics Design</a></li>
<li><a href="#">UI/UX Design</a></li>
<li><a href="#">Data Analysis</a></li>
<li><a href="#">Consulting</a></li>
</ul>
</div>
</div>
<div class="copyright">
<p>© 2025 MGTechs. All Rights Reserved. | Build with ❤</p>
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>