-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
209 lines (170 loc) · 8.25 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
<!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>Portfolio | Mohammed Abid Ali</title>
<!-- <link rel="icon" type="png|image" href="IMAGES/saianon.png"> -->
<link rel="icon" href="./favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="style.css">
</head>
<body>
<canvas id="matrixCanvas"></canvas>
<!-- Matrix -->
<script src="/JAVASCRIPT/matrix.js"></script>
<header class="header">
<a href="#" class="logo">{Portfolio} </a>
<nav class="navbar">
<a href="#home" style="--i:1;" class="active">Home</a>
<a href="#about" style="--i:2;">About</a>
<a href="#skills" style="--i:3;">Skills</a>
<a href="#projects" style="--i:4;">Projects</a>
<a href="#contact" style="--i:5;">Contact</a>
</nav>
</header>
<section id="home" class="home">
<div class="home-content" data-scroll data-scroll-speed="-5" >
<h3 class="mu">Hello, It's me</h3>
<h1>Mohammed Abid Ali</h1>
<!-- Add Tagline Below the Name -->
<h2 class="tagline">Engineer by Profession, Coder by Heart.</h2>
<h3>And I'm a <span class="pro-text">
<script>
var typed = new Typed(".pro-text", {
strings: [
"Full Stack Learner",
"Frontend Developer",
"Creative Programmer",
],
typeSpeed: 100,
backSpeed: 100,
backDelay: 1000,
loop: true
});
</script>
</span></h3>
<!-- <p>    This portfolio highlights my passion for web development and my commitment to developing practices. <br> <br>
   I have acquired fundamental knowledge and skills in various areas of web development,
allowing me to contribute to the developers of organizations and individuals. <br> <br>
   Developed multiple clones of websites that were based on front-end.
</p> -->
<p>
This portfolio highlights my passion for web development, creativity, and dedication to continuous learning.
Through various projects and experiments, I’ve honed skills that I can bring to any professional setting.
I believe in building user-friendly, functional, and visually engaging web pages that make an impact.
</p>
<div class="home-sci">
<a href="https://github.com/mohammedabidali1453" target="_blank"><i class='bx bxl-github'></i></a>
<a href="https://www.linkedin.com/in/mohammed-abid-ali-502846320" target="_blank"><i class='bx bxl-linkedin' ></i></a>
<a href="https://wa.me/7981943110" target="_blank"><i class='bx bxl-whatsapp'></i></a>
<a href="https://x.com/Default1453?t=wAwwwKnDKJdvF3aSbU7CKw&s=09" target="_blank"><i class='bx bxl-twitter'></i></a>
</div>
<a href="https://wa.me/7981943110" class="btn-box" download="">Connect With Me</a>
</div>
<div class="home-img">
<div class="glowing-circle">
<span></span>
<span></span>
<div class="image">
<img src="/IMAGES/saianon.png" alt="">
</div>
</div>
</div>
</section>
<section id="about" class="about">
<div class="about-content">
<h3>About Me</h3>
<p>I'm Mohammed Abid Ali, a passionate web developer with a focus on building user-friendly and efficient websites. With a foundation in front-end and full-stack development, I love turning creative ideas into reality through code. I'm committed to continuous learning and am excited to take on new challenges in web development.</p>
<a href="#" class="btn-box">Learn More</a>
</div>
<div class="about-img">
<img src="IMAGES/hackerdp.jpg" alt="Profile Picture">
</div>
</section>
<section id="skills">
<h2 style="color: green;">Skills</h2>
<div class="skills-container">
<div class="skill">
<h3>HTML</h3>
<div class="progress-bar">
<div class="progress" style="width: 60%;"></div>
</div>
</div>
<div class="skill">
<h3>CSS</h3>
<div class="progress-bar">
<div class="progress" style="width: 55%;"></div>
</div>
</div>
<div class="skill">
<h3>JavaScript</h3>
<div class="progress-bar">
<div class="progress" style="width: 10%;"></div>
</div>
</div>
<div class="skill">
<h3>Python</h3>
<div class="progress-bar">
<div class="progress" style="width: 25%;"></div>
</div>
</div>
<div class="skill">
<h3>MySQL</h3>
<div class="progress-bar">
<div class="progress" style="width: 15%;"></div>
</div>
</div>
<!-- <div class="skill">
<h3>Django</h3>
<div class="progress-bar">
<div class="progress" style="width: 15%;"></div>
</div>
</div> -->
</div>
</section>
<section id="projects">
<h2>Projects</h2>
<div class="project">
<h3>Kawasaki Ninja H2R Website Clone</h3>
<!-- Project Description -->
<p>This project is a clone of the Kawasaki Ninja H2R website, showcasing the powerful design and style of the legendary bike.</p>
<!-- Project Image -->
<img src="IMAGES/kawasaki-clone preview.png" alt="Kawasaki Ninja H2R preview" class="project-image">
<!-- Project Button -->
<a href="projects/Kawasaki/index.html" class="project-button" target="_blank">View Project</a>
</div>
<div class="project">
<h3>Login Form</h3>
<!-- Project Description -->
<p>This project is a simple and responsive login form, designed with HTML and CSS, providing a user-friendly interface.</p>
<!-- Project Image -->
<img src="IMAGES/login-preview.png" alt="Login Form preview" class="project-image">
<!-- Project Button with link to HTML file -->
<a href="projects/LoginForm/index.html" class="project-button" target="_blank">View Project</a>
</div>
</section>
<section id="contact">
<h2>Contact</h2>
<p>Got a question? Reach out to me using the form below!</p>
<form action="https://api.web3forms.com/submit" method="POST">
<!-- Replace with your Access Key -->
<input type="hidden" name="access_key" value="3198ce3b-e875-4985-8e9e-c97477d5f8ef">
<!-- Form Inputs. Each input must have a name="" attribute -->
<input type="text" name="name" placeholder="Enter Your Name" required>
<input type="email" name="email" placeholder="Enter Your Email " required>
<textarea name="message" placeholder="Your Thoughts Matter to Us, Share Them Here." required></textarea>
<!-- Honeypot Spam Protection -->
<input type="checkbox" name="botcheck" class="hidden" style="display: none;">
<!-- Custom Confirmation / Success Page -->
<!-- <input type="hidden" name="redirect" value="https://mywebsite.com/thanks.html"> -->
<button type="submit">Submit Form</button>
</form>
</section>
<footer>
<p>© Copyright 2024. All rights reserved</p>
</footer>
</body>
</html>