-
Notifications
You must be signed in to change notification settings - Fork 0
/
ourStory.html
339 lines (335 loc) · 15.9 KB
/
ourStory.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
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
<!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>Finsweet</title>
<!-- Reset CSS -->
<link rel="stylesheet" href="./assets/css/reset.css" />
<!-- Style -->
<link rel="stylesheet" href="./assets/css/style.css" />
<link rel="stylesheet" href="./assets/css/style_ourStory.css" />
<!-- Fonts -->
<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,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500;1,600&display=swap"
rel="stylesheet"
/>
</head>
<body>
<!-- ========================================OurStory Page================================================ -->
<!-- Header -->
<header class="fixed header">
<div class="main-content">
<div class="body">
<!-- Logo -->
<a href="./index.html"
><img
src="./assets/img/Logo.svg"
alt="logo"
class="logo"
/></a>
<!-- Navigation -->
<div class="nav">
<ul>
<li>
<a href="./index.html">Home</a>
</li>
<li>
<a href="./menu.html">Menu</a>
</li>
<li>
<a href="./aboutUs.html">About Us</a>
</li>
<li>
<a href="./ourStory.html">Our Story</a>
</li>
<li>
<a href="./blog.html">Blog</a>
</li>
<li>
<a href="./contact.html">Contact</a>
</li>
</ul>
</div>
<!-- Action -->
<button class="action">
<span class="label">Clone Project</span>
<img
src="./assets/img/arrow-to-right.svg"
alt="arrow-to-right"
class="arrow-to-right"
/>
</button>
<!-- Navigation Mobile -->
<label for="nav-mb-checkbox" class="nav-mb-btn">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512"
width="32"
height="32"
>
<path
d="M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z "
fill="#FFB577"
/>
</svg>
</label>
<input
class="nav-input"
type="checkbox"
name="nav-mb-checkbox"
id="nav-mb-checkbox"
/>
<label for="nav-mb-checkbox" class="nav_overlay"></label>
<div class="nav-mb">
<div class="exit-bar">
<!-- Logo -->
<a href="./index.html"
><img
src="./assets/img/Logo.svg"
alt="logo"
class="logo"
/></a>
<!-- exit button -->
<label for="nav-mb-checkbox">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
width="32"
height="32"
class="exit-btn"
>
<path
d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z"
fill="#FFB577"
/>
</svg>
</label>
</div>
<ul>
<li>
<a href="./index.html">Home</a>
</li>
<li>
<a href="./menu.html">Menu</a>
</li>
<li>
<a href="./aboutUs.html">About Us</a>
</li>
<li>
<a href="./ourStory.html">Our Story</a>
</li>
<li>
<a href="./blog.html">Blog</a>
</li>
<li>
<a href="./contact.html">Contact</a>
</li>
</ul>
</div>
</div>
</div>
</header>
<!-- Main -->
<main>
<!-- Story -->
<div class="story">
<div class="main-content">
<div class="body">
<!-- left column -->
<div class="left-column">
<h1 class="heading lv1">Our Story</h1>
<p class="desc">
Through True Rich Attended does no end it his
mother since favourable real had half every him
case in packages enquire we up ecstatic.
</p>
<div class="container">
<img
src="./assets/img/Image-Story-1.png"
alt=""
class="img"
/>
<img
src="./assets/img/Image-Story-2.png"
alt=""
class="img"
/>
</div>
</div>
<!-- right column -->
<div class="right-column">
<h3 class="heading lv3">
One of the best cafes in <strong>New York.</strong>
</h3>
<p class="desc">
Writing UX copies can be a little frustrating
and confusing, and sometimes we are unsure about
how to get the right word. To crack the code for
the UX copies, we at Zeta Design wanted to build
a Figma plugin for the larger design community.
The plugin is called the Ghost UXWriter and has
a set of UX copies cataloged and categorized
with a voice and tone variation ranging from
plain, casual to playful. The intention to build
this Figma plugin originated from our Medium
blog post, ‘Designing voice and tone for error
messages.
</p>
<p class="desc">
Writing UX copies can be a little frustrating
and confusing, and sometimes we are unsure about
how to get the right word. To crack the code for
the UX copies, we at Zeta Design wanted to build
a Figma plugin for the larger design community.
The plugin is called the Ghost UXWriter and has
a set of UX copies cataloged and categorized
with a voice and tone variation ranging from
plain, casual to playful. The intention to build
this Figma plugin originated from our Medium
blog post, ‘Designing voice.
</p>
</div>
</div>
</div>
</div>
<!-- Contact -->
<div class="contact">
<div class="main-content">
<div class="body">
<div class="info">
<div class="container">
<!-- item 1 -->
<div class="item">
<h4 class="heading lv4">Working Hour</h4>
<p class="desc">
Sunday to Saturday 09:00 AM to 11:00 PM
</p>
</div>
<!-- item 2 -->
<div class="item">
<h4 class="heading lv4">Location</h4>
<p class="desc">
Street - 127, New York, United States 546544
</p>
</div>
<!-- item 3 -->
<div class="item">
<h4 class="heading lv4">Contact us</h4>
<a href="tel:+123456789" class="desc"
><p>+123456789</p></a
>
<a href="mailto:hey@yourdomain.com" class="desc"
><p>hey@yourdomain.com</p></a
>
</div>
</div>
</div>
<div class="map">
<img
src="./assets/img/Imgae-Contact-map.png"
alt="map"
class="img-map"
/>
</div>
</div>
</div>
</div>
</main>
<!-- Footer -->
<footer class="footer">
<div class="main-content">
<div class="body">
<!-- Logo -->
<a href="#"
><img
src="./assets/img/Logo.svg"
alt="logo"
class="logo"
/></a>
<!-- Navigation -->
<div class="nav">
<ul>
<li>
<a href="./index.html">Home</a>
</li>
<li>
<a href="#">Menu</a>
</li>
<li>
<a href="./aboutUs.html">About Us</a>
</li>
<li>
<a href="./ourStory.html">Our Story</a>
</li>
<li>
<a href="./blog.html">Blog</a>
</li>
<li>
<a href="./contact.html">Contact</a>
</li>
</ul>
</div>
<!-- Contact-Footer -->
<div class="contact-footer">
<!-- Copyright -->
<div class="container">
<p class="copyright">
© 2021 Finsweet | All rights reserved.
</p>
</div>
<!-- Socials -->
<div class="socials-list">
<div class="social">
<img
src="./assets/img/icon/icon_facebook.svg"
alt="icon_facebook"
/>
</div>
<div class="social">
<img
src="./assets/img/icon/icon_twitter.svg"
alt="icon_twitter"
/>
</div>
<div class="social">
<img
src="./assets/img/icon/icon_instagram.svg"
alt="icon_instagram"
/>
</div>
<div class="social">
<img
src="./assets/img/icon/icon_linkin.svg"
alt="icon_linkin"
/>
</div>
</div>
<!-- action -->
<button
class="action"
onclick="window.location.href='./contact.html'"
>
<span class="label-med">Contact Us</span>
<svg
width="21"
height="8"
viewBox="0 0 21 8"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M20.3536 4.35355C20.5488 4.15829 20.5488 3.84171 20.3536 3.64645L17.1716 0.464466C16.9763 0.269204 16.6597 0.269204 16.4645 0.464466C16.2692 0.659728 16.2692 0.976311 16.4645 1.17157L19.2929 4L16.4645 6.82843C16.2692 7.02369 16.2692 7.34027 16.4645 7.53553C16.6597 7.7308 16.9763 7.7308 17.1716 7.53553L20.3536 4.35355ZM0 4.5L20 4.5V3.5L0 3.5L0 4.5Z"
fill="#FFB577"
/>
</svg>
</button>
</div>
</div>
</div>
</footer>
</body>
</html>