-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINDEX.HTML
76 lines (73 loc) · 2.95 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
<html>
<head>
<link href="style.css" rel="stylesheet">
<title>DIKSHA HATWAR</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">
<h1>DIKSHA HATWAR</h1>
<hr>
FRONT-END DEVELOPER
<hr>
</header>
<main>
<article id="mainLeft">
<section>
<h2>CONTACT</h2>
<p>
<i class="fa fa-envelope" aria-hidden="true"></i>
<a href="https://gmail.com/dikshahatwar16@gmail.com">dikshahatwar16@gmail.com</a>
</p>
<p>
<i class="fab fa-github" aria-hidden="true"></i>
<a href="https://github.com/Dikshahatwar">Dikshahatwar</a>
</p>
<p>
<i class="fab fa-linkedin" aria-hidden="true"></i>
<a href="https://www.linkedin.com/in/diksha-hatwar-086355263?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app ">Diksha Hatwar</a>
</p>
</section>
<section>
<h2>SKILLS</h2>
<ul>
<li>HTML</li> <li>CSS</li><li> GitHub</li> <li>C</li><li>Communication skills</li> </ul>
</section>
<section>
<h2>EDUCATION</h2>
<h3>B.Tech</h3>
<p>
Rashtrasant Tukdoji Maharaj Nagpur University
</p>
<p>
2023-2027
</p>
</section>
</article>
<article id="mainRight">
<section>
<h2>ABOUT</h2>
<p>I'm currently an enthusiastic second-year Computer Engineering student at Rashtrasant Tukdoji Maharaj
University Nagpur, actively seeking an internship opportunity. Driven by a passion for technology and a
genuine eagerness to learn.I'm keen to enhance my skills and gain hands-on experience to kick-start my
career. I'm always ready to embrace new challenges . I'm excited to contribute my knowledge and energy
to a dynamic team, while continually improving and broadening my horizons in the field of computer
engineering. Let's build something great together!
</p>
</section>
<section>
<h2>WORK EXPERIENCE</h2>
<h3>No work experience</h3>
</section>
<section>
<H2>Achievements </H2>
<ul>
<li>Completed HTML course</li>
<li>Completed css course</li>
<li>Won a debate competition in the college</li>
</ul>
</section>
</article>
</main>
</body>
</html>