-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (92 loc) · 4.12 KB
/
index.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!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">
<title>PiPiLiCa BitE</title>
<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=Poppins&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="images/favicon.png" type="image/x-icon">
</head>
<body>
<section class="flex-section">
<div class="flex-top-container">
<h1>PiPiLiCa <span class="highlight">BitE</span></h1>
<h2><span class="highlight">BitE</span> The Taste of Fresh Fruits</h2>
<p>Hurry Up!!! Collect your delicious BitE</p>
<a class="link-button" target="_blank" href="https://web.programming-hero.com">BitE to Order</a>
</div>
<div class="flex-top-container">
<img src="images/welcomebite.png" alt="Welcome Photo">
</div>
</section>
<section class="flex-section flex-middle-section">
<div class="flex-middle-container">
<img src="images/aboutus.png" alt="About Us">
</div>
<div class="flex-middle-container">
<h3>About Us</h3>
<p>We Provide Fresh and Qulity Fruits on your choice. Visit our store and pick your appetite. Just make
a
BitE.</p>
<a class="link-button" target="_blank" href="http://www.pipilicaplanet.com">Contact Us</a>
</div>
</section>
<section class="non-flex-section">
<div>
<h3>Here is some Mysterios Buckets</h3>
<p>Please choose your Buckets and get a <span class="highlight">Special Coupon</span> on delivery. Don't
forget to leave your feedback.</p>
</div>
<div class="flex-section">
<div class="flex-bottom-container">
<img src="images/bucket1.jpg" alt="Fruits Combo Bucket -01">
<h4>Fruits Combo Bucket -01</h4>
<p>This first bucket is filled up with lots of fresh fruits. Please hit up the tab <span
class="highlight">BItE
to Order</span>
to fill up your desire appetite.</p>
</div>
<div class="flex-bottom-container">
<img src="images/bucket2.jpg" alt="Fruits Combo Bucket -02">
<h4>Fruits Combo Bucket -02</h4>
<p>This second bucket is filled up with lots of fresh fruits. Please hit up the tab <span
class="highlight">BItE
to Order</span>
to fill up your desire appetite.</p>
</div>
<div class="flex-bottom-container">
<img src="images/bucket3.jpg" alt="Fruits Combo Bucket -03">
<h4>Fruits Combo Bucket -03</h4>
<p>This last bucket is filled up with lots of fresh fruits. Please hit up the tab <span
class="highlight">BItE
to Order</span>
to fill up your desire appetite.</p>
</div>
</div>
</section>
<section class="non-flex-section">
<div id="last-box">
<form>
<fieldset>
<legend>Join Us for Delicious Bite</legend>
<label for="fname">First Name:</label>
<input type="text" id="fname" name="fname">
<label for="lname">Last Name:</label>
<input type="text" id="lname" name="lname">
<label for="email">Email Address:</label>
<input type="text" id="email" name="email">
<input type="submit" value="submit">
</fieldset>
</form>
</div>
</section>
<footer>
<h3><span class="highlight">PiPiLiCa</span> BitE</h3>
<p>All Rights are reserved by PiPiLiCa BitE</p>
</footer>
</body>
</html>