-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
128 lines (118 loc) · 4.76 KB
/
about.html
File metadata and controls
128 lines (118 loc) · 4.76 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Online Movies">
<meta name="keywords" content="movies,streaming,">
<meta name="author" content="Zico">
<title>Square Eyes | About </title>
<link rel="icon" type="image/x-icon" href="/images/sq-eyes-favicon2.png">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css" />
<script
src="https://kit.fontawesome.com/ce1b7138a5.js"
crossorigin="anonymous"
></script>
<script defer src="js/script.js" type="module"></script>
<!-- Hotjar Tracking Code for https://cheery-sfogliatella-badfe4.netlify.app/ -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:3681664,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body>
<header>
<div class="navbar">
<div class="logo">
<a href="index.html"
><img class="logo-img" src="images/logo.png" alt="Square Eyes"
/></a>
</div>
<div class="menu-name">
<ul class="navbar-list" id="navbar-list-hamburger">
<li class="list-item">
<a href="index.html">Home</a>
</li>
<li class="list-item"><a href="films.html">Movies</a></li>
<li class="list-item"><a href="about.html">About</a></li>
<li class="list-item"><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="icons">
<ul class="icons">
<li>
<a href="films.html"
><span class="eror">a</span>
</li>
<li>
<a href="checkout-page.html"
><span class="eror">a</span
><i class="fa-solid fa-cart-shopping"></i
></a>
</li>
</ul>
</div>
<div class="small">
<a href="films.html"
><span class="eror">a</span
><i class="fa-solid fa-magnifying-glass"></i
></a>
<a href="checkout-page.html"
><span class="eror">a</span><i class="fa-solid fa-cart-shopping"></i
></a>
</div>
<a href="#navbar-list-hamburger" class="hamburger"
><span class="eror">a</span><i class="fa-solid fa-bars"></i
></a>
<a class="close" href="#"
><span class="eror">a</span><i class="fa-solid fa-xmark"></i
></a>
</div>
</header>
<main>
<div class="cinema">
<div class="cinema-text">
<h2 class="about-us">About Us.</h2>
<h1>Square Eyes ,</h1>
<p>
Whatever the industry, the humble ‘about us’ page has a pivotal role in sharing brand values and the brand story with potential customers.
Find out how a cross section of companies tells a story with these ‘about us’ page examples – you might be inspired:
</p>
</div>
</div>
</main>
<footer>
<div class="footer">
<div class="row">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" integrity="sha512-iBBXm8fW90+nuLcSKlbmrPcLa0OT92xO1BIsZ+ywDWZCvqsWgccV3gFoRBv0z+8dLJgyAHIhR35VZc2oM/gI1w==" crossorigin="anonymous" referrerpolicy="no-referrer"/>
<div class="footer-end">
<div class="logo-footer">
<a href="index.html"
><img class="logo-img" src="images/logo.png" alt="Square Eyes"
/></a>
<div class="row">
<ul>
<li><a href="/contact.html">Contact us</a></li>
<li><a href="/index.html">Privacy Policy</a></li>
<li><a href="/index.html">Terms & Conditions</a></li>
</div>
</div>
<div class="connect">
<span class="connect-font">OUR SOCIALS
</span><a href="https://www.twitter.com"><i class="fab fa-twitter"></i></a></span>
<span><a href="https://www.youtube.com"><i class="fab fa-youtube"></i></a></span>
<span><a href="https://www.instagram.com"><i class="fab fa-instagram"></i></a></span></a>
</div>
</div>
<span class="copyright">©Copyright 2023 - All rights reserved</span>
</footer>
</body>
</html>