-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathportfolio.html
More file actions
252 lines (250 loc) · 8.65 KB
/
portfolio.html
File metadata and controls
252 lines (250 loc) · 8.65 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Portfolio@er.HarshRathore</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="CSS/style.css">
<link rel="icon" href="finallogoHR.webp">
<script>
function show(){
ele= document.getElementById('quote');
quotes=[
"A single Motive can  <br>  change your whole life",
"Think only about your action<span></span><br>results are not in your hands",
"No one can defeat you while <span></span><br>you don't defeat by you inside you"
];
if(typeof count == 'undefined')
count=0;
count++;
if(count>2)
count = 0;
setTimeout(show,5000);
try{ele.innerHTML = quotes[count];}
catch(TypeError){}
}
show();
</script>
</head>
<body>
<div class="header">
<table width=100%><tr>
<td align="left">
<a href="index.html" style="font-size:40px;color:orange">
<b><i> Er. Harsh Rathore</i></b>
</a></td>
<td align="right"><div class="menu">
<a href="./">HOME</a>
<a href="projects.html">PROJECTS</a>
<a href="#contact">CONTACT ME</a>
</div></td>
</tr></table>
</div>
<hr>
<table border="0px">
<tr><th colspan="2"><div class="heading" id="about">
PORTFOLIO
</div>
</th></tr>
<tbody>
<tr>
<td width="20%" rowspan="2"><img src="finallogoHR.webp" style="width:90%;border-radius:10%"></td>
<td width="80%"><q id="quote" class="pera" style="color:cyan;font-size:200%;">
Think only about your action<span></span><br>results are not in your hands</q>
</td>
</tr>
<tr>
<td class="pera" colspan="3" height="80px" style="text-align:right">
- by <i>Mr. Possible </i> 
</td>
</tr>
<tr>
<td colspan="2">
<div class="heading"><hr size="1px">EDUCATION</div>
</td>
</tr>
<tr>
<td colspan="2">
<span class="custom" style="color:#aaf">
<br>Bachelor of Engineering, Information Technology, Mahakal Institute of Technology and Management, Ujjain
<span style="color:#779">(RGPV 2016-20) : <span class="custom" style="color:#0ac">CGPA 8.00 </span></span>
</span>
</td>
</tr>
<tr>
<td colspan="2">
<span class="custom" style="color:#aaf">
<br>Higher Secodary Schooling, Math-Science, Govt. Model Higher Secondary School, Ujjain
<span style="color:#779">(MP Board 2016) </span> : <span class="custom" style="color:#0ac">Result 78.80%</span>
</span>
</td>
</tr>
<tr>
<td colspan="2">
<span class="custom" style="color:#aaf">
<br>High School Education, Shree Tagore Public High School, Ujjain
<span style="color:#779">(MP Board 2014)</span> : <span class="custom" style="color:#0ac">Result 82.83% </span>
</span>
</td>
</tr>
<tr>
<td colspan="2">
<div class="heading"><hr size="1px">TECHNOLOGIES KNOWN</div>
</td>
</tr>
<tr>
<td colspan="2">
<span class="custom" style="color:#aaf">
<br>     C and C++,
<span style="color:#779">Project Done : <span style="color:#0ac">2D Snake Game,</span>
Time Invested : <span style="color:#0ac">5 days  </span><br></span></span>
</td>
</tr>
<tr>
<td colspan="2">
<span class="custom" style="color:#aaf">
<br>Java, Java EE,
<span style="color:#779">Project Done : <span style="color:#0ac">Solution Store,</span>
Time Invested : <span style="color:#0ac">7 days  </span><br></span></span>
</td>
</tr>
<tr>
<td colspan="2">
<span class="custom" style="color:#aaf">
<br>      Python,
<span style="color:#779">Project Done : <span style="color:#0ac">File Encryptor,</span>
Time Invested : <span style="color:#0ac">20 days  </span><br></span></span>
</td>
</tr>
<tr>
<td colspan="2">
<span class="custom" style="color:#aaf">
<br>SQL/MySQL,
<span style="color:#779">Project Done : <span style="color:#0ac">Solution Store,</span>
Time Invested : <span style="color:#0ac">7 days  </span><br></span></span>
</td>
</tr>
<tr>
<td colspan="2">
<span class="custom" style="color:#aaf">
<br> HTML,CSS & JavaScript,
<span style="color:#779">Projects Done : <span style="color:#0ac">This Site, Solution Store,</span>
Time Invested : <span style="color:#0ac">12 & 7 days  </span><br></span></span>
</td>
</tr>
<tr>
<td colspan="2">
<div class="heading"><hr size="1px">TRAININGS ATTENDED</div>
</td>
</tr>
<tr>
<td colspan="2">
<span class="custom" style="color:#aaf">
<br>Summer training organized by Ypsilon IT Solutions Pvt. Ltd., Indore,
<span style="color:#779">Technology Learned : <span style="color:#0ac">Java/Java EE,</span>
Duration : <span style="color:#0ac">22 days  </span><br></span></span>
</td>
</tr>
<tr>
<td colspan="2">
<span class="custom" style="color:#aaf">
<br>Training organized by Mahakal Institute of Technology, Ujjain,
<span style="color:#779">Technology Learned : <span style="color:#0ac">C programming,</span>
Duration : <span style="color:#0ac">6 days  </span><br></span></span>
</td>
</tr>
<tr>
<td colspan="2"><hr size="1px"><a href="HR_Resume.pdf" target="_blank">Resume</a></td>
</tr>
</tbody>
</table>
<hr>
<table border="0px" cellpadding="0px">
<tr style="font-size:26px;">
<td><div class="heading" id="contact" style="font-size: 24px">
CONTACT
</div></td>
<td><a href="https://www.linkedin.com/in/er-harsh-rathore-34552718b/" target="_blank">
<img src="img24x24/linkedin.png" width="25px"> <span style="font-size: 22px">LinkedIn</span>
</a></td>
<td><a href="mailto:harshrathore976@gmail.com" target="_blank">
<img src="img24x24/gmail.png"> <span style="font-size: 22px">Gmail</span>
</a></td>
<td><a href="https://wa.me/917879121927?text=Hello" target="_blank">
<img src="img24x24/whatsapp.png"> <span style="font-size: 22px">WhatsApp</span>
</a></td>
<td><a href="https://instagram.com/er.harsh_rathore" target="_blank">
<img src="img24x24/instagram.png"> <span style="font-size: 22px">Instagram</span>
</a></td>
<td><a href="https://stackoverflow.com/users/10180730/er-harsh-rathore" target="_blank">
<img src="img24x24/overflowing.png" width="24px"> <span style="font-size: 22px">StackOverflow</span>
</a></td>
<td><a href="https://github.com/ErHarshRathore" target="_blank">
<img src="img24x24/github.png" width="24px"> <span style="font-size: 22px">Github</span>
</a></td>
</tr>
</table>
<table class="footer" width="100%" border="0">
<tr>
<th>PROJECTS</th>
<th>SOFT SKILLS</th>
<th>MENTORS</th>
</tr>
<tr>
<td width="33%">
<table>
<tr><td>Solution Store</td></tr>
<tr><td>File Encryptor</td></tr>
<tr><td>Snake Game </td></tr>
<tr><td>This Site    </td></tr>
</table>
</td>
<td width="34%">
<table>
<tr></tr>
<tr><td>C & C++ basics</td></tr>
<tr><td>Advance Java </td></tr>
<tr><td>Advance Python</td></tr>
<tr><td>HTML/CSS/JSP</td></tr>
<tr><td>MySQL    </td></tr>
</table>
</td>
<td width="33%">
<table>
<tr></tr>
<tr><td>Prof. Deepali Kelkar </td></tr>
<tr><td>Prof. Yashowant Kelkar</td></tr>
<tr><td>Prof. Rajlaxmi Garg </td></tr>
<tr><td>Er. Piyush Patel sir   </td></tr>
<tr><td>   and more others...</td></tr>
</table>
</td>
</tr>
<tr>
<td colspan="3">
<br><i style="color:red">
copyright© 2019-2020 : Er. Harsh Rathore, Ujjain
</i> | All Rights Reserved<br>
</td>
</tr></tbody>
</table>
<!-- Default Statcounter code for My Web Site https://erharshrathore.github.io/_ -->
<script type="text/javascript">
var sc_project=12055175;
var sc_invisible=1;
var sc_security="e3e95b43";
var scJsHost = "https://"
document.write("<sc" + "ript type='text/javascript' src='" +
scJsHost + "statcounter.com/counter/counter.js'></"+"script>");
</script>
<!-- End of Statcounter Code -->
</body>
</html>
<!--
HA SH HARSHHAR HARSHHAR HARSHHAR HARSHHARSHHARSHHARSHHARSHHARSHHARSHHARSHHARSHHARSH
HA SH HA HA AR HA HAR HAR HARS RSHH H S ARSH RSH
HA SH HA HA HA HA HAR HAR HAR H SHH SHH H RSHHAAS ARSH RSH
HARSHHARSH HARSHHA HARSH HARSHHA HAR HA HH SH S RSH
HA SH HA HA HH HA HAR HAR HA HHA HH SH RSHHARSHH S ARSH RSH
HA SH HA HA HA HA HAR HAR H SHHAR H SHH H S ARSH RSH
HA SH HARSHHAR HA AR HARSHHAR HARSHHARSHHARSHHARSHHARSHHARSHHARSHHARSHHARSHHARSH
-->