forked from pda-sooso/pda-pair-programming
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
459 lines (459 loc) · 16.3 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
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
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="style/reset.css" />
<link rel="stylesheet" href="style/common.css" />
<link rel="stylesheet" href="style/front_page.css" />
<link
rel="stylesheet"
href="style/responsive.css"
media="(max-width: 1023px)"
/>
<link
rel="stylesheet"
href="style/responsive_mob.css"
media="(max-width: 767px)"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Roboto Mono -->
<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=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap"
rel="stylesheet"
/>
<!-- Pretendard-->
<link
rel="stylesheet"
as="style"
crossorigin
href="https://cdn.jsdelivr.net/gh/orioncactus/[email protected]/dist/web/variable/pretendardvariable.min.css"
/>
<title>메거진 High</title>
</head>
<body>
<header>
<div class="header-logo">
<a href="./index.html">
<img src="imgs/logo.svg" alt="로고" class="logo-img" />
</a>
</div>
<div class="header-navbar">
<ul class="navbar-contents meta">
<a href="#">
<li>WORK</li>
</a>
<a href="./services.html"><li>SERVICES</li></a>
<a href="./studio.html">
<li>STUDIO</li>
</a>
<a href="#">
<li>BLOG</li>
</a>
<a href="#">
<li>SHOP</li>
</a>
<div class="navbar-contents-combine">
<li>PAGES</li>
<img src="imgs/icon_drop.svg" alt="drop" />
</div>
<li>CART</li>
</ul>
<div class="navbar-btn">
<button class="common-btn" type="button">LET'S TALK</button>
</div>
<div class="navbar-partition"></div>
<div class="socials">
<div class="round-item">
<p class="meta-small">LN</p>
</div>
<div class="round-item">
<p class="meta-small">IN</p>
</div>
<div class="round-item">
<p class="meta-small">FB</p>
</div>
</div>
</div>
</header>
<div class="main-container">
<!-- top section -->
<section class="top">
<div class="top-main">
<div>
<div class="top-main-title top-head head-medium">
We are a<br />
digital agency from Lisbon.
</div>
<div class="top-text text-xlarge">
Elevating brands through creative digital<br />
solutions, proudly representing Lisbon's vibrant<br />
innovation.
</div>
</div>
<div class="top-icon">
<img class="top-icon-img" src="./imgs/icon_top.svg" alt="top" />
</div>
</div>
<div class="top-img-container">
<img src="./imgs/img_top.svg" class="top-img" alt="" />
</div>
</section>
<section class="our-client">
<p class="client-title uppercase meta">OUR CLIENTS</p>
<div class="clients">
<img
src="imgs/icon_client1.svg"
alt="super food"
class="clients-icon"
/>
<img
src="imgs/icon_client2.svg"
alt="creative studio"
class="clients-icon"
/>
<img
src="imgs/icon_client3.svg"
alt="in motion"
class="clients-icon"
/>
<img
src="imgs/icon_client4.svg"
alt="abstract"
class="clients-icon"
/>
<img
src="imgs/icon_client5.svg"
alt="vision studio"
class="clients-icon"
/>
<img
src="imgs/icon_client6.svg"
alt="invision"
class="clients-icon"
/>
</div>
</section>
<section class="what-we-do">
<p class="do-title uppercase meta">what we do</p>
<div class="do-list">
<div class="do-top">
<div class="do-item">
<img src="imgs/icon_wedo1.svg" alt="" />
<div class="item-info">
<p class="head-h3 uppercase">Branding</p>
<p class="text-medium">
We craft compelling brand identities that leave a lasting
impression.
</p>
</div>
</div>
<div class="do-item">
<img src="imgs/icon_wedo2.svg" alt="" />
<div class="item-info">
<p class="head-h3 uppercase">Design</p>
<p class="text-medium">
Innovative and aesthetic designs that bring your ideas to
life.
</p>
</div>
</div>
</div>
<div class="do-bottom">
<div class="do-item">
<img src="imgs/icon_wedo3.svg" alt="" />
<div class="item-info">
<p class="head-h3 uppercase">Video</p>
<p class="text-medium">
Captivating visual storytelling that engages and resonates
with your audience.
</p>
</div>
</div>
<div class="do-item">
<img src="imgs/icon_wedo4.svg" alt="" />
<div class="item-info">
<p class="head-h3 uppercase">Content</p>
<p class="text-medium">
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed
do eiusmod tempor.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- FEATURED WORK -->
<section class="featured-work">
<div class="work-container">
<p class="work-head head-h2 uppercase">FEATURED WORK</p>
<p class="text-large">
Showcasing our standout projects that blend creativity, strategy,
and cutting-edge design.
</p>
<div class="work-btn-container">
<button class="work-btn common-btn meta-tag">SEE ALL WORK</button>
</div>
</div>
<div class="work-img-container">
<div class="big-img-container">
<div class="img-container">
<div class="work-img">
<img
src="./imgs/img_dancing_stars.png"
alt="dancing stars"
class="img"
/>
</div>
<div class="img-discription">
<p class="img-title head-h4">Dancing Stars</p>
<p class="img-year meta">2022</p>
</div>
</div>
</div>
<div class="small-img-container">
<!-- <div class="small-img-top"> -->
<div class="img-container">
<div class="work-img">
<img
src="./imgs/img_enjoy_silence.png"
alt="enjoy silence"
class="img"
/>
</div>
<div class="img-discription">
<p class="img-title head-h4">Enjoy_Silence</p>
<p class="img-year meta">2022</p>
</div>
</div>
<div class="img-container">
<div class="work-img">
<img
src="./imgs/img_pure_vision.png"
alt="pure vision"
class="img"
/>
</div>
<div class="img-discription">
<p class="img-title head-h4">Pure Vision</p>
<p class="img-year meta">2022</p>
</div>
</div>
<!-- </div> -->
<!-- <div class="small-img-bottom"> -->
<div class="img-container">
<div class="work-img">
<img
src="./imgs/img_boring_brand.png"
alt="boring brand"
class="img"
/>
</div>
<div class="img-discription">
<p class="img-title head-h4">Boring Brand</p>
<p class="img-year meta">2022</p>
</div>
</div>
<div class="img-container">
<div class="work-img">
<img
src="./imgs/img_new_culture.png"
alt="new culture"
class="img"
/>
</div>
<div class="img-discription">
<p class="img-title head-h4">New Culture</p>
<p class="img-year">2022</p>
</div>
</div>
</div>
</div>
<!-- </div> -->
</section>
<section class="how-we-work">
<div class="work-title">
<div class="title-container">
<p class="title-container-head meta uppercase">How We Work</p>
<p class="title-container-content head-small">
We help our clients succeed with innovative strategies.
</p>
</div>
<img src="imgs/icon_wedo4.svg" alt="" />
</div>
<div class="work-content">
<p class="text-large">
Through careful analysis, creative thinking, and a deep
understanding of their goals, we empower businesses to surpass
expectations and thrive in today's dynamic and competitive
landscape.
</p>
<p class="common-btn uppercase">Our services</p>
</div>
</section>
<section class="our-values">
<div class="values-title">
<p class="head-small uppercase">Our Values</p>
</div>
<div class="values-main">
<div class="values-img-box">
<img src="imgs/img_fp_values.png" alt="" />
</div>
<div class="values-contents">
<div class="contents-item">
<div class="round-item">
<p class="meta-small">01</p>
</div>
<div class="content-item-desc">
<p class="head-h3 uppercase">vision</p>
<p class="text-default">
Our relentless pursuit of a shared vision fuels our creativity
and propels us forward. With clarity and foresight, we craft
strategies that align with our clients' goals and aspirations,
transforming their dreams into reality and shaping a future
worth embracing.
</p>
</div>
</div>
<div class="contents-item">
<div class="round-item">
<p class="meta-small">02</p>
</div>
<div class="content-item-desc">
<p class="head-h3 uppercase">Innovation</p>
<p class="text-default">
Innovation is at the core of everything we do. We embrace
curiosity, explore uncharted territories, and challenge the
status quo. By pushing boundaries and thinking outside the
box, we create groundbreaking solutions that disrupt
industries and inspire audiences.
</p>
</div>
</div>
<div class="contents-item">
<div class="round-item">
<p class="meta-small">03</p>
</div>
<div class="content-item-desc">
<p class="head-h3 uppercase">Connection</p>
<p class="text-default">
We believe in the power of connection. We strive to build
bridges between brands and their audiences, fostering genuine
and lasting relationships. Through compelling storytelling and
meaningful interactions, we create experiences that evoke
emotions, strengthen bonds, and cultivate trust, ultimately
turning customers into brand advocates.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- LATEST NEWS-->
<section class="contact">
<div class="contact-title">
<div class="title-container">
<p class="title-container-head meta uppercase">Contact</p>
<p class="title-container-content head-medium uppercase">
Let’s bring your brand to the next level
</p>
</div>
<img src="imgs/icon_wedo2.svg" alt="" />
</div>
<div class="contact-content">
<p class="text-large">
Together, let's elevate your brand to new heights by unleashing its
full potential and captivating your target audience.
</p>
<p class="common-btn uppercase">Get in touch</p>
</div>
</section>
<section class="news">
<div class="news-title">
<p class="head-small uppercase">Latest News</p>
<p class="common-btn-reverse meta-tag uppercase">see ALL</p>
</div>
<div class="news-contents">
<div class="news-item">
<img src="imgs/img_fb_news1.png" alt="" />
<p class="news-tag meta uppercase">Branding, Design</p>
<p class="head-h3">
Things to Look for When Comparing Branding Alternatives
</p>
</div>
<div class="news-item">
<img src="imgs/img_fb_news2.png" alt="" />
<p class="news-tag meta uppercase">Branding, Design</p>
<p class="head-h3">
5 Stand-out Features of Branding You Should Know
</p>
</div>
<div class="news-item">
<img src="imgs/img_fb_news3.png" alt="" />
<p class="news-tag meta uppercase">Branding, Design</p>
<p class="head-h3">Branding: What Real Customers Have to Say</p>
</div>
</div>
</section>
</div>
<footer>
<div class="footer-top">
<div class="top-office-info">
<div class="info-address">
<img
class="logo-img"
src="./imgs/logo.svg"
alt="logo"
width="100px"
/>
<div class="address">
<p class="text-default">Fylla Digital Agency</p>
<p class="text-default">Main Street 16</p>
<p class="text-default">Lisbon</p>
</div>
</div>
<div class="socials">
<div class="round-item"><p class="meta-small">LN</p></div>
<div class="round-item"><p class="meta-small">IN</p></div>
<div class="round-item"><p class="meta-small">FB</p></div>
</div>
</div>
<nav class="top-menu">
<ul class="menu-pages">
<li class="head-h4">Pages</li>
<li class="meta uppercase">Home</li>
<li class="meta uppercase">Services</li>
<li class="meta uppercase">Studio</li>
<li class="meta uppercase">Contact</li>
<li class="meta-tag uppercase common-btn">More Templates</li>
</ul>
<ul class="menu-cms">
<li class="head-h4">CMS</li>
<li class="meta uppercase">Work</li>
<li class="meta uppercase">Work single</li>
<li class="meta uppercase">Blog</li>
<li class="meta uppercase">Blog Post</li>
<li class="meta uppercase">Shop</li>
<li class="meta uppercase">Shop Single</li>
</ul>
<ul class="menu-utility">
<li class="head-h4">Utility Pages</li>
<li class="meta uppercase">404 Error Page</li>
<li class="meta uppercase">Password Protected</li>
<li class="meta uppercase">StyleGuide</li>
<li class="meta uppercase">Licensing</li>
<li class="meta uppercase">Changelog</li>
</ul>
</nav>
</div>
<div class="footer-bottom">
<p class="meta uppercase">© Made by Gola TEmplates.</p>
<div class="bottom-nav">
<p class="meta uppercase">Privacy</p>
<p class="meta uppercase">Imprint</p>
</div>
</div>
</footer>
</body>
</html>