-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
178 lines (165 loc) · 8.19 KB
/
services.html
File metadata and controls
178 lines (165 loc) · 8.19 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Services - Taafeef Bin Montaquim</title>
<meta name="description"
content="UI/UX Design, Front-End Development, and Roblox Studio services by Taafeef Bin Montaquim">
<meta name="keywords"
content="UI/UX design services, front-end development, Roblox Studio, web development Bangladesh">
<link rel="stylesheet" href="/css/fonts.css">
<link rel="stylesheet" href="/css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<div class="theme-toggle-container">
<button id="theme-toggle" class="theme-toggle" aria-label="Toggle dark mode">
<i class="fas fa-moon"></i>
</button>
</div>
<!-- Parallax Background Elements -->
<div class="parallax-bg">
<div class="shape shape-1"></div>
<div class="shape shape-2"></div>
<div class="shape shape-3"></div>
<div class="shape shape-4"></div>
</div>
<header class="header">
<nav class="nav">
<div class="nav-brand">
<a href="/home">Taafeef</a>
</div>
<ul class="nav-links">
<li><a href="/home">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/services" class="active">Services</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="/experience">Experience</a></li>
<li><a href="/testimonials">Testimonials</a></li>
<li><a href="/blog">Blog</a></li>
<li><a href="/contact">Contact</a></li>
<li><a href="/socials">Socials</a></li>
</ul>
<div class="nav-toggle">
<span></span>
<span></span>
<span></span>
</div>
</nav>
</header>
<main class="main">
<section class="services-hero">
<div class="container">
<h1 class="section-title fade-in">My Services</h1>
<p class="services-intro fade-in">I offer a range of digital design and development services, focusing
on creating seamless user experiences and clean, performant code.</p>
</div>
</section>
<section class="services-grid-section">
<div class="container">
<div class="services-grid">
<div class="service-card fade-in">
<div class="service-icon">
<i class="fas fa-palette"></i>
</div>
<h3 class="service-title">UI/UX Design</h3>
<p class="service-description">Creating intuitive and visually appealing user interfaces with a
focus on user experience. From wireframes to high-fidelity prototypes, I design interfaces
that are both beautiful and functional.</p>
<ul class="service-features">
<li>User Research & Personas</li>
<li>Wireframing & Prototyping</li>
<li>Interactive Mockups</li>
<li>Design Systems</li>
</ul>
</div>
<div class="service-card fade-in">
<div class="service-icon">
<i class="fas fa-code"></i>
</div>
<h3 class="service-title">Front-End Development</h3>
<p class="service-description">Building responsive, accessible websites and web applications
using modern HTML, CSS, and JavaScript. I focus on clean code, performance optimization, and
cross-browser compatibility.</p>
<ul class="service-features">
<li>Responsive Web Design</li>
<li>Performance Optimization</li>
<li>Cross-Browser Compatibility</li>
<li>Progressive Web Apps</li>
</ul>
</div>
<div class="service-card fade-in">
<div class="service-icon">
<i class="fas fa-cube"></i>
</div>
<h3 class="service-title">Roblox Studio Development</h3>
<p class="service-description">Designing and developing engaging experiences within Roblox
Studio, including custom UIs, game mechanics, and interactive elements for a variety of game
types.</p>
<ul class="service-features">
<li>Custom UI Design</li>
<li>Game Mechanics Implementation</li>
<li>Admin Panels & Systems</li>
<li>Performance Optimization</li>
</ul>
</div>
<div class="service-card fade-in">
<div class="service-icon">
<i class="fas fa-pencil-ruler"></i>
</div>
<h3 class="service-title">Blender Modeling</h3>
<p class="service-description">Creating 3D models and assets using Blender for various
applications, including game development, visualization, and digital content creation.</p>
<ul class="service-features">
<li>3D Modeling & Texturing</li>
<li>Asset Creation</li>
<li>Rendering & Lighting</li>
<li>Animation Basics</li>
</ul>
</div>
</div>
</div>
</section>
<section class="process-section">
<div class="container">
<h2 class="section-title">My Process</h2>
<div class="process-steps">
<div class="process-step fade-in">
<div class="step-number">1</div>
<h3 class="step-title">Discovery & Research</h3>
<p class="step-description">Understanding your needs, target audience, and project requirements
through detailed discussions and research.</p>
</div>
<div class="process-step fade-in">
<div class="step-number">2</div>
<h3 class="step-title">Design & Prototyping</h3>
<p class="step-description">Creating wireframes and interactive prototypes to visualize the
final product and gather feedback.</p>
</div>
<div class="process-step fade-in">
<div class="step-number">3</div>
<h3 class="step-title">Development & Implementation</h3>
<p class="step-description">Translating designs into clean, efficient code with a focus on
performance and user experience.</p>
</div>
<div class="process-step fade-in">
<div class="step-number">4</div>
<h3 class="step-title">Testing & Refinement</h3>
<p class="step-description">Rigorous testing across devices and browsers, followed by
refinements based on feedback.</p>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="container">
<p>© 2023 Taafeef Bin Montaquim. All rights reserved.</p>
</div>
</footer>
<script src="/js/parallax.js"></script>
<script src="/js/animations.js"></script>
<script src="/js/main.js"></script>
</body>
</html>