-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
215 lines (215 loc) · 9 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="resume.css">
<title>RESUME</title>
<style>
h1{
color: rgb(118, 42, 189);
}
#h3-1{
color: rgb(113, 42, 42);
}
#ul-1{
list-style-type:none; display: flex;gap: 24px;
}
</style>
</head>
<body style="background-color: rgb(90, 145, 145);">
<h1>Hi!</h1>
<h3 id="h3-1"><strong style="color: rgb(119, 55, 179);">Greeting</strong> you to my <strong style="color:rgb(74, 74, 187)">Resume</strong> Home page</h3>
<hr>
<ul id="ul-1">
<button><li><a href="#About me">About me</a></li></button>
<button><li><a href="#Education">Eductional Background</a></li></button>
<button><li><a href="#works">My works</a></li></button>
<button><li><a href="#cont">Contacts</a></li></button>
</ul>
<hr>
<img src="./My photo.jpeg" alt="My photo" width="300px">
<section id="About me">
<h3 id="h3-2" style="background-color: brown;">About me</h3>
<ul>
<li>My name is <b>Harsh Raj</b> </li>
<br>
<br>
<li>Belongs to the holy city <b>Prayagraj,Uttar pradesh</b></li>
<img src="./Kumbhmela.jpeg" alt="image" width="300px">
<img src="./NainiBridge.jpeg" alt="image">
<img src="./Veenapic.jpeg" alt="image" width="300px">
<br>
<br>
<br>
<li>Love to play chess,outdoor games and video games</li>
</ul>
<br>
<p> Started my coding journey
since 2020 when I entered in 11th class and also the covid pandemic <br> making new highs.Explored my first coding
language python for consecutively 2 years. After <br> clearing Entrance exam and getting into IIIT Kota, started learning C-languange. <br>
Now exploring Open source and Competitive programming.</p>
</section>
<section id="Education">
<h3 id="h3-3" style="background-color: brown;">Educational Background</h3>
<br>
<ol>
<li>Studied 1st to 12th class @<a href="https://newcanttald.kvs.ac.in/" target="_blank">Kendriya Vidhalya New cantt,prayagraj</a> <br><img src="./kv.jpeg" alt="My school image" width="100px"> <img src="./kv-2.jpeg" alt="School image" width="150px"></li>
<li>Doing Bachelors of technology @<a href="https://iiitkota.ac.in/" target="_blank">Indian institute of Information technology Kota</a> in <b>Electronics and Communication Engineering</b><br> <img src="./iiitk logo.jpeg" alt="iiit kota logo" width="100px"> <img src="./iiitk-photo.jpg" alt="image of academic block" width="250px"></li>
</ol>
<br>
</section>
<section id="works">
<h3 style="background-color: brown;">Works</h3>
<h4>Simple Table</h4>
<table border="5">
<thead>
<th>Coutry</th>
<th>State</th>
<th>City</th>
<th>Street</th>
<th>Male</th>
<th>Female</th>
<th>Other</th>
</thead>
<tbody>
<tr>
<td rowspan="8">1</td>
<td rowspan="4">Kerala</td>
<td rowspan="2">Cochin</td>
<td>New street</td>
<td>500</td>
<td>600</td>
<td>6</td>
</tr>
<tr>
<td>Main street</td>
<td>300</td>
<td>288</td>
<td>2</td>
</tr>
<tr>
<td rowspan="2">Tiruvandrum</td>
<td>Guru street</td>
<td>500</td>
<td>600</td>
<td>10</td>
</tr>
<tr>
<td>TVK street</td>
<td>500</td>
<td>600</td>
<td>2</td>
</tr>
<tr>
<td rowspan="4">Maharatra</td>
<td rowspan="2">Mumbai</td>
<td>Krisha street</td>
<td>700</td>
<td>850</td>
<td>1</td>
</tr>
<tr>
<td>Main street</td>
<td>500</td>
<td>600</td>
<td>2</td>
</tr>
<tr>
<td rowspan="2">Surath</td>
<td>New street</td>
<td>500</td>
<td>600</td>
<td>4</td>
</tr>
<tr>
<td>Billa street</td>
<td>500</td>
<td>600</td>
<td>4</td>
</tr>
<tr>
<td rowspan="2">2</td>
<td rowspan="2">Alaska</td>
<td rowspan="2">AKA Central</td>
<td>New street</td>
<td>200</td>
<td>210</td>
<td>2</td>
</tr>
<tr>
<td>Cross street</td>
<td>1000</td>
<td>1050</td>
<td>10</td>
</tr>
</tbody>
</table>
<br>
<br>
<form>
<fieldset>
<legend><b>Form</b></legend>
<label for="name">Name:</label>
<input type="text" id="name">
<br>
<br>
<label for="email">Email ID:</label>
<input type="text" id="email">
<br>
<br>
<label for="phone">Phone number</label>
<input type="tel" id="phone">
<br>
<br>
<label for="resume">Resume:</label>
<input type="file" id="resume" name="file upload">
<br>
<br>
<label for="exp">Experience:</label>
<input type="number" name="" id="exp" min="0" max="50">
<br>
<br>
<fieldset>
<legend>Skills</legend>
<label for="html">HTML</label>
<input type="checkbox" name="" id="html">
<br>
<label for="css">CSS</label>
<input type="checkbox" name="" id="css">
<br>
<label for="js">JavaScript</label>
<input type="checkbox" name="" id="js">
</fieldset>
<br>
<label for="highed">Highest Education:</label>
<select name="Highest Education" id="highed">
<option value="High School">High School</option>
<option value="Associate's Degree">Associate's Degree</option>
<option value="Master's Degree">Master's Degree</option>
<option value="PhD">PhD</option>
<option value="Bachelor's Degree">Bachelor's Degree</option>
</select>
<br>
<br>
<fieldset>
<legend>Availibility</legend>
<label for="full">Full time</label>
<input type="radio" name="radio" id="full">
<br>
<label for="part">Part time</label>
<input type="radio" name="radio" id="part">
</fieldset>
<label for="comment">Additional Comment</label>
<br>
<textarea name="" id="comment" cols="30" rows="10" placeholder="write comment here..."></textarea>
<br>
<button>Submit</button>
</fieldset>
</form>
</section>
<footer id="cont">
<h3 style="background-color: brown;">Contacts</h3>
<h4>Email id:2023kuec2032@iiitkota.ac.in</h4>
<h4>Address:IIIT Kota,Kuber extension,RIICO Industrial Area,Ranpur,Kota,Rajasthan</h4>
</footer>
</body>
</html>