-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
51 lines (51 loc) · 2.27 KB
/
contact.html
File metadata and controls
51 lines (51 loc) · 2.27 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact</title>
<link rel="stylesheet" href="style_contact.css">
</head>
<body class="body">
<div id="Header">
<h1>Contacts</h1>
</div>
<p>
<div id="links">
<a href="#" id="h1" target="_blank">Home</a>
<a href="My_project.html" id="h2" target="_blank">My projects</a>
<a href="About.html" id="h3" target="_blank">About</a>
</div>
<p>
<p>
<div class="bad">
<div class="border">
<div >
<h2>My Contacts</h2><hr>
</div>
<div class="more">
<p class="links">LinkedIn - <a href="https://www.linkedin.com/in/shreyansh-pandey-403b5b292/" target="_blank">Shreyansh Pandey</a></p>
<p class="links">Instagram - <a href="https://www.instagram.com/mr.ripl/" target="_blank">Mr.RipL</a></p>
<p class="links">G-mail - shreysandhya.pandey124@gmail.com</p>
</div>
<hr>
</div>
<div class="border">
<div>
<h2>University's Contacts</h2><hr>
</div>
<div class="more">
<p class="links">Official Website - <a href="https://www.lpu.in/">Lovely Professional University</a></p>
<p class="links">LinkedIn - <a href="https://www.linkedin.com/search/results/all/?fetchDeterministicClustersOnly=true&heroEntityKey=urn%3Ali%3Aorganization%3A378140&keywords=lovely%20professional%20university&origin=RICH_QUERY_SUGGESTION&position=0&searchId=a5e1ebae-932e-413f-89ed-0cda06051437&sid=aDq" target="_blank">Lovely Professional University</a></p>
<p class="links">Instagram - <a href="https://www.instagram.com/lpuuniversity/" target="_blank">Mr.RipL</a></p>
<p class="links">G-mail - info@lpu.co.in</p>
<p class="links">Phone - +91-1824-517000</p>
</div>
</div>
</div>
</p>
<footer>
<p class=><marquee></marquee></p>
</footer>
</body>
</html>