diff --git a/src/Client/src/app/pages/main/home/home.component.css b/src/Client/src/app/pages/main/home/home.component.css index 1b670c7..013fb16 100644 --- a/src/Client/src/app/pages/main/home/home.component.css +++ b/src/Client/src/app/pages/main/home/home.component.css @@ -3,6 +3,19 @@ width: calc(100% - 400px); } +.center-text { + text-align: center; +} + +.center-text h1 { + font-size: 100px; + margin: 20px 0; +} + +.center-text h2 { + margin-bottom: 200px; +} + .content-frame { display: flex; flex-direction: row; @@ -16,6 +29,7 @@ .floating-frame { width: 450px; + height: 200px; background-color: var(--Mistox-Frame); padding: 20px; margin: 20px 0; @@ -41,8 +55,11 @@ hr { } .solution-frame { - height: 200px; - background-color: blueviolet; width: calc(100% - 515px); margin: 20px 0; + text-align: center; +} + +.border { + border-bottom: solid 1px #000; } \ No newline at end of file diff --git a/src/Client/src/app/pages/main/home/home.component.html b/src/Client/src/app/pages/main/home/home.component.html index d36ac97..fa7c930 100644 --- a/src/Client/src/app/pages/main/home/home.component.html +++ b/src/Client/src/app/pages/main/home/home.component.html @@ -1,5 +1,11 @@
-
+ +
+

Bored Careers

+

The Anti-AI Job Board

+
+ +

death by a thousand applicants

@@ -11,11 +17,14 @@
- +
+

Rate Limiting - We use strong rate limiting to prevent bot's from flooding applications

+

Strong Authentication - All API's require authentication and will ban on suspision of bots

+
-
+

keyword frenzie

@@ -27,11 +36,12 @@
- +

No External Access - All companies and clients are required to interface with the application. Minimizing the surface for AI resume filters.

+

Skill Based Resumes - Resume's are skill based not work history based. This allows companies to know what your good at without infering it.

-
+

response black-hole

@@ -43,11 +53,12 @@
- +

Automated Email Notifications - No longer will you be left in the dark. No matter how the job listing is closed you will be notified

+

More Analytics - Visibility into if the company has looked at your resume, view your resume score

-
+

zombie postings

@@ -59,7 +70,8 @@
- +

Job Postings Auto Close - Job postings auto close 30 days after originally posted. If the company creates a repost habit they will be flagged.

+

Collective Flagging - Companies hold a reputation on the patform and its visible on all their job postings

@@ -75,7 +87,8 @@
- +

Resume Builder - No staring at a blank sheet trying to build a resume. Use our curated resume builder

+

Companies Search Tools - Companies can find you with ease with the strong search tools

\ No newline at end of file diff --git a/src/Client/src/styles.css b/src/Client/src/styles.css index 99bb268..15e206c 100644 --- a/src/Client/src/styles.css +++ b/src/Client/src/styles.css @@ -5,7 +5,7 @@ --Mistox-Medium: #890620; --Mistox-Light: #B6465F; --Mistox-Bright: #FC440F; - --Mistox-Frame: #FF5A00CC; + --Mistox-Frame: #FFE0A5; --Mistox-Button: #ff9999; --Mistox-Button-Hover: #ff999977; --Mistox-White: #FFF;