-
+
{% for node in site.data.jobnav[site.jobnav_developers_node].subnodes %}
{{ node.home_title }} - {{ node.tagline }}
@@ -47,5 +64,3 @@
-
-
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;
+}