This repository has been archived by the owner on Mar 24, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout-us.php
41 lines (35 loc) · 2.21 KB
/
about-us.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Baycon & E.GG</title>
<link rel="stylesheet" type="text/css" href="css/about-us.css">
<link rel="stylesheet" type="text/css" href="css/navbar.css">
<link rel="stylesheet" type="text/css" href="css/footer.css">
</head>
<body>
<?php include "navbar.php"; ?>
<div id="about-us-body">
<p class="about-us-title">ABOUT US</p>
<img class="about-us-img" src="images/about-us/bacon-egg-cups.jpg">
<p class="about-us-description">
    We are 🥓🥚Baycon & E.ggs, inspired by the favourite American breakfast.
We bring you the most juicy and eggcelent games (much like our bacon and eggs).
As for why our logo only consists of a strip of bacon? You'll have to ask the admin where the eggs went.😏<br><br>
    Founded 2020, DC (During Corona🦠) by Miss Mohana when giving her students an assignment to make an e-commerce website.😂
You can watch the video behind the establishment of the company <a class="about-us-link" href="https://youtu.be/TAPRWRyXDfE?t=4" target="_blank">here</a>!
</p>
<p class="about-us-title sub">THE CEO</p>
<img class="about-us-img" src="images/about-us/eddy.jpg">
<p class="about-us-description">
    The CEO of 🥓🥚Baycon & E.ggs is none other than Mr Eddy, who is appointed solely due to his ability to
get people eggcited about our games. However, due to the lack of pictures, we will have to settle with the only one we have at our disposal
for this introduction. Sorry not sorry. 😛<br><br>
    If you find him hot 🥵, you only need to shoot us an email at <a class="about-us-link" href="contact.php">Contact Us</a>
to get exclusive access into his private DMs. Also he is totally our admin🍆💦.
</p>
</div>
<?php include "footer.php"; ?>
</body>
</html>