-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.php
More file actions
105 lines (95 loc) · 5.87 KB
/
about.php
File metadata and controls
105 lines (95 loc) · 5.87 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
<?php
include('inc/header.php');
?>
<div class="card card-lg">
<div class="card-body">
<div class="card-body ">
<div class="row g-4">
<div class="col-12 markdown">
<h1>About Us</h1>
<p>At KuihrayaOnz, we are passionate about spreading the joy of Malaysian festivities through our delectable Kuih Raya, which are a cherished part of our cultural heritage. As a company deeply passionate into tradition, we take great pride in sharing the authentic flavors of these delightful treats with all of you.</p>
</div>
<div class="col-md-4 markdown">
<h3>Preserving Tradition, Celebrating Culture</h3>
<p>Our journey began with a love for Kuih Raya and a desire to preserve the essence of Malaysian festivities. Each cookie we prepared is a testament to our dedication to tradition and the celebration of culture. Passed down through generations, our recipes hold the key to capturing the true essence of these festive cookies.</p>
</div>
<div class="col-md-4 markdown">
<h3>Handcrafted with Love and Care</h3>
<p>Every batch of our Kuih Raya is handcrafted to perfection. Our skilled bakers put their heart and soul into each cookie, ensuring that you not only get the taste but also feel the warmth of our love in every bite. We believe that this personal touch makes our treats extra special, perfect for creating memories with family and friends.</p>
</div>
<div class="col-md-4 markdown">
<h3>Locally-Sourced Ingredients, Uncompromising Quality</h3>
<p>To bring you the finest Kuih Raya, we carefully select the best ingredients. Supporting local farmers and businesses is not only a part of our commitment to the community but also ensures the freshness and superior taste of our products. Our dedication to quality means that you can trust every cookie that leaves our kitchen.</p>
</div>
</div>
</div>
<div class="row row-cards">
<div class="col-md-6 col-lg-4">
<div class="card">
<div class="card-body p-4 text-center">
<span class="avatar avatar-xl mb-3 rounded" style="background-image: url(./dist/img/developer/alif.jpg)"></span>
<h3 class="m-0 mb-1"><a href="#">Muhammad Alif bin Amran</a></h3>
<div class="text-muted">Project Manager</div>
<div class="text-muted">muhd.alif13@gmai.com</div>
<div class="text-muted">018-2083155</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card">
<div class="card-body p-4 text-center">
<span class="avatar avatar-xl mb-3 rounded" style="background-image: url(./dist/img/developer/ikhwan.jpg)"></span>
<h3 class="m-0 mb-1"><a href="#">Muhammad Ikhwan Hadi bin Iziludin</a></h3>
<div class="text-muted">Backend Programmer</div>
<div class="text-muted">ikhwanhadi32@gmail.com</div>
<div class="text-muted">011-13287218</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card">
<div class="card-body p-4 text-center">
<span class="avatar avatar-xl mb-3 rounded" style="background-image: url(./dist/img/developer/wan.jpg)"></span>
<h3 class="m-0 mb-1"><a href="#">Wan Muhammad Amirul bin Wan Mohamad Noor</a></h3>
<div class="text-muted">UI Designer</div>
<div class="text-muted">wanamirul6503@gmail.com</div>
<div class="text-muted">012-8409575</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card">
<div class="card-body p-4 text-center">
<span class="avatar avatar-xl mb-3 rounded" style="background-image: url(./dist/img/developer/aiman.jpg)"></span>
<h3 class="m-0 mb-1"><a href="#">Muhammad Aiman Bin Rosani</a></h3>
<div class="text-muted">Database Engineer</div>
<div class="text-muted">aiman.rosani64@gmail.com</div>
<div class="text-muted">010-8406374</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card">
<div class="card-body p-4 text-center">
<h3 class="m-0 mb-1"><a href="#"></a></h3>
<div class="text-muted"></div>
<div class="text-muted"></div>
<div class="text-muted"></div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card">
<div class="card-body p-4 text-center">
<span class="avatar avatar-xl mb-3 rounded" style="background-image: url(./dist/img/developer/zaeef.jpg)"></span>
<h3 class="m-0 mb-1"><a href="#">Ahmad Zaeef Haqqani Bin Ahmad Rubaa'i</a></h3>
<div class="text-muted">Frontend Programmer</div>
<div class="text-muted">zaeefhaqqani@gmail.com</div>
<div class="text-muted">013-3115737</div>
</div>
</div>
</div>
</div>
<?php
include('inc/footer.php');
?>