-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (60 loc) · 1.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My Resume</title>
</head>
<body>
<h1>Ruchir Bansal</h1>
<img src="./Main/WhatsApp Image 2022-05-02 at 10.42.15 AM.jpeg " height="200" />
<h2>Summary</h2>
<p>I am a hardworking and dedicated individual .</p>
<hr/>
<h2>Education</h2>
<ul>
<li>Maters in Software Engineering, VIT Chennai</li>
<p>2019- Present</p>
<li>10+2 KD Ambani Vidyamandir, Jamnagar</li>
<p>2017-2019</p>
</ul>
<hr/>
<h2>Recent Projects</h2>
<ol>
<h3> <li> Pharma Med </h3>
<ul>
<li> Developed a Hospital Management System. </li>
</ul>
</li>
<h3><li> Portfolio </h3>
<ul>
<li> Developed a portflio with html.</li>
</ul>
</li>
</ol>
<hr/>
<h2>Skills</h2>
<ul>
<li> Html:⭐️⭐️⭐️⭐️⭐️ </li>
<li> Java:⭐️⭐️⭐️</li>
<li>Leadership:⭐️⭐️⭐️⭐️⭐️</li>
</ul>
<hr/>
<h2>Awards and Certificate</h2>
<ul>
<li>Best Non-Technical Event Awards</li>
</ul>
<hr/>
<h2>Other</h2>
<ul>
<li>
<a href="./Main/MyHobbies.txt" > My Hobbies</a>
</li>
<li>
<a href="./Main/ContactME.txt"> Contact Me</a>
</li>
</ul>
<footer>
<p>© Ruchir Bansal. All rights reserved</p>
</footer>
</body>
</html>