diff --git a/src/Client/src/app/pages/main/company/connect/companyconnect.component.html b/src/Client/src/app/pages/main/company/connect/companyconnect.component.html index 12111ca..30cdea5 100644 --- a/src/Client/src/app/pages/main/company/connect/companyconnect.component.html +++ b/src/Client/src/app/pages/main/company/connect/companyconnect.component.html @@ -11,9 +11,8 @@ @@ -28,9 +27,7 @@ @@ -39,13 +36,13 @@
- +
@@ -54,45 +51,54 @@
-
-
- - -
-
- - +
+
+
+ + +
+
+ + +
+ + +
+ - -
-

Job Location

-
-
- - -
-
- - -
-
- - -
-
- - +
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
@@ -105,6 +111,9 @@
+
@@ -142,6 +151,9 @@
+
\ No newline at end of file diff --git a/src/Client/src/app/pages/main/jobs/jobs.component.css b/src/Client/src/app/pages/main/jobs/jobs.component.css index 58f3098..6044df9 100644 --- a/src/Client/src/app/pages/main/jobs/jobs.component.css +++ b/src/Client/src/app/pages/main/jobs/jobs.component.css @@ -1,3 +1,21 @@ +button { + width: 150px; + border-radius: 5px; + margin: 10px; + text-align: center; + padding: 15px 0; + transition: .5s; + background-color: #0000; + border: 1px solid var(--Mistox-White); + color: var(--Mistox-White); + text-decoration: none; +} + + button:hover { + background-color: #00000044; + color: var(--Mistox-Light); + } + .full-width { display: block; width: 100%; @@ -5,14 +23,65 @@ } .tile-frame { - column-count: 4; + display: grid; + grid-template-columns: repeat(4, 1fr); column-gap: 20px; padding: 20px; width: calc(100% - 40px); } .tile{ - background-color: var(--Mistox-Dark)\); - height: 40px; + background-color: var(--Mistox-Dark); + color: var(--Mistox-White); break-inside: avoid; + padding: 20px; + border-radius: 20px; + margin-bottom: 20px; +} + +.jobs-frame { + width: 100%; + background-color: #8888; + border-top: 2px solid black; +} + +.post-job-frame { + display: flex; + justify-content: center; + padding: 10px 0; +} + +.tile-title { + text-align: center; + border-bottom: 1px solid; +} + +.tile-title h1 { + font-size: 40px; + margin: 5px 0; +} + +.tile-title h2 { + font-size: 14px; +} + +.tile-split { + columns: 2; + text-align: center; + padding: 10px 0; +} + +.tile-split h1 { + margin: 0; +} + +.tile-button { + display: flex; + width: 100%; + justify-content: center; +} + +.post-job-frame button { + border-color: var(--Mistox-Black); + color: var(--Mistox-Black); } \ No newline at end of file diff --git a/src/Client/src/app/pages/main/jobs/jobs.component.html b/src/Client/src/app/pages/main/jobs/jobs.component.html index f3c49a0..5e5ab3d 100644 --- a/src/Client/src/app/pages/main/jobs/jobs.component.html +++ b/src/Client/src/app/pages/main/jobs/jobs.component.html @@ -1,5 +1,5 @@ -
+

{{ cur.title }}

@@ -11,14 +11,13 @@

{{ cur.stateOrRegion }}

{{ cur.country }}

{{ cur.postalCode }}

-

{{ cur.description }}

Posted: {{ cur.createdTime }}

Modified: {{ cur.modifiedTime }}

-
+
@@ -26,17 +25,20 @@
-

{{ cur.title }}

-

{{ cur.jobType }}

-

Is Remote: {{ cur.remote }}

-

{{ cur.salaryMin }}

-

{{ cur.salaryMax }}

-

{{ cur.city }}

-

{{ cur.stateOrRegion }}

-

{{ cur.country }}

-

{{ cur.postalCode }}

-

{{ cur.description }}

-

Posted: {{ cur.createdTime }}

-

Modified: {{ cur.modifiedTime }}

+
+

{{ cur.title }}

+

${{ cur.salaryMax }} - ${{ cur.salaryMin }}

+
+
+

{{ cur.jobType }}

+

Remote

+
+
+

{{ cur.city }}

+

{{ cur.stateOrRegion }}

+
+
+ +
\ No newline at end of file diff --git a/src/Client/src/app/pages/main/jobs/new/jobnew.component.css b/src/Client/src/app/pages/main/jobs/new/jobnew.component.css index 3606281..4203dc9 100644 --- a/src/Client/src/app/pages/main/jobs/new/jobnew.component.css +++ b/src/Client/src/app/pages/main/jobs/new/jobnew.component.css @@ -14,7 +14,7 @@ form { .center { width: 100%; - display: flex; + display: grid; justify-content: center; } @@ -31,6 +31,15 @@ form { border-radius: 10px; padding: 40px; break-inside: avoid; + margin-bottom: 20px; +} + +.footer-frame { + background-color: #00000044; + border-radius: 10px; + padding: 10px; + break-inside: avoid; + margin-bottom: 20px; } .split {