From f5344cebe41b3caf589732295dbef30cdb6ca180 Mon Sep 17 00:00:00 2001 From: Dasha Verbina <29864815+dashaverbina@users.noreply.github.com> Date: Tue, 12 Jun 2018 21:47:43 +0300 Subject: [PATCH 1/5] Added 2 main page sections and their styling --- _includes/themes/restart/default.html | 1 + _layouts/index.html | 49 +++++++++++++++++--------- assets/themes/restart/css/mainpage.css | 30 ++++++++++++++++ 3 files changed, 63 insertions(+), 17 deletions(-) create mode 100644 assets/themes/restart/css/mainpage.css diff --git a/_includes/themes/restart/default.html b/_includes/themes/restart/default.html index c8f81ab..c59475e 100644 --- a/_includes/themes/restart/default.html +++ b/_includes/themes/restart/default.html @@ -17,6 +17,7 @@ + diff --git a/_layouts/index.html b/_layouts/index.html index df88a0f..6d4509c 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -2,28 +2,45 @@ layout: default --- {% include JB/setup %} -
-
-
-
-

{{ page.tagline }}

-
-
- -
-
+ +
+
+
+

an aggregator for remote jobs

+

in tech and non-tech

+ Find a remote job
+
+
+
+
+
+

PRE-FILTERED 100% REMOTE JOBS

+ This site shows you only the jobs having phrases like “team is entirely remote” or “work from whenever you want” in the job description. Jobs saying something like “remotely on Friday” or “occasional remote working” are filtered out.

+
+
+

REMOTE JOBS CATEGORIZED BY JOB TITLE AND TECHNOLOGY STACK

+

Correct job classification: for every remote role in a tech company this site offers a separate page. Developers: open a page listing remote jobs for your technology stack!

+
+
+

SEARCH 872 JOBS FROM 12 JOB BOARDS IN ONE PLACE

+

Remote jobs scattered across generic job sites, job boards for developers/designers and specialized remote job board. This site makes the process of finding a remote job easier.

+
+
+
+
+ +
+
+
+
-

{{ site.data.jobnav[site.jobnav_developers_node].title }}

+

{{ site.data.jobnav[site.jobnav_developers_node].title }}

{% for node in site.data.jobnav[site.jobnav_developers_node].subnodes %}

{{ node.home_title }} - {{ node.tagline }} @@ -47,5 +64,3 @@

{{ site.data.jobnav[site.jobnav_nontech_node]

- - diff --git a/assets/themes/restart/css/mainpage.css b/assets/themes/restart/css/mainpage.css new file mode 100644 index 0000000..1860bf0 --- /dev/null +++ b/assets/themes/restart/css/mainpage.css @@ -0,0 +1,30 @@ +section.call_to_action { + padding: 30px 0; +} + +section.call_to_action .container { + height: 200px; +} + +section.call_to_action .container:before { /* create a full-height inline block pseudo-element */ + content: ' '; + display: inline-block; + vertical-align: middle; /* vertical alignment of the inline element */ + height: 100%; +} + +.text { + width: 90%; + margin: 0 auto; + display: inline-block; + vertical-align: middle; /* vertical alignment of the inline element */ +} + +.text h3 { + margin: 10px 0; + color: #333333; +} + +.text h4 { + color: #333333; +} From 8d823cc22c5e0aac88c103b9bfdbceb4aaedb00d Mon Sep 17 00:00:00 2001 From: Dasha Verbina <29864815+dashaverbina@users.noreply.github.com> Date: Tue, 12 Jun 2018 22:31:11 +0300 Subject: [PATCH 2/5] Removed a css file --- _includes/themes/restart/default.html | 1 - assets/themes/restart/css/mainpage.css | 30 -------------------------- 2 files changed, 31 deletions(-) delete mode 100644 assets/themes/restart/css/mainpage.css diff --git a/_includes/themes/restart/default.html b/_includes/themes/restart/default.html index c59475e..c8f81ab 100644 --- a/_includes/themes/restart/default.html +++ b/_includes/themes/restart/default.html @@ -17,7 +17,6 @@ - diff --git a/assets/themes/restart/css/mainpage.css b/assets/themes/restart/css/mainpage.css deleted file mode 100644 index 1860bf0..0000000 --- a/assets/themes/restart/css/mainpage.css +++ /dev/null @@ -1,30 +0,0 @@ -section.call_to_action { - padding: 30px 0; -} - -section.call_to_action .container { - height: 200px; -} - -section.call_to_action .container:before { /* create a full-height inline block pseudo-element */ - content: ' '; - display: inline-block; - vertical-align: middle; /* vertical alignment of the inline element */ - height: 100%; -} - -.text { - width: 90%; - margin: 0 auto; - display: inline-block; - vertical-align: middle; /* vertical alignment of the inline element */ -} - -.text h3 { - margin: 10px 0; - color: #333333; -} - -.text h4 { - color: #333333; -} From b4d1338090fdc5a16afcce307b57224df9f68f1d Mon Sep 17 00:00:00 2001 From: Dasha Verbina <29864815+dashaverbina@users.noreply.github.com> Date: Wed, 13 Jun 2018 22:13:48 +0300 Subject: [PATCH 3/5] Removed font boldness from the header on the main page --- _layouts/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_layouts/index.html b/_layouts/index.html index 6d4509c..d958a1d 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -6,8 +6,8 @@
-

an aggregator for remote jobs

-

in tech and non-tech

+

an aggregator for remote jobs

+

in tech and non-tech

Find a remote job
From 3468adbbb52e7155df9828ef78d9876a93a947ac Mon Sep 17 00:00:00 2001 From: Dasha Verbina <29864815+dashaverbina@users.noreply.github.com> Date: Fri, 22 Jun 2018 00:46:47 +0300 Subject: [PATCH 4/5] Error fixing --- assets/themes/restart/css/userstyle.css | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/themes/restart/css/userstyle.css b/assets/themes/restart/css/userstyle.css index d9d1a39..5164798 100644 --- a/assets/themes/restart/css/userstyle.css +++ b/assets/themes/restart/css/userstyle.css @@ -95,4 +95,3 @@ a.detail-icon:visited{ background-repeat: no-repeat; } } - From c963289e9e52bee56e7d97f126101803aea8f2bf Mon Sep 17 00:00:00 2001 From: Dasha Verbina <29864815+dashaverbina@users.noreply.github.com> Date: Mon, 16 Jul 2018 04:23:57 +0300 Subject: [PATCH 5/5] Fixed table width for mobile screens --- assets/themes/restart/css/userstyle.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/assets/themes/restart/css/userstyle.css b/assets/themes/restart/css/userstyle.css index fdde346..7c120a1 100644 --- a/assets/themes/restart/css/userstyle.css +++ b/assets/themes/restart/css/userstyle.css @@ -69,7 +69,7 @@ a.detail-icon:visited{ color: #999999 !important; } -@media only screen and (max-width: 480px) { +/* @media only screen and (max-width: 480px) { #table { margin-left: -20px !important; @@ -86,7 +86,7 @@ a.detail-icon:visited{ padding-right: 0 !important; } -} +} */ /* background on the home page */ @media screen and (min-width: 768px) { @@ -194,7 +194,7 @@ input[type=radio]:checked+label:before { box-shadow: 0 0 0 6px #428bca inset,0 0 0 11px #fff inset; } input[type=checkbox]:focus:checked+label:before { - box-shadow: 0 0 0 1px #428bca, 0 0 0 11px #428bca inset; + box-shadow: 0 0 0 1px #428bca, 0 0 0 12px #428bca inset; } input[type=checkbox]:focus+label:before, input[type=radio]:focus+label:before { @@ -248,3 +248,8 @@ Create custom navbar-like custom styles */ .btn-div.open .dropdown-toggle { box-shadow: none; } + +/* Make table fit its parent container */ +#table { + word-break: break-all; +}