diff --git a/sections/polkadot-onboard/OurGoal.js b/sections/polkadot-onboard/OurGoal.js deleted file mode 100644 index e7fd2b4..0000000 --- a/sections/polkadot-onboard/OurGoal.js +++ /dev/null @@ -1,17 +0,0 @@ -import styles from "@/styles/polkadot-onboard/OurGoal.module.css"; - -export default function OurGoal() { - return ( -
-
-

- Our goal -

-

- is to make the onboarding process as smooth and hassle-free as possible, so you can focus - on growing your business and taking advantage of the benefits of the Polkadot ecosystem. -

-
-
- ); -} diff --git a/sections/polkadot-onboard/OurTeam.js b/sections/polkadot-onboard/OurTeam.js deleted file mode 100644 index 9a4a08c..0000000 --- a/sections/polkadot-onboard/OurTeam.js +++ /dev/null @@ -1,25 +0,0 @@ -import styles from "@/styles/polkadot-onboard/OurTeam.module.css"; - -export default function OurTeam() { - return ( -
-

Our team of experts will:

-
-
- -

- Assess your business and choose the best parachain for your project, ensuring that your - business gets the most out of the Polkadot ecosystem -

-
-
- -

- Guide you through every step of the process, from the initial assessment to the actual - transfer of your business to Polkadot. -

-
-
-
- ); -} diff --git a/sections/polkadot-onboard/PolkadotAdvantages.js b/sections/polkadot-onboard/PolkadotAdvantages.js deleted file mode 100644 index 884568c..0000000 --- a/sections/polkadot-onboard/PolkadotAdvantages.js +++ /dev/null @@ -1,28 +0,0 @@ -import styles from "@/styles/polkadot-onboard/PolkadotAdvantages.module.css"; - -export default function PolkadotAdvantages() { - return ( -
-

- If you are a business looking for -

-
-
-

Interoperability

-
-
-

Superior scalability

-
-
-
-
-

Best security

-
-
-

Cost-effective solutions for your transactions

-
-
-

Then Polkadot might just be the perfect choice for you

-
- ); -} diff --git a/sections/polkadot-onboard/TitleSection.js b/sections/polkadot-onboard/TitleSection.js deleted file mode 100644 index edd4ec6..0000000 --- a/sections/polkadot-onboard/TitleSection.js +++ /dev/null @@ -1,24 +0,0 @@ -import styles from "@/styles/polkadot-onboard/TitleSection.module.css"; - -export default function TitleSection() { - const handleClick = () => { - document.getElementById("get-in-touch").scrollIntoView(); - }; - - return ( -
-

Services & Solutions

-

- Polkadot Onboard -

-

- Looking to grow your total addressable market or upgrade your tech? With Sol2ink, being the - automatic transpiler tool, the process of code transforming from solidity to ink! is just - one click away. -

- -
- ); -} diff --git a/styles/polkadot-onboard/OurGoal.module.css b/styles/polkadot-onboard/OurGoal.module.css deleted file mode 100644 index c683641..0000000 --- a/styles/polkadot-onboard/OurGoal.module.css +++ /dev/null @@ -1,59 +0,0 @@ -.section { - display: flex; - flex-direction: column; - align-items: center; - padding-top: 120px; - margin-bottom: 202px; -} - -.headerText { - font-weight: 700; - font-size: 40px; - line-height: 120%; - text-align: center; - color: #FFFFFF; -} - -.ourGoalBlock { - padding: 60px; - width: 800px; - height: 244px; - background: linear-gradient(110.11deg, rgba(144, 151, 170, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%); - border: 1px solid rgba(255, 255, 255, 0.2); - border-radius: 6px; -} - -.ourGoalText { - font-weight: 400; - font-size: 18px; - line-height: 120%; - text-align: center; - color: #FFFFFF; - max-width: 680px; -} - -@media (max-width: 900px) { - .ourGoalBlock { - width: 380px; - height: auto; - padding: 40px; - } - .ourGoalText { - font-size: 12px; - line-height: 150%; - text-align: start; - } -} - -@media (max-width: 460px) { - .section { - padding-left: 5%; - padding-right: 5%; - margin-bottom: 120px; - } - - .ourGoalBlock { - width: 100%; - padding: 40px; - } -} \ No newline at end of file diff --git a/styles/polkadot-onboard/OurTeam.module.css b/styles/polkadot-onboard/OurTeam.module.css deleted file mode 100644 index a8b4da3..0000000 --- a/styles/polkadot-onboard/OurTeam.module.css +++ /dev/null @@ -1,58 +0,0 @@ -.section { - display: flex; - flex-direction: column; - align-items: center; - padding-top: 120px; -} - -.headerText { - font-weight: 700; - font-size: 40px; - line-height: 120%; - text-align: center; - color: #FFFFFF; -} - -.ourTeamWrapper { - display: flex; - flex-direction: column; - margin-top: 40px; - row-gap: 22px; -} - -.ourTeamPoint { - display: flex; - flex-direction: row; -} - -.ourTeamPoint img { - height: 17px; - margin-right: 6px; - margin-top: 2px; -} - -.ourTeamText { - font-weight: 400; - font-size: 18px; - line-height: 120%; - color: #FFFFFF; - max-width: 510px; -} - -@media (max-width: 900px) { - .ourTeamText { - font-size: 14px; - } -} - -@media (max-width: 460px) { - .section { - padding-left: 5%; - padding-right: 5%; - } - - .ourTeamText { - font-size: 12px; - max-width: none; - } -} \ No newline at end of file diff --git a/styles/polkadot-onboard/PolkadotAdvantages.module.css b/styles/polkadot-onboard/PolkadotAdvantages.module.css deleted file mode 100644 index e507d77..0000000 --- a/styles/polkadot-onboard/PolkadotAdvantages.module.css +++ /dev/null @@ -1,110 +0,0 @@ -.section { - display: flex; - flex-direction: column; - align-items: center; - padding-top: 230px; -} - -.BlockRow { - display: flex; - flex-direction: row; -} - -.headerText { - font-weight: 700; - font-size: 40px; - line-height: 120%; - text-align: center; - color: #FFFFFF; -} - -.commonText, .polkadotText { - font-weight: 600; - font-size: 20px; - line-height: 120%; - color: #FFFFFF; -} - -.polkadotText { - font-size: 24px; - margin-top: 64px; -} - -.block1, .block2, .block3, .block4 { - display: flex; - flex-direction: column; - align-items: center; - justify-content: center; - background: linear-gradient(110.11deg, rgba(144, 151, 170, 0.15) 0%, rgba(0, 0, 0, 0.15) 100%); - border: 1px solid rgba(255, 255, 255, 0.2); - border-radius: 6px; -} - -.block1 { - width: 238px; - height: 72px; - margin-right: 20px; - margin-bottom: 20px; -} - -.block2 { - width: 276px; - height: 72px; -} - -.block3 { - width: 172px; - height: 96px; - margin-right: 20px; - padding: 0 40px; -} - -.block4 { - width: 342px; - height: 96px; - padding: 0 45px; -} - -@media (max-width: 900px) { - .section { - padding-top: 180px; - } - - .BlockRow { - flex-direction: column; - } - - .block1, .block2, .block3 { - width: 380px; - height: 72px; - margin-bottom: 20px; - margin-right: 0; - } - .block4 { - width: 380px; - height: 96px; - } - - .polkadotText { - text-align: center; - } -} - -@media (max-width: 460px) { - .section { - padding-left: 5%; - padding-right: 5%; - } - - .BlockRow { - width: 100%; - } - - .block1, .block2, .block3, .block4 { - width: 100%; - } - - .headerText { - font-size: 36px; - } -} \ No newline at end of file diff --git a/styles/polkadot-onboard/TitleSection.module.css b/styles/polkadot-onboard/TitleSection.module.css deleted file mode 100644 index 6831c43..0000000 --- a/styles/polkadot-onboard/TitleSection.module.css +++ /dev/null @@ -1,77 +0,0 @@ -.section { - display: flex; - flex-direction: column; - align-items: center; - padding-top: 201px; -} - -.titleText { - margin-bottom: 9px; - font-weight: 700; - font-size: 14px; - background-color: #1945E1 ; - background-image: linear-gradient(133.96deg, #1945E1 10.01%, #206DE1 93.46%); - -webkit-background-clip: text; - -webkit-text-fill-color: transparent; - background-clip: text; -} - -.headerText { - font-weight: 700; - font-size: 40px; - line-height: 120%; - text-align: center; - color: #FFFFFF; -} - -.descriptionText { - max-width: 400px; - text-align: center; - margin-bottom: 40px; -} - -.button { - width: 259px; - height: 45px; - - background: #0C42CD; - box-shadow: 0px 5px 40px rgba(30, 68, 248, 0.4); - border-radius: 30px; - border: none; - cursor: pointer; -} - -.button:hover { - filter: brightness(170%); -} - -@media (max-width: 1159px) { - .section { - padding-top: 240px; - } -} - -@media (max-width: 460px) { - .section { - padding-left: 5%; - padding-right: 5%; - align-items: flex-start; - } - - .headerText { - text-align: left; - } - - .descriptionText { - margin-bottom: 64px; - text-align: left; - max-width: none; - } -} - -@media (max-width: 460px) { - .headerText { - text-align: left; - font-size: 36px; - } -}