-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
81 lines (81 loc) · 2.89 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
<!--index.html-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My Resume</title>
</head>
<body>
<h1>Rishi Das</h1>
<hr/>
<img src="https://media.licdn.com/dms/image/C4E03AQFyGs5_X2UZ3g/profile-displayphoto-shrink_800_800/0/1663155997794?e=1696464000&v=beta&t=uxzzsr9RccDMIlhmu9hEJCK4BVQKI6mErCxElY1ldn0" height="200" alt="profile image"/>
<ol>
<li><h2>Objective Statement</h2>
<p>
Sophomore at NIT Rourkela| Financial enthusiast| Coding with Python and Java| Web Developer (HackNITR 4.0)| 7 times at MUN| Prompt Engineering| Classical Guitarist
</p>
</li>
<li><h2>Education</h2>
<ul>
<li>School: Salt Lake School, Kolkata
<br/>
<p>
Completed higher education from there with 95% grade.
</p>
</li>
<li>College: National Institute of Technology,Rourkela
<br/>
<p>
Studying Mining engineering
</p>
</li>
</ul>
</li>
<li><h2>Skills</h2>
<ul>
<li>Coding</li>
<li>Web Development</li>
<li>Public speaker</li>
<li>Space enthusiast</li>
<li>Finance management: Investing and Trading</li>
<li>Prompt Engineering</li>
</ul>
</li>
<li><h2>Hobbies and Passion</h2>
<ul>
<li>Book reading</li>
<li>Sports</li>
<li>Watching movies</li>
<li>Instrumentalist</li>
</ul>
</li>
<li><h2>Awards and Certification</h2>
<ul>
<li>Best Delegate in NITRIMUN 2023</li>
<li>NTSE Scholar</li>
<li>Qualified several school level olympiads</li>
</ul>
</li>
<hr/>
</ol>
<h3>My Contacts</h3>
<ol start="a">
<li>
<a href="www.linkedin.com/in/rishi-das-522537250">My LinkedIn</a>
</li>
<li>
<a href="./contact.html">My Contact</a>
</li>
<li>
<a href="https://web.whatsapp.com/">My Whatsapp</a>
</li>
<li>
<a href="https://www.instagram.com/">My Instagram</a>
</li>
</ol>
<footer>
<p>@Rishi Das.All Rights reserved.</p>
</footer>
<hr/>
</body>
</html>