-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
241 lines (232 loc) · 11.6 KB
/
portfolio.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Your Name</title>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="portfolio.css">
<link href="//db.onlinewebfonts.com/c/bd317adf74e5e7e564eb61ce9926cc6d?family=Gotham" rel="stylesheet" type="text/css"/>
<link href="//db.onlinewebfonts.com/c/9a2bc11be56851dde98c1b49302cc21a?family=Gotham+Medium" rel="stylesheet" type="text/css"/>
<link href="//db.onlinewebfonts.com/c/0923ee644c97a87d70269aa80a6f1e79?family=The+Historia+Demo" rel="stylesheet" type="text/css"/>
<meta name="google-site-verification" content="9P7lBLkCpxEcZAig0uq5LQzN-YUIhlLA37V1Gj3avcg" />
</head>
<body>
<header>
<div class="left-circ" >
<img src="images/Group 1953.svg" alt="" >
</div>
<div class="circle-img" >
<img src="images/Group 1951.svg" alt="" >
</div>
<div class="menu-toggler">
<div class="bar half start"></div>
<div class="bar"></div>
<div class="bar half end"></div>
</div>
<nav class="top-nav">
<ul class="nav-list">
<li>
<a href="index.html" class="nav-link">Home</a>
</li>
<li>
<a href="#about" class="nav-link">About</a>
</li>
<li>
<a href="#services" class="nav-link">Achievements</a>
</li>
<li>
<a href="#portfolio" class="nav-link">Portfolio</a>
</li>
<li>
<a href="#experience" class="nav-link">Experience</a>
</li>
</ul>
</nav>
<div class="landing-text">
<h1>Harshvardhan Patidar</h1>
<h6>Your Skill or Your Designation</h6>
<div class="scrolldown">
<span></span>
<span></span>
<span></span>
</div>
</div>
</header>
<section class="about" id="about">
<div class="container">
<div class="profile-img" >
<img src="my photo.jpg" data-aos="fade-up" data-aos-delay="300ms">
</div>
<div class="skills-img" >
<img src="images/blackball.svg" alt="" >
</div>
<div class="about-details" data-aos="fade-up" data-aos-delay="300ms" >
<div class="about-heading">
<h1>About</h1>
<h6>Myself</h6>
</div>
<br>
<h3> Hi! This is Harshvardhan Patidar. </h3>
<br>
<p>
I hold a Bachelor of Technology in Information Technology from International Institute of Professional Studies - DAVV, where I learn C/C++, DSA, Python and web design(so far). I have ability to learn new technologies quickly.
<br>
<br>
<a target="_blank" href="resume.png" class="cta">Checkout my Resume</a>
</p>
<br>
<address>Contact me here <a href="mailto:[email protected]" >[email protected]</a>
</address>
<div class="social-media" >
<ul class="nav-list" >
<li>
<a target="_blank" href="https://www.linkedin.com/in/harshpatidar18" class="icon-link">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li>
<a target="_blank" href="https://github.com/harshvardhan-patidar" class="icon-link">
<i class="fab fa-github-square"></i>
</a>
</li>
<li>
<a target="_blank" href="https://x.com/harshpatidar100" class="icon-link">
<i class="fab fa-twitter-square"></i>
</a>
</li>
<li>
<a target="_blank" href="" class="icon-link">
<i class="fab fa-whatsapp-square"></i>
</a>
</li>
<li>
<a target="_blank" href="" class="icon-link">
<i class="fab fa-instagram"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
<section class="services" id="services" >
<div class="container">
<div class="services-img" >
<img src="images/Rectangle 5651.svg" alt="" >
</div>
<div class="section-heading" >
<h1>Achievements</h1>
<h6>Some honourable mentions</h6>
</div>
<div class="my-skills" data-aos="fade-right" data-aos-delay="100ms">
<div class="skill" data-date="Campus Ambassador" data-aos="fade-right" data-aos-delay="300ms">
<h3>Achievement 1</h3>
<p>
I've become a Campus Ambassador for Devi Ahilya Vishwavidyalaya, appointed by the fantastic team at Devtown. Grateful for the opportunity to represent my college and looking forward to contributing to the growth of this incredible community. Received my official certificate.
</p>
<br>
<a target="_blank" href="https://www.linkedin.com/posts/harshpatidar18_campusambassador-deviahilyavishwavidyalaya-activity-7149006458016243712-jbeb?utm_source=share&utm_medium=member_android" class="cta">View Certificate</a>
</div>
</div>
</div>
</div>
</section>
<section class="portfolio" id="portfolio">
<div class="container">
<div class="section-heading">
<h1>Portfolio</h1>
<h6>Some of my recent work</h6>
</div>
<div class="portfolio-item" data-aos="fade-in" data-aos-duration="300ms">
<div class="portfolio-img has-margin-right">
<img src="images/portitem2.png" alt="">
</div>
<div class="portfolio-description">
<h6>Project 1</h6>
<h1>Parsh: online book store</h1>
<p>
I have creating a online book store website which is almost 50% have beem completed. The name of my website is "Parsh". <br>Sow update on linkedin.
</p>
<a target="_blank" href="https://www.linkedin.com/posts/harshpatidar18_onlinebookstore-webdevelopment-milestone-activity-7147606983716642816-cDqC?utm_source=share&utm_medium=member_android" class="cta">View Project</a>
</div>
</div>
<div class="portfolio-item" data-aos="fade-in" data-aos-duration="300ms">
<div class="portfolio-description has-margin-right">
<h6>Project 2</h6>
<h1>Key Point of Project</h1>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Nesciunt accusantium magni ex sapiente incidunt at reprehenderit, nulla inventore. Illum, porro aperiam?
</p>
<a target="_blank" href="" class="cta">View Project</a>
</div>
<div class="portfolio-img has-margin-left">
<img src="images/portitem1.png" alt="">
</div>
</div>
<div class="portfolio-item" data-aos="fade-in" data-aos-duration="300ms">
<div class="portfolio-img has-margin-right">
<img src="images/portitem3.png" alt="">
</div>
<div class="portfolio-description">
<h6>Project 3</h6>
<h1>KBC: online quis game</h1>
<p>
Creating a game which ask you a question on upto 10 domain selected by you and built your knowledge. <br>language use in project is C.
</p>
<a target="_blank" href="" class="cta">View Project</a>
</div>
</div>
<div class="experience-img" >
<img src="images/Group 1949.svg" alt="" >
</div>
</div>
</section>
<section class="experience" id="experience">
<div class="container" >
<div class="section-heading">
<h1>Experience</h1>
<h6>Some of my works</h6>
</div>
<div class="timeline" >
<ul>
<li class="date" data-date="April 2023 -June 2023" data-aos="fade-up" data-aos-duration="300ms">
<h6>Designation 1</h6>
<h1>Intern in IMC</h1>
<p>Completed a 2 months internship in Indore Municipal Corporation as front-end developer. <br>Tech stack used by me HTML, CSS and JavaScript.</p>
<br>
<a target="_blank" href="https://www.linkedin.com/in/harshpatidar18" class="cta">View Work</a>
</li>
<li class="date" data-date="January 2024 -January 2024" data-aos="fade-up" data-aos-duration="300ms">
<h6>Designation 2</h6>
<h1>Intern in Crystaltech pvt ltd</h1>
<p>Completed a one month internship in crystaltech services private limited company. In this internship I have work as a web dev intern and optimized the main website of company. <br>Before it I have create the clone of that company as selection process.</p>
<br>
<a target="_blank" href="https://harshvardhan-patidar.github.io/clone/" class="cta">View Work</a>
</li>
<li class="date" data-date="June 2020 -March 2022" data-aos="fade-up" data-aos-duration="300ms">
<h6>Designation 2</h6>
<h1>As Teacher</h1>
<p>Taking the home tuition in the pendamic year to class 9 & class 10 student on the subject of Chemistry.</p>
<br>
</li>
</ul>
<div class="contact-img" >
<img src="images/Group 1956.svg" alt="" >
</div>
</div>
</div>
</section>
<footer class="copyright">
<div class="up" id="up">
<i class="fas fa-chevron-up"></i>
</div>
<p>© 2024 Harshvardhan Patidar</p>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="portfolio.js"></script>
</body>
</html>