diff --git a/css/style.css b/css/style.css index 1667c78..2133e2d 100644 --- a/css/style.css +++ b/css/style.css @@ -3,32 +3,38 @@ } @font-face { - font-family: oswald; + font-family: Oswald; font-weight: 500; src: url('../fonts/Oswald/static/Oswald-Regular.ttf'); } +@font-face { + font-family: Poppins; + font-weight: 500; + src: url('../fonts/Poppins/Poppins-Regular.ttf'); +} + h1, h2, h3, h4, h5, h6 { margin : 0; font-weight: 200; } body { - font-family: "oswald"; + font-family: "Oswald"; font-weight: 700; } -header h2{ +header h2 { font-size: 2rem; font-family: "Oswald", sans-serif; font-weight: 200; - color:#c8c8c8; + color:hsl(0, 0%, 78%); line-height: 2; letter-spacing: 0.05rem; } -header p{ - color: #959595; +header p { + color: hsl(0, 0%, 58%); text-align: center; line-height: 2.3; padding: 0 5%; @@ -41,9 +47,9 @@ header p{ .background { position: absolute; - background-color: #161616; + background-color: hsl(0, 0%, 9%); width: 100%; - height: 67vh; + height: 74vh; overflow: hidden; } @@ -70,10 +76,10 @@ header{ } .tabs-holder { - width: 75%; + width: 22rem; margin: 0 auto; text-align: center; - background-color : #222222; + background-color : hsl(0, 0%, 13%); color: white; border-radius: 500px; @@ -87,171 +93,197 @@ header{ border-radius: 500px; font-size: 0.75rem; font-weight: 100; - font-family: "poppins"; + font-family: "Poppins"; } .tab.active { - background-color : #2cc38c; + background-color : hsl(158, 63%, 47%); } -.card{ - width: 350px; +.job-card { + width: 20rem; border-radius: 20px; height: 320px; - - position: relative; + background-color: white; - box-shadow: 0 0 0.5rem #e1e1e1; + box-shadow: 0 0 0.5rem hsl(0, 0%, 88%); overflow: hidden; padding: 28px 20px 28px 20px; margin-left: auto; - margin-right: auto; - left: 0; - right: 0; + margin-right: auto; margin-top:40px; text-align: center; } -.card-header-grid{ +.job-card-header { display: grid; - grid-template-columns: 0.5fr auto 0.5fr; - grid-template-rows: 50% 50%; - place-items: center center; - padding-bottom: 10px; + grid-template-columns: 3.5rem 1fr 1rem; + grid-template-rows: 1fr; + place-items: center center; + gap:1rem; } -.grid-item1{ - grid-column: 1/1; - grid-row: 1/2; - align-self: baseline; - background: #F2F2F2; - - border-radius: 50%; - width: 50px; - height: 50px; - padding: 8px 4px 6px 8px; +.job-designator-avatar { + background: hsl(0, 0%, 95%); + border-radius: 50%; + padding: 9px 7px 9px 10px; } -.grid-item1 > img{ - width: 30px; +.job-designator-avatar > img { + width: 100%; } -.grid-item2{ - color: #959595; - grid-column: 2/3; - grid-row: 1/2; - padding: 10px 4px 0px 8px; +.job-designator-title { + color: hsl(0, 0%, 58%); } -.grid-item2 > h2{ - margin:auto; +.job-designator-title > h2 { font-size: 1.5rem; - font-family: "oswald"; - color: #767676 + font-family: "Oswald"; + color: hsl(0, 0%, 46%) } -.grid-item2 > p{ - margin:auto; +.job-designator-title > h4 { text-align: left; text-transform: uppercase; - font-weight: normal; + font-weight: bold; font-size: 0.75rem; - letter-spacing: 0.5px; - padding-top: 10px; - font-family: "poppins"; - color: #C7C7C7; + letter-spacing: 0.05rem; + margin-top: 4px; + font-family: "Poppins"; + color: hsl(0, 0%, 78%); +} + +.separator { + display: block; + height: 1px; + border-top: 2px solid hsl(0, 0%, 94%); + margin: 20px 0px; } +.job-description-container { + display: flex; + flex-direction: row; +} -.grid-item3{ - grid-column: 3/3; - grid-row: 1/2; - padding: 10px 4px 0px 8px; +.job-description-image { + flex: 0 0 auto; + justify-self: center; + margin-left: 0.75rem; } -.grid-item3 > img{ - width: 16px; +.job-description { + text-transform: capitalize; + font-size: small; + font-family: "Poppins"; + color:hsl(0, 0%, 58%); + margin-left: 1.25rem; } -.separator{ +.green-outline-button{ + border-radius: 500px; + border: 1px solid hsl(158, 63%, 47%); + padding :12px; + color: hsl(158, 63%, 47%); + font-weight: bold; + font-family: "Poppins"; + width: 94%; + margin: 0.25rem; +} + +.job-categories::before { + content: ""; + border-top: 4rem solid white; + border-right: 50vw solid hsl(0, 0%, 9%); + border-left: 50vw solid hsl(0, 0%, 9%); + border-bottom: solid hsl(0, 0%, 9%); display: block; - height: 1px; - border-top:2px solid #EFEFEF; + position: absolute; + width: 0; + height: 0; + bottom: 0; + top: 0; + left: 0; } -.card-body-grid{ - display: grid; - grid-template-rows: repeat(4,25px); - grid-template-columns: 20% auto; - place-items: center; - grid-row-gap: 1rem; - padding-top: 18px; +.job-categories{ + position: relative; + background-color: hsl(0, 0%, 9%); + width: 100%; + overflow: hidden; + margin-top: 7vw; } -.card-body-grid-item-1{ - grid-column: 1/2; - grid-row: 1/2; - padding:4px; +.category-cards { + display: flex; + flex-flow: row wrap; + justify-content: space-evenly; + margin-bottom: 8rem; } -.card-body-grid-item-2{ - text-transform: capitalize; - font-size: small; - font-family: "poppins"; - color:#959595; - - grid-column: 2/3; - grid-row: 1/2; - justify-self: start; +.category-cards .card { + flex: 0 0 44%; + border-radius: 1.5rem; + padding: 14px; + margin: 6px; + text-align: center; } -.card-body-grid-item-3{ - grid-column: 1/2; - grid-row: 2/3; +.category-cards img { + background: hsl(0, 0%, 95%); + border-radius: 50%; + padding: 10px; } -.card-body-grid-item-4{ +.category-cards .tag-line { + font-size: 1.2rem; + font-weight: 600; +} + +.category-cards .card-description { text-transform: capitalize; font-size: small; - font-family: "poppins"; - color:#959595; + font-family: "Poppins"; + color: hsl(0, 0%, 58%); +} +.design-category { + background-color: hsl(355, 53%, 91%); + color: hsl(353, 54%, 74%); +} - grid-column: 2/3; - grid-row: 2/3; - justify-self: start; +.development-category { + background-color: hsl(180, 52%, 90%); + color: hsl(179, 30%, 57%); } -.card-body-grid-item-5{ - grid-column: 1/2; - grid-row: 3/4; +.marketing-category { + background-color: hsl(83, 54%, 91%); + color: hsl(79, 60%, 67%); } -.card-body-grid-item-6{ - text-transform: capitalize; - font-size: small; - font-family: "poppins"; - color:#959595; - - grid-column: 2/3; - grid-row: 3/4; - justify-self: start; +.operations-category { + background-color: hsl(275, 57%, 91%); + color: hsl(279, 39%, 72%); } -.card-body-grid-item-7{ - grid-column: 1/4; - grid-row: 4/5; - justify-self: stretch; - padding: 40px 8px 0px 20px; - +.category-cards::after { + content: ""; + display: block; + position: absolute; + width: 0; + height: 0; + left: 0; + border-left: 56vw solid hsl(0, 0%, 15%); + border-right: 72vw solid hsl(0, 0%, 15%); + border-top: 2rem solid hsl(0, 0%, 8%); + bottom: 0; } -.green-outline-button{ - border-radius: 500px; - border:solid #2cc38c; - border-width: thin; - padding :12px; - color: #2cc38c; - font-weight: bold; - font-family: "poppins"; +.jobs-by-category::before { + content: ""; + display: block; + border-left: 56vw solid transparent; + border-right: 42vw solid transparent; + border-top: 1rem solid hsl(0, 0%, 15%); } \ No newline at end of file diff --git a/fonts/Poppins/OFL.txt b/fonts/Poppins/OFL.txt new file mode 100644 index 0000000..76df3b5 --- /dev/null +++ b/fonts/Poppins/OFL.txt @@ -0,0 +1,93 @@ +Copyright 2020 The Poppins Project Authors (https://github.com/itfoundry/Poppins) + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + + +----------------------------------------------------------- +SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007 +----------------------------------------------------------- + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting -- in part or in whole -- any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. diff --git a/fonts/Poppins/Poppins-Black.ttf b/fonts/Poppins/Poppins-Black.ttf new file mode 100644 index 0000000..a9520b7 Binary files /dev/null and b/fonts/Poppins/Poppins-Black.ttf differ diff --git a/fonts/Poppins/Poppins-BlackItalic.ttf b/fonts/Poppins/Poppins-BlackItalic.ttf new file mode 100644 index 0000000..ebfdd70 Binary files /dev/null and b/fonts/Poppins/Poppins-BlackItalic.ttf differ diff --git a/fonts/Poppins/Poppins-Bold.ttf b/fonts/Poppins/Poppins-Bold.ttf new file mode 100644 index 0000000..b94d47f Binary files /dev/null and b/fonts/Poppins/Poppins-Bold.ttf differ diff --git a/fonts/Poppins/Poppins-BoldItalic.ttf b/fonts/Poppins/Poppins-BoldItalic.ttf new file mode 100644 index 0000000..e2e6445 Binary files /dev/null and b/fonts/Poppins/Poppins-BoldItalic.ttf differ diff --git a/fonts/Poppins/Poppins-ExtraBold.ttf b/fonts/Poppins/Poppins-ExtraBold.ttf new file mode 100644 index 0000000..8f008c3 Binary files /dev/null and b/fonts/Poppins/Poppins-ExtraBold.ttf differ diff --git a/fonts/Poppins/Poppins-ExtraBoldItalic.ttf b/fonts/Poppins/Poppins-ExtraBoldItalic.ttf new file mode 100644 index 0000000..b2a9bf5 Binary files /dev/null and b/fonts/Poppins/Poppins-ExtraBoldItalic.ttf differ diff --git a/fonts/Poppins/Poppins-ExtraLight.ttf b/fonts/Poppins/Poppins-ExtraLight.ttf new file mode 100644 index 0000000..ee62382 Binary files /dev/null and b/fonts/Poppins/Poppins-ExtraLight.ttf differ diff --git a/fonts/Poppins/Poppins-ExtraLightItalic.ttf b/fonts/Poppins/Poppins-ExtraLightItalic.ttf new file mode 100644 index 0000000..e392492 Binary files /dev/null and b/fonts/Poppins/Poppins-ExtraLightItalic.ttf differ diff --git a/fonts/Poppins/Poppins-Italic.ttf b/fonts/Poppins/Poppins-Italic.ttf new file mode 100644 index 0000000..4620399 Binary files /dev/null and b/fonts/Poppins/Poppins-Italic.ttf differ diff --git a/fonts/Poppins/Poppins-Light.ttf b/fonts/Poppins/Poppins-Light.ttf new file mode 100644 index 0000000..2ab0221 Binary files /dev/null and b/fonts/Poppins/Poppins-Light.ttf differ diff --git a/fonts/Poppins/Poppins-LightItalic.ttf b/fonts/Poppins/Poppins-LightItalic.ttf new file mode 100644 index 0000000..6f9279d Binary files /dev/null and b/fonts/Poppins/Poppins-LightItalic.ttf differ diff --git a/fonts/Poppins/Poppins-Medium.ttf b/fonts/Poppins/Poppins-Medium.ttf new file mode 100644 index 0000000..e90e87e Binary files /dev/null and b/fonts/Poppins/Poppins-Medium.ttf differ diff --git a/fonts/Poppins/Poppins-MediumItalic.ttf b/fonts/Poppins/Poppins-MediumItalic.ttf new file mode 100644 index 0000000..d8a251c Binary files /dev/null and b/fonts/Poppins/Poppins-MediumItalic.ttf differ diff --git a/fonts/Poppins/Poppins-Regular.ttf b/fonts/Poppins/Poppins-Regular.ttf new file mode 100644 index 0000000..be06e7f Binary files /dev/null and b/fonts/Poppins/Poppins-Regular.ttf differ diff --git a/fonts/Poppins/Poppins-SemiBold.ttf b/fonts/Poppins/Poppins-SemiBold.ttf new file mode 100644 index 0000000..dabf7c2 Binary files /dev/null and b/fonts/Poppins/Poppins-SemiBold.ttf differ diff --git a/fonts/Poppins/Poppins-SemiBoldItalic.ttf b/fonts/Poppins/Poppins-SemiBoldItalic.ttf new file mode 100644 index 0000000..29d5f74 Binary files /dev/null and b/fonts/Poppins/Poppins-SemiBoldItalic.ttf differ diff --git a/fonts/Poppins/Poppins-Thin.ttf b/fonts/Poppins/Poppins-Thin.ttf new file mode 100644 index 0000000..f5c0fdd Binary files /dev/null and b/fonts/Poppins/Poppins-Thin.ttf differ diff --git a/fonts/Poppins/Poppins-ThinItalic.ttf b/fonts/Poppins/Poppins-ThinItalic.ttf new file mode 100644 index 0000000..b910089 Binary files /dev/null and b/fonts/Poppins/Poppins-ThinItalic.ttf differ diff --git a/image/Designing.svg b/image/Designing.svg new file mode 100644 index 0000000..7c71c7c --- /dev/null +++ b/image/Designing.svg @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/Development.svg b/image/Development.svg new file mode 100644 index 0000000..e85ea44 --- /dev/null +++ b/image/Development.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/image/Marketing.svg b/image/Marketing.svg new file mode 100644 index 0000000..4e15b11 --- /dev/null +++ b/image/Marketing.svg @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/image/Operations.svg b/image/Operations.svg new file mode 100644 index 0000000..195b144 --- /dev/null +++ b/image/Operations.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + + + + + diff --git a/index.html b/index.html index 946b5e9..fe2e03e 100644 --- a/index.html +++ b/index.html @@ -13,169 +13,234 @@
-
+

Work with Us

Totally we have 11 job openings

-
Employment
-
Internship
+
Employment
+
Internship
-
-
-
- +
+
+ A perosn avatar
-
+

Software Developer

-

developer

+

developer

-
- + share icon
-
-
- office chair image -
-
-

4 open positions

-
-
- infinte logo -
-
-

Minimum 3 years Experience

-
-
- infinte logo -
-
-

Montreal, Canada

-
-
-
Show more details
-
+
+ office chair image +

4 open positions

+
+ infinte logo +

Minimum 3 years Experience

+
+
+ infinte logo +

Montreal, Canada

+
+
+
Show more details
+
-
-
-
- A perosn avatar +
+
+ Developer
-
+

Software Developer

-

developer

+

developer

-
- + share icon
-
-
- office chair image -
-
-

4 open positions

-
-
- infinte logo -
-
-

Minimum 3 years Experience

-
-
- infinte logo -
-
-

Montreal, Canada

-
-
-
Show more details
-
+
+ office chair image +

4 open positions

+
+ infinte logo +

Minimum 3 years Experience

+
+
+ infinte logo +

Montreal, Canada

+
+
+
Show more details
+
-
-
-
- A perosn avatar +
+
+ Developer
-
+

Software Developer

-

developer

+

developer

+
+
+ share +
+
+
+
+ office chair image +

4 open positions

+
+
+ infinte logo +

Minimum 3 years Experience

+
+
+ infinte logo +

Montreal, Canada

+
+
+
Show more details
+
+
+ +
+ +
+
+

Job Categories

+

Choose your postions through given categories

+
+
+
+ infinte logo +

Designing

+

Lorem ipsum dolor sit amet

+
+
+ infinte logo +

Development

+

Lorem ipsum dolor sit amet

+
+
+ infinte logo +

Marketing

+

Lorem ipsum dolor sit amet

+
+
+ infinte logo +

Operations

+

Lorem ipsum dolor sit amet

+
+
+
+ +
+
+
+
+ A perosn avatar +
+
+

UI/UX Designer

+

Designer

-
- + share icon
-
-
- office chair image -
-
-

4 open positions

-
-
- infinte logo -
-
-

Minimum 3 years Experience

-
-
- infinte logo -
-
-

Montreal, Canada

-
-
-
Show more details
-
+
+ office chair image +

4 open positions

+
+
+ infinte logo +

Minimum 3 years Experience

+
+ infinte logo +

Montreal, Canada

+
+
+
Show more details
+
+
+
+
+ A perosn avatar +
+
+

Testing Engineer

+

Designer

+
+
+ share +
+
+
+
+ office chair image +

4 open positions

+
+
+ infinte logo +

Minimum 3 years Experience

+
+
+ infinte logo +

Montreal, Canada

+
+
+
Show more details
+
+
- \ No newline at end of file