-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (92 loc) · 3.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Manmohan's CV</title>
</head>
<body>
<table cellspacing="23">
<tr>
<td><img src="Mannu.jpg" height="300" width="300" alt="Manmohan"></td>
<td>
<h1>Manmohan Mandhan</h1>
<strong>Student at <a href="https://nitrkl.ac.in/" target="_blank">National Institute of Technology, Rourkela</a><br>
Department of <a href="https://website.nitrkl.ac.in/CS/" target="_blank">Computer Science & engineering</a><br>
<u>Competitive Programming Profiles:-</u> </strong><br>
<br>
<li><a href="https://codeforces.com/profile/mandhan_63" target="_blank"><strong>Codeforces:-</strong></a> mandhan_63
</li>
<li><a href="https://www.codechef.com/users/mandhan_63" target="_blank"><strong>Codechef:-</strong></a> mandhan_63</li>
</td>
</tr>
</table>
<hr>
<b>I'm a Student at NITR. I'm currently learning web development and I'm also a competitive programming enthusiast. I regularly participate in competitive programmming contests. Along with that I also have intrest in Graphic designing. I use <a href="https://www.canva.com/" target="_blank">Canva</a> and <a href="https://inkscape.org/" target="_blank"> Inkscape</a> for my poster designing tasks. </b>
<hr>
<u><h3>Education</h3></u>
<ul>
<li><a href="https://www.nitrkl.ac.in/" target="_blank"><strong>National Institute of Technoloy, Rourkela</strong></a> (2021-Present)</li>
<br>Pursuing my B.Tech in Computer Science & Engineering<br>
CGPA: 8.35/10 <br>
<br><li><a href="https://www.sdsmschool.in/" target="_blank"> <strong>S.D.S.M. School of Excellence, Jamshedpur</strong> </a> (2019-2021)</li><br>
Studied my 11th and 12th from here and completed 12th with 70.8%<br>
Associated with <a href="https://cbseacademic.nic.in/" target="_blank"><b> CBSE</b></a><br>
<br><li><a href="#"><strong> St. Joseph's School, Jamshedpur</strong></a> (2007-2019)</li><br>
Studied till 10th & Completed Matriculation with 90.4% <br>
Associated with <a href="https://jac.jharkhand.gov.in/jac/" target="_blank"><b>JAC</b></a><br>
</ul>
<h3><u>My Hobbies</u> </h3>
The things about wich I'm passionate are:-
<ol type="1">
<li>Coding</li>
<li>Reading spiritual & self-help Books</li>
<li>Basketball</li>
<li>Watching Cricket</li>
<li>Listening soft songs</li>
</ol>
<hr size="2" noshade>
<hr>
<u><H3>Work Experience</H3></u>
<table border="2" cellpadding="2">
<thead>
<tr>
<th>Company</th>
<th>Position</th>
<th>Time</th>
</tr>
</thead>
<tr>
<td>CodeRed</td>
<td>Technical Team Member</td>
<td>March'22 - present</td>
</tr>
<tr>
<td>CodeRed</td>
<td>Deisgn Team Member</td>
<td>March'22 - present</td>
</tr>
</table>
<a href="Contact.html">
<h3> Contact me</h3
>
</a>
<hr size="2" noshade>
<hr>
<h3><u>Feedback:-</u></h3>
<div>
<label for="feedback">How much did you like this CV?</label><br>
<input type="range" name="feedback" id=""><br>
<input type="submit" value="Submit">
</div>
<br>
<div>
<label for="edit">Would you like to suggest any edit for the page?</label>
if <a href="suggestions.html">Yes</a>
<a href="CVTY.html">No</a>
</div>
<hr>
<h3>Thank you <a href="https://developer.mozilla.org/en-US/docs/Web/HTML" target="_blank">MDN</a>!!!</h3>
</body>
</html>