-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgcreativelab-about.php
152 lines (124 loc) · 6.54 KB
/
gcreativelab-about.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
<?php
/*
Template Name: GCREATIVELAB ABOUT
*/
get_header(); ?>
<div class="content">
<div class="inner-content grid-x grid-margin-x grid-padding-x">
<main id="main-container" class="main small-12 medium-12 large-12 cell" role="main">
<div id="barba-wrapper">
<div class="barba-container" data-namespace="aboutpage">
<!-- Swiper -->
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide menu">
<?php glab_menu(); ?>
<div class="home__address">
<h5>Contact:</h5>
<div class="three__column__address">
<div>OFFICE 214, BUILDING 4, DUBAI MEDIA CITY, PO BOX 24554, DUBAI, UAE</div>
<div><a href="mailto:info@gcreativelab.com">info@gcreativelab.com</a>+971 4 375 8950</div>
<div>For job and intern inquiries please drop an email to <a href="mailto:iwanttowork@gcreativelab.com">iwanttowork@gcreativelab.com</a></div>
</div>
</div>
<ul id="social">
<li><a href="https://www.facebook.com/GCreativeGlobal/">FACEBOOK</a></li>
<li>.</li>
<li><a href="https://www.instagram.com/gcreativelab/">INSTAGRAM</a></li>
<li>.</li>
<li><a href="https://www.linkedin.com/company/g-creative/">LINKEDIN</a></li>
</ul>
</div>
<div class="swiper-slide content content-about">
<div class="left-overlay"></div>
<div class="menu-button">
<img class="menu-icn" src="<?php echo get_template_directory_uri(); ?>/assets/images/menu-lines.svg" width="18" height="15" alt="">
</div>
<!-- -->
<!-- Slider main container -->
<div class="about-container">
<!-- Additional required wrapper -->
<div class="swiper-wrapper">
<!-- Slides -->
<div class="swiper-slide main-slide">
<div class="about-wrapper">
<div class="left"> <!-- Left Starts -->
<div class="content__holder about__holder">
<div class="content__header">We are</div>
<div class="content__subheader">CONNECTED</div>
<div class="content__description">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_content(); ?>
<?php endwhile; endif; ?>
</div>
<!-- <div class="content__btn">
<a href="http://www.gcreativelab.com/services/">OUR SERVICES</a>
</div> -->
</div>
<!-- <div class="address">©2018<i style="color: #D81C5C;">.</i> GCREATIVELAB<i style="color: #D81C5C;">.</i> LEGAL</div>
<div class="explore about-explore">KNOW MORE ABOUT GRAYLING
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/explore_arrow.svg" width="10" height="9" alt="">
</div> -->
<div class="content__hero movin__g">G</div>
</div> <!-- Left Ends -->
</div>
<div class="scroll-indicator">
<span class="indicatorText">Scroll</span> to Navigate <div id="indicator_loader" style="width: 34px; height: 34px;"></div>
</div>
</div>
<div class="swiper-slide slide-about">
<?php get_template_part( 'parts/svg', 'exactmap' ); ?>
</div>
<div class="swiper-slide about__slide__fifty__left_1">
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/about-reputation-icon.svg" height="95" width="95" alt="">
<div class="home__content__header_home">We build</div>
<div class="about__content__subheader">BRANDS</div>
<div class="about__content__description">
We are a part of Grayling, a wholly owned subsidiary of Huntsworth PLC – a public relations focused group listed on the London Stock Exchange. We provide truly integrated strategic services combined with worldwide reach. We match this with local expertise and knowledge supported by diverse sector experience.
</div>
</div>
<div class="swiper-slide about__whole_map">
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/about-map.svg" style="height:95%;" width="100%" alt="">
</div>
<!-- <div class="swiper-slide about__slide__fifty__left">
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/about-connected-icon.svg" height="95" width="95" alt="">
<div class="home__content__header_home">We are</div>
<div class="about__content__subheader">CONNECTED</div>
<div class="about__content__description">
We are a part of Grayling Public Relations, a wholly owned subsidiary of Huntsworth PLC – a public relations focused group listed on the London Stock Exchange. This allows us to provide truly integrated strategic services, and worldwide reach with local expertise and knowledge, combined with unrivalled and diverse sector experience.
</div>
</div> -->
<!-- <div class="swiper-slide about__slide__fifty about__huntsworth">
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/about-huntsworth.svg" style="height:100%;" width="100%" alt="">
</div> -->
<!-- <div class="swiper-slide page__pagination">
<div class="page__pagination">
<a href="http://www.gcreativelab.com/services/" class="btn__top btn__pagination__services">
<span>OUR SERVICES</span>
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/pagination_up.svg" height="62" width="62" alt="">
<div class="bg__arrow">
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/pagination-icn/arrow-01.svg" height="316" width="316" alt="">
</div>
</a>
<a href="http://www.gcreativelab.com/case/" class="btn__btm btn__pagination__work">
<span>OUR WORK</span>
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/pagination_down.svg" height="62" width="62" alt="">
<div class="bg__arrow">
<img src="<?php echo get_template_directory_uri(); ?>/assets/images/pagination-icn/arrow-02.svg" height="316" width="316" alt="">
</div>
</a>
</div>
</div> -->
<!-- Inner Slide End -->
</div>
</div>
<!-- -->
</div>
</div>
</div>
</div>
</div>
</main> <!-- end #main -->
</div> <!-- end #inner-content -->
</div> <!-- end #content -->
<?php get_footer(); ?>