-
Notifications
You must be signed in to change notification settings - Fork 0
/
contactMe.html
56 lines (51 loc) · 1.57 KB
/
contactMe.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
<!DOCTYPE html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="style.css">
</head>
<body background="pic.jpg">
<div class="box">
<div class="sidebar sidebarGo">
<nav>
<nav>
<ul>
<li><img src="me.png" width=" 160px" height="160px"></li>
<li><a href="index.html">Why Me?</a></li>
<li><a href="Educational Qualifications.html">Educational Qualifications</a></li>
<li><a href="Projects.html">Projects</a></li>
<li><a href="Achievements & Other Interests.html">Achievements & Other Interests</a></li>
<li><a href="contactMe.html">Contact Me</a></li>
</ul>
</nav>
</div>
<div class="main">
<div class="hamburger">
<img class="ham" src="lines.jpg" alt="" width="43">
<img class="cross" src="download.png" alt="" width="20">
</div>
<div class="info3">
<p>
<h3><mark style="background-color: navy;color:white;"><u>
Contact Me</u>
<nav>
<ul>
<li>
</mark><a href="mailto: [email protected]"><img class ="new" src="gmail.png" width="100px"
height="100px"> </a></li>
<li> <a href="https://www.linkedin.com/in/medha-gupta-5b6838185/"><img class ="new" src="linkedin.png"
width="100px" height="100px">
</a></li>
<li> <a href="https://github.com/medha-3102"><img class ="new" src="github.png" width="100px" height="100px"></a>
</li>
</ul>
</nav>
</p>
</div>
</div>
</div>
<script src="script.js"></script>
<script src="js/jquery-3.6.1.min.js"></script>
<script src="js/myjquery.js"></script>
</body>
</html>