-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
39 lines (35 loc) · 1.2 KB
/
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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="Manoj">
<meta name="description" content="This page contains all the things while I am learning how to create a portfolio website as I learn HTML.">
<meta name="viewport"content="width=device-width , initial scale=1.0">
<title> MyPersonal Portofolio Website </title>
<link rel="icon" href= "icon.png" type="image/x-icon">
<link rel="stylesheet" href="style2.css" type="text/css">
</head>
<body>
<section id="Contacts">
<h3>You can contact me at the following ways :</h3>
<dl>
<li>Contact me at <a href="mailto:random@gmail.com">My email address </a>
</li>
<li>
Dial <a href="tel: +00 1234567890">My phone number </a>
</li>
<li>Linkdin Profile <a href="https://www.linkedin.com/in/manoj-sai-vardhan-916361256">Manoj sai vardhan </a>
<li>
Open <a href="https://www.google.com/"
target="_blank"> Google</a> in a new tab
</li>
</ul>
</dl>
</section>
<hr>
<<< © <a href="about.html">Manoj </a> >>>
<p>
<a href="/">Back to home page</a>
</p>
</body>
</html>