forked from pda-sooso/pda-pair-programming
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
418 lines (418 loc) · 16.1 KB
/
services.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
<!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/services.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/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css"
/>
<title>메거진 High - services</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">
<section class="services-top">
<p class="head-large">We create your brand together.</p>
<div class="top-tags">
<div class="tag-item uppercase">
<p class="meta-small">Branding</p>
</div>
<div class="tag-item uppercase">
<p class="meta-small">Design</p>
</div>
<div class="tag-item uppercase">
<p class="meta-small">Video</p>
</div>
<div class="tag-item uppercase">
<p class="meta-small">Content</p>
</div>
</div>
</section>
<!-- 브랜딩 섹션 -->
<section class="service branding">
<!-- 사이드 -->
<div class="content-container">
<div class="side-container">
<div class="logo-container">
<img
class="side-logo"
src="./imgs/icon_branding.svg"
alt="branding"
/>
</div>
<div class="side-head-container">
<p class="side-head uppercase">BRANDING</p>
</div>
<div class="side-summary-container">
<p class="side-summary uppercase">LOGO</p>
<p class="side-summary uppercase">CORPORATE IDENTITY</p>
<p class="side-summary uppercase">BRAND GUIDE</p>
</div>
<div class="side-btn-container">
<button class="common-btn uppercase">GET IN TOUCH</button>
</div>
</div>
<!-- content -->
<div class="main-content-container">
<!-- txt -->
<div class="main-txt">
<div class="txt-head">
A strong brand is a tool to connect people with your brand all
around the world.
</div>
<div class="txt-details">
<div class="txt-detail">
A strong brand serves as a powerful conduit, transcending
borders and bringing people from all corners of the globe
together. It acts as a universal language, fostering
connections, and forging lasting relationships. By crafting a
compelling brand identity, we equip you with the tools to
resonate with diverse audiences, irrespective of geographical
boundaries.
</div>
<div class="txt-detail">
Our strategic approach ensures that your brand story is
authentically communicated, captivating hearts and minds
across cultures. Let us guide you in harnessing the true
potential of your brand, bridging gaps, and leaving an
indelible mark on a global scale. Together, we can connect the
world to your brand's unique essence.
</div>
</div>
</div>
<div class="content-img-container">
<img
src="./imgs/img_branding.png"
alt=""
class="content-img branding-img"
/>
</div>
</div>
</div>
</section>
<!-- 디자인 섹션 -->
<section class="service design">
<!-- 사이드 -->
<div class="content-container">
<div class="side-container">
<div class="logo-container">
<img
class="side-logo"
src="./imgs/icon_design.svg"
alt="design"
/>
</div>
<div class="side-head-container">
<p class="side-head uppercase">DESIGN</p>
</div>
<div class="side-summary-container">
<p class="side-summary uppercase">WEBDESIGN</p>
<p class="side-summary uppercase">PRINT</p>
<p class="side-summary uppercase">SOCIAL MEDIA</p>
</div>
<div class="side-btn-container">
<button class="common-btn uppercase">GET IN TOUCH</button>
</div>
</div>
<!-- content -->
<div class="main-content-container">
<!-- txt -->
<div class="main-txt">
<div class="txt-head">
We specialize in creating amazing web experiences that people
will love, based on your great ideas.
</div>
<div class="txt-details">
<div class="txt-detail">
At our agency, we're masters at crafting unforgettable web
experiences that captivate and delight users, bringing your
brilliant ideas to life. Our team of skilled designers,
developers, and UX experts work tirelessly to create seamless
and intuitive interfaces that leave a lasting impression. By
understanding your vision and goals, we transform your ideas
into digital realities that exceed expectations.
</div>
<div class="txt-detail">
From sleek designs to seamless functionality, we ensure every
element is meticulously crafted to evoke emotions and engage
your audience. Trust us to transform your vision into an
extraordinary online journey that will leave users falling in
love with your brand.
</div>
</div>
</div>
<div class="content-img-container">
<img
src="./imgs/img_design.png"
alt="design"
class="content-img design-img"
/>
</div>
</div>
</div>
</section>
<!-- VIDEO 섹션 -->
<section class="service video">
<!-- 사이드 -->
<div class="content-container">
<div class="side-container">
<div class="logo-container">
<img class="side-logo" src="./imgs/icon_video.svg" alt="video" />
</div>
<div class="side-head-container">
<p class="side-head uppercase">VIDEO</p>
</div>
<div class="side-summary-container">
<p class="side-summary uppercase">VIDEO ADS</p>
<p class="side-summary uppercase">Social Media Shorts</p>
<p class="side-summary uppercase">Movie Trailers</p>
</div>
<div class="side-btn-container">
<button class="common-btn uppercase">GET IN TOUCH</button>
</div>
</div>
<!-- content -->
<div class="main-content-container">
<!-- txt -->
<div class="main-txt">
<div class="txt-head">
We inspire people to stand up for what they believe in with
amazing video strategies.
</div>
<div class="txt-details">
<div class="txt-detail">
With our exceptional video strategies, we ignite inspiration
and empower individuals to champion their beliefs fearlessly.
Through visually captivating storytelling and impactful
messaging, we spark a call to action that resonates deeply.
Our expert team blends creativity and strategy to create
compelling video content that drives engagement and provokes
meaningful conversations.
</div>
<div class="txt-detail">
Whether it's a thought-provoking documentary, an emotionally
charged campaign, or a powerful brand story, we craft
narratives that leave a lasting impact. Together, let's
harness the power of video to inspire, motivate, and mobilize
audiences towards positive change and a brighter future.
</div>
</div>
</div>
<div class="content-img-container">
<img
src="./imgs/img_video.png"
alt="video"
class="content-img video-img"
/>
</div>
</div>
</div>
</section>
<!-- Content 섹션 -->
<section class="service content">
<div class="content-container">
<div class="side-container">
<div class="logo-container">
<img
class="side-logo"
src="./imgs/icon_content.svg"
alt="content"
/>
</div>
<div class="side-head-container">
<p class="side-head uppercase">CONTENT</p>
</div>
<div class="side-summary-container">
<p class="side-summary uppercase">Social Media Ads</p>
<p class="side-summary uppercase">Landing Pages</p>
<p class="side-summary uppercase">Websites</p>
</div>
<div class="side-btn-container">
<button class="common-btn uppercase">GET IN TOUCH</button>
</div>
</div>
<!-- content -->
<div class="main-content-container">
<!-- txt -->
<div class="main-txt">
<div class="txt-head">
If you want to succeed, you need to create content that
potential consumers will find valuable.
</div>
<div class="txt-details">
<div class="txt-detail">
In today's competitive landscape, success hinges on creating
valuable content that resonates with potential consumers. At
our agency, we understand the power of compelling content to
captivate audiences and drive results. Through strategic
planning and a deep understanding of your target market, we
craft engaging and informative content that provides real
value.
</div>
<div class="txt-detail">
From thought-provoking articles to captivating social media
campaigns, we ensure every piece of content delivers a
meaningful message and fosters a genuine connection with your
audience. Let us help you navigate the ever-evolving content
landscape and position your brand as a trusted source of
valuable information, driving your success to new heights.
</div>
</div>
</div>
<div class="content-img-container">
<img
src="./imgs/img_content.png"
alt="content"
class="content-img content-img"
/>
</div>
</div>
</div>
</section>
<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>
</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>