diff --git a/src/assets/css/aboutapp.css b/src/assets/css/aboutapp.css index b305917..1db033b 100644 --- a/src/assets/css/aboutapp.css +++ b/src/assets/css/aboutapp.css @@ -152,6 +152,12 @@ } } +.section_title h2 { + font-size: 40px; + font-weight: 700; + color: #32236F; +} + .section_title h2 span { color: #1a3544; } @@ -273,4 +279,61 @@ .puprple_btn:hover { color: #1a3544; +} + +@media screen and (max-width:767px) { + /* modern ui section */ + .modern_ui_section .ui_images {margin-top: 10px;} + .modern_ui_section .section_title {text-align: center;} + .modern_ui_section .design_block li {padding-left: 0; margin-bottom: 30px;} + .modern_ui_section .design_block li::before {position: relative; left: auto; top: auto; display: inline-block;} + +} + +.modern_ui_section .row { + align-items: center; +} + +.modern_ui_section .design_block { + margin-top: 45px; +} + +/* modern ui text */ +.modern_ui_section .section_title { + text-align: left; +} + +.modern_ui_section .ui_text { + padding-right: 75px; +} + +/* modern ui list */ +.modern_ui_section .design_block li { + padding-left: 40px; + position: relative; + margin-bottom: 25px; +} + +.modern_ui_section .design_block li::before { + content: ""; + position: absolute; + left: 0; + top: 5px; + background-image: url(../../../src/assets/images/right_icon.png); + width: 22px; + height: 22px; + background-repeat: no-repeat; + background-position: center; + background-size: contain; +} + +.modern_ui_section .design_block li h4 { + font-size: 20px; + color: #32236F; + font-weight: 600; + margin-bottom: 8px; +} + +.modern_ui_section .design_block li p { + margin-bottom: 0; } \ No newline at end of file diff --git a/src/assets/images/icon/right_icon.png b/src/assets/images/icon/right_icon.png new file mode 100644 index 0000000..704fee0 Binary files /dev/null and b/src/assets/images/icon/right_icon.png differ diff --git a/src/components/lnd/LndParts/AboutApp/Main.js b/src/components/lnd/LndParts/AboutApp/Main.js index 3f61b23..1f051b0 100644 --- a/src/components/lnd/LndParts/AboutApp/Main.js +++ b/src/components/lnd/LndParts/AboutApp/Main.js @@ -7,95 +7,51 @@ import img2 from '../../../../assets/images/followers.png' import img3 from '../../../../assets/images/reviews.png' import img4 from '../../../../assets/images/countries.png' -const Main = ({video , dark}) => { +const Main = ({ video, dark }) => { return ( <> -
-
-
-
-
-
- image -
-
- image -
-
-
-
-
-
-

Some awesome words about app.

-

- Lorem Ipsum is simply dummy text of the printing and typesetting industry lorem Ipsum has been the - industrys standard dummy text ever since the when an unknown printer took a galley of type and. Lorem - ipsum dolor sit amet. -

-
- {dark ? -
    -
  • - Simply dummy text of the printing and -
  • -
  • - Typesetting industry lorem Ipsum has been the -
  • -
  • - Industrys standard dummy text -
  • -
  • - Simply dummy text of the printing and -
  • -
  • - Typesetting industry lorem Ipsum has been the -
  • -
- : -
    -
  • -
    - {video ? image : image} -
    -
    -

    0M+

    -

    Download

    -
    -
  • -
  • -
    - {video ? image : image } -
    -
    -

    0 M+

    -

    Followers

    -
    -
  • -
  • -
    - {video ? image : image } -
    -
    -

    1500+

    -

    Reviews

    -
    -
  • -
  • -
    - {video ? image : image } -
    -
    -

    0+

    -

    Countries

    -
    -
  • -
} - START FREE TRIAL -
-
+
+
+
+
+
+
+ image
+
+ image +
+
-
+
+
+
+

Motivate & Organize
Rewards

+

+ With a planned reward, the parent can introduce the family to earning and start financial education early. +

+
+ + +
    +
  • +

    Goals Completed

    +

    Motivate with rewards for goals completed, passing the exam, finishing shores, and learning new skills.

    +
  • +
  • +

    Connect Family

    +

    It takes a village to raise a kid and share good news and encouragement from the more prominent family. Connect family to the achievements to boost encouragement.

    +
  • +
  • +

    Find any Task

    +

    Make more, connect to the marketplace, and earn from appropriate tasks.

    +
  • +
+
+
+
+
+
) }