-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAboutUs.php
177 lines (168 loc) · 5.94 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
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<?php require 'includes/header.php' ?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AboutUs</title>
<link
rel="stylesheet"
href="path/to/font-awesome/css/font-awesome.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
/>
<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=Playfair+Display:ital@1&display=swap"
rel="stylesheet"
/>
<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=Playfair+Display:ital@1&family=Roboto:ital,wght@0,100;1,300;1,500&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="CSS/About.css" />
<link rel="stylesheet" href="CSS/footer-style.css" />
<link rel="stylesheet" href="CSS/header-style.css" />
</head>
<body>
<section id="top">
<div class="firstslide">
<div class="firstText">
<div class="house">
<p>About<br /><span>Us</span></p>
</div>
</div>
</div>
</section>
<section>
<div class="title">
<p><span>Welcome to</span><br />Maleda Handcraft</p>
</div>
</section>
<section class="whole-1">
<div class="items-1">
<div>
<h2>The Maleda Handmade Craft Difference.</h2>
<p>
What sets us apart is our dedication to authenticity and quality.
Each item in our collection is meticulously crafted by hand with
precision and attention to detail. Our close collaboration with
highly skilled artisans guarantees that every piece we create
narrates a distinct story of artistry and cultural legacy.
</p>
</div>
</div>
<img
src="https://th.bing.com/th/id/R.03da7f768dda5353d82f31e23dd7ef5d?rik=cboy7cOZYiK8Jg&pid=ImgRaw&r=0"
alt=""
class="img1"
/>
</section>
<section class="core">
<h1>Core Values</h1>
<div class="val">
<ul list-style-type: square>
<li>
<strong>Authenticity:</strong> Keeping things real with genuine
craftsmanship.
</li>
<li>
<strong>Connection:</strong> Bringing artisans and customers closer
together.
</li>
<li>
<strong>Creativity:</strong> Embracing innovation in artisanal work.
</li>
<li>
<strong>Sustainability:</strong> Going green for a better future.
</li>
<li>
<strong>Community:</strong> Building a supportive handmade
community.
</li>
<li>
<strong>Quality:</strong> Ensuring top-notch handmade products.
</li>
<li>
<strong>Empowerment:</strong> Helping artisans shine and grow.
</li>
<li>
<strong>Appreciation:</strong> Cherishing the stories behind each
creation.
</li>
<li>
<strong>Cultural Preservation:</strong> Safeguarding traditional
craftsmanship.
</li>
<li>
<strong>Customer Centricity:</strong> Putting customers first for a
seamless experience.
</li>
</ul>
</div>
</section>
<div class="abouter">
<section class="about">
<section id="mission">
<h2>Our Mission</h2>
<p>
Our mission is to close the gap that exists between modern living
and traditional workmanship. We believe that handmade goods have the
ability to evoke feelings, tell stories, and make enduring memories.
Through the selection of a wide variety of handcrafted items, we aim
to connect artisans with appreciative people who value uniqueness in
a hectic society.
</p>
</section>
<section id="vision">
<h2>Our Artisan</h2>
<p>
Get to know the creative people that run Maleda! Our artisans offer
a variety of influences and techniques to our creative community. In
addition to purchasing a unique item, you're also helping to sustain
the livelihoods of dedicated artists who put their all into each and
every creation by shopping with us.
</p>
</section>
</section>
</div>
<div class="abouter">
<section class="about">
<section id="objectives">
<h2>Objectives</h2>
<ul>
<li>
Curate a diverse selection of high-quality handmade products
</li>
<li>Showcase the talent and craftsmanship of artisans worldwide</li>
<li>Create a platform for artists to reach a wider audience</li>
<li>Promote sustainable and ethical practices in handmade goods</li>
</ul>
</section>
<section id="goals">
<h2>Goals</h2>
<ul>
<li>Foster a community supporting handmade products</li>
<li>Provide a seamless shopping experience</li>
<li>Expand artisan networks for collaborations.</li>
<li>Preserve traditional craftsmanship and heritage</li>
</ul>
</section>
</section>
</div>
<div class="cta-container">
<h2>Ready to Transform Your Space?</h2>
<p>
Discover the artistry of handmade crafts at Maleda Handcraft. Let's
bring your vision to life!
</p>
<a href="tel:+123456789" class="cta-button">Contact Us</a>
</div>
</body>
</html>
<?php require 'includes/footer.php' ?>