-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
162 lines (156 loc) · 7.01 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
<!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>Faizan- Portfolio</title>
<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=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="Portfolio.css">
<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=Dancing+Script:wght@700&family=Poppins:wght@400;700&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body>
<header>
<nav>
<div class="left">Faizan's Portfolio</div>
<div class="right">
<ul>
<li><a href="#firstSection">Home</a></li>
<li><a href="#secondsection">About</a></li>
<li><a href="#thirdsection">Services</a></li>
<li><a href="#fourthsection">My projects</a></li>
<li><a href="#fifthsection">Contact Me</a></li>
</ul>
</div>
</nav>
</header>
<main>
<section class="firstSection" id="firstSection">
<div class="leftSection">
Hi, My name is <span class="blue">Faizan</span>
<div>and I am a</div>
<span id="element"></span>
<div class="buttons">
<a href="C:\Users\illus\Documents\Porfolio" download="Faizan's Resume"></a>
<button class="btn">Download Resume</button>
</div>
</div>
<div class="rightSection">
<img src="pngwing.png" alt="illus">
</div>
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<script>
var typed = new Typed('#element', {
strings: ['Web Developer', 'Web Designer'],
typeSpeed: 50,
});
</script>
</section>
</main>
<hr>
<section class="secondsection" id="secondsection">
<div class="about">
<h1>About Me</h1>
</div>
<div class="box">
<div class="p1">
Hello, I'm Mohd. Faizan Khan, a student currently pursuing my education at the prestigious <span
class="iit">Indian
Institute of Technology Kharagpur.</span>
</div>
<div class="p2">
I'm a passionate web developer and web designer, driven by my love for creating innovative and
user-friendly digital experiences.My journey into the world of web development began with a curiosity
about how websites work and a determination to bring my creative visions to life online.
</div>
<div class="p3">
Whether it's crafting elegant user interfaces, optimizing website performance, or solving complex coding
challenges, I thrive on the process of turning ideas into functional and visually appealing websites.
I believe that effective web design goes beyond aesthetics; it should enhance the user's journey and
leave a lasting impression.
</div>
<div class="p4">
Feel free to reach out if you share my passion or have any exciting projects in mind. Let's
connect and create something remarkable together!
</div>
</div>
</section>
<hr>
<section class="thirdsection" id="thirdsection">
<div class="services">
<h1 class="head">Services</h1>
<div class="serviceslist">
<div class="d1">
<div class="icon1"><i class="fa-solid fa-code"></i></div>
<h2 class="head1">Web Development</h2>
</div>
<div class="d2">
<div class="icon2"><i class="fa-solid fa-crop"></i></div>
<h2 class="head1">Web Designing</h2>
</div>
</div>
</div>
</section>
<hr>
<section class="fourthsection" id="fourthsection">
<div class="projects">
<h1 class="head">My Projects</h1>
<div class="projectslist">
<div class="d1">
<div class="icon1"><i class="fa-regular fa-file"></i></div>
<h2 class="head1">Portfolio</h2>
</div>
<div class="d2">
<div class="icon2"><i class="fa-solid fa-music"></i></div>
<h2 class="head1">Music Store Landing Page</h2>
</div>
<div class="d3">
<div class="icon2"><i class="fa-solid fa-film"></i></div>
<h2 class="head1">Netflix Clone</h2>
</div>
</div>
</div>
</section>
<hr>
<section class="fifthsection" id="fifthsection">
<div class="contact">
<h1 class="head">Contact Me</h1>
<div class="contactlist">
<div class="d1">
<div class="icon1"><a href="https://mail.google.com/mail/u/[email protected]"><i
class="fa-regular fa-envelope"></i></a></div>
<h2 class="head1">Gmail</h2>
</div>
<div class="d2">
<div class="icon2"><a href="https://www.facebook.com/profile.php?id=100095249963495"><i
class="fa-brands fa-facebook-f"></i></a></div>
<h2 class="head1">Facebook</h2>
</div>
<div class="d3">
<div class="icon2"><a href="https://www.instagram.com/faizan_iit_kgp/"><i
class="fa-brands fa-instagram"></i></a></div>
<h2 class="head1">Instagram</h2>
</div>
<div class="d4">
<div class="icon2"><a href="https://www.linkedin.com/in/faizan-khan-944181290/"><i
class="fa-brands fa-linkedin-in"></i></a></div>
<h2 class="head1">Linked In</h2>
</div>
</div>
</div>
</section>
</body>