-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathaboutus.php
41 lines (34 loc) · 2.06 KB
/
aboutus.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
<?php include("session.php")?>
<?php include("includes/components/header.php"); ?>
<!-- <head>
<title>About us</title>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Festive&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Lemonada:wght@300&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Tangerine:wght@700&display=swap" rel="stylesheet">
</head> -->
<link rel="stylesheet" href="includes/css/about_us.css">
<section class="wrapper aboutus">
<span id="tag-line"><h2>The only thing we're serious about is food</h2></span>
<div class="colour-box">
</div>
<span class="take-img"><img src="includes\images\dining_bimini_people.jpg" alt="Tasty_Indeed"></span>
<section class="about">
<p>Where you step in once and repeatedly crave to come back to re-live the unforgettable moments from your first time. As you enter over here you are submerged deep in the homelessness of the café-styled-décor that is the quintessential host for all types of gatherings you may think of. Tasty Indeed, with its appetizing range of phantoms, will keep you well fascinated during those nights of happy get-togethers.</p>
</section>
<span id="tag-line1"><h2> Founders</h2></span>
<div class="colour-box">
</div>
<div class="under">
<span class="founders"><img src="includes\images\naman.jpg" alt="Tasty_Indeed"></span>
<span class="founders"><img src="includes\images\rashmi.jpg" alt="Tasty_Indeed"></span>
<span class="founders"><img src="includes\images\sucheta.jpg" alt="Tasty_Indeed"></span>
<span class="founders"><img src="includes\images\pranjal.jpg" alt="Tasty_Indeed"></span>
</div>
<div class="order">
<div><span class="names">Naman</span></div>
<div><span class="names">Pranjal</span></div>
<div><span class="names">Rashmi</span></div>
<div><span class="names">Sucheta</span></div>
</div>
</section>
<?php include("includes/components/footer.php"); ?>