-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
81 lines (79 loc) · 3.38 KB
/
aboutus.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="abtus.css">
<title>About Us - ClownHouse</title>
</head>
<body>
<div class="father">
<div class="bbcontainer">
<nav id="mainnav">
<div class="hamburger">
<div class="bar1"></div>
<div class="bar2"></div>
<div class="bar3"></div>
</div>
<div id="left" class="hov">
<a href="index.html">Home</a>
<a href="aboutus.html">About</a>
<a href="con.html">Contact</a>
<a id="Faq" href="faqs.html">FAQs</a>
</div>
<div id="mid">
<img src="img/pngwing.com.png" alt="Home">
</div>
<div id="right" class="hov">
<a href="Mgames.html">My Games</a>
<a href="cart.html">Cart<div><span>0</span></div></a>
</div>
</nav>
<nav class="mobilenav">
<a href="index.html">Home</a>
<a href="aboutus.html">About</a>
<a href="con.html">Contact</a>
<a id="Faq" href="faqs.html">FAQs</a>
</nav>
</div>
<div class="display">
<div class="left">
<p class="p1">Behind</p>
<p class="p2">The Brand</p>
<span>"Welcome to Clownhouse where you will find the latest games and collections on all platforms. Allow us to take you to a place where only games exists."</span>
</div>
<div class="right">
<img src="img/hogwarts_legacy_4k_hd_games-3840x2160.jpg" alt="">
</div>
</div>
<div class="footer">
<div class="left">
<div class="content">
<p>Get in touch</p>
<span>We are looking
forward to hearing from you</span>
</div>
</div>
<div class="middle">
<div class="content">
<p>Contact Us</p>
<span>Arfat Naik</span>
<span>[email protected]</span>
</div>
</div>
<div class="right">
<div class="content">
<div><a href="https://www.instagram.com/arfat._.69_?utm_source=ig_web_button_share_sheet&igsh=ZDNlZDc0MzIxNw=="><img src="img/insta.png" alt=""></a></div>
<span>All rights reserved blah blah</span>
</div>
</div>
</div>
<script src="app.js"></script>
</body>
</html>