adaptive autstaffing

This commit is contained in:
2024-05-22 18:38:12 +03:00
parent 6cae81f946
commit 2a89ab3d5f
7 changed files with 196 additions and 21 deletions

View File

@ -14,6 +14,7 @@ import cat from "assets/images/cat.png";
import clue from "assets/images/clue.png";
import code from "assets/images/landingBackgroundCode.png";
import codeWhite from "assets/images/landingBackgroundCodeWhite.png";
import noClue from "assets/images/noClue.png";
import reviewsImgMok from "assets/images/reviewsImgMok.png";
import flag from "assets/images/stackProjectsFlag.png";
import fly from "assets/images/stackProjectsFly.png";
@ -467,7 +468,7 @@ export const Stack = () => {
<img src={code} className="contact__code--center" />
<div className="contact__block">
<div className="contact-info">
<img src={clue} alt="clue" />
<img src={noClue} alt="clue" />
<h3 className="info__title">ПОИСК</h3>
<div className="info-content">
<div className="info-content__title">
@ -609,6 +610,15 @@ export const Stack = () => {
</div>
</form>
</div>
<div className="info-mobile__nav">
<span>
Посмотрите и другие <br /> продукты ITGUILD
</span>
<div className="info-mobile__nav__buttons">
<button>Система для отчётности</button>
<button>Система контроля версий GIT</button>
</div>
</div>
</div>
<Footer />
</section>

View File

@ -1013,13 +1013,16 @@
}
&-mobile {
width: 100%;
position: absolute;
bottom: -40px;
display: flex;
display: none;
@media (max-width: 431px) {
width: 100%;
position: absolute;
bottom: -40px;
display: flex;
img {
margin: 0 auto;
img {
margin: 0 auto;
}
}
}
}
@ -1146,6 +1149,12 @@
border-radius: 8px;
bottom: -30px;
left: -100px;
@media (max-width: 431px) {
width: 213px;
height: 124px;
left: auto;
}
}
&-counter {
@ -1408,10 +1417,18 @@
@media (max-width: 431px) {
flex-direction: column;
align-items: center;
}
}
&-info {
@media (max-width: 431px) {
display: flex;
flex-direction: column;
align-items: center;
height: 300px;
}
img {
right: 423px;
width: 100px;
@ -1419,7 +1436,9 @@
z-index: 3;
@media (max-width: 431px) {
display: none;
right: auto;
width: auto;
top: -60px;
}
}
@ -1444,9 +1463,20 @@
filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.1294117647));
@media (max-width: 431px) {
position: static;
font-size: 203px;
position: relative;
right: auto;
top: -100px;
z-index: 4;
font-size: 180px;
letter-spacing: -0.02em;
background: linear-gradient(
4.11deg,
#212121 11.19%,
#313131 66.08%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
filter: drop-shadow(15px 10px 1px rgba(0, 0, 0, 0.1));
}
}
@ -1458,6 +1488,9 @@
@media (max-width: 431px) {
padding: 0;
z-index: 5;
position: relative;
top: -200px;
}
&__title {
@ -1485,13 +1518,12 @@
font-size: 19px;
@media (max-width: 431px) {
padding: 0 45px;
font-size: 18px;
line-height: 20.88px;
}
span {
display: none;
@media (max-width: 431px) {
display: inline;
font-weight: 700;
@ -1501,6 +1533,9 @@
}
&__nav {
@media (max-width: 431px) {
display: none;
}
span {
color: #eeeeee;
font-weight: 700;
@ -1539,6 +1574,11 @@
align-items: flex-end;
z-index: 1;
@media (max-width: 431px) {
width: 90%;
align-items: center;
}
.form {
&__subtitle {
font-weight: 700;
@ -1546,6 +1586,10 @@
color: #a7ca60;
position: relative;
top: -10px;
@media (max-width: 431px) {
display: none;
}
}
&-container {
@ -1556,6 +1600,17 @@
font-weight: 700;
color: #607536;
@media (max-width: 431px) {
width: 100%;
padding: 30px 50px;
}
p {
@media (max-width: 431px) {
display: none;
}
}
.input-error {
border: 1px solid red;
}
@ -1576,6 +1631,18 @@
row-gap: 10px;
justify-items: center;
@media (max-width: 431px) {
display: flex;
flex-direction: column;
align-items: center;
}
div {
@media (max-width: 431px) {
width: 100%;
}
}
input {
padding: 10px;
width: 205px;
@ -1583,6 +1650,11 @@
border: 0.2px solid #607536;
border-radius: 8px;
background-color: #98b857;
@media (max-width: 431px) {
width: 100%;
height: 55px;
}
}
input::placeholder {
margin: 0 0 0 19px;
@ -1606,6 +1678,11 @@
border-radius: 8px;
resize: none;
background-color: #98b857;
@media (max-width: 431px) {
width: 100%;
margin: 30px 0 0 0;
}
}
textarea::placeholder {
color: #435225;
@ -1624,6 +1701,12 @@
justify-content: space-between;
align-items: center;
@media (max-width: 431px) {
margin: 53px 0 50px 0;
flex-direction: column;
row-gap: 19px;
}
.button-upload {
cursor: pointer;
width: 160px;
@ -1650,6 +1733,15 @@
p {
font-size: 9px;
font-weight: 300;
@media (max-width: 431px) {
display: flex;
flex-direction: column-reverse;
font-size: 14px;
font-weight: 300;
line-height: 16.24px;
color: #607536;
}
}
span {
@ -1662,6 +1754,11 @@
align-items: center;
justify-content: space-around;
@media (max-width: 431px) {
flex-direction: column;
row-gap: 56px;
}
&__agreement {
display: flex;
@ -1674,6 +1771,13 @@
font-weight: 300;
font-size: 9px;
color: #607536;
@media (max-width: 431px) {
color: #435225;
display: inline;
text-align: left;
font-size: 11px;
}
}
a:active,
@ -1705,5 +1809,45 @@
}
}
}
.info-mobile__nav {
display: none;
@media (max-width: 431px) {
display: block;
margin-top: 79px;
}
span {
color: #eeeeee;
font-size: 25px;
font-weight: 700;
line-height: 29px;
letter-spacing: 0.01em;
}
&__buttons {
display: flex;
flex-direction: column;
align-items: center;
margin: 47px 0 0 0;
row-gap: 25px;
button {
background: linear-gradient(
110.06deg,
rgba(87, 87, 87, 0.34) 0%,
rgba(104, 104, 104, 0.34) 99.25%
);
width: 324px;
height: 101px;
border-radius: 8px;
border: 0.5px solid #6c6c6c;
box-shadow: 10px 9px 14.3px 0px #0000000f;
color: #f1f1f1;
font-size: 19px;
font-weight: 500;
line-height: 20.33px;
padding: 30px 60px;
}
}
}
}
}