-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacts.html
40 lines (40 loc) · 1.9 KB
/
contacts.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
<!DOCTYPE html>
<html>
<head>
<title>Contacts</title>
<link rel="stylesheet" type="text/css" href="mystyle.css">
<script src="https://kit.fontawesome.com/94e2e9e5b4.js" crossorigin="anonymous"></script>
</head>
<body>
<input type="checkbox" id="check">
<label for="check">
<i class="fas fa-bars" id="btn"></i>
<i class="fas fa-arrow-circle-left" id="cross"></i>
</label>
<div class="sidebar">
<header>My Info</header>
<ul>
<li><a href="Index.html"><i class="fas fa-home" > Home Page </i></a></li>
<li><a href="Academics.html"><i class="fas fa-school" > Academics</i></a></li>
<li><a href="achievements.html"><i class="fas fa-medal" > Achievements</i></a></li>
<li><a href="Interests.html"><i class="fas fa-volleyball-ball" > Interests</i></a></li>
<li><a href="contacts.html"><i class="fas fa-id-card" > Contact</i></a></li>
</ul>
</div>
<section class="Contacts" style="background: skyblue; height:100vh;">
<p style="display: block; position:absolute;margin-left: 500px; margin-top: 120px;">
<a href="https://www.facebook.com/aryan.lohani.9"><img src="WhatsApp Image 2020-04-21 at 01.15.57.jpeg" width="80px" height="68px" id="#img1"></a>
</p>
<p style="display: block;position:absolute; margin-left: 750px; margin-top: 180px;">
<a href="https://www.instagram.com/aryan_lohani/"><img src="WhatsApp Image 2020-04-21 at 01.15.58.jpeg" width="80px" height="80px"></a>
</p>
<p style="display: block;position:absolute; margin-left: 610px; margin-top: 280px;">
<a href="https://api.whatsapp.com/send?phone=918084860904."><img src="WhatsApp Image 2020-04-21 at 01.15.58 (1).jpeg"width="80px" height="80px"></a>
</p>
<address style="position: absolute;margin-top:600px ;font-size:20px;">
Email:<a href="[email protected]">@[email protected]</a><br>
Address:sadmakala,peterwar,bokaro,829121
</address>
</section>
</body>
</html>