-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
290 lines (237 loc) · 10.4 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
<!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">
<meta name="keywords"
content="Dhruil Parmar, portfolio, Dhruil, personal portfolio lifecodes, portfolio design, portfolio website, personal portfolio" />
<meta name="description"
content="Welcome to Dhruil's Portfolio. Full-Stack Web Developer and Android App Developer" />
<!-- Custom CSS -->
<link rel="stylesheet" href="./assets/css/style.css">
<!-- Font Awesome -->
<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" />
<!-- Favicon -->
<link id='favicon' rel="shortcut icon" href="./assets/images/favicon.png" type="image/x-png">
<title>Portfolio | Dhruil Parmar</title>
</head>
<body>
<!-- navbar starts -->
<header>
<a href="/" class="logo"><i class="fab fa-node-js"></i> Dhruil</a>
<div id="menu" class="fas fa-bars"></div>
<nav class="navbar">
<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="#education">Education</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
</header>
<!-- navbar ends -->
<!-- hero section starts -->
<section class="home" id="home">
<div id="particles-js"></div>
<div class="content">
<h2>Hi There,<br /> I'm Dhruil <span>Parmar</span></h2>
<p>i am into <span class="typing-text"></span></p>
<a href="#about" class="btn"><span>About Me</span>
<i class="fas fa-arrow-circle-down"></i>
</a>
<div class="socials">
<ul class="social-icons">
<li><a class="linkedin" aria-label="LinkedIn" href="https://www.linkedin.com/in/dhruil-parmar"
target="_blank"><i class="fab fa-linkedin"></i></a></li>
<li><a class="github" aria-label="GitHub" href="https://github.com/Dhruil" target="_blank"><i
class="fab fa-github"></i></a></li>
<li><a class="telegram" aria-label="Telegram" href="https://t.me/DhruilParmar" target="_blank"><i
class="fab fa-telegram-plane"></i></a></li>
<li><a class="instagram" aria-label="Instagram" href=""><i class="fab fa-instagram" target="_blank"></i></a>
</li>
</ul>
</div>
</div>
<div class="image">
<img draggable="false" class="tilt" src="./assets/images/hero.png" alt="">
</div>
</section>
<!-- hero section ends -->
<!-- about section starts -->
<section class="about" id="about">
<h2 class="heading"><i class="fas fa-user-alt"></i> About <span>Me</span></h2>
<div class="row">
<div class="image">
<img draggable="false" class="tilt" src="./assets/images/Profile-Photo.jpg" alt="">
</div>
<div class="content">
<h3>I'm Dhruil</h3>
<span class="tag">Web Developer</span>
<p>I am a web developer in Ahmedabad, Gujarat.
I am a Future graduate of the Information Technology at L.D College Of Engineering.
I am passionate about building websites and applications that are both functional and visually appealing.
I have experience with a variety of web development technologies, including HTML, CSS, JavaScript, Bootstrap.
</p>
<div class="box-container">
<div class="box">
<p><span> email : </span> parmardhruil2611@gmail.com</p>
<p><span> place : </span> Gujarat, India - 380009</p>
</div>
</div>
<div class="resumebtn">
<a href="https://drive.google.com/file/d/1QMsVXryt7BqWjMwzwdGxIxsizCI0B6I7/view?usp=sharing"
target="_blank" class="btn"><span>Resume</span>
<i class="fas fa-chevron-right"></i>
</a>
</div>
</div>
</div>
</section>
<!-- about section ends -->
<!-- skills section starts -->
<section class="skills" id="skills">
<h2 class="heading"><i class="fas fa-laptop-code"></i> Skills & <span>Abilities</span></h2>
<div class="container">
<div class="row" id="skillsContainer">
</div>
</div>
</section>
<!-- skills section ends -->
<!-- education section starts -->
<section class="education" id="education">
<h1 class="heading"><i class="fas fa-graduation-cap"></i> My <span>Education</span></h1>
<p class="qoute">The purpose of education is not to fill the minds of students with facts, but to teach them how to
think.</p>
<div class="box-container">
<div class="box">
<div class="image">
<img draggable="false" src="https://images.static-collegedunia.com/public/college_data/images/appImage/14064_LGCE_APP.jpg" alt="">
</div>
<div class="content">
<h3>Bachelor of Technology in Information Technology</h3>
<p>SAL Institute of Technology & Engineering Research | GTU</p>
<h4>2021-2025 | Pursuing</h4>
</div>
</div>
<div class="box">
<div class="image">
<img draggable="false" src="./assets/images/educat/school.jpg" alt="">
</div>
<div class="content">
<h3>HSC Science | A-Group</h3>
<p>Vidhyadhish VidhyaSankool,Bhavnagar | GSHSEb</p>
<h4>2019-2021 | Completed</h4>
</div>
</div>
</div>
</section>
<!-- education section ends -->
<!-- contact section starts -->
<section class="contact" id="contact">
<h2 class="heading"><i class="fas fa-headset"></i> Get in <span>Touch</span></h2>
<div class="container">
<div class="content">
<div class="image-box">
<img draggable="false" src="./assets/images/contact1.png" alt="">
</div>
<form id="contact-form">
<div class="form-group">
<div class="field">
<input type="text" name="name" placeholder="Name" required>
<i class='fas fa-user'></i>
</div>
<div class="field">
<input type="text" name="email" placeholder="Email" required>
<i class='fas fa-envelope'></i>
</div>
<div class="field">
<input type="text" name="phone" placeholder="Phone">
<i class='fas fa-phone-alt'></i>
</div>
<div class="message">
<textarea placeholder="Message" name="message" required></textarea>
<i class="fas fa-comment-dots"></i>
</div>
</div>
<div class="button-area">
<button type="submit">
Submit <i class="fa fa-paper-plane"></i></button>
</div>
</form>
</div>
</div>
</section>
<!-- contact section ends -->
<!-- footer section starts -->
<section class="footer">
<div class="box-container">
<div class="box">
<h3>Dhruil's Portfolio</h3>
<p>Thank you for visiting my personal portfolio website. Connect with me over socials. <br /> <br /> Keep Rising
🚀. Connect with me over live chat!</p>
</div>
<div class="box">
<h3>quick links</h3>
<a href="#home"><i class="fas fa-chevron-circle-right"></i> home</a>
<a href="#about"><i class="fas fa-chevron-circle-right"></i> about</a>
<a href="#skills"><i class="fas fa-chevron-circle-right"></i> skills</a>
<a href="#education"><i class="fas fa-chevron-circle-right"></i> education</a>
</div>
<div class="box">
<h3>contact info</h3>
<p> <i class="fas fa-phone"></i>+91 XXX-XXX-XXXX</p>
<p> <i class="fas fa-envelope"></i>parnardhruil2611@gmail.com</p>
<p> <i class="fas fa-map-marked-alt"></i>Gujarat, India-380009</p>
<div class="share">
<a href="https://www.linkedin.com/in/dhruil-parmar" class="fab fa-linkedin" aria-label="LinkedIn"
target="_blank"></a>
<a href="https://github.com/Dhruil" class="fab fa-github" aria-label="GitHub" target="_blank"></a>
<a href="parmardhruil2611@gmail.com" class="fas fa-envelope" aria-label="Mail" target="_blank"></a>
<a href="https://t.me/DhruilParmar" class="fab fa-telegram-plane" aria-label="Telegram" target="_blank"></a>
</div>
</div>
</div>
<h1 class="credit">Designed with <i class="fa fa-heart pulse"></i> by <a
href="https://www.linkedin.com/in/dhruil-parmar"> Dhruil Parmar</a></h1>
</section>
<!-- footer section ends -->
<!-- ==== ALL MAJOR JAVASCRIPT CDNS STARTS ==== -->
<!-- jquery cdn -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"
integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- typed.js cdn -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.5/typed.min.js"
integrity="sha512-1KbKusm/hAtkX5FScVR5G36wodIMnVd/aP04af06iyQTkD17szAMGNmxfNH+tEuFp3Og/P5G32L1qEC47CZbUQ=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- particle.js links -->
<script src="./assets/js/particles.min.js"></script>
<script src="./assets/js/app.js"></script>
<!-- vanilla tilt.js links -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/vanilla-tilt/1.7.0/vanilla-tilt.min.js"
integrity="sha512-SttpKhJqONuBVxbRcuH0wezjuX+BoFoli0yPsnrAADcHsQMW8rkR84ItFHGIkPvhnlRnE2FaifDOUw+EltbuHg=="
crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- scroll reveal anim -->
<script src="https://unpkg.com/scrollreveal"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/emailjs-com@3/dist/email.min.js"></script>
<!-- ==== ALL MAJOR JAVASCRIPT CDNS ENDS ==== -->
<script src="./assets/js/script.js"></script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date();
(function () {
var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0];
s1.async = true;
s1.src = 'https://embed.tawk.to/64f86039a91e863a5c11f729/1h9l3fofu';
s1.charset = 'UTF-8';
s1.setAttribute('crossorigin', '*');
s0.parentNode.insertBefore(s1, s0);
})();
</script>
<!--End of Tawk.to Script-->
</body>
</html>