File: //home/artinside/public_html/lhh/themes/en/design.php
<?php $v->layout("_theme");
$v->insert("views/page-title", ["pageTitle" => $pageTitle, "breadcrumb" => $breadcrumb]);
?>
<section id="content">
<div class="content-wrap">
<div class="section parallax notopborder dark header-stick nomargin nobottommargin"
style="background: url('<?= url("shared/img/atelier1.jpg") ?>'); padding: 100px 0; background-position: center top; background-size: cover; background-repeat: no-repeat;">
<!-- <div class="overlay overlay-black opacity-light"></div>-->
<img src="<?= url("shared/img/atelier-2.png") ?>" class="bg-adjust" alt="atelier arcau"
title="atelier arcau" style="">
<div class="container clearfix" id="section-diferenciais">
<div class="row">
<div class="col-lg-5">
<img src="<?= url("shared/img/atelier-1.png") ?>" class="bg-hidden" alt="atelier arcau"
title="atelier arcau">
</div>
<div class="col-lg-7 p-5">
<div class="row mb-4">
<img src="<?= url("shared/img/logo-atelier.svg") ?>" class="mb-5" alt="logo atelier arcau"
title="logo atelier arcau" style="margin-left: -20px" width="250">
<p class="font-medium ">Founded in France, more than 35 years ago, on the shores of the
“Golfe du Morbihan”, atelier arcau is an international architecture company
characterized by an entrepreneurial spirit, true team-work across expertise areas and
new ways of approaching conventional tasks.</p>
<p class="font-medium "> atelier arcau is one of the most outstanding french architecture
studio. Its engagement and work in architecture and urbanism has been many times awarded
such as in 2012 when the whole team won the World Architecture Festival Award in
Singapore. Led by Veyron and Fraud, atelier arcau is deeply involved in creating unique
places, matching with local context and culture.</p>
<a href="http://www.atelierarcau.fr/" target="_blank"
class="btn text-larger px-4 py-2 btn-dark bg-color-2 rounded-pill mt-3">Know More <i
class="icon-chevron-right ml-3 color mr-2 position-relative"
style="top: 1px"></i></a>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-between align-items-center col-mb-30">
<div class="col-md-4">
<p class="text-larger font-weight-normal text-muted mb-0"><strong>atelier arcau</strong> wins international awards.
Thanks to 35 years of knowledge management and its creative and agile team, atelier arcau
provides: visibility, velocity & value
</div>
<div class="col-md-7">
<img src="<?= url("shared/img/map-arcau.jpg") ?>" alt="Map ARcau" class="mb-5">
</div>
</div>
</div>
</div>
<div class="section parallax notopborder dark header-stick m-0"
style="background: url('<?= url("shared/img/atelier2.jpg") ?>'); padding: 100px 0; background-position: center top; background-size: cover; background-repeat: no-repeat;">
<!-- <div class="overlay overlay-black opacity-light"></div>-->
<div class="container">
<div class="row justify-content-between align-items-center col-mb-30 p-5">
<div class="col-lg-5">
<div class="heading-block" >
<h3 class="color-2" style="font-size: 35px;">Julien Veyron and atelier arcau
</h3>
</div>
<p class="text-larger font-weight-normal">Founded in France, more than 40 years ago, on the shores of the “Golfe du Morbihan”, ATELIER ARCAU is an international architecture company characterized by an entrepreneurial spirit, true team-work across expertise areas and new ways of approaching conventional tasks.</p>
<p class="text-larger font-weight-normal"> ATELIER ARCAU is one of the most outstanding french architecture studios. Its engagement and work in architecture, urbanism and design has won many awards such as such as in 2012 when the whole team won the World Architecture Festival Award in Singapore.</p>
<p class="text-larger font-weight-normal"> Led by Veyron and Fraud, ATELIER ARCAU is deeply involved in creating unique places, matching with local context and culture.</p>
</div>
<div class="col-lg-7">
<img src="<?= url("shared/img/atelier-3.png") ?>" alt="Map ARcau" class="mb-5">
</div>
</div>
</div>
</div>
<div class="masonry-thumbs grid-container grid-6" data-big="" data-lightbox="gallery">
<?php for($i = 1; $i <= 30; $i++):?>
<a class="grid-item" href="<?= url("storage/images/arcau/arcau{$i}.jpg")?>" data-lightbox="gallery-item"><img src="<?= image("images/arcau/arcau{$i}.jpg", 600, 400)?>" alt="Arcau Projet <?=$i?>"></a>
<?php endfor; ?>
</div>
<?php $v->insert("views/branding"); ?>
<?php $v->insert("views/newsletter-widget"); ?>
</section><!-- #content end -->