-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (64 loc) · 2.31 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
<!DOCTYPE html>
<html lang = "en">
<head>
<meta charset="UTF-8">
<title>
My Resume
</title>
</head>
<body>
<h1>Bramhank Mishra
<img src="./assets/images/IMG20230725212822.jpg" alt ="image of Bramhank Mishra" height = "200" align = "right">
</h1>
<hr/>
<h2>Objective: </h2>
<p>I am person that the company can rely on for the projects that require sheer will and hardwork
I believe in delivering more than speaking.
</p>
<h2>
Education:
</h2>
<ol>
<li>12th - Maharishi Vidya Mandir <img src="./assets/images/images.jpg" alt="Image of MVM logo" height = "20"></li>
<li>Graduation - Lovely Professional University <img src="./assets/images/download.png" alt="Image of MVM logo" height = "20"></li>
</ol>
<h2>Work Experience: </h2>
<ul>
<li>Founder of <a href = "https://almightycrafters.com/">Almighty Crafters</a> <img src = "./assets/images/download.jpg" height = "20"></li>
<li>4+ year in Stock Market</li>
<li>Created Number of projects</li>
</ul>
<h2>Skills: </h2>
<h3>Technical Skills</h3>
<ul>
<li>Java</li>
<li>C++</li>
<li>C</li>
<li>MySQL</li>
<li>HTML, CSS, JavaScript</li>
</ul>
<h3>
Soft Skills
</h3>
<ul>
<li>Commmunication</li>
<li>Negotiation</li>
<li>Collaboration</li>
</ul>
<h2>Awards, Certificates: </h2>
<ul>
<li>University Honor Roll</li>
<li>The Web Devlopment Bootcamp 2023</li>
</ul>
<hr />
<h4>
<a href = "./public/contact.html">Contact</a>
<a href = "./public/hobbies.html">Hobbies</a>
</h6>
<footer>
<P>
All Rights reserved with Bramhank Mishra
</P>
</footer>
</body>
</html>