-
Notifications
You must be signed in to change notification settings - Fork 0
/
Home.html
59 lines (57 loc) · 2.59 KB
/
Home.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
<!DOCTYPE html>
<html>
<head>
<title>GameFlix</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initaial-scale=1.1">
<link rel="stylesheet" type="text/css" href="css/style.css">
<script src="https://kit.fontawesome.com/dea62d4315.js" crossorigin="anonymous"></script>
</head>
<body>
<nav>
<div class="logo">
<p>GameFlix</p>
</div>
<ul>
<li><a href=""class="active">Home</a></li>
<li><a href="C:\Users\medip\OneDrive\Desktop\Project WDM\Navigation Bar\about.html" target="_blank">About</a></li>
<li><a href="C:\Users\medip\OneDrive\Desktop\Project WDM\Navigation Bar\Products.html" target="_blank">Products</a></li>
<li><a href="C:\Users\medip\OneDrive\Desktop\Project WDM\Navigation Bar\contact.html" target="_blank">Contact</a></li>
</ul>
</nav>
<div class="image">
<img src="https://images.pexels.com/photos/3165335/pexels-photo-3165335.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=2">
</div><hr><hr>
<marquee scrollamount="14" bgcolor="#6EC2B5"><font size="5">💥💥Book an Appointment today to play new Exciting games and many more💥💥</font></marquee>
<a href="C:\Users\medip\OneDrive\Desktop\Project WDM\Navigation Bar\form.html" target="_blank"><center>
<button class="button" style="background-color:rgb(68, 63, 162);color: rgb(227, 231, 228);border-radius: 5px;">Make an Appointment</button>
</center></a><hr><hr>
<div class="image">
<img src="https://wallpapers.com/images/high/gamer-xbox-controller-in-neon-3mp83rln934lmquq-3mp83rln934lmquq.jpg">
</div><hr><hr>
<div class="wrapper">
<h1>Connect us on</h1>
<p>Social media listed here</p>
<div class="container">
<div class="icons">
<ul>
<a href="https://www.facebook.com/" target="_blank">
<i class="fa-brands fa-square-facebook"></i>
</a>
<a href="https://www.whatsapp.com/" target="_blank">
<i class="fa-brands fa-whatsapp"></i>
</a>
<a href="https://www.youtube.com/" target="_blank">
<i class="fa-brands fa-youtube"></i>
</a>
<a href="https://www.instagram.com/" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
<a href="https://twitter.com/?lang=en" target="_blank">
<i class="fa-brands fa-twitter"></i>
</a>
</ul>
</div>
</div>
</body>
</html>