-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
23 lines (23 loc) · 999 Bytes
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Details - Afrin Irfana A.</title>
<link rel="stylesheet" href="contact.css"
</head>
<body>
<div class="header">
<a href="index.html">Home</a>
</div>
<div class="for">
<h1>Contact Details</h1>
<p><strong>Name:</strong> Afrin Irfana A.</p>
<p><strong>Email:</strong> <a href="mailto:afrinirfana@example.com">afrinirfana@example.com</a></p>
<p><strong>Phone:</strong> <a href="tel:+919876543210">+91 9876543210</a></p>
<p><strong>LinkedIn:</strong> <a href="https://www.linkedin.com/in/afrin-irfana-a">linkedin.com/in/afrin-irfana-a</a></p>
<p><strong>GitHub:</strong> <a href="https://github.com/AfrinIrfanaA">github.com/AfrinIrfanaA</a></p>
<p><strong>Location:</strong> Ramanathapuram, Tamil Nadu, India</p>
</div>
</body>
</html>