--- /dev/null
+<?php
+
+class Cubedesigners_Form_CMS_Carrers extends Cubedesigners_Form_CMS_Twocolumns
+{
+
+ public function init()
+ {
+ parent::init();
+
+ $photo = new CubeIT_Form_Element_File_Image('photo');
+ $photo->setLabel('Picture');
+ $this->addElement($photo);
+
+ $howwework = new CubeIT_Form_Element_Markitup('howwework');
+ $howwework->setLabel('How we work');
+ $this->addElement($howwework);
+ }
+
+}
--- /dev/null
+<?php
+
+$this->headScript()->addScriptAndStyle('carrers');
+echo $this->twocols();
+
+?>
+<div class="agency-photo mb-4vw"><?php echo $this->imageSlideshowContinuous($this->photo, 650, array(), array('arrowspermanent' => 1)); ?></div>
+<div class="contents howwework">
+ <?php echo $this->textLayer($this->howwework); ?>
+</div>
+
+
--- /dev/null
+TO_LOAD_ONCE[TO_LOAD_ONCE.length] = 'load_carrers();';
+
+function load_carrers() {
+ $('.howwework a').each(function () {
+ let t = $(this).text();
+ $(this).addClass('animated-arrow').addClass('discreet');
+ $(this).html('<span class="the-arrow -left"><span class="shaft"></span></span><span class="main"><span class="text">' + t + '</span><span class="the-arrow -right"><span class="shaft"></span></span>');
+ });
+}
\ No newline at end of file
nav[role=navigation].active {
max-height: 26em;
- padding: 65px 0 30px 0;
+ padding: 65px 0 80px 0;
box-sizing: content-box;
}