-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject-infosystem.html
More file actions
112 lines (108 loc) · 6.32 KB
/
Copy pathproject-infosystem.html
File metadata and controls
112 lines (108 loc) · 6.32 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>I-Info System Case Study | Ismail K.</title>
<meta name="description" content="A robust e-commerce solution for IT and electronics, powered by WooCommerce.">
<!-- Google Fonts: Inter -->
<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=Inter:wght@300;400;700;900&display=swap" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/index.css">
<style>
.case-study-hero { margin: 150px auto 50px; max-width: 1000px; text-align: center; }
.case-study-hero h1 { font-size: 3.5rem; margin-bottom: 1rem; color: var(--clr-text); }
.case-study-hero .tagline { font-size: 1.2rem; color: rgba(255,255,255,0.7); }
.case-study-content { max-width: 800px; margin: 0 auto 100px; padding: 0 2rem; }
.case-study-content h2 { color: #FF8C00; margin: 3rem 0 1rem; font-size: 2rem; }
.case-study-content p { font-size: 1.1rem; margin-bottom: 1.5rem; line-height: 1.8; color: rgba(255,255,255,0.85); }
.summary-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin: 3rem 0; }
.summary-item { padding: 2rem; background: var(--clr-glass-bg); border: 1px solid var(--clr-glass-border); border-radius: 15px; }
.summary-item h3 { color: #FF8C00; font-size: 1.1rem; margin-bottom: 1rem; }
.back-link { display: inline-block; margin-top: 2rem; color: var(--clr-text); text-decoration: none; border-bottom: 1px solid #FF8C00; padding-bottom: 5px; transition: color 0.3s; }
.back-link:hover { color: #FF8C00; border-color: #FF8C00; }
</style>
</head>
<body>
<div class="cursor"></div>
<nav class="glass-nav">
<div class="nav-content">
<a href="index.html" class="logo">IK<span>.</span></a>
<ul class="nav-links">
<li><a href="index.html#work">Work</a></li>
<li><a href="index.html#about">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
<header class="case-study-hero reveal">
<h1>I-Info System</h1>
<p class="tagline">E-commerce platform for high-performance computer hardware and IT solutions.</p>
<a href="index.html#work" class="back-link">← Back to Portfolio</a>
</header>
<!-- Project Showcase Placeholder -->
<section class="project-showcase reveal" style="max-width: 1000px; margin: 0 auto 50px; padding: 0 2rem;">
<img src="images/infosystem.png" alt="I-Info System website screenshot" style="width:100%; border-radius:16px; box-shadow: 0 25px 60px rgba(0,0,0,0.5); border: 1px solid var(--clr-glass-border);">
</section>
<main class="case-study-content">
<div class="summary-grid reveal">
<div class="summary-item">
<h3>The Hook</h3>
<p style="margin: 0; font-size: 1rem;">A robust WooCommerce-powered store offering a wide range of IT hardware, laptops, and professional office equipment.</p>
</div>
<div class="summary-item">
<h3>Role & Timeline</h3>
<p style="margin: 0; font-size: 1rem;"><strong>Role:</strong> E-commerce Architect<br><strong>Timeframe:</strong> 5 Weeks</p>
</div>
<div class="summary-item">
<h3>The Stack</h3>
<div class="skill-tags" style="margin: 0;">
<span class="tag" style="padding: 0.3rem 0.8rem; font-size: 0.8rem;">WordPress</span>
<span class="tag" style="padding: 0.3rem 0.8rem; font-size: 0.8rem;">WooCommerce</span>
<span class="tag" style="padding: 0.3rem 0.8rem; font-size: 0.8rem;">PHP</span>
</div>
</div>
</div>
<div class="reveal">
<h2>The Business Challenge</h2>
<p>The client needed a scalable digital storefront to manage an extensive catalog of computer hardware. The goal was to provide a secure and efficient shopping experience that could handle real-time inventory and high-value transactions.</p>
</div>
<div class="reveal">
<h2>The Strategic Solution</h2>
<p>I implemented a customized WooCommerce core with a focus on product filtering and performance. I optimized the checkout flow and integrated secure payment gateways, ensuring a smooth path to purchase for tech enthusiasts and professionals.</p>
</div>
<div class="reveal">
<h2>Measured Results</h2>
<p>The platform successfully launched with a comprehensive product range, establishing I-Info System as a reliable online destination for IT hardware and professional equipment.</p>
</div>
<div style="text-align: center; margin-top: 4rem; display: flex; flex-direction: column; align-items: center; gap: 2rem;" class="reveal">
<div style="display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;">
<a href="https://iinfosystem.webdevsite.fr/" target="_blank" class="btn magnetic-btn">Visit Live Site</a>
<a href="contact.html" class="btn magnetic-btn" style="background: var(--clr-glass-bg); border: 1px solid #FF8C00;">Contact Me</a>
</div>
<a href="index.html#work" class="back-link">← Back to Portfolio</a>
</div>
<nav class="case-study-nav reveal">
<a href="project-yaz.html">
<span class="nav-label">← Previous Project</span>
<span class="nav-title">Yaz Car</span>
</a>
<a href="project-webdevsite.html">
<span class="nav-label">Next Project →</span>
<span class="nav-title">WebDevSite</span>
</a>
</nav>
</main>
<footer class="site-footer">
<div class="footer-content">
<div class="footer-logo">
<a href="index.html" class="logo">IK<span>.</span></a>
<p>Frontend Developer based in Morocco.</p>
</div>
</div>
</footer>
<script src="js/index.js"></script>
</body>
</html>