-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
264 lines (242 loc) · 8.83 KB
/
Copy pathindex.html
File metadata and controls
264 lines (242 loc) · 8.83 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
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
<!DOCTYPE html>
<html>
<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>Kaif Ansari</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<!-- <link rel="stylesheet" type="text/css" href="style2.css" /> -->
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css"
integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
</head>
<body>
<!----hero Section start---->
<div class="hero">
<nav>
<h2 class="logo">Portfo<span>lio</span></h2>
<ul>
<li><a href="#">Home</a></li>
<li><a href="#about-section">About</a></li>
<li><a href="#project-section">Projects</a></li>
<li><a href="#skills-section">Skills</a></li>
<li><a href="#contact-section">Contact</a></li>
</ul>
<a href="mailto:kaifansari9503@gmail.com" class="btn">E-mail</a>
</nav>
<div class="content">
<h4>Hello, my name is</h4>
<h1>Kaif <span>Ansari</span></h1>
<h3>I'm a Web Developer.</h3>
</div>
</div>
<!----About section start---->
<section class="about" id="about-section">
<div class="main">
<img src="img/IMG_0817.jpg" />
<div class="about-text">
<div class="about-detail">
<h2>About Me</h2>
<h5>Developer <span>& Designer</span></h5>
<p>
I'm a highly passionate, self-taught web developer with a passion
for turning designs into fully functional and responsive websites.
Enthusiasm in creating web applications with a problem-solving
mindset and good development skills. Looking forward to learning
and adopting new technologies towards high productivity with a
strong commitment to producing high-quality work. A coding
enthusiast with great interpersonal and communication skills.
</p>
</div>
<a class="button" href="Kaif's Resume A D.pdf" download>
<button>Download CV</button>
</a>
</div>
</div>
</section>
<!-- ---service section start--------- I have to put my 6 projects here and their link, need to add more projects in future-->
<div class="service" id="project-section">
<div class="title">
<h2>My Projects</h2>
</div>
<div class="box">
<div class="card">
<i class="fa fa-shopping-cart"></i>
<h5>E-Commerce</h5>
<div class="pra">
<p>
An ecommerce app is a piece of software that allows customers to
browse and purchase items from an online store.
</p>
<p style="text-align: center">
<a class="button" href="https://kaifs-ecommerce.netlify.app/"
>Purchase</a
>
</p>
</div>
</div>
<div class="card">
<i class="fas fa-dice"></i>
<h5>Tenzies</h5>
<div class="pra">
<p>
Everyone gets ten dice. Then everyone rolls and rolls as fast as
they can until someone gets all their dice on the same number.
</p>
<p style="text-align: center">
<a class="button" href="https://tenzies-game-nums.netlify.app/"
>Play</a
>
</p>
</div>
</div>
<div class="card">
<i class="fas fa-gamepad"></i>
<h5>Speed-typing Game</h5>
<div class="pra">
<p>
Speed-typing game used to test, calculate, and improve typing
speed and accuracy, while having fun. It is also beneficial for
developers.
</p>
<p style="text-align: center">
<a class="button" href="https://speed-typing-game-0.netlify.app/"
>Let's type</a
>
</p>
</div>
</div>
</div>
<div class="box">
<div class="card">
<i class="fas fa-clipboard-list"></i>
<h5>To-do List</h5>
<div class="pra">
<p>
To-do lists offer a way to increase productivity, stopping you
from forgetting things, helps prioritise tasks & manage tasks
effectively.
</p>
<p style="text-align: center">
<a class="button" href="https://my-to-do-list-01.netlify.app/"
>Make list</a
>
</p>
</div>
</div>
<div class="card">
<i class="fa fa-book"></i>
<h5>Book List App</h5>
<div class="pra">
<p>
This project is an interesting CRUD operation project. The users
can add new books, edit their existing books, and delete desired
books.
</p>
<p style="text-align: center">
<a class="button" href="https://kaifs-booklistapp.netlify.app/"
>Create</a
>
</p>
</div>
</div>
<div class="card">
<i class="fa fa-search"></i>
<h5>Movie Search App</h5>
<div class="pra">
<p>
This project is a React application with functionalities for movie
searching and obtaining information about your favorite movies.
</p>
<p style="text-align: center">
<a
class="button"
href="https://kaifs-movie-search-app.netlify.app/"
>Search</a
>
</p>
</div>
</div>
</div>
</div>
<!------Skills------>
<div class="skills" id="skills-section">
<div class="title">
<h2>My Skills</h2>
</div>
<p> </p>
<div class="skill-and-name">
<i class="fab fa-html5 skills-icon"></i>
<h2> HTML5</h2>
</div>
<div class="skill-and-name">
<i class="fab fa-css3-alt skills-icon"></i>
<h2> CSS3 </h2>
<h2> Flexbox </h2>
<h2> Material UI </h2>
<h2> Bootstrap</h2>
</div>
<div class="skill-and-name">
<i class="fab fa-js-square skills-icon"></i>
<h2> JavaScript </h2>
<h2> ECMAScript</h2>
</div>
<div class="skill-and-name">
<i class="fab fa-github-square skills-icon"></i>
<h2> GitHub </h2>
<h2> Netlify</h2>
</div>
<div class="skill-and-name">
<i class="fab fa-react skills-icon"></i>
<h2> React </h2>
<h2> Redux </h2>
<h2> Context API </h2>
<h2> React Router </h2>
<h2> RESTful API</h2>
</div>
<div class="skill-and-name">
<i class="fas fa-mobile-alt skills-icon"></i>
<h2> Mobile App Development </h2>
<h2> React Native</h2>
</div>
</div>
<!------Contact Me------>
<div class="contact-me">
<p>Check out all of my projects.</p>
<a class="button-two" href="https://github.com/kaif-ans"
><i class="fab fa-github" style="font-size: 24px"></i> GitHub</a
>
</div>
<!------footer start--------->
<footer id="contact-section">
<p>Kaif Ansari</p>
<p>Thank You for visiting my Portfolio.</p>
<br />
<div class="social">
<a href="https://www.facebook.com/profile.php?id=100011969234573"
><i class="fab fa-facebook-f"></i
></a>
<a href="https://www.instagram.com/__kaif____/"
><i class="fab fa-instagram"></i
></a>
<a href="https://www.linkedin.com/in/kaif-ansari-73aa99213"
><i class="fab fa-linkedin"></i
></a>
<a href="https://twitter.com/KaifAns47"
><i class="fab fa-twitter"></i
></a>
</div>
<p class="end">CopyRight By Kaif Ansari</p>
</footer>
</body>
</html>