-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathContact.html
38 lines (29 loc) · 1.17 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
<html>
<head>
<title>
Contact
</title>
<link rel="stylesheet" href="style.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
</head>
<body class= "pic1">
<h1>Welcome</h1>
<nav>
<ul>
<li><a href="home.html">Home</a></li>
<li><a href="aboutme.html">About me</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="Contact.html">Contact</a></li>
</ul>
</nav>
<br>
<br>
<ul class= "icons">
<br>
<br>
<li><a href="#" class= "icons2"><i class="fa fa-facebook" aria-hidden="true"></i></a></li>
<li><a href="#" class= "icons2"><i class="fa fa-linkedin" aria-hidden="true"></i></a></li>
<li><a href="#" class= "icons2"><i class="fa fa-quora" aria-hidden="true"></i></a></li>
</ul>
</body>
</html>