-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
35 lines (33 loc) · 1.6 KB
/
contact.html
File metadata and controls
35 lines (33 loc) · 1.6 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
<!DOCTYPE html5>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;600;700&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mohammed Aayan Pathan</title>
<link rel="stylesheet" href="styles/contact.css">
<link rel="apple-touch-icon" sizes="180x180" href="AAYANICON/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="AAYANICON/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="AAYANICON/favicon-16x16.png">
<link rel="manifest" href="AAYANICON/site.webmanifest">
</head>
<body>
<nav>
<a href="index.html"><h3>Mohammed Aayan Pathan</h3></a>
<a href="contact.html" id="link">Contact</a>
</nav>
<section id="contacts">
<h2>Here are my contacts and socials:</h2>
<p>Personal Email: mohammedaayan@icloud.com</p>
<p>School Email: mohammedaaya.p_gfs@gemselearning.com</p>
<p>Developer Email: mohammedaayandev@gmail.com</p>
<span id="icons">
<a href="https://github.com/SyntaxSnipes"><img src="images/github-mark-white.svg" alt=""></a>
<a href="https://www.instagram.com/syntaxsnipes.map/"><img src="images/insta.svg" alt=""></a>
<a href="https://twitter.com/syntaxsnipes"><img src="images/Twitter X.svg" alt=""></a>
</span>
</section>
</body>
</html>