From 5ce42fbf391becd7a3e3acd91885b1d09809ea9f Mon Sep 17 00:00:00 2001 From: Charlie RABILLER Date: Mon, 15 Mar 2021 19:49:15 +0100 Subject: [PATCH] add publicity space --- .DS_Store | Bin 8196 -> 8196 bytes components/layout/ComponentLayout.tsx | 201 ++++++++++++++---------- components/site/section/SectionDesc.tsx | 34 ++-- pages/components/alert/index.tsx | 2 + pages/components/avatar/index.tsx | 3 +- pages/components/badges/index.tsx | 2 + pages/components/blog/index.tsx | 1 + pages/components/buttons/index.tsx | 3 + pages/components/cta/index.tsx | 2 + pages/components/data/index.tsx | 4 + pages/components/ddm/index.tsx | 1 + pages/components/feature/index.tsx | 1 + pages/components/footer/index.tsx | 1 + pages/components/form/index.tsx | 1 + pages/components/header/index.tsx | 1 + pages/components/inputtext/index.tsx | 1 + pages/components/list/index.tsx | 3 +- pages/components/pricing/index.tsx | 2 + pages/components/profile/index.tsx | 2 + pages/components/progress/index.tsx | 1 + pages/components/shopping/index.tsx | 1 + pages/components/sidebar/index.tsx | 1 + pages/components/table/index.tsx | 1 + pages/components/team/index.tsx | 1 + pages/components/testimonial/index.tsx | 1 + pages/templates/dashboard/index.tsx | 1 + pages/templates/datadashboard/index.tsx | 1 + pages/templates/folio/index.tsx | 1 + pages/templates/getStarted/index.tsx | 1 + pages/templates/simpleHome/index.tsx | 1 + public/images/sections/.DS_Store | Bin 10244 -> 10244 bytes 31 files changed, 177 insertions(+), 99 deletions(-) diff --git a/.DS_Store b/.DS_Store index 5ae79e5d0c5ea7dbb1ed32c9e8d3fc08e5dc56d8..48f633805d1a300313584a9991218d3aab3360ec 100644 GIT binary patch delta 562 zcmZp1XmOa}FD%2rz`)4BAi%(o;+d15oRpKFw6Sm+`@{zR&Fma39P%J}R)!>oQie>1 z9E2L6C{PQ-%E=}IDw|aV^cW@i8JrpX8T=SR7=jo)8JrkGfhoeRqfmjbHQp`{Ra|=)<&>qHCAUy-7d$PZvIXg4Z zHJJ=alNSmKOTuMSKg(mc6Zuvt3~Xjux-l6at1AXX{R zkW_|ZRLj6loiX{N;Ah5@lb;GTXi8L98=9HwD43ep>L^qj8ktz?C|DR7)Yfuxh^rdf zdM4ynR#n&3*3F#UBP`E2Yw{Z5<=PSq1z^*2fOZuD?I;BDfHna=7Z1cBuNDC9P6V+* y;lsyli{irok { const [status, setStatus] = useState(STATUS.DEFAULT); return ( -
-
-

{props.title}

-
- {props.showSwitchMode && changeMode(mode)} />} - - {props.jsLink && ( - - +
+
+

{props.title}

+
+ {props.showSwitchMode && changeMode(mode)} />} + + {props.jsLink && ( + - - - Need JS - - )} - {props.needConfiguration && ( - - { > - Need configuration + Need JS - - )} -
- -
+ + + + code + +
- {COPY_BTN()} + {COPY_BTN()} +
-
- -
-
- -
+
+
+ +
- {status !== STATUS.DEFAULT && ( -
-
-
{COPY_BTN()}
+ {status !== STATUS.DEFAULT && ( +
+
+
{COPY_BTN()}
- - + + + + + +
-
- )} + )} +
+ +
+ {props.withPub && ( +
+
+

Publicity

+ +
+
+ + +
- -
+ )} + ); }; diff --git a/components/site/section/SectionDesc.tsx b/components/site/section/SectionDesc.tsx index 9ad2721..f01f03b 100644 --- a/components/site/section/SectionDesc.tsx +++ b/components/site/section/SectionDesc.tsx @@ -60,18 +60,32 @@ const SectionDesc = ({ title, items, id, hasCommingSoon, isTemplate }: Props) =>
); })} - {hasCommingSoon && ( -
-
- coming soon -

More items will coming soon...

+ <> + {hasCommingSoon && ( +
+
+ coming soon +

More items will coming soon...

+
+ )} + +
+ +
- )} +
); diff --git a/pages/components/alert/index.tsx b/pages/components/alert/index.tsx index 61be48b..f3d1eeb 100644 --- a/pages/components/alert/index.tsx +++ b/pages/components/alert/index.tsx @@ -53,6 +53,7 @@ const AlertPage: FC = () => { /> { component={InformationModale} /> { } component={Avatar} /> } component={Avatar} /> } component={Avatar} /> - } component={Avatar} /> + } component={Avatar} /> } component={Avatar} /> } component={Avatar} /> } component={MultipleAvatar} /> } component={MultipleAvatar} diff --git a/pages/components/badges/index.tsx b/pages/components/badges/index.tsx index 2b433ed..5e5d49a 100644 --- a/pages/components/badges/index.tsx +++ b/pages/components/badges/index.tsx @@ -84,6 +84,7 @@ const BadgesPage: FC = () => { component={Badge} /> { } component={NotificationBadge} /> diff --git a/pages/components/blog/index.tsx b/pages/components/blog/index.tsx index 55e89bf..6ad31b2 100644 --- a/pages/components/blog/index.tsx +++ b/pages/components/blog/index.tsx @@ -60,6 +60,7 @@ const BlogPage = () => { { /> { component={Button} /> { component={SquareButton} /> } component={SquareButton} diff --git a/pages/components/cta/index.tsx b/pages/components/cta/index.tsx index 1eaf486..bb3aa56 100644 --- a/pages/components/cta/index.tsx +++ b/pages/components/cta/index.tsx @@ -60,6 +60,7 @@ const ComponentsPage: FC = () => { vertical={true} showSwitchMode={true} title="With image" + withPub element={ { vertical={true} showSwitchMode={true} title="Multiple images cta" + withPub element={ { component={InfoNumberCard3} /> { /> { component={CalendarCardMonth} /> { /> } component={InfoNumberCard2} diff --git a/pages/components/ddm/index.tsx b/pages/components/ddm/index.tsx index bdedaba..f012a5e 100644 --- a/pages/components/ddm/index.tsx +++ b/pages/components/ddm/index.tsx @@ -112,6 +112,7 @@ const DdmPages: FC = () => { component={Button} /> { showSwitchMode={true} title="With border" element={} + withPub component={FeaturesSquare} /> { component={Footer} /> { /> } component={LoginWithBackground} diff --git a/pages/components/header/index.tsx b/pages/components/header/index.tsx index 7ec6092..8c838df 100644 --- a/pages/components/header/index.tsx +++ b/pages/components/header/index.tsx @@ -92,6 +92,7 @@ const HeaderPage: FC = () => { /> { /> { /> } component={BlockList} /> diff --git a/pages/components/pricing/index.tsx b/pages/components/pricing/index.tsx index 6447523..6049e04 100644 --- a/pages/components/pricing/index.tsx +++ b/pages/components/pricing/index.tsx @@ -36,6 +36,7 @@ const ComponentsPage: FC = () => { showSwitchMode={true} title="Pricing card 3" element={} + withPub component={PricingCard3} /> { /> } diff --git a/pages/components/profile/index.tsx b/pages/components/profile/index.tsx index 5a520e1..d0c3613 100644 --- a/pages/components/profile/index.tsx +++ b/pages/components/profile/index.tsx @@ -35,6 +35,7 @@ const ComponentsPage: FC = () => { component={SimpleProfile} /> } @@ -46,6 +47,7 @@ const ComponentsPage: FC = () => { } component={CoverAndInfoProfil} /> diff --git a/pages/components/progress/index.tsx b/pages/components/progress/index.tsx index 099b0ae..e7e6ffa 100644 --- a/pages/components/progress/index.tsx +++ b/pages/components/progress/index.tsx @@ -43,6 +43,7 @@ const ProgressPage = () => { component={ProgressBar} /> { showSwitchMode={true} element={} component={ClassicShoppingCard} + withPub /> } component={ShoppingDetailsCard} /> } component={ShippedCard} /> diff --git a/pages/components/sidebar/index.tsx b/pages/components/sidebar/index.tsx index 18e2de2..9e0b74d 100644 --- a/pages/components/sidebar/index.tsx +++ b/pages/components/sidebar/index.tsx @@ -121,6 +121,7 @@ const SideBar: FC = () => { showSwitchMode={true} element={} component={Sidebar} + withPub /> { } component={ComplexTable} /> diff --git a/pages/components/team/index.tsx b/pages/components/team/index.tsx index 624ab52..31f3987 100644 --- a/pages/components/team/index.tsx +++ b/pages/components/team/index.tsx @@ -35,6 +35,7 @@ const TeamPage: FC = () => { { vertical={true} element={} component={BigTestimonial} + withPub /> { vertical={true} fullscreen={true} title="Simple dashboard" + withPub element={} component={SimpleProjectDashboard} /> diff --git a/pages/templates/datadashboard/index.tsx b/pages/templates/datadashboard/index.tsx index ea926c2..242b7a2 100644 --- a/pages/templates/datadashboard/index.tsx +++ b/pages/templates/datadashboard/index.tsx @@ -18,6 +18,7 @@ const dDtadashboardTemplates = () => { fullscreen={true} title="Kpi dashboard" element={} + withPub component={KpiProject} /> diff --git a/pages/templates/folio/index.tsx b/pages/templates/folio/index.tsx index d9397b0..aa5d0e6 100644 --- a/pages/templates/folio/index.tsx +++ b/pages/templates/folio/index.tsx @@ -17,6 +17,7 @@ const Folio = () => { vertical={true} title="Simple folio" element={} + withPub component={SimpleFolioHome} /> diff --git a/pages/templates/getStarted/index.tsx b/pages/templates/getStarted/index.tsx index bac1631..2cbff9a 100644 --- a/pages/templates/getStarted/index.tsx +++ b/pages/templates/getStarted/index.tsx @@ -30,6 +30,7 @@ const HomePage = () => { vertical={true} title="Save the planet" element={} + withPub component={Natural3Home} /> diff --git a/pages/templates/simpleHome/index.tsx b/pages/templates/simpleHome/index.tsx index 259bc47..44c2130 100644 --- a/pages/templates/simpleHome/index.tsx +++ b/pages/templates/simpleHome/index.tsx @@ -27,6 +27,7 @@ const HomePage = () => { title="Watch landing page" element={} component={WatchLandingPage} + withPub /> } component={NextJs} /> diff --git a/public/images/sections/.DS_Store b/public/images/sections/.DS_Store index 246e6c141266331905b9d5676c450813eb98992f..e796631898f81beb1a373f84def8f6b23abfe37e 100644 GIT binary patch literal 10244 zcmeHMOKuZE5Uq|adHe~V6=FBbutDLsLP%B=7VMC?03O>hmQ2Rj4rJ*K;tII};xJr; zJqLhS)g!BWy2h{xicq!GQ|nZxX2LzwvETqaF26v_oQIRE zm|b;3al#H%J-&&ij;=kt!>3H3+dO>oYx9S>GWtWo4wwDziMqcBNu1rQWG?h~tdr zUM8z(jXAFROT`YWX}7AqTp3k_)ZfdXdi1g5tPs~&Vr!_{vcgkTiFG~)W5bG&Y{KXU z!o_<7*OGP9p2GWGq(Tp#Q{mwnuI9z#6k!HZy-P4I_hlygSDe`z{#+k;?`xMz0wpg1#XH0u6_FE^aRmV-`113_*;99 z{uZ4Z`)$1y2rlwD9#%fb;}8BEe}vAy$85RbepuP9w|Ii~&;J>KBd8FkCviLf%kf;) NvGYI6@SmRle*^bbDQo}$ literal 10244 zcmeHMOO6vU5G^N>(&+>ZJ2bmq&T0e_JA@RCh6QUbz~n=S6w)CdG|OxdSKtbW!*C7u z8~|RGok_X7I_x5Z>``}RI)3%+=W@C25RtptO`Z`IM3muT`*?txQTThlYNZvPJco6_ z6K!cq*R-M~&1$vNgQP%GASsX(ND3qc{sjfFW^>8<-lls}ASsX(cu;`zLxGF!Fxb7f zk~(mcEdXo>kEP%<_5p$^f*l6C_g0|r>30t|2;XB$buKZbvfom~31dFt z+TvOt_WUuX{qirE4LrVqp!Uvz!T|L2PT9R7Ducngl@366MNVvNP}tHRTzv5ceH zi_RDH;$HRQSljT;eU8R2!`S&KY4)z$uj^a>G1ig)F8ojEgRM^cdnGcCwGH1KuNB|# z(DskEZ->!}Mz>3c+Lmv$B=X%y?WriUL%cnln#B?1Fj5gm9c6IwT#dMLaFzJu)48U( z%1Y@`u3{`6L`KAu3C~(a!>BKF`>TqioZgEDlN0UY91^!H##lT&w>3|X=9oV#nM-CA z5)cu~g+gr5I?j$fN1F43=6j^jtoeN-l4ra|W?-5l_b`*3qQ>zc88yx*$NGj696yo& zUdUIhhshv0OY0pY3=Wy`x(|J{e2rd=MTLgkD3Pss>L`ngXMdfmMBL3~jLbgC=xWtG zmqr;}k_|N1K>Eemp6BbPX*J>~k7CKfS$v!!G+zz|9eGAP@QPI7+F(wVXzA*d`m$nb z^#|ap;*2&*X3=fz12;$honobGd=HR!2hCPTSzMf5G*=H?{I;=$HRquyuh){E)aNz2 zA-{?aIx=E}(JF~0&5?nF^LWDwBqO95bbZ6W)Ytwm#6S0Z4i0_~n1gL$&t6eLvo)hF zZeGzecMevL_gS-ovI^?4tzs-5Uez=Y20E3bKvEznkQ6wh0&UM#^kH8$|Nei*7A2~r zKvLk`3b@Ygo7)?(hO_k=KcBT1xZdL8!u9sv3IsPfj)#@wc>Kf1@mILG?o+m0@Oc>Q g-dj9DIs1