-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
339 lines (328 loc) · 17.1 KB
/
index.htm
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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
<!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>Divya Gupta's Portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" />
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.12/typed.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css" />
</head>
<body>
<!-- Scroll Button start -->
<div class="scroll-up-btn">
<i class="fas fa-angle-double-up"></i>
</div>
<!-- Scroll Button end -->
<!-- Navbar Start-->
<nav class="navbar">
<div class="max-width">
<div class="logo">
<a href="#">Portfo<span>lio.</span>
</a>
</div>
<ul class="menu">
<li>
<a href="#home" class="menu-btn">Home</a>
</li>
<li>
<a href="#about" class="menu-btn">About</a>
</li>
<li>
<a href="#skills" class="menu-btn">Skills</a>
</li>
<li>
<a href="#projects" class="menu-btn">Projects</a>
</li>
<li>
<a href="#contact" class="menu-btn">Contact</a>
</li>
</ul>
<div class="menu-btn">
<i class="fas fa-bars"></i>
</div>
</div>
</nav>
<!-- Navbar End -->
<!-- Home Section Start -->
<section class="home" id="home">
<div class="max-width">
<div class="home-content">
<div class="text-1">Hello 👋 I'm</div>
<div class="text-2">Divya gupta </div>
<div class="text-3">And I'm a <span class="typing"></span>
</div>
<a class="web" href="#contact">I need a website <i class="fad fa-angle-right"></i>
</a>
<a href="https://www.linkedin.com/in/divya-gupta-424365255/" target="_blank" rel="noreferrer">I'm looking to hire <i class="fad fa-angle-right"></i>
</a>
</div>
</div>
</section>
<!-- Home Section End -->
<!-- About section start -->
<section class="about" id="about">
<div class="max-width">
<h2 class="title fadein">About me</h2>
<div class="about-content">
<div class="column left">
<img src="images/photo.jpg" alt="Divya gupta">
<div>
<div class="wrapper">
<div class="button1">
<div class="icon">
<a href="https://www.linkedin.com/in/divya-gupta-424365255/" target="_blank" rel="noreferrer">
<i class="fab fa-linkedin"></i>
</div>
<span>LinkedIn </a>
</span>
</div>
<div class="buttonmob">
<div class="button1">
<div class="icon">
<a href="" target="_blank" rel="noreferrer">
<i class="fab fa-twitter"></i>
</div>
<span>Twitter </a>
</span>
</div>
</div>
<div class="buttonmob1"></div>
<div class="button1">
<div class="icon">
<a href="https://github.com/divya7202" target="_blank" rel="noreferrer">
<i class="fab fa-github"></i>
</div>
<span>Github </a>
</span>
</div>
</div>
</div>
</div>
<div class="column right">
<div class="text">I'm a Divya and <span class="break">I'm a <span class="typing2"></span>
</span>
</div>
<p>I am a dedicated front-end developer focused on creating attractive and user-friendly websites. I am passionate about translating design concepts into interactive digital experiences and continuously improving my skill set to stay updated with the latest industry trends. My portfolio showcases a variety of projects that demonstrate my ability to deliver responsive and dynamic web applications.</p>
</a>
</div>
</div>
</div>
</section>
<!-- about section End -->
<!-- Skills section start -->
<section class="skills" id="skills">
<div class="max-width">
<h2 class="title fadein">My skills</h2>
<div class="skills-content">
<div class="column left">
<div class="text">My creative skills & experiences</div>
<p>I am a Frontend Developer with a passion for learning and can work with estimation of future tasks and client feedback. I am highly-motivated, result oriented, self-driven, hard-working, fast learner and constantly seeking to improve
my skills and am fully aware of the latest Front-end Development Tools. I have a firm knowledge of JavaScript, React.js, Next.js, TypeScript, Redux Toolkit, React Context, HTML5, CSS3, TailwindCSS, Bootstrap, SASS, Material UI,
React Hook Form, Jest, React Testing Library, ApexChart, ReChart, Webpack, Parcel.js, REST API, Axios, NPM, Git, Jira, SonarQube, Figma and Adobe Photoshop and possess a good knowledge of computer software packages (frameworks
and tools) that are used in today’s technology.</p>
</div>
<div class="column right">
<div class="info">
<a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript" target="_blank" rel="noreferrer">
<img src="./images/javascript.png" alt="javascript" width="80" />
</a>
<a href="https://reactjs.org/" target="_blank" rel="noreferrer">
<img src="./images/react.png" alt="react.js" width="80" />
</a>
<a href="https://nextjs.org/" target="_blank" rel="noreferrer">
<img src="./images/nextjs.png" alt="next.js" width="80" />
</a>
<a href="https://mui.com/material-ui/getting-started/" target="_blank" rel="noreferrer">
<img src="./images/MUI-Icon.png" alt="MUI Material" width="80" />
</a>
<a href="https://www.typescriptlang.org/" target="_blank" rel="noreferrer">
<img src="./images/typescript.png" alt="typeScript" width="80" />
</a>
<a href="https://redux.js.org" target="_blank" rel="noreferrer">
<img src="./images/redux.png" alt="redux" width="80" />
</a>
<a href="https://nodejs.org" target="_blank" rel="noreferrer">
<img src="./images/node-js.png" alt="nodejs" width="80" />
</a>
<a href="https://www.w3.org/html/" target="_blank" rel="noreferrer">
<img src="./images/html5.png" alt="html5" width="80" />
</a>
<a href="https://www.w3schools.com/css/" target="_blank" rel="noreferrer">
<img src="./images/css3.png" alt="css3" width="80" />
</a>
<a href="https://getbootstrap.com" target="_blank" rel="noreferrer">
<img src="./images/bootstrap.png" alt="bootstrap" width="80" />
</a>
<a href="https://sass-lang.com" target="_blank" rel="noreferrer">
<img src="./images/sass.png" alt="sass" width="80" />
</a>
<a href="https://tailwindcss.com/" target="_blank" rel="noreferrer">
<img src="./images/tailwind-css.png" alt="react" width="80" />
</a>
<a href="https://www.mongodb.com/" target="_blank" rel="noreferrer">
<img src="./images/mongodb.png" alt="MongoDB" width="80" />
</a>
<a href="https://git-scm.com/" target="_blank" rel="noreferrer">
<img src="./images/git.png" alt="git" width="80" />
</a>
<a href="https://www.postman.com/" target="_blank" rel="noreferrer">
<img src="./images/postman.png" alt="postman" width="80" />
</a>
<a href="https://docs.oracle.com/en/java/" target="_blank" rel="noreferrer">
<img src="./images/java.png" alt="java" width="80" />
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Skills section end -->
<!-- Project section start -->
<section class="projects" id="projects">
<div class="max-width">
<h2 class="title fadein">My Projects</h2>
<div class="carousel owl-carousel">
<div class="card">
<a href="https://github.com/divya7202/amazon-clone" target="_blank" rel="noreferrer" title="Amazon clone">
<div class="box">
<img src="./images/Amazon-clone.png" alt="Amazon-clone">
</div>
</a>
<a href="https://github.com/divya7202/amazon-clone" target="_blank" rel="noreferrer" title="amazon-clone Github Repository">
<p>Amazon-clone</p>
</a>
<p>html, css</p>
</div>
<div class="card">
<a href="https://github.com/divya7202/to-do-app" target="_blank" rel="noreferrer" title="Basic to-do-app">
<div class="box">
<img src="./images/basic-to-do.png" alt="Basic-to-do-app">
</div>
</a>
<a href="https://github.com/divya7202/to-do-app" target="_blank" rel="noreferrer" title="Basic to-do-app Github Repository">
<p>Basic-to-do-app</p>
</a>
<p>Html, css, javascript</p>
</div>
<div class="card">
<a href="https://github.com/divya7202/temperatureconversion-" target="_blank" rel="noreferrer" title="temperature conversion">
<div class="box">
<img src="./images/temerature conversion.jpg" alt="temperature conversion">
</div>
</a>
<a href="https://github.com/divya7202/temperatureconversion-" target="_blank" rel="noreferrer" title="temperature conversion Github Repository">
<p>temperature conversion</p>
</a>
<p>php, html, CSS</p>
</div>
</div>
</div>
</section>
<!-- Project section end -->
<!-- Contact section start -->
<section class="contact" id="contact">
<div class="max-width">
<h2 class="title fadein">Contact me</h2>
<div class="contact-content">
<div class="column left">
<div class="text">Reach Out to me!</div>
<p>Discuss a Project or just want to say Hi? My inbox is open for all.</p>
<div class="icons">
<div class="row">
<i class="fas fa-user"></i>
<div class="info">
<div class="head">Name</div>
<div class="sub-title">Divya Gupta</div>
</div>
</div>
<div class="row">
<i class="fas fa-map-marker-alt"></i>
<div class="info">
<div class="head">Address</div>
<div class="sub-title">Gwalior, India</div>
</div>
</div>
<div class="row">
<i class="fas fa-envelope email-icon"></i>
<div class="info">
<div class="head">Email</div>
<div class="sub-title"><a href="divyagupt72@gmail.com" target="_blank">divyagupt72@gmail.com</a></div>
</div>
</div>
</div>
<div class="text1">Stay Connected</div>
<div>
<div class="wrapper">
<div class="button1">
<div class="icon">
<a href="https://www.linkedin.com/in/divya-gupta-424365255/" target="_blank" rel="noreferrer">
<i class="fab fa-linkedin"></i>
</div>
<span>LinkedIn </a>
</span>
</div>
<div class="buttonmob">
<div class="button1">
<div class="icon">
<a href="" target="_blank" rel="noreferrer">
<i class="fab fa-twitter"></i>
</div>
<span>Twitter </a>
</span>
</div>
</div>
<div class="buttonmob1"></div>
<div class="button1">
<div class="icon">
<a href="https://github.com/divya7202" target="_blank" rel="noreferrer">
<i class="fab fa-github"></i>
</div>
<span>Github </a>
</span>
</div>
</div>
</div>
</div>
<div class="column right">
<div class="text">Message me</div>
<form action="#">
<div class="fields">
<div class="field name">
<input type="text" placeholder="Name" required>
</div>
<div class="field email">
<input type="email" placeholder="Email" name="email" required>
</div>
</div>
<div class="field">
<input type="text" placeholder="Subject" required>
</div>
<div class="field textarea">
<textarea cols="30" rows="10" placeholder="Describe Project..." required></textarea>
</div>
<div class="button">
<button type="submit">Send Message <i class="fas fa-paper-plane"></i>
</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Contact section end -->
<!-- footer section start -->
<footer>
<span>Created By <a href="https://www.linkedin.com/in/divya-gupta-424365255/" target="_blank" rel="noreferrer">Divya Gupta</a> | <span class="far fa-copyright"></span> <span id="year"></span> All rights reserved </span>
</footer>
<!-- footer section end -->
<!-- External Javascript File start-->
<script src="script.js" async></script>
<!-- External Javascript File end-->
</body>
</html>