Commit 89987f9a authored by Simonas's avatar Simonas

in progress

parent 46d5ec0f
...@@ -44,7 +44,7 @@ if ( ! defined( 'WPINC' ) ) die; ...@@ -44,7 +44,7 @@ if ( ! defined( 'WPINC' ) ) die;
<div class="c-form--row"> <div class="c-form--row">
<label class="c-form--label" for="form-message"><?php _e('Message', 'biuro-contacts'); ?></label> <label class="c-form--label" for="form-message"><?php _e('Message', 'biuro-contacts'); ?></label>
<div class="c-form--textarea-wrap"> <div class="c-form--textarea-wrap">
<textarea name="message" id="form-message" cols="30" rows="3" class="c-form--textarea"></textarea> <textarea name="message" id="form-message" cols="30" rows="3" class="c-form--textarea" placeholder="<?php _e("For example: I'm looking for a job in manufacturing", 'biuro-contacts'); ?>"></textarea>
</div> </div>
</div><!-- .c-form--row --> </div><!-- .c-form--row -->
......
...@@ -76,20 +76,6 @@ function execCaptcha () { ...@@ -76,20 +76,6 @@ function execCaptcha () {
<?php if(isset($_SESSION['employees--s']) && $_SESSION['employees--s'] == 1) { <?php if(isset($_SESSION['employees--s']) && $_SESSION['employees--s'] == 1) {
?> ?>
<?php /*
<div class="c-modal">
<div class="c-modal--inner">
<svg width="67px" height="67px">
<use xlink:href="#ico--success"></use>
</svg>
<p><?php _e('Thank You, we have successfully received data about you.', 'biuro-contacts'); ?></p>
<p><?php _e('You can add information about yourself by adding a city, message or CV', 'biuro-contacts'); ?></p>
<p><button class="js-modal--close o-btn c-btn--main"><?php _e('OK', 'biuro-contacts'); ?></button></p>
</div>
</div>
*/ ?>
<script> <script>
window.dataLayer = window.dataLayer || []; window.dataLayer = window.dataLayer || [];
</script> </script>
......
...@@ -126,7 +126,7 @@ if ( ! defined( 'WPINC' ) ) die; ...@@ -126,7 +126,7 @@ if ( ! defined( 'WPINC' ) ) die;
<div class="c-form--row"> <div class="c-form--row">
<label class="c-form--label" for="form-message"><?php _e('Message', 'biuro-contacts'); ?></label> <label class="c-form--label" for="form-message"><?php _e('Message', 'biuro-contacts'); ?></label>
<div class="c-form--textarea-wrap"> <div class="c-form--textarea-wrap">
<textarea name="message" id="form-message" cols="30" rows="3" class="c-form--textarea"><?php echo $messageValue; ?></textarea> <textarea name="message" id="form-message" cols="30" rows="3" class="c-form--textarea" placeholder="<?php _e("For example: I'm looking for a job in manufacturing", 'biuro-contacts'); ?>"><?php echo $messageValue; ?></textarea>
</div> </div>
</div><!-- .c-form--row --> </div><!-- .c-form--row -->
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* critical:start */ /* critical:start */
.c-breadcrumbs { display: flex; list-style: none; margin: -5px 0 10px; padding: 0; width: 100%; font-size: 13px; height: 20px; color: #868C93; overflow: hidden; .c-breadcrumbs { display: flex; list-style: none; margin: -5px 0 10px; padding: 0; width: 100%; font-size: 13px; height: 20px; color: #6f7479; overflow: hidden;
@media (--min--medium) { @media (--min--medium) {
margin: -40px 0 0; height: 40px; margin: -40px 0 0; height: 40px;
} }
......
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
&:hover { background: var(--color--green-darker); } &:hover { background: var(--color--green-darker); }
} }
.c-btn--disabled { background: #868f98; outline: none; pointer-events: none; user-select: none; .c-btn--disabled { background: #6f7479; outline: none; pointer-events: none; user-select: none;
&:hover { background: #868f98; cursor: not-allowed; } &:hover { background: #6f7479; cursor: not-allowed; }
} }
.c-btn--vdb { color: #fff; background: #ff7046; .c-btn--vdb { color: #fff; background: #ff7046;
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
/* critical:start */ /* critical:start */
.c-categories { display: flex; list-style: none; margin: -5px 0 0; padding: 0; width: 100%; font-size: 13px; height: 20px; color: #868C93; overflow: hidden; .c-categories { display: flex; list-style: none; margin: -5px 0 0; padding: 0; width: 100%; font-size: 13px; height: 20px; color: #6f7479; overflow: hidden;
@media (--min--medium) { @media (--min--medium) {
margin: -20px 0 0; margin: -20px 0 0;
} }
......
...@@ -113,13 +113,13 @@ ...@@ -113,13 +113,13 @@
} }
} }
} }
.c-form--label-checkbox { position: relative; margin: 0 0 0 31px; color: #868F98; font-size: 12px; line-height: 17px; .c-form--label-checkbox { position: relative; margin: 0 0 0 31px; color: #6f7479; font-size: 12px; line-height: 17px;
&:before { content: ''; position: absolute; top: 0; left: -31px; height: 18px; width: 18px; border: 1px solid #d4d4d4; border-radius: 3px; cursor: pointer; } &:before { content: ''; position: absolute; top: 0; left: -31px; height: 18px; width: 18px; border: 1px solid #d4d4d4; border-radius: 3px; cursor: pointer; }
&:after { content: ''; position: absolute; top: -2px; left: -28px; width: 20px; height: 20px; border-radius: 3px; color: var(--color--green); font-size: 22px; cursor: pointer; } &:after { content: ''; position: absolute; top: -2px; left: -28px; width: 20px; height: 20px; border-radius: 3px; color: var(--color--green); font-size: 22px; cursor: pointer; }
} }
.c-form--label-infobox { color: #868F98; font-size: 12px; line-height: 17px; } .c-form--label-infobox { color: #6f7479; font-size: 12px; line-height: 17px; }
.c-form--label-recaptcha { color: #868F98; font-size: 12px; line-height: 17px; } .c-form--label-recaptcha { color: #6f7479; font-size: 12px; line-height: 17px; }
/* critical:end */ /* critical:end */
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
} }
/* critical:start */ /* critical:start */
.c-jobs--col { background: #fff; vertical-align: middle; color: #868C93; padding: 10px 15px; .c-jobs--col { background: #fff; vertical-align: middle; color: #6f7479; padding: 10px 15px;
@media (--max--medium) { @media (--max--medium) {
float: left; float: left;
} }
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
} }
} }
.c-jobs--col-valid { color: #19C5A7; white-space: nowrap; padding-right: 15px; padding-left: 5px; width: 100px; text-align: right; .c-jobs--col-valid { color: #069980; white-space: nowrap; padding-right: 15px; padding-left: 5px; width: 100px; text-align: right;
@media (--max--medium) { @media (--max--medium) {
width: 50%; border-bottom: 1px solid var(--color--gray-light); font-size: 13px; padding-top: 0; text-align: right; width: 50%; border-bottom: 1px solid var(--color--gray-light); font-size: 13px; padding-top: 0; text-align: right;
} }
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
.c-sections--ico { float: left; margin-right: 20px; height: 56px; width: 56px; background-color: #E8F0FF; border-radius: 50%; } .c-sections--ico { float: left; margin-right: 20px; height: 56px; width: 56px; background-color: #E8F0FF; border-radius: 50%; }
.c-sections--content { color: #868C93; font-size: 14px; line-height: 20px; .c-sections--content { color: #6f7479; font-size: 14px; line-height: 20px;
ul { margin: 30px 0 0; padding: 0; list-style: none; } ul { margin: 30px 0 0; padding: 0; list-style: none; }
} }
......
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
<?php <?php
endif; endif;
?> ?>
<script src="/wp-content/themes/biuro/js/main-2471b05e.min.js" async></script> <script src="/wp-content/themes/biuro/js/main.min.js" async></script>
<?php <?php
// global $time_start; // global $time_start;
......
...@@ -31,18 +31,18 @@ ...@@ -31,18 +31,18 @@
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-500.woff2" crossorigin="anonymous" > <link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-500.woff2" crossorigin="anonymous" >
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-regular.woff2" crossorigin="anonymous" > <link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-regular.woff2" crossorigin="anonymous" >
<style><?php include 'css/core-367835942f.min.css'; ?></style> <style><?php include 'css/core.min.css'; ?></style>
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-300.woff2" crossorigin="anonymous" > <link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-300.woff2" crossorigin="anonymous" >
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-700.woff2" crossorigin="anonymous" > <link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-700.woff2" crossorigin="anonymous" >
<link rel="preload" href="/wp-content/themes/biuro/css/main-67f5a43d84.min.css" as="style" onload="this.rel='stylesheet'"> <link rel="preload" href="/wp-content/themes/biuro/css/main.min.css" as="style" onload="this.rel='stylesheet'">
<link rel="preconnect" href="https://www.gstatic.com"> <link rel="preconnect" href="https://www.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com"> <link rel="preconnect" href="https://fonts.gstatic.com">
<noscript> <noscript>
<link rel="stylesheet" href="/wp-content/themes/biuro/css/main-67f5a43d84.min.css"> <link rel="stylesheet" href="/wp-content/themes/biuro/css/main.min.css">
</noscript> </noscript>
<?php wp_head(); ?> <?php wp_head(); ?>
......
...@@ -31,18 +31,18 @@ ...@@ -31,18 +31,18 @@
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-500.woff2" crossorigin="anonymous" > <link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-500.woff2" crossorigin="anonymous" >
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-regular.woff2" crossorigin="anonymous" > <link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-regular.woff2" crossorigin="anonymous" >
<style><?php include 'css/core-367835942f.min.css'; ?></style> <style><?php include 'css/core.min.css'; ?></style>
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-300.woff2" crossorigin="anonymous" > <link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-300.woff2" crossorigin="anonymous" >
<link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-700.woff2" crossorigin="anonymous" > <link rel="preload" as="font" type="font/woff2" href="/wp-content/themes/biuro/fonts/roboto-v19-cyrillic_latin_cyrillic-ext_latin-ext-700.woff2" crossorigin="anonymous" >
<link rel="preload" href="/wp-content/themes/biuro/css/main-67f5a43d84.min.css" as="style" onload="this.rel='stylesheet'"> <link rel="preload" href="/wp-content/themes/biuro/css/main.min.css" as="style" onload="this.rel='stylesheet'">
<link rel="preconnect" href="https://www.gstatic.com"> <link rel="preconnect" href="https://www.gstatic.com">
<link rel="preconnect" href="https://fonts.gstatic.com"> <link rel="preconnect" href="https://fonts.gstatic.com">
<noscript> <noscript>
<link rel="stylesheet" href="/wp-content/themes/biuro/css/main-67f5a43d84.min.css"> <link rel="stylesheet" href="/wp-content/themes/biuro/css/main.min.css">
</noscript> </noscript>
<?php wp_head(); ?> <?php wp_head(); ?>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment