-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
301 lines (194 loc) · 8.96 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
<!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 Website</title>
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<!-- lightgallery cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/lightgallery-js/1.4.0/css/lightgallery.min.css">
<!-- custom css -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- header -->
<header class="header">
<a href="#" class="logo"> Portfolio</a>
<nav class="navbar">
<a href="#home">home</a>
<a href="#about">about</a>
<a href="#services">services</a>
<a href="#project">project</a>
<a href="#contact">contact</a>
</nav>
<a href="./Isha_Resume.pdf" class="btn" id="downloadCvBtn">Download CV</a>
<div id="menu-btn" class="fas fa-bars"></div>
</header>
<!-- end -->
<!-- home -->
<section class="home" id="home">
<div class="content">
<h3> <span> isha jain</span>i'm Developer</h3>
</div>
</section>
<!-- home end -->
<!-- about -->
<section class="about" id="about">
<h3 class="heading"> <span>about </span> me</h3>
<div class="personal-info">
<h3 class="title">personal info</h3>
<div class="box-container">
<div class="box">
<h3> <span>full name: </span> Isha Jain</h3>
<h3> <span>age: </span> 23 years</h3>
<h3> <span>email: </span> [email protected]</h3>
<h3> <span>phone: </span> 6378426939</h3>
</div>
<div class="box">
<h3> <span> Frontend developer passionate about creating sleek and user-friendly web experiences. Proficient in HTML, CSS, and JavaScript, I specialize in turning design concepts into seamless, cutting-edge interfaces. Always exploring new technologies and committed to clean, performant code.</span></h3>
</div>
</div>
</div>
<div class="skill">
<h3 class="title">my skills</h3>
<div class="box-container">
<div class="box">
<div class="progress progress-1">
<h3>HTML 5 <span>95%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress progress-2">
<h3>CSS 3 <span>90%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress progress-3">
<h3>JavaScript <span>80%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress progress-4">
<h3>figma <span>75%</span></h3>
<div class="bar"><span></span></div>
</div>
</div>
<div class="box">
<div class="progress progress-5">
<h3>React.js <span>85%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress progress-6">
<h3>node.js <span>80%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress progress-7">
<h3>C <span>70%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress progress-8">
<h3>DSA <span>65%</span></h3>
<div class="bar"><span></span></div>
</div>
</div>
</div>
</div>
</section>
<!-- about end -->
<!-- services -->
<section class="services" id="services">
<h3 class="heading">our <span>services</span></h3>
<div class="box-container">
<div class="box">
<h3>Web Development </h3>
<p>Unlock the potential of your online presence with our comprehensive web development services. I specialize in creating dynamic and responsive websites tailored to meet your unique business needs.</p>
<a href="#" class="btn">Learn More</a>
</div>
<div class="box">
<h3>Web Design</h3>
<p>Elevate your brand with our cutting-edge web design solutions. I craft visually stunning and intuitive interfaces that leave a lasting impression. Let us bring your vision to life through creative and user-friendly designs.</p>
<a href="#" class="btn">Discover More</a>
</div>
<div class="box">
<h3>Freelancing</h3>
<p>Empower your career with our freelancing opportunities. Join a community of skilled professionals and take control of your work-life balance. Explore diverse projects and build a successful freelancing career with us.</p>
<a href="#" class="btn">Get Started</a>
</div>
</div>
</section>
<!-- services end -->
<!-- project -->
<section class="project" id="project">
<h3 class="heading">my <span>projects</span></h3>
<div class="project-container">
<a href="images/1.png" class="box">
<img src="images/1.png" alt="">
<div class="icon"><i class="fas fa-plus"></i></div>
</a>
<a href="images/3.png" class="box">
<img src="images/3.png" alt="">
<div class="icon"><i class="fas fa-plus"></i></div>
</a>
<a href="images/4.png" class="box">
<img src="images/4.png" alt="">
<div class="icon"><i class="fas fa-plus"></i></div>
</a>
<a href="images/5.png" class="box">
<img src="images/5.png" alt="">
<div class="icon"><i class="fas fa-plus"></i></div>
</a>
<a href="images/8.png" class="box">
<img src="images/8.png" alt="">
<div class="icon"><i class="fas fa-plus"></i></div>
</a>
<a href="images/9.png" class="box">
<img src="images/9.png" alt="">
<div class="icon"><i class="fas fa-plus"></i></div>
</a>
</div>
</section>
<!-- end -->
<!-- contact -->
<section class="contact" id="contact">
<h3 class="heading"><span>Contact</span> Me</h3>
<div class="row">
<div class="image">
<img src="images/Resume.gif" alt="">
</div>
<form action="https://formspree.io/f/myyrjokw" method="post">
<div class="inputBox">
<input type="text" name="name" required>
<label>Name</label>
</div>
<div class="inputBox">
<input type="email" name="email" required>
<label>Email</label>
</div>
<div class="inputBox">
<input type="number" name="phone" required>
<label>Phone</label>
</div>
<div class="inputBox">
<input type="text" name="subject" required>
<label>Subject</label>
</div>
<div class="inputBox">
<textarea name="message" cols="30" rows="10" required></textarea>
<label>Message</label>
</div>
<!-- Add a hidden input field for Formspree to know the email to send to -->
<input type="email" name="_replyto" style="display:none" value="[email protected]">
<input type="submit" value="Send Message" class="btn">
</form>
</div>
</section>
<!-- end -->
<!-- credit -->
<div class="footer">created by <span>Isha Jain</span> | all rights reserved!</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lightgallery-js/1.4.0/js/lightgallery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="js/script.js"></script>
<script>
lightGallery(document.querySelector('.project .project-container'));
</script>
</body>
</html>