-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontacts.html
39 lines (35 loc) · 1.45 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
<!DOCTYPE html>
<html>
<head>
<title>contacts</title>
<link rel="stylesheet" type="text/css" href="./style.css">
</head>
<body>
<header>
<ul>
<li><a href="./index.html"><img id="logo" src="./titlepng.png"></a></li>
<li><a href="./index.html"><h1 id="home">Home</h1></a></li>
<li><a href="about.html"><h1>About</h1></a></li>
<!-- <li><a href="./schedule.html"><h1>Schedule</h1></a></li> -->
<li style="margin-left: auto;"><a href="./adminlogin.html"><h1>View Schedule</h1></a></li>
<li><a href="query.html"><h1>Ask Queries</h1></a></li>
<!-- <li><a href="#contacts"><h1 id="push">Contact us</h1></a></li> -->
</ul>
</header>
<br><br><br><br><br><br>
<div id="contacts">
<a href="./index.html"><img id="logo2" src="./titlepng.png"></a>
<h4>Contact Us</h4>
<pre id="ct"> Himanshu pawar <br> <br> Mohit Kourav <br>
</pre>
<pre id="ct">+91 8275064436 +91 7354647866<br><br>[email protected] [email protected]<br>
</pre>
<div id="social">
<a href="./index.html"><img id="logo3" src="https://ya-webdesign.com/transparent250_/why-does-my-png-have-a-black-background-5.png"></a>
<a href="./index.html"><img id="logo4" src="https://ya-webdesign.com/transparent250_/instagram-clipart-glitter-6.png"></a>
<a href="./index.html"><img id="logo5" src="https://ya-webdesign.com/transparent250_/twitter-clipart-tranparent-3.png"></a>
</div>
</div>
<script src="./script.js"></script>
</body>
</html>