-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContacts.html
More file actions
44 lines (35 loc) · 1.34 KB
/
Copy pathContacts.html
File metadata and controls
44 lines (35 loc) · 1.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
</head>
<body>
<header class="header">
<a href="#" class="logo">Pritesh.</a>
<nav class="navbar">
<!-- changed here -->
<a href="index.html"class="active"><b>Home</b></a>
<a href="About.html"><b>About</b></a>
<a href="skills.html"><b>Skills</b></a>
<a href="Contacts.html"><b>Contacts</b></a>
<!-- <a href="Contacts.html"><b>Contacts</b></a> -->
</nav>
</header>
<section class="Contacts">
<div class="home-content">
<h1>Contacts:-</h1>
<h3>You can contact me through:-</h3>
<span style="color: black;">Instagram :-</span>
<a href="https://www.instagram.com/pritesh_keshri_/">Click here to visit my Instagram</a>
<br>
<br>
<span style="color: black;"> LinkedIn :- </span>
<a href="https://www.linkedin.com/in/pritesh-keshri-186624279/">Click here to visit my LinkedIn Profile</a>
</div>
</section>
</body>
</html>