diff --git a/src/pages/index.js b/src/pages/index.js index 67becee2..25ba71aa 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -523,142 +523,147 @@ export default function Home() { -
+
-
-

- Who is -
- Using -
- Dragonfly -

-
-
-
-

- Efficiency -

-
-
-

- Stability -

-
-
-

- Safety -

+
+
+
+

+ Who is +
+ Using
-

-
-
- {UserList.map((item, index) => { - return ( -
- - {item.alt} -
{item.name}
-
+ Dragonfly + +
+
+
+

+ Efficiency +

- ); - })} - - -
-
CONTACT US
-
-
-
-
-
-
-
-
-

- Join the -
- Community -
-

-

- - Engage with our ever-growing community to get the latest updates, product support, and more. - -

-
-
-
-
- -

Join Slack

-

- Join our developer security community on Slack Channel. -

+
+

+ Stability +

- - button logo - Slack Channel - -
-
-
-
-
- button logo -

GitHub

-

- Join our contributors in building the future of Dragonfly. -

+
+

+ Safety +

- - button logo - Star → - -
+
-
-
-
- -

Dragonfly Improvement Proposals

-

- Propose, discuss and debate ideas. -

+
+ {UserList.map((item, index) => { + return ( + + ); + })} + + +
+
CONTACT US
-
+
+
+
+
+

+ Join the +
+ Community +
+

+

+ + Engage with our ever-growing community to get the latest updates, product support, and more. + +

+
+
+
+
+ +

Join Slack

+

+ Join our developer security community on Slack Channel. +

+
+ button logo - Issues + Slack Channel - +
+
+
+
+
+ button logo +

GitHub

+

+ Join our contributors in building the future of Dragonfly. +

+
+ button logo - Discussions + Star →
+
+
+
+ +

Dragonfly Improvement Proposals

+

+ Propose, discuss and debate ideas. +

+
+
+ + + Issues + + + + Discussions + +
+
+
- -
+ + ); } diff --git a/src/pages/index.module.css b/src/pages/index.module.css index db7743e9..6b79f24b 100644 --- a/src/pages/index.module.css +++ b/src/pages/index.module.css @@ -66,16 +66,6 @@ a { text-decoration: none !important; } -.container { - width: 100vw; - height: 80%; - position: absolute; - left: 50%; - top: 30%; - transform: translate3d(-50%, -15%, 0); - z-index: 5; -} - .heroHeader { position: relative; height: 100%; @@ -494,21 +484,26 @@ a { .developmentSkew { position: absolute; - top: 0%; - left: -25rem; - width: 50rem; - height: 50rem; + top: -10%; + left: -35%; + width: 80%; + height: 100%; border-radius: 50%; background-image: url(../../static/img/background.svg); z-index: 2; } +.container { + position: relative; + overflow: hidden; +} + .userSkew { position: absolute; top: 0%; - right: -25rem; - width: 50rem; - height: 50rem; + right: -35%; + width: 80%; + height: 70%; border-radius: 50%; background-image: url(../../static/img/background.svg); z-index: 2; @@ -517,9 +512,9 @@ a { .communitySkew { position: absolute; left: 0; - bottom: -25rem; - width: 60rem; - height: 50rem; + bottom: -40%; + width: 50%; + height: 100%; border-radius: 50%; background-image: url(../../static/img/background.svg); z-index: 2; @@ -819,7 +814,6 @@ a { margin: 0; position: relative; background-image: linear-gradient(180deg, #eefff5, #fff); - overflow: hidden; } .userWrapper {