-
-
+
+
+
+
Frontend разработчик,
Middle
-
-
+
+
-
+
{/*
+
20 Специалистов
-
- - Ruby on Rails
- - PHP
- - Python
- - Vue.js
- - React. JS
+
+ - Ruby on Rails
+ - PHP
+ - Python
+ - Vue.js
+ - React. JS
-
+
+
- )
+ );
};
-export default AuthForPartners
+export default AuthForPartners;
diff --git a/src/pages/AuthForPartners/authForPartners.scss b/src/pages/AuthForPartners/authForPartners.scss
index 60659195..9ba169ea 100644
--- a/src/pages/AuthForPartners/authForPartners.scss
+++ b/src/pages/AuthForPartners/authForPartners.scss
@@ -1,5 +1,6 @@
.auth-partners {
overflow: hidden;
+ position: relative;
}
.auth-partners__background {
@@ -87,7 +88,7 @@
}
.auth-partners__info-box > h3 {
- font-family: 'GT Eesti Pro Display';
+ font-family: "GT Eesti Pro Display";
font-size: 2em;
font-weight: 100;
font-style: normal;
@@ -120,7 +121,7 @@
}
.auth-partners__specialists {
- font-family: 'GT Eesti Pro Display';
+ font-family: "GT Eesti Pro Display";
font-size: 1.8em;
font-weight: 100;
font-style: normal;
@@ -150,7 +151,7 @@
.auth-partners__info-item {
color: #1f1f1f;
- font-family: 'GT Eesti Pro Display';
+ font-family: "GT Eesti Pro Display";
font-size: 4em;
font-weight: 700;
font-style: normal;
@@ -205,7 +206,7 @@
.auth-partners__footer--left > div > span {
color: #18586e;
- font-family: 'GT Eesti Pro Display';
+ font-family: "GT Eesti Pro Display";
font-size: 1.6em;
font-weight: 400;
font-style: normal;
@@ -247,7 +248,7 @@
}
.auth-partners__phone {
color: #003b65;
- font-family: 'CeraPro';
+ font-family: "CeraPro";
font-size: 2.1em;
letter-spacing: normal;
line-height: 25px;
@@ -256,7 +257,7 @@
.auth-partners__working-hours {
color: #003b65;
- font-family: 'CeraPro';
+ font-family: "CeraPro";
font-size: 1.2em;
font-weight: 400;
font-style: normal;
diff --git a/tsconfig.json b/tsconfig.json
deleted file mode 100644
index b8b1fcef..00000000
--- a/tsconfig.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "compilerOptions": {
- "target": "es5", // компилируем ts код в js код версии ES5
- "module": "esnext",
- // для поддержки динамического импорта модулей
- "allowSyntheticDefaultImports": true,
- "jsx": "react"
- }
-}
\ No newline at end of file