-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
169 lines (142 loc) · 9.26 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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Hershil Piplani">
<meta name="robots" content="index, follow">
<meta name="description" content="Hershil is a developer from India">
<meta name="keywords" content="front-end developer, developer,blogs,India">
<meta property="og:url" content="https://herkura.is-a.dev">
<title>Hershil Piplani</title>
<link rel="icon" href="img/my_bitmoji1.png" type="image/png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css" integrity="sha256-46qynGAkLSFpVbEBog43gvNhfrOj+BmwXdxFgVK/Kvc=" crossorigin="anonymous" />
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/style-template.css">
<link rel="https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.26.0/polyfill.min.js"></head>
<body>
<header>
<div class="logo"></div>
<button class="nav-toggle" aria-label="toggle navigation">
<span class="hamburger"></span>
</button>
<nav class="nav">
<ul class="nav__list">
<li class="nav__item"><a href="#home" class = " nav__link ">Home</a></li>
<li class="nav__item"><a href="#about" class = " nav__link ">About me</a></li>
<li class="nav__item"><a href="#edu" class = " nav__link ">Education</a></li>
<li class="nav__item"><a href="#skill" class = " nav__link ">Blogs</a></li>
<li class="nav__item"><a href="#work" class = " nav__link ">My work</a></li>
<li class="nav__item"><a href="#contact" class = " nav__link ">Contact me</a></li>
</ul>
</nav>
</header>
<!-- Introduction -->
<section class="intro" id = "home">
<h1 class="section__title section__title--intro">
Hi, I am <strong>Hershil Piplani</strong>
</h1>
<p class="section__subtitle section__subtitle--intro">Data Enthusiast</p>
<img src="img/profile.png" alt="a picture of me smiling" class="intro__img">
</section>
<!-- About me -->
<section class="about-me" id = "about">
<h2 class="section__title section__title--about">About Me</h2>
<p class="section__subtitle section__subtitle--about"></p>
<div class="about-me__body">
<p>I am an inquisitive and creative person with strong leadership and excellent interpersonal skills. My passion includes data analytics, software development, contributing to open-source, and exploring various tools and technology to create and innovate limitless possibilities and drive measurable impact on the ecosystem.</p>
<p>I also like to write <a style = "text-decoration:none"
href="https://hershilpiplani.medium.com/"<span class="underline--magical">blogs</span></a>, share my knowledge with the world and also like to
contribute to open source software.</p>
</div>
</section>
<!-- Education -->
<section class="about-me" id = "edu">
<h2 class="section__title section__title--about">Education</h2>
<p class="section__subtitle section__subtitle--about"></p>
<div id="timeline">
<div class="tl-item">
<div class="tl-bg" style="background-image: url(img/sfu.png)"></div>
<div class="tl-year"><p class="f2 heading--sanSerif">Present</p></div>
<div class="tl-content">
<h1>Currently pursuing Master of Science in Big Data from Simon Fraser University</h1>
</div>
</div>
<div class="tl-item">
<div class="tl-bg" style="background-image: url(img/vit.png)"></div>
<div class="tl-year"><p class="f2 heading--sanSerif">2022</p></div>
<div class="tl-content">
<h1>Completed my Bachelor's of Technology in Computer Science and Engineering from VIT Bhopal, India</h1>
</div>
</div>
<div class="tl-item">
<div class="tl-bg" style="background-image: url(img/dps.jpg)"></div>
<div class="tl-year"><p class="f2 heading--sanSerif">2018</p></div>
<div class="tl-content">
<h1>Completed my schooling from Delhi Public School, Faridabad, India</h1></div>
</div>
</div>
</section>
<section class ="my-skills" id = "skill">
<h2 class="section__title section__title--skills">Hershil's Technical Musings</h2>
<p class="section__subtitle"></p>
<div id="retainable-rss-embed" data-rss="https://medium.com/feed/@hershilpiplani"
data-maxcols="3"
data-layout="slider"
data-poststyle="inline"
data-readmore="Read the rest"
data-buttonclass="btn btn-primary"
data-offset="-100">
</section>
<!-- My Work -->
<section class="my-work" id = "work">
<h2 class="section__title section__title--work">My Projects</h2>
<div class="portfolio">
<!-- Portfolio item 01 -->
<a href="https://herkura.github.io/IMAGE-FILTER-WEBPAGE/" aria-label = "Click on the tile to get more info about the project" class="portfolio__item">
<img src="img/template1.png" alt="Play with images" class="portfolio__img">
</a>
<!-- Portfolio item 02 -->
<a href="https://github.com/herkura/Used-car-prices-prediction" aria-label = "Click on the tile to get more info about the project" class="portfolio__item">
<img src="img/Template2.png" alt="Cheap Cars" class="portfolio__img">
</a>
<!-- Portfolio item 03 -->
<a href="https://github.com/herkura/Covid--19-usa-analyses" aria-label = "Click on the tile to get more info about the project" class="portfolio__item">
<img src="img/Template3.png" alt="No Covid" class="portfolio__img">
</a>
<!-- Portfolio item 04 -->
<a href="https://github.com/herkura/student-recommender-system" aria-label = "Click on the tile to get more info about the project" class="portfolio__item">
<img src="img/Template4.png" alt="Which student to focus on" class="portfolio__img">
</a>
<!-- Portfolio item 05 -->
<a href="https://github.com/herkura/The-Battle-of-Neighbourhoods" aria-label = "Click on the tile to get more info about the project" class="portfolio__item">
<img src="img/Template5.png" alt="Find the best neighbourhood" class="portfolio__img">
</a>
</div>
</section>
<!-- Footer -->
<footer class = "footer" id = "contact">
<h2 class="footer-title">Contact me</h2>
<ul class="social-list">
<li class="social-list__item">
<a class="social-list__link" href="https://www.linkedin.com/in/hershil-piplani-639a83178/" aria-label = "LinkedIn">
<i class="fab fa-linkedin"></i></a></li>
<li class="social-list__item">
<a class="social-list__link" href="https://github.com/herkura" aria-label = "Github"> <i class="fab fa-github"></i></a></li>
<li class="social-list__item">
<a class="social-list__link" href="https://linktr.ee/herkura" aria-label = "LinkTree"><i class="fas fa-tree"></i></a></li>
<li class="social-list__item">
<a class="social-list__link" href="https://hershilpiplani.medium.com/" aria-label = "Medium"><i class="fab fa-medium"></i></a></li>
</ul>
<div>
<p class="my-copyright">Copyright © 2024 Hershil Piplani. All Rights Reserved</p>
</div>
</footer>
<script src="https://www.twilik.com/assets/retainable/rss-embed/retainable-rss-embed.js"></script>
<script src="js/index.js"></script>
</body>
</html>