-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
307 lines (295 loc) · 14.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <link rel="icon" href="background.png" type = "image/x-icon" style=" max-width: 100%;
height: auto;"> -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" >
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Heebo:wght@500;700&family=Lobster&display=swap">
<title>Faraz's Portfolio</title>
</head>
<body>
<main>
<section class="landing" id="home">
<header>
<nav class="active">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<div class="menu-toggle"><i class="fa fa-bars" aria-hidden="true"></i></div>
</header>
<section class="banner">
<div class="textbox">
<h2>Hello, I'm <br> <span>Md Faraz Ali.</span></h2>
<h3>I am a Web Developer.</h3>
<a href="#about" class="btn-3 outer-shadow hover-shadow">About Me</a>
</div>
</section>
</section>
</main>
<div class="intro">
<div class="intro-text">
<h1 class="hide">
<span class="text">I DON'T CARE WHAT</span>
</h1>
<h1 class="hide">
<span class="text">OTHERS THINK I AM</span>
</h1>
<h1 class="hide">
<span class="text">GOING TO MAKE IT.</span>
</h1>
</div>
</div>
<div class="slider"></div>
<!--About section start-->
<section class="about-section section" >
<div class="container">
<div class="row">
<div class="section-title">
<h2 data-heading="main info">Who I am ?</h2>
</div>
</div>
<div class="row">
<div class="about-img">
<div class="img-box inner-shadow">
<img src="about.png" alt="" class="outer-shadow" >
</div>
<div class="social-links">
<a href="https://www.facebook.com/profile.php?id=100012236801933" target="_blank" class="outer-shadow hover-in-shadow"><i class="fab fa-facebook"></i></a>
<a href="https://github.com/faraz6188" target="_blank" class="outer-shadow hover-in-shadow"><i class="fab fa-github"></i></a>
<a href="https://www.instagram.com/faraz6188/" target="_blank" class="outer-shadow hover-in-shadow"><i class="fab fa-instagram"></i></a>
<a href="https://www.linkedin.com/in/mohammed-faraz-ali-1a0761197/" target="_blank" class="outer-shadow hover-in-shadow"><i class="fab fa-linkedin-in"></i></a>
<a href="https://twitter.com/faraz6188" target="_blank" class="outer-shadow hover-in-shadow"><i class="fab fa-twitter"></i></a>
</div>
</div>
<div class="about-info" id="about">
<p> Hello , My name is Mohammed Faraz Ali. Currently I am in 2nd year in MGM's COE Nanded when this website was made.</p>
<p><span></span><br>
I am a self taught web developer with a strong eye for innovative designs and a keen understanding of techniques.
I enjoy building everything from scratch and opting for complex problems and turning them into simple and beautiful designs.
I also love the logic and structure of coding and always try to write clean, elegant and most effective code.
</p>
<p>
When I am not coding you will find me playing games or learning.
</p>
<h4>Projects</h4>
<p id="p1">I have made some basic projects ,You can go and check it out</p>
<li>
<a href="https://faraz6188.github.io/basic-css-learning/" class="btn-5 btn-primary">First CSS project</a><br></li>
<li>
<a href="https://faraz6188.github.io/My-1st-Web/" class="btn-5 btn-primary">First Website</a><br></li>
<li>
<a href="https://faraz6188.github.io/Demo-Android-logo/" class="btn-5 btn-primary">customizable Android logo</a><br></li>
<li>
<a href="https://faraz6188.github.io/background-generator/" class="btn-5 btn-primary">Background generator</a><br>
</li>
<li>
<a href="https://faraz6188.github.io/Login-template/" class="btn-5 btn-primary">Login-Template</a><br>
</li>
<a href="Resume.pdf" target="_blank" class="btn-6 outer-shadow hover-in-shadow">Download my Resume</a>
</div>
</div>
<!--about tabs start-->
<div class="row" id="skills">
<div class="about-tabs">
<span class="tab-item outer-shadow active" data-target=".skills">Skills</span>
<span class="tab-item" data-target=".experience">experience</span>
<span class="tab-item" data-target=".education">education</span>
</div>
</div>
<!--about tabs end-->
<!--skills start-->
<div class="row">
<div class="skills tab-content active">
<div class="row">
<div class="skill-item">
<p>HTML</p>
<div class="progress inner-shadow">
<div class="progress-bar" style="width: calc(80% - 14px)">
<span>80%</span>
</div>
</div>
</div>
<div class="skill-item">
<p>C++</p>
<div class="progress inner-shadow">
<div class="progress-bar" style="width: calc(62% - 14px)">
<span>62%</span>
</div>
</div>
</div>
<div class="skill-item">
<p>CSS</p>
<div class="progress inner-shadow">
<div class="progress-bar" style="width: calc(65% - 14px)">
<span>65%</span>
</div>
</div>
</div>
<div class="skill-item">
<p>Bootstrap</p>
<div class="progress inner-shadow">
<div class="progress-bar" style="width: calc(60% - 14px)">
<span>60%</span>
</div>
</div>
</div>
<div class="skill-item">
<p>JavaScript</p>
<div class="progress inner-shadow">
<div class="progress-bar" style="width: calc(50% - 14px)">
<span>50%</span>
</div>
</div>
</div>
<div class="skill-item">
<p>React/Node</p>
<div class="progress inner-shadow">
<div class="progress-bar" style="width: calc(30% - 14px)">
<span>30%</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!--skills end-->
<!--EXPERIENCE STarts-->
<div class="row">
<div class="experience tab-content">
<div class="row">
<div class="timeline">
<div class="row">
<!--TImeline item start-->
<div class="timeline-item">
<div class="timeline-item-inner outer-shadow">
<i class="fas fa-briefcase icon"></i>
<h3>Web Developer</h3> </div>
</div>
<!--TImeline item end-->
<!--TImeline item start-->
<div class="timeline-item">
<div class="timeline-item-inner outer-shadow">
<h4>Hacktoberfest 2020</h4>
<p> I have participated in Hacktoberfest 2020 & got selected.</p>
</div>
</div> </div>
</div>
</div>
</div>
</div>
<!--EXPERIENCE Ends-->
<!--Education starts-->
<div class="row">
<div class="education tab-content">
<div class="row">
<div class="timeline">
<div class="row">
<!--TImeline item start-->
<div class="timeline-item">
<div class="timeline-item-inner outer-shadow">
<i class="fas fa-graduation-cap icon"></i>
<span>Undergraduation</span>
<h3>MGM's College Of Engineering , Nanded</h3>
<h4>2019-2023</h4>
<p> Bachelors of Technology in Computer Science.
</p>
</div>
</div>
<!--TImeline item end-->
<!--TImeline item start-->
<div class="timeline-item">
<div class="timeline-item-inner outer-shadow">
<i class="fas fa-graduation-cap icon"></i>
<span>Grades till 12</span>
<h3> Sana urdu school and college Nanded</h3>
<h4>2006-2019</h4>
<p><italic>A School introduces us to a new vision of life, to make us as sharp as knife.</italic></p>
</div>
</div>
<!--TImeline item end-->
</div>
</div>
</div>
</div>
</div>
<!--Education ends-->
</div>
</section>
<section class="contact-section section" id="contact">
<div class="container">
<div class="row">
<div class="section-title">
<h2 data-heading="contact">Get In Touch</h2>
</div>
</div>
<div class="row">
<div class="contact-item">
<div class="contact-item-inner outer-shadow">
<i class="fas fa-envelope"></i>
<span>Email</span>
<a href="https://mail.google.com/mail/u/0/#inbox?compose=CllgCJZcQsbcHtJzwzwwVkPmwmxhKwQrJtFWfcNStgKlNnCCdFCwmSzzPPzThlBfWtGGxHpldQB" class="btn-7 btn-primary">[email protected]</a><br></li>
</div>
</div>
<div class="contact-item">
<div class="contact-item-inner outer-shadow">
<i class="fas fa-map-marker"></i>
<span>Location</span>
<a href="https://www.google.com/maps/place/Nanded,+Maharashtra/@19.1487415,77.3006742,14.49z/data=!4m5!3m4!1s0x3bd1d66bb9d31721:0x43892c180155daf1!8m2!3d19.1382514!4d77.3209555" class="btn-7 btn-primary">Nanded/Maharashtra</a><br></li>
</div>
</div>
</div>
<form action="https://formsubmit.co/[email protected]" method="POST" " class="contact-form">
<div class="form-group">
<label for="inputEmail1">Email address</label>
<input placeholder="Your Email" type="email" class="contact-item-inner outer-shadow"id="inputEmail1" aria-describedby="emailHelp" >
<small id="emailHelp" class="form-text text-muted">I'll never share your email with anyone else.</small>
</div>
<div class="form-group">
<label for="inputName">Subject of Email</label>
<input placeholder="Your Subject" type="text" class="contact-item-inner outer-shadow" id="inputtext">
<small id="nameHelp" class="form-text text-muted">Please let me know your subject.</small>
</div>
<div class="col-sm-12">
<div class="input-block.textarea">
<label for="">Drop your Feedback here</label>
<textarea rows="3" type="text" placeholder="Your Feedback"class="contact-item-inner outer-shadow" style="box-shadow: 10px -7px 15px white 0px 0px 3px inset;
"></textarea>
</div>
</div>
<div class="row">
<div class="submit-btn">
<a href="#"> <button type="submit" class="btn-1 outer-shadow hover-in-shadow">Send Message</button></a>
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<footer>
<div class="footer">
<p class="copyright-line">© Copyright 2020 - Made by Mohammad Faraz Ali</p>
</div>
</footer>
<script src="main.js"></script>
<script src="https://code.jquery.com/jquery-3.5.1.js" >
</script>
<script type="text/javascript">
$(document).ready(function(){
$('.menu-toggle').click(function(){
$('nav').toggleClass('active')
});
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.5.1/gsap.min.js"></script>
<script src="app.js"></script>
</body>
</html>