-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
326 lines (298 loc) · 15.9 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title> Mujeeb Rahiman - Mern Stack Developer </title
<link rel="icon" type="image/x-icon" href="./Assets/m-solid.svg">
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" media="screen and (max-width: 821px)" href="responsive.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css">
</head>
<body>
<!-- Navbar Section -->
<nav id="navbar" class="flex s-around bg-color">
<div class="left-nav">
<h2 class="t-white">Mujeeb Rahiman</h2>
</div>
<div class="right-nav">
<ul class="flex">
<li><a href="#home" class="t-white roboto">Home</a></li>
<li><a href="#about" class="t-white roboto">About Me</a></li>
<li><a href="#skills" class="t-white roboto">Skills</a></li>
<li><a href="#services" class="t-white roboto">services</a></li>
<li><a href="#projects" class="t-white roboto">Projects</a></li>
</ul>
</div>
</nav>
<!-- Bottom Navigator -->
<section id="bottom">
<div class="bottom-nav flex s-center items-center">
<ul class="flex s-around items-center">
<a href="#home">
<li class="bottomo-hover flex s-center items-center"><i class="fa-solid fa-house"></i></li>
</a>
<a href="#about">
<li class="bottomo-hover flex s-center items-center"><i class="fa-solid fa-user"></i></li>
</a>
<a href="#skills">
<li class="bottomo-hover flex s-center items-center"><i class="fa-solid fa-code"></i></li>
</a>
<a href="#services">
<li class="bottomo-hover flex s-center items-center">
<i class="fa-solid fa-rocket"></i>
</li>
</a>
</ul>
</div>
</section>
<!-- Home Section -->
<section id="home" class="flex s-around sw-80 m-auto">
<div class="home-left flex items-center">
<div class="home-content">
<h6 class="poppinss">Hi, I'm</h6>
<h1 class="t-white">Mujeeb Rahiman</h1>
<h4 class="poppinss">Mern Stack Developer</h4>
<a href="#" target="_blank"><button class="btn poppins">Resume</button></a>
<a class="btn live poppins" id="hireme" href="https://www.linkedin.com/in/999-10-5-mujeeb-rahiman-/"
target="_blank">Let's Talk</a>
</div>
</div>
<div class="home-right flex s-center items-center">
<div class="circle flex s-center items-center" id="mainImage">
<!-- Here in src replace the given link with your image link -->
<img src="Assets/m-icon.svg" class="object-fit" alt="">
</div>
</div>
</section>
<!-- About Section -->
<section id="about">
<h1 class="t-center my-2 t-white f-2">About Me</h1>
<div class="about-container flex s-around ">
<div class=" about-left flex s-center items-center">
<!-- Here in src replade the given link with your secondary image link -->
<img src="./Assets/SL NO 17021.jpg" alt="" style="width: 50%;">
</div>
<div class="about-right flex">
<div class="about-content">
<h1 class="t-white m-b-1 poppins">Mujeeb Rahiman</h1>
<p class="t-white poppins">
Dedicated and determined, self-taught MERN stack developer with a relentless passion for
web development. <br>Proficient in the art of crafting user-friendly interfaces using React,
Node.js, Express, and MongoDB, I strive to create seamless digital experiences. With a keen eye
for problem-solving and a knack for database management, I prioritize schema design and
security. Committed to effective communication with clients, my goal is to deliver impactful
solutions that leave a lasting impression.<br> Join me on this exciting journey as we embark on
a
new era of innovative web development.
</p>
<a class="btn live poppins" id="hireme"
href="https://www.linkedin.com/in/999-10-5-mujeeb-rahiman-/">Hire Me</a>
</div>
</div>
</div>
</section>
<!-- Skills Section -->
<section id="skills">
<h1 class="t-center my-2 t-white f-2">Skills</h1>
<div class="services-container flex s-around h-50"">
<div class=" skills-left flex s-center items-center">
<img src="/Assets/skills.png" alt="">
</div>
<div class="skills-right flex items-center">
<div class="skillss-container">
<div class="html bar p-relative"><span class="bar-content left t-white">HTML</span><span
class="bar-content right-skills t-white">90%</span></div>
<div class="css bar p-relative"><span class="bar-content left t-white">CSS</span><span
class="bar-content right-skills t-white">80%</span></div>
<div class="js bar p-relative"><span class="bar-content left t-white">JavaScript</span><span
class="bar-content right-skills t-white">75%</span></div>
<div class="bootstrap bar p-relative"><span class="bar-content left t-white">Bootstrap</span><span
class="bar-content right-skills t-white">50%</span></div>
<div class="reactjs bar p-relative"><span class="bar-content left t-white">ReactJs</span><span
class="bar-content right-skills t-white">85%</span></div>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services">
<h1 class=" t-center my-2 t-white f-2">Services</h1>
<div class="services-container flex s-center">
<div class="test-item flex f-col items-center">
<div class="card-inner">
<img src="./Assets//developer.png" alt="">
<div class="card-front">
<h1 class="t-white poppins">Web Development</h1>
</div>
<div class="card-back">
<p class="t-white poppins">Web Development is envolving everywhere. Every startup and every
bussines
have their own websites. As my passion I will help you to build your clean and fast website
for
your
startup or your bussines.</p>
</div>
</div>
</div>
<div class="test-item flex f-col items-center">
<div class="card-inner">
<img src="./Assets//social-media-management.png" alt="">
<div class="card-front">
<h1 class="t-white poppins">Social Media Management</h1>
</div>
<div class="card-back">
<p class="t-white poppins">Social Media is the power of future. So I'll help in developing brand
awareness thow managing your social media handles and will to increase customer loyalty.</p>
</div>
</div>
</div>
<div class="test-item flex f-col items-center">
<div class="card-inner">
<img src="./Assets//startup.png" alt="">
<div class="card-front">
<h1 class="t-white poppins">Growth Strategies</h1>
</div>
<div class="card-back">
<p class="t-white poppins">As a web developer also I will help your brand to grow up . I will
provide
the growth strategies for your brand. And also help in searching techniques for your brand.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects">
<h1 class=" t-center my-2 t-white f-2">Projects</h1>
<div class="projects-container flex s-center">
<div class="projects-item flex f-col s-center items-center">
<div class="image-container p-one">
<img src="./Assets/compass-3408928_640.jpg" alt="">
</div>
<h1 class="t-white poppins">React Mini Map</h1>
<p class="t-white poppins"> Navigate your React app like a pro with our Mini Map component. Effortlessly
zoom, pan, and explore your app's landscape.</p>
<div class="buttons flex s-around">
<a href="https://github.com/MuGrahiman/React-Mini-Map" target="_blanks"
class="btn mx-1 m-top">GitHub</a>
<a href="https://react-mini-map.netlify.app/" target="_blanks" class="btn m-top live">Live
Link</a>
</div>
</div>
<div class="projects-item flex f-col s-center items-center">
<div class="image-container p-one">
<img src="./Assets/netflix.jpg" alt="">
</div>
<h1 class="t-white poppins">Netflix Clone</h1>
<p class="t-white poppins">Experience the ultimate entertainment with our Netflix clone. Dive into a
world of unlimited streaming, where captivating shows and movies await.</p>
<div class="buttons flex s-around">
<a href="https://github.com/MuGrahiman/NetflixClone.git" target="_blanks"
class="btn mx-1 m-top">GitHub</a>
<a href="https://netflix-clone-c9a89.firebaseapp.com/" target="_blanks" class="btn m-top live">Live
Link</a>
</div>
</div>
<div class="projects-item flex f-col s-center items-center">
<div class="image-container p-two">
<img src="./Assets/translatorimages.png" alt="">
</div>
<h1 class="t-white poppins">Translater</h1>
<p class="t-white poppins">Break language barriers effortlessly! Our translator app is your global
communication companion, making multilingual conversations a breeze.</sp>
<div class="buttons flex s-around">
<a href="https://github.com/MuGrahiman/MuG-Translator-App" target="_blank"
class="btn mx-1 m-top">GitHub</a>
<a href="https://translateharbor.netlify.app/" target="_blank" class="btn m-top live">Live Link</a>
</div>
</div>
<div class="projects-item flex f-col s-center items-center">
<div class="image-container p-three">
<img src="./Assets/magicNotes.png" alt="">
</div>
<h1 class="t-white poppins">Task Sync Pro</h1>
<p class="t-white poppins">Empower your day with a digital sidekick! Our unique todo list fuels your
productivity in just a glance. Conquer tasks creatively!</p>
<div class="buttons flex s-around">
<a href="https://github.com/MuGrahiman/Advanced-TodoList.git" target="_blank"
class="btn mx-1 m-top">GitHub</a>
<a href="https://tasksyncpro.netlify.app/" target="_blank" class="btn m-top live">Live
Link</a>
</div>
</div>
<div class="projects-item flex f-col s-center items-center">
<div class="image-container p-three">
<img src="./Assets/login.png" alt="">
</div>
<h1 class="t-white poppins">React Glimmer</h1>
<p class="t-white poppins">Dive into the essence of React components. Unleash the power of modular
building blocks for crafting modern, interactive web applications!</p>
<div class="buttons flex s-around">
<a href="https://github.com/MuGrahiman/Udemy-Basic-Components" target="_blank"
class="btn mx-1 m-top">GitHub</a>
<a href="https://react-basic-component.netlify.app/" target="_blank" class="btn m-top live">Live
Link</a>
</div>
</div>
</div>
</section>
<!-- Contact Me Section -->
<section id="contact" class="m-b-1">
<h1 class=" t-center my-2 t-white f-2">Contact Me</h1>
<div class="contact-container flex s-around items-centers">
<div class="form" id="contactForm">
<form action="" id="contactFrom">
<div class="name form-div">
<input type="text" readonly value="Mujeeb Rahiman" name="name" id="name" class="poppins" placeholder="Enter Your Name">
</div>
<div class="email form-div">
<input type="email" readonly value="mujeebrahiman2000@gmail.com" name="email" id="email" class="poppins" placeholder="Enter Your Email"
required>
</div>
<div class="phone form-div">
<input type="phone" readonly value="+91 7736869319" name="phone" id="phone" class="poppins" placeholder="Enter Your Phone"
required>
</div>
<!-- <div class="textarea form-div">
<textarea name="text" id="textarea" cols="30" rows="10" class="poppins"
placeholder="Enter Messages"></textarea>
</div> -->
<!-- <button type="submit" class="btn poppins" id="submit">Send</button> -->
</form>
</div>
</div>
</section>
<!-- Footer Section -->
<footer id="footer">
<ul class="flex s-center w-80 m-auto my-2 res">
<li><a href="#home" class="poppinss">Home</a></li>
<li><a href="#about" class="poppinss">About</a></li>
<li><a href="#skills" class="poppinss">Skills</a></li>
<li><a href="#projects" class="poppinss">Projects</a></li>
<li><a href="#portfolio" class="poppinss">Portfolio</a></li>
</ul>
<ul class="flex s-center w-80 font-awesome ">
<a href="https://www.linkedin.com/in/999-10-5-mujeeb-rahiman-/" target="_blank">
<li><i class="fa-brands fa-linkedin-in"></i></li>
</a>
<a href="https://github.com/MuGrahiman" target="_blank">
<li><i class="fa-brands fa-github"></i></li>
</a>
<a href="https://instagram.com/mujeebjr?utm_source=qr&igshid=MzNlNGNkZWQ4Mg%3D%3D" target="_blank">
<li><i class="fa-brands fa-instagram"></i></li>
</a>
<!-- <a href="https://www.youtube.com/channel/UC6ScgVJbFPpHAnRdrOSJMlg" target="_blank">
<li><i class="fa-brands fa-youtube"></i></li>
</a> -->
</ul>
<p class="t-center my-2 poppins">© All Rights Reserved - <span class="cpy-white poppins">Mujeeb Rahiman</span></p>
</footer>
<div id="scroll-top" onclick="scrolltop()">
<span><i class="fa-solid fa-arrow-up"></i></span>
</div>
</body>
<script src="/script.js"></script>
</html>