-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
88 lines (81 loc) · 4.09 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Anas Khan Portfolio">
<meta name="keywords" content="Anas Khan, Portfolio, Personal Trainer, Fitness">
<meta name="author" content="Anas Khan">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Anas Khan Portfolio Contact</title>
<!-- Link the stylesheet - you will need to apply 3 attributes to make it work -->
<link rel="stylesheet" type="text/css" href="A2.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Open+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<nav>
<ul>
<a href="index.html">
<img class="logo" src="images/a1logo.png" alt="logo">
</a>
<li><a class="active" href="contact.html">Contact</a></li>
<li><a href="testimonials.html">Testimonials</a></li>
<li><a href="programs.html">Programs</a></li>
<li><a href="index.html">Home</a></li>
</ul>
</nav>
<div class="contact">
<div class="contactleft">
<h1>Reach Me</h1>
<div class="contactleftlinks">
<a href="mailto:anas.k2001@icloud.com">Email: anas.k2001@icloud.com</a>
<a href="Tel: 647-806-2443">Number: 647-806-2443</a>
</div>
<h2>Adress: 3 Knightsbridge Rd, Brampton, ON L6T 3X4</h2>
<div class="smed">
<a href="https://www.instagram.com/ank_fitness01/" class="fa fa-instagram"></a>
<a href="https://twitter.com" class="fa fa-twitter"></a>
<a href="https://www.youtube.com" class="fa fa-youtube"></a>
<a href="https://www.facebook.com" class="fa fa-facebook"></a>
</div>
</div>
<div class="contactright">
<h1>Send a Message!</h1>
<form class="form">
<input type="text" class="input" placeholder="Your Name">
<input type="email" class="input" placeholder="Your Email">
<input type="number" class="input" placeholder="Your Phone Number">
<textarea type="text" class="input textarea" placeholder="Your Message">
</textarea>
<button type="button" class="msgbutton">Send Message</button>
</form>
</div>
</div>
<footer class="footer">
<div>
<h1>INFORMATION</h1>
<ul>
<li><a href="comingsooon.html">TERMS & CONDITION</a></li>
<li><a href="comingsooon.html">WEB ACCESSIBILITY</a></li>
<li><a href="comingsooon.html">REFUND POLICY</a></li>
<li><a href="comingsooon.html">PRIVACY POLICY</a></li>
</ul>
</div>
<div>
<h1>CONTACT ME</h1>
<ul>
<li><a href="mailto:anas.k2001@icloud.com">anas.k2001@icloud.com</a></li>
<li><a href="Tel: 647-806-2443">6478062443</a></li>
</ul>
</div>
<div>
<h1>FOLLOW MY SOCIALS</h1>
<a href="https://www.instagram.com/ank_fitness01/" class="fa fa-instagram"></a>
<a href="https://twitter.com/harshilp281" class="fa fa-twitter"></a>
<a href="https://www.youtube.com/channel/UClnAA9H7uj9k3OzWZMEAcnw" class="fa fa-youtube"></a>
<a href="https://www.facebook.com/profile.php?id=100004161737751" class="fa fa-facebook"></a>
</div>
</footer>
</body>
</html>