-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
226 lines (221 loc) · 7.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-166901342-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-166901342-1');
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<meta name="theme-color" content="rgb(226, 117, 37)" />
<link rel="manifest" href="./manifest.json" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/resources/images/icons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/resources/images/icons/favicon-16x16.png"
/>
<link
rel="mask-icon"
href="/resources/images/icons/safari-pinned-tab.svg"
color="#82efed"
/>
<meta name="msapplication-TileColor" content="#2d89ef" />
<meta property="og:image" content="/resources/images/header-img.jpg" />
<meta
property="og:description"
content="Hridayesh Sharma is a Software Engineer working in web development and an Open Source Contributor."
/>
<meta property="og:title" content="Hridayesh Sharma, Software Engineer" />
<meta name="image" content="/resources/images/header-img.jpg" />
<meta
name="description"
content="Hridayesh Sharma is a Software Engineer working in web development and an Open Source Contributor."
/>
<meta name="title" content="Hridayesh Sharma, Software Engineer" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/resources/images/icons/apple-touch-icon.png"
/>
<meta name="apple-mobile-web-app-status-bar" content="rgb(226, 117, 37)" />
<link rel="stylesheet" href="./style.css" />
<title>Hridayesh Sharma, Software Engineer</title>
</head>
<body>
<header role="banner">
<ul id="navigation">
<img
title="Hridayesh Sharma"
src="./resources/images/header-img.jpg"
id="hero-icon"
/>
<li>
<a class="header-links" href="https://www.github.com/vyasriday"
>Code</a
>
</li>
<li>
<a
class="header-links"
href="https://www.linkedin.com/in/hridayesh-sharma"
>Career</a
>
</li>
<li>
<a class="header-links" href="https://dev.to/_hridaysharma">Blog</a>
</li>
</ul>
<p class="header-title">
Hi, I'm <span id="name">Hridayesh Sharma</span> <br />
A <span class="skill" id="skill-1">Software</span> Engineer and
<span class="skill" id="skill-2"></span>
<!-- Enthusiast. -->
</p>
</header>
<!-- <main role="main">
<section id="work">
<h2>Projects</h2>
<div class="work-wrapper">
<div>
<div class="work-item">
<h3 class="title">2020 Visualizer</h3>
<p class="description">
See how much time has already been passed. Make use of what's
left
</p>
<div class="extra">
<div class="tech-stack">
<button class="tech-item">html</button>
<button class="tech-item">javascript</button>
</div>
<a class="app-url" href="./pages/life_in_years.html">
Live Project
</a>
</div>
</div>
</div>
<div>
<div class="work-item">
<h3 class="title">Watch Next</h3>
<p class="description">
Watch Next is a web app that is built using vue.js and TMDB api.
It shows you latest tv shows and movies and let's you search
through them.
</p>
<div class="extra">
<div class="tech-stack">
<button class="tech-item">vue.js</button>
<button class="tech-item">netlify</button>
</div>
<a class="app-url" href="https://watch-next.netlify.com">
Live Project
</a>
</div>
</div>
</div>
<div>
<div class="work-item">
<h3 class="title">Pick Color</h3>
<p class="description">
Pick Color is a React app which is built using native state
management in React. It let's the user draw on a canvas with any
of his choosen colors.
</p>
<div class="extra">
<div class="tech-stack">
<button class="tech-item">react.js</button>
</div>
<a
class="app-url"
href="https://vyasriday.github.io/react-pick-color"
>
Live Project
</a>
</div>
</div>
</div>
<div>
<div class="work-item">
<h3 class="title">Landscape Change Monitoring System</h3>
<p class="description">
A web app where you can look for changes in the Indian landscape
that happened over the years. The app consumes Bhuvan Maps API.
</p>
<div class="extra">
<div class="tech-stack">
<button class="tech-item">bootstrap</button>
<button class="tech-item">bhuvan maps</button>
</div>
<a class="app-url" href="https://hsocietyisro.github.io">
Live Project
</a>
</div>
</div>
</div>
<div>
<div class="work-item">
<h3 class="title">Teleapp</h3>
<p class="description">
Teleapp is a web app that uses OMDB API to fetch the tv and
movies data and display it to users.
</p>
<div class="extra">
<div class="tech-stack">
<button class="tech-item">nodejs</button>
<button class="tech-item">ejs</button>
<button class="tech-item">bootstrap</button>
</div>
<a class="app-url" href="https://hriday-teleapp.herokuapp.com/">
Live Project
</a>
</div>
</div>
</div>
<div>
<div class="work-item">
<h3 class="title">CSS Animations</h3>
<p class="description">
CSS Animations is a fun project that I do to learn more about
CSS animations and how I can implement them.
</p>
<div class="extra">
<div class="tech-stack">
<button class="tech-item">css</button>
<button class="tech-item">css3 animations</button>
</div>
<a
class="app-url"
href="https://vyasriday.github.io/css-animations-practice/"
>
Live Project
</a>
</div>
</div>
</div>
</div>
</section>
</main> -->
<footer style="text-align: center;" role="contentinfo">
<cite>© Hridayesh Sharma 2020 - India </cite>
</footer>
<script src="./scripts/script.js"></script>
</body>
</html>