-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
369 lines (352 loc) · 15.3 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
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
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
<!DOCTYPE html>
<html>
<head>
<title>Harsh Raj</title>
<meta name="google-site-verification" content="xjwkKcLR9SbU7uzbZzauFsV9DDFDkKyo15oqJvFENT0" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<!-- Start Header -->
<header>
<div class="container">
<div class="logo">
<a href=""><span>H</span>arsh</a>
</div>
<div class="trigger-main">
<a href="javascript:void(0);" class="ham-burger">
<span></span>
<span></span>
</a>
</div>
<div class="navbar">
<ul>
<li><a href="#home" class="active">Home</a></li>
<li><a href="#about">About</a></li>
<!-- <li><a href="#services">Services</a></li> -->
<li><a href="#skills">Skills</a></li>
<li><a href="#portfolio">Youtube Videos</a></li>
<li><a href="#blog">Blog</a></li>
<!-- <li><a href="https://sourcerer.io/harshraj24" target="_blank">Portfolio</a></li> -->
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</header>
<!-- End Header -->
<!-- Start Home -->
<section class="home" id="home">
<div class="container">
<div class="home-text">
<h1>Hi, I'm Harsh Raj</h1>
<h3>An iOS Developer</h3>
</div>
</div>
</section>
<!-- End Home -->
<!-- Start About -->
<section class="about" id="about">
<div class="container">
<h2 class="title">About Me</h2>
<div class="about-content">
<div class="img">
<img src="images/Official_Pic.png" alt="Harsh Raj Official pic">
</div>
<div class="description">
<h5 style = "color: #f3971b">Harsh Raj</h5>
<h5>Working as an iOS Developer having an year of experience in successfully designing and developing mobile applications. Also, Having the knowledge of Agile (Scrum) methodology</h5>
<p>Computer Science & Engineering Graduate from Asansol Engineering College</p>
<p>I'm a Guitarist and enjoys to perform live Concerts. Also I've represented my College in Spring Fest 2k18 & Srijan 2K19 where we won 3rd Prize in the band Performance.</p>
<p>
<a href="Harsh_iOS_Dev_Resume.pdf" target="_blank">
<button type="button" class="btn-bg">Donwload CV</button></a>
<a href="#contact">
<button type="button" class="btn-light">Hire Me</button>
</a>
</p>
</div>
</div>
</div>
</section>
<!-- End About -->
<!-- Start Service -->
<!-- <section class="services" id="services">
<div class="container">
<h2 class="title">Services</h2>
<div class="services-content">
<div class="card">
<div class="box">
<div class="icon">
<span class="fa fa-laptop"></span>
</div>
<h3>Web Development</h3>
<p>Web development refers to building, creating, and an maintaining websites. It includes aspects such as web design, web publishing, web programming, and database management.</p>
</div>
</div>
<div class="card">
<div class="box">
<div class="icon">
<span class="fa fa-mobile"></span>
</div>
<h3>Responsive Design</h3>
<p>Responsive Web design is the approach that suggests that development should respond to the user's behavior and environment based on screen size, platform and orientation.</p>
</div>
</div>
<div class="card">
<div class="box">
<div class="icon">
<span class="fa fa-pencil"></span>
</div>
<h3>Creative Design</h3>
<p>A design is a plan or specification for the construction of an object or system or for the implementation of an activity or process, or the result of that plan or specification in the form of a prototype, product or process.</p>
</div>
</div>
<div class="card">
<div class="box">
<div class="icon">
<span class="fa fa-code"></span>
</div>
<h3>Clean Code</h3>
<p>Clean code is code that other developers can easily read, understand, and add to. It's easy to write code that just the machine will understand or code that just you understand, but that proves problematic in the long run.</p>
</div>
</div>
<div class="card">
<div class="box">
<div class="icon">
<span class="fa fa-support"></span>
</div>
<h3>Fast Support</h3>
<p>While building a modern web experience, it's important to measure & optimize the response time. Performance plays a significant role in the success of any online venture, as high performing sites engage and retain users.</p>
</div>
</div>
<div class="card">
<div class="box">
<div class="icon">
<span class="fa fa-rocket"></span>
</div>
<h3>Branding Identity</h3>
<p>A Branding identity or Branding image is the manner in which a corporation, firm or business enterprise presents itself to the public. These guidelines govern how the identity is applied and usually include approved colour palettes, typefaces, fonts and others.</p>
</div>
</div>
</div>
</div>
</section>
End Service -->
<!-- Start Skills -->
<section class="skills" id="skills">
<div class="container">
<h2 class="title">Skills</h2>
<div class="skills-content">
<div class="card">
<label>Swift</label>
<div class="progress" data-text="90%">
<div class="inner" style="width: 90%">
</div>
</div>
</div>
<div class="card">
<label>UIKit</label>
<div class="progress" data-text="90%">
<div class="inner" style="width: 90%">
</div>
</div>
</div>
<div class="card">
<label>SwiftUI</label>
<div class="progress" data-text="80%">
<div class="inner" style="width: 80%">
</div>
</div>
</div>
<div class="card">
<label>Agile (Scrum)</label>
<div class="progress" data-text="80%">
<div class="inner" style="width: 80%">
</div>
</div>
</div>
<div class="card">
<label>XCTestCases</label>
<div class="progress" data-text="70%">
<div class="inner" style="width: 70%">
</div>
</div>
</div>
<div class="card">
<label>XCUITestCases</label>
<div class="progress" data-text="70%">
<div class="inner" style="width:70%">
</div>
</div>
</div>
<div class="card">
<label>HTML/CSS/JS</label>
<div class="progress" data-text="60%">
<div class="inner" style="width: 60%">
</div>
</div>
</div>
<div class="card">
<label>C/C++</label>
<div class="progress" data-text="60%">
<div class="inner" style="width: 60%">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Skills -->
<!-- Start Youtube Videos -->
<section class="portfolio" id="portfolio">
<div class="container">
<h2 class="title">Youtube Videos</h2>
<div class="portfolio-content">
<div class="card">
<div class="box">
<h3>Bella Ciao</h3>
<h4>Instrumental</h4>
<iframe width="330" height="240" src="https://www.youtube.com/embed/TgilRkBdRWs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="card">
<div class="box">
<h3>Meri maa</h3>
<h4>Instrumental Version</h4>
<iframe width="330" height="240" src="https://www.youtube.com/embed/wKt54bie8eU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="card">
<div class="box">
<h3>Emptiness</h3>
<h4>Cover</h4>
<iframe width="330" height="240" src="https://www.youtube.com/embed/qHydflcKtu0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="card">
<div class="box">
<h3>Mashup</h3>
<h4>Cover</h4>
<iframe width="330" height="240" src="https://www.youtube.com/embed/OfoLB4AAJEw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="card">
<div class="box">
<h3>Kholo Kholo Darwaaje</h3>
<h4>Cover</h4>
<iframe width="330" height="240" src="https://www.youtube.com/embed/6WzGgJR3h1E" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="card">
<div class="box">
<h3>Favourite Girl</h3>
<h4>Cover</h4>
<iframe width="330" height="240" src="https://www.youtube.com/embed/0-2dYoWhOiI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</section>
<!-- End Youtube -->
<!-- Start Blog -->
<section class="blog" id="blog">
<div class="container">
<h2 class="title">Blog</h2>
<div class="blog-content">
<div class="card">
<div class="box">
<img src="images/blog1.jpg" alt="blog" />
<h4>july 04,2019 </h4>
<h3>What is Css ?</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,</p>
<p><button type="button" class="btn-bg">Read More</button></p>
</div>
</div>
<div class="card">
<div class="box">
<img src="images/blog2.jpg" alt="blog" />
<h4>jun 12,2019 </h4>
<h3>What is Html ?</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,</p>
<p><button type="button" class="btn-bg">Read More</button></p>
</div>
</div>
<div class="card">
<div class="box">
<img src="images/blog3.jpg" alt="blog" />
<h4>july 16,2019 </h4>
<h3>What is Javascript ?</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,</p>
<p><button type="button" class="btn-bg">Read More</button></p>
</div>
</div>
</div>
</div>
</section>
<!-- End Blog -->
<!-- Start Contact -->
<section class="contact" id="contact">
<div class="container">
<h2 class="title">Contact</h2>
<div class="contact-content">
<form action="https://formspree.io/f/mdopeowj" method="POST">
<input type="text" id="name" placeholder="Name"/>
<input type="text" id="email" placeholder="Email"/>
<input type="text" id="phon" placeholder="Contact No."/>
<textarea placeholder="Message" id="message"></textarea>
<button class="btn-light" id="add" type="submit">Send Message</button>
</form>
</div>
</div>
</section>
<!-- End Contact -->
<!-- Start Footer -->
<footer>
<div class="container">
<div class="footer-content">
<a href="tel:+919155530665">
<div class="box">
<div class="icon">
<span class="fa fa-phone"></span>
</div>
<h4>Phone</h4>
<p>+91 9155530665</p>
</div>
</a>
<a href="mailto:[email protected]" target="_top">
<div class="box">
<div class="icon">
<span class="fa fa-envelope"></span>
</div>
<h4>E-mail</h4>
<p>[email protected]</p>
</div>
</a>
<a href="https://www.google.com/maps/@23.3895727,85.3037797,17.36z">
<div class="box">
<div class="icon">
<span class="fa fa-map-marker"></span>
</div>
<h4>Location</h4>
<p>Bangalore, Karnataka</p>
</div>
</div>
</a>
<div class="social-links">
<ul>
<li><a href="https://www.facebook.com/harsh.raj.7549185" target="_blank"><span class="fa fa-facebook"></span></a></li>
<li><a href="https://www.linkedin.com/in/harsh-raj-180419192/"><span class="fa fa-linkedin"></span></a></li>
<li><a href="https://github.com/harshraj24" target="_blank"><span class="fa fa-github"></span></a></li>
<li><a href="https://www.instagram.com/hideki_ryuaga/" target="_blank"><span class="fa fa-instagram"></span></a></li>
<li><a href="https://www.youtube.com/channel/UC1vP2GgOpKDvyrOXtQcdKBw?view_as=subscriber" target="_blank"><span class="fa fa-youtube"></span></a></li>
</ul>
</div>
<p>2020 © Copyright. All Rights Reserved.</p>
</div>
</footer>
<!-- End Footer -->
<!-- jquery code -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="index.js"></script>
</body>
</html>