From 529e7a240bdf0df99ed5ef9b8e3a83522a9abea3 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Tue, 18 Oct 2022 18:30:17 -0400 Subject: [PATCH] More JSON data --- src/layouts/page/careers.html | 15 +++++++++++++-- src/layouts/partials/footer.html | 2 -- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/src/layouts/page/careers.html b/src/layouts/page/careers.html index 9d42f65..0b91aba 100644 --- a/src/layouts/page/careers.html +++ b/src/layouts/page/careers.html @@ -52,8 +52,19 @@
-
- This is the second item's accordion body. It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow. +
+
+

Employment type:

+

Department:

+

Location:

+
+
+
+
+ + + +
diff --git a/src/layouts/partials/footer.html b/src/layouts/partials/footer.html index 29be69d..f320882 100644 --- a/src/layouts/partials/footer.html +++ b/src/layouts/partials/footer.html @@ -183,10 +183,8 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+ //Job Description Two document.getElementById('typeTwo').innerHTML = out[1].type.name; document.getElementById('deptTwo').innerHTML = out[1].department; - out[1].location.is_remote === true ? document.getElementById('locTwo').innerHTML = 'Remote' : document.getElementById('locTwo').innerHTML = out[1].location.name; document.getElementById('jobTwo').innerHTML = out[1].name; document.getElementById('descTwo').innerHTML = out[1].description; - document.getElementById('linkTwo').href = out[1].url; }) .catch(err => { throw err });