From 46341abf2aa6faeb750ecde3ce16c79b0f98e3ee Mon Sep 17 00:00:00 2001 From: Ebube Date: Thu, 1 Feb 2024 18:55:09 +0100 Subject: [PATCH] added text --- src/assets/css/aboutapp.css | 63 ++++++++++ src/assets/images/icon/right_icon.png | Bin 0 -> 611 bytes src/components/lnd/LndParts/AboutApp/Main.js | 126 ++++++------------- 3 files changed, 104 insertions(+), 85 deletions(-) create mode 100644 src/assets/images/icon/right_icon.png 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 0000000000000000000000000000000000000000..704fee02419ba8a2dbebafaa2ed48bae20dd58f7 GIT binary patch literal 611 zcmV-p0-XJcP)2T33%;!PWc zO^gRmAQumkSR*0f1e{FdQf`C`97!NrIiMF~5B>q|R?~$Po-?~{-7TH%QsNwE=KbC` z-@JK4Pz)o<-KVQ*Io z=D7flWHhVeU2Os%*oMZ;T>%^j2G*`}PAkWUyznacFZ4%am8z6n5b!=1ZiAaws#b1; z)2ZTuxRCkF9bd7V`PIsH*8(+T!N`3LBa=FIKAvD_^Ry;|V+lPOEgA%R8&<7^jy=%P z+6I&gjE$u-zJ5CMhcg~gI%Q@-7!L!UdK$%@yKOd9j-TJp@%q{Ci=m7yN{<%vq7r(& zt5VhQJq_PJpJDw?*(0@B1*?nBDS}2_D`ddS_t(&KJ>rX%>RoGspv?FZczIrUSg2#Myu6e- zBdTJpo&xFj^lS{rhZTHSwi=!O-?}U}`9MyhW?r<#uJDoSouaK4bt|6ue@|NGc2t-4 zh;ZvFs^z7L=AV=u&et}tVu@>kuWh<2n^o>r>arAHlWB { +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.

    +
  • +
+
+
+
+
+
) } -- 2.34.1