Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dev.biuro
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Biuro
dev.biuro
Commits
07c32191
Commit
07c32191
authored
Jul 18, 2019
by
Simon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release 1.6.2
parent
d7f64a70
Changes
11
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
19 additions
and
228 deletions
+19
-228
README.md
README.md
+2
-2
package.json
package.json
+1
-1
_component--breadcrumbs.css
...hemes/biuro/css/07-components/_component--breadcrumbs.css
+4
-1
_component--categories.css
...themes/biuro/css/07-components/_component--categories.css
+4
-1
core-8db78265be.min.css
wp-content/themes/biuro/css/core-8db78265be.min.css
+0
-1
core-e6364a7e00.min.css
wp-content/themes/biuro/css/core-e6364a7e00.min.css
+1
-0
header-langing.php
wp-content/themes/biuro/header-langing.php
+1
-1
header.php
wp-content/themes/biuro/header.php
+1
-1
biuro.pot
wp-content/themes/biuro/languages/biuro.pot
+0
-192
style.css
wp-content/themes/biuro/style.css
+2
-2
aside-job.php
wp-content/themes/biuro/template-parts/layout/aside-job.php
+3
-26
No files found.
README.md
View file @
07c32191
...
...
@@ -20,9 +20,9 @@
## Production
-
build CSS & JS assets -
`C:\web\dev.biuro\ npm run build`
-
build new image
`docker build -t biuro/web:1.6.
1
.`
(update version number)
-
build new image
`docker build -t biuro/web:1.6.
2
.`
(update version number)
-
login to biuro docker account
`docker login --username=biuro --password=9Ndtjd2vKsLvGuFOeFq1KdJs`
-
push image to docker repository -
`docker push biuro/web:1.6.
1
`
-
push image to docker repository -
`docker push biuro/web:1.6.
2
`
## Production
-
update biuro/web image version in .env file (staging or www)
...
...
package.json
View file @
07c32191
{
"name"
:
"biuro"
,
"version"
:
"1.6.
0
"
,
"version"
:
"1.6.
2
"
,
"description"
:
"Biuro WP theme"
,
"scripts"
:
{
"dev"
:
"gulp --require @babel/register --gulpfile tasks"
,
...
...
wp-content/themes/biuro/css/07-components/_component--breadcrumbs.css
View file @
07c32191
...
...
@@ -2,7 +2,10 @@
/* critical:start */
.c-breadcrumbs
{
display
:
flex
;
list-style
:
none
;
margin
:
0
;
padding
:
0
;
width
:
100%
;
font-size
:
13px
;
height
:
40px
;
margin-top
:
-40px
;
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
:
#868C93
;
overflow
:
hidden
;
@media
(--min--medium)
{
margin
:
-40px
0
0
;
height
:
40px
;
}
li
{
overflow
:
hidden
;
flex
:
0
0
auto
;
&:last-child
{
flex
:
1
1
auto
;
}
}
...
...
wp-content/themes/biuro/css/07-components/_component--categories.css
View file @
07c32191
...
...
@@ -2,7 +2,10 @@
/* critical:start */
.c-categories
{
display
:
flex
;
list-style
:
none
;
margin
:
0
;
padding
:
0
;
width
:
100%
;
font-size
:
13px
;
height
:
20px
;
margin-top
:
-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
:
#868C93
;
overflow
:
hidden
;
@media
(--min--medium)
{
margin
:
-20px
0
0
;
}
li
{
overflow
:
hidden
;
flex
:
0
0
auto
;
&:last-child
{
flex
:
1
1
auto
;
}
}
...
...
wp-content/themes/biuro/css/core-8db78265be.min.css
deleted
100644 → 0
View file @
d7f64a70
This diff is collapsed.
Click to expand it.
wp-content/themes/biuro/css/core-e6364a7e00.min.css
0 → 100644
View file @
07c32191
This diff is collapsed.
Click to expand it.
wp-content/themes/biuro/header-langing.php
View file @
07c32191
...
...
@@ -31,7 +31,7 @@
<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"
>
<style>
<?php
include
'css/core-
8db78265be
.min.css'
;
?>
</style>
<style>
<?php
include
'css/core-
e6364a7e00
.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-700.woff2"
crossorigin=
"anonymous"
>
...
...
wp-content/themes/biuro/header.php
View file @
07c32191
...
...
@@ -31,7 +31,7 @@
<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"
>
<style>
<?php
include
'css/core-
8db78265be
.min.css'
;
?>
</style>
<style>
<?php
include
'css/core-
e6364a7e00
.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-700.woff2"
crossorigin=
"anonymous"
>
...
...
wp-content/themes/biuro/languages/biuro.pot
deleted
100644 → 0
View file @
d7f64a70
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Biuro\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-06-04 08:20+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: \n"
"Language: \n"
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Loco https://localise.biz/\n"
"X-Loco-Version: 2.3.0; wp-5.2.1"
#: page-vasaros-darbu-bankas.php:196
msgid "900"
msgstr ""
#: page-divisions.php:53
msgid "All"
msgstr ""
#: single-job.php:75
msgid "Apply"
msgstr ""
#. Name of the theme
#. Author of the theme
msgid "Biuro"
msgstr ""
#. Description of the theme
msgid "Biuro multiregion theme"
msgstr ""
#: template-parts/layout/aside-job-list.php:100
msgid "City"
msgstr ""
#: page-vasaros-darbu-bankas.php:170
#: template-parts/layout/aside-job-list.php:131
msgid "Didn't find a job offer you like?"
msgstr ""
#. Name of the template
msgid "Divisions page"
msgstr ""
#. Name of the template
msgid "Employees Landing Page I"
msgstr ""
#: page-vasaros-darbu-bankas.php:172
#: template-parts/layout/aside-job-list.php:133
msgid "Fill out the form and we will contact you"
msgstr ""
#: page-vasaros-darbu-bankas.php:30
msgid ""
"Find summer job – look through the job ads, we are constantly updating the "
"list and adding new ones."
msgstr ""
#: header.php:118 page-vasaros-darbu-bankas.php:186
#: template-parts/layout/aside-job-list.php:147
msgid "Get a job offer"
msgstr ""
#: header.php:100
msgid "Get an offer"
msgstr ""
#. Author URI of the theme
msgid "https://www.biuro.lt/"
msgstr ""
#: template-parts/layout/aside-job.php:11
msgid "I think you might like this job offer"
msgstr ""
#: template-parts/layout/aside-job-inactive.php:1
msgid "Job ad is inactive"
msgstr ""
#: template-parts/layout/aside-job-list.php:104
msgid "Job area"
msgstr ""
#: template-parts/layout/aside-job.php:11
msgid "Job position"
msgstr ""
#: template-parts/layout/aside-job-list.php:108
msgid "Job type"
msgstr ""
#: searchform.php:61
msgid "Keyword"
msgstr ""
#: searchform.php:44
msgid "Locations"
msgstr ""
#: template-parts/layout/aside-job-list.php:67
msgid "More ..."
msgstr ""
#: front-page.php:70 template-parts/jobs/jobs-not-found.php:25
msgid "More job ads"
msgstr ""
#: template-parts/jobs/jobs-not-found.php:14
msgid "No search results were found."
msgstr ""
#: page-vasaros-darbu-bankas.php:39 search.php:32
msgid "Other filters"
msgstr ""
#: single-job.php:66
msgid "Published"
msgstr ""
#: front-page.php:43
msgid "Recent job ads"
msgstr ""
#. Name of the template
msgid "Regions page"
msgstr ""
#: template-parts/layout/aside-job-list.php:117
msgid "Reset filters"
msgstr ""
#: 404.php:27
msgid "Return to homepage"
msgstr ""
#: single-job.php:48
msgid "Salary from"
msgstr ""
#: single-job.php:54
msgid "Salary to"
msgstr ""
#. Name of the template
msgid "Sales page"
msgstr ""
#: searchform.php:66
msgid "Search"
msgstr ""
#. Name of the template
msgid "Search & Jobs page"
msgstr ""
#: 404.php:25
msgid "Sorry, the page you are looking for does not exist!"
msgstr ""
#: template-parts/layout/aside-job.php:43
msgid "Suggest a friend"
msgstr ""
#: template-parts/jobs/jobs-none.php:14
msgid "There are currently no job ads."
msgstr ""
#: page-vasaros-darbu-bankas.php:197
msgid ""
"This is how many people we employed during summer at 2018.<br/>Join us this "
"summer!"
msgstr ""
#: front-page.php:80 sales-page.php:57
msgid "Trust in us"
msgstr ""
#: single-job.php:68
msgid "Valid till"
msgstr ""
#. Name of the template
msgid "VDB page"
msgstr ""
wp-content/themes/biuro/style.css
View file @
07c32191
...
...
@@ -3,6 +3,6 @@ Theme Name: Biuro
Author: Biuro
Author URI: https://www.biuro.lt/
Description: Biuro multiregion theme
Version: 0.0.0
Version: 1.6.2
Text Domain: biuro
*/
wp-content/themes/biuro/template-parts/layout/aside-job.php
View file @
07c32191
...
...
@@ -43,34 +43,16 @@
<div
class=
"c-share"
>
<p
class=
"c-share--heading"
>
<?php
_e
(
'Suggest a friend'
,
'biuro'
);
?>
</p>
<div
class=
"c-share--options"
>
<?php
/*
<a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=<?php echo $requestURL; ?>&t=<?php echo __('Job position', 'biuro') . ': ' . $pod->field( 'title' ); ?>" class="gtm-share-click c-share--option c-share--option-facebook" data-label="Facebook">
<svg width="9px" height="18px" class="c-ico--share-facebook">
<use xlink:href="#ico--job-facebook"></use>
</svg>
</a>
*/
?>
<a
target=
"_blank"
href=
"https://www.facebook.com/dialog/share?app_id=463001014486058&link=
<?php
echo
$requestURL
;
?>
&redirect_uri=
<?php
echo
$redirectURL
;
?>
"
class=
"gtm-share-click c-share--option c-share--option-facebook"
data-label=
"Facebook"
>
<a
target=
"_blank"
href=
"https://www.facebook.com/dialog/feed?app_id=463001014486058&display=popup&link=
<?php
echo
$requestURL
;
?>
&redirect_uri=
<?php
echo
$requestURL
;
?>
"
class=
"gtm-share-click c-share--option c-share--option-facebook"
data-label=
"Facebook"
>
<svg
width=
"9px"
height=
"18px"
class=
"c-ico--share-facebook"
>
<use
xlink:href=
"#ico--job-facebook"
></use>
</svg>
</a>
<?php
/*
<a target="_blank" href="https://www.facebook.com/dialog/send?link=<?php echo $requestURL; ?>&redirect_uri=<?php echo $requestURL; ?>&app_id=483299728358858" class="c-share--option c-share--option-messenger">
*/
?>
<a
target=
"_blank"
href=
"https://www.facebook.com/dialog/send?app_id=463001014486058&link=
<?php
echo
$requestURL
;
?>
&redirect_uri=
<?php
echo
$redirectURL
;
?>
"
class=
"gtm-share-click c-share--option c-share--option-messenger"
data-label=
"Messenger"
>
<a
target=
"_blank"
href=
"https://www.facebook.com/dialog/send?app_id=463001014486058&display=popup&link=
<?php
echo
$requestURL
;
?>
&redirect_uri=
<?php
echo
$requestURL
;
?>
"
class=
"gtm-share-click c-share--option c-share--option-messenger"
data-label=
"Messenger"
>
<svg
width=
"15px"
height=
"15px"
class=
"c-ico--share-messenger"
>
<use
xlink:href=
"#ico--job-messenger"
></use>
</svg>
</a>
<a
href=
"
<?php
echo
$mailto
;
?>
"
class=
"gtm-share-click c-share--option c-share--option-email"
data-label=
"Email"
>
<svg
width=
"17px"
height=
"13px"
class=
"c-ico--share-email"
>
<use
xlink:href=
"#ico--job-email"
></use>
...
...
@@ -82,12 +64,7 @@
<use
xlink:href=
"#ico--job-copy"
></use>
</svg>
</a>
<?php
/*
<a href="https://wa.me/whatsappphonenumber/?text=<?php echo urlencode($pod->field( 'title' )); ?>" class="c-share--option c-share--option-phone">
*/
?>
<a
href=
"https://wa.me/?text=
<?php
echo
urlencode
(
$requestURL
);
?>
"
class=
"gtm-share-click c-share--option c-share--option-phone"
data-label=
"Copy"
>
<a
href=
"https://wa.me/?text=
<?php
echo
urlencode
(
$requestURL
);
?>
"
class=
"gtm-share-click c-share--option c-share--option-phone"
data-label=
"WhatsApp"
>
<svg
width=
"17px"
height=
"18px"
class=
"c-ico--share-whatsapp"
>
<use
xlink:href=
"#ico--job-whatsapp"
></use>
</svg>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment