-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
91 lines (80 loc) · 2.46 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
<html>
<head>
<link href="style.css" rel="stylesheet">
<title>YBharti Rawat resume</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
</head>
<body>
<header id="header">
<!-- resume header with your name and title -->
<h1>BHARTI RAWAT</h1>
<hr>
<b>MERN STACK STUDENT </b>
<hr>
</header>
<main>
<article id="mainLeft">
<section>
<h2><b>CONTACT </b></h2>
<!-- contact info including social media -->
<p>
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="mailto:your-email@example.com">Bhartirawatbr26@gmail.com</a>
<p>
<i class="fab fa-github" aria-hidden="true"></i>
<a href=" https://github.com/8721111/Resume/commits?author=8721111 ">8721111 </a>
</p>
<p>
<i class="fab fa-linkedin" aria-hidden="true"></i>
<a href="https://www.linkedin.com/in/bharti-rawat-787a34238?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app">Bharti Rawat </a>
</p>
</p>
</section>
<br>
<section>
<h2><b>SKILLS </b></h2>
<ul>
<LI>
HTML </LI>
<li>CSS</li>
<li>JAVASCRIPT</li>
<li>MONGODB</li>
<li>SQL</li>
<li>REACT</li>
<li>EXPRESS</li>
<li>PYTHON</li>
</ul>
<!-- your skills -->
<br>
<h2> <b>EDUCATION </b></h2>
<ul>
<li>10TH fron HBSE</li>
<li>12TH fron HBSE</li>
<li>BTECH CSE in KUK UNIVERSITY </li>
</ul>
<!-- your education -->
</section>
</article>
<article id="mainRight">
<br>
<section>
<h2> <b>ABOUT</b></h2>
<p> I am dedicated and motivtaed individuals with a passion for technology and a strong desire to contribute to the field of technology.I have a track delivering projects on time and working well with others. I am always eager to learn and grow in the technology field</p>
<!-- about you -->
</section>
<section>
<br>
<h2> <b>WORK EXPERIENCE </b></h2>
<!-- your work experience -->
<ul>
<li> Intersnhip in web stack academy</li>
<li>internship in apna college</li>
<li>internship in MSME</li>
<li>internhsip in udemy</li>
<li>internship in addi foundation</li>
</ul>
</section>
</article>
</main>
</body>
</html>