-
Notifications
You must be signed in to change notification settings - Fork 0
/
Main Page.html
31 lines (30 loc) · 1.59 KB
/
Main Page.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<title> Come 'N Go </title>
</head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<body>
<div class="nav">
<span><a href="#"><img src="logo.png" alt="Logo" style="height: 100px;"></a></span>
<span><a class="nav-elem" href="#">Home</a></span>
<span><a class="nav-elem abt-link" href="about.html">About Us</a></span>
<span><a class="nav-elem cnt-link" href="contact.html">Contact Us</a></span>
<span><a class="nav-elem plc-link" href="places.html"> Places </a></span>
<span><a class="nav-elem prc-link" href="pricing.html"> Pricing </a></span>
<span><a class="nav-elem stf-link" href="staff.html"> Staff </a></span>
</div>
</body>
<body>
<div class="footer">
<p class="footertxt"> You can follow our Social Media Handles:</p>
<span> <a href="https://www.facebook.com/abd.devilliers.777" class="fa fa-facebook"></a> </span>
<span> <a href="https://twitter.com/imVkohli" class="fa fa-twitter"></a></span>
<span> <a href="https://mail.google.com/mail/u/0/#inbox" class="fa fa-google"></a></span>
<span> <a href="https://www.linkedin.com/in/abhinav-reddy-12b010223/" class="fa fa-linkedin"></a></span>
<span> <a href="https://www.youtube.com/channel/UCVA5JqljmySkdTExuKb_qEA/videos" class="fa fa-youtube"></a></span>
<span> <a href="https://www.instagram.com/16abhinavreddy/?hl=en" class="fa fa-instagram"></a></span>
</div>
</body>
</html>