tabexseriescomponents 0.0.706 → 0.0.708
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/srcoman/Contexts/LanguageContext.jsx +408 -0
- package/srcoman/Contexts/ProductsCardsSectionContext.jsx +36 -0
- package/srcoman/Imagekitconfig.jsx +46 -0
- package/srcoman/StylesJS/Customstyles.js +345 -0
- package/srcoman/TabexComponents/Cards/CTAProductCard/CTAProductCard.jsx +376 -0
- package/srcoman/TabexComponents/Cards/Card20/Card20.jsx +298 -0
- package/srcoman/TabexComponents/Cards/Card21/Card21.jsx +388 -0
- package/srcoman/TabexComponents/Cards/Card22/Card22.jsx +288 -0
- package/srcoman/TabexComponents/Cards/Card23/Card23 copy.jsx +1630 -0
- package/srcoman/TabexComponents/Cards/Card23/Card23.jsx +742 -0
- package/srcoman/TabexComponents/Cards/CardAll/CardAll.jsx +453 -0
- package/srcoman/TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx +394 -0
- package/srcoman/TabexComponents/Cards/CardWithTextOnly/CardWithTextOnly.jsx +70 -0
- package/srcoman/TabexComponents/Cards/CategoryCardTextOnImage/CategoryCardTextOnImage.jsx +211 -0
- package/srcoman/TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx +255 -0
- package/srcoman/TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx +235 -0
- package/srcoman/TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx +199 -0
- package/srcoman/TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx +182 -0
- package/srcoman/TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx +181 -0
- package/srcoman/TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx +161 -0
- package/srcoman/TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx +184 -0
- package/srcoman/TabexComponents/Cards/CircleCardWithVariants/CircleCardWithVariants.jsx +560 -0
- package/srcoman/TabexComponents/Cards/Classiccategorycard/Classiccategorycard copy.jsx +145 -0
- package/srcoman/TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx +146 -0
- package/srcoman/TabexComponents/Cards/Classiccategorycard/ClassiccategorycardOriginal.jsx +142 -0
- package/srcoman/TabexComponents/Cards/HorizontalCategoryCard/HorizontalCategoryCard.jsx +193 -0
- package/srcoman/TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx +409 -0
- package/srcoman/TabexComponents/Cards/MenuCard/MenuCard.jsx +732 -0
- package/srcoman/TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx +468 -0
- package/srcoman/TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx +593 -0
- package/srcoman/TabexComponents/Cards/Moderncategorycard/Moderncategorycard.jsx +208 -0
- package/srcoman/TabexComponents/Cards/NewProductcard/NewProductcard copy.jsx +497 -0
- package/srcoman/TabexComponents/Cards/NewProductcard/NewProductcard.jsx +512 -0
- package/srcoman/TabexComponents/Cards/ProductCardWithTextOnImage/ProductCardWithTextOnImage.jsx +304 -0
- package/srcoman/TabexComponents/Cards/Productcard6/Productcard6.jsx +257 -0
- package/srcoman/TabexComponents/Cards/Productcard7/Productcard7.jsx +277 -0
- package/srcoman/TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx +352 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx +291 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx +315 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx +327 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants copy.jsx +408 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx +528 -0
- package/srcoman/TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx +558 -0
- package/srcoman/TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx +275 -0
- package/srcoman/TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx +286 -0
- package/srcoman/TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx +137 -0
- package/srcoman/TabexComponents/Cards/QuantityButtonBasedProductCard/QuantityButtonBasedProductCard.jsx +613 -0
- package/srcoman/TabexComponents/Cards/ServiceCard/ServiceCard.jsx +413 -0
- package/srcoman/TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx +225 -0
- package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy 2.jsx +525 -0
- package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard copy.jsx +455 -0
- package/srcoman/TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx +905 -0
- package/srcoman/TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx +337 -0
- package/srcoman/TabexComponents/Cards/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +347 -0
- package/srcoman/TabexComponents/Cards/UpSlideEffectCard/UpSlideEffectCard.jsx +605 -0
- package/srcoman/TabexComponents/Cards/UserCardWithSocialMediaOnHover/UserCardWithSocialMediaOnHover.jsx +185 -0
- package/srcoman/TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx +528 -0
- package/srcoman/TabexComponents/Footer/Footer1/Footer1.jsx +780 -0
- package/srcoman/TabexComponents/Footer/Footer2/Footer2.jsx +527 -0
- package/srcoman/TabexComponents/Footer/Footer3/Footer3.jsx +411 -0
- package/srcoman/TabexComponents/Footer/Footer4/Footer4.jsx +466 -0
- package/srcoman/TabexComponents/Footer/Footer5/Footer5.jsx +714 -0
- package/srcoman/TabexComponents/Footer/Footer6/Footer6.jsx +290 -0
- package/srcoman/TabexComponents/Footer/Footer7/Footer7.jsx +428 -0
- package/srcoman/TabexComponents/Footer/Footer8/Footer8.jsx +533 -0
- package/srcoman/TabexComponents/Footer/FooterWithThreeColumns/FooterWithThreeColumns.jsx +330 -0
- package/srcoman/TabexComponents/Footer/ModernFooter/ModernFooter.jsx +562 -0
- package/srcoman/TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx +865 -0
- package/srcoman/TabexComponents/Footer/Newsletterincenter/Newsletterincenter.jsx +647 -0
- package/srcoman/TabexComponents/Footer/PrivacyPolicy/PrivacyPolicy.jsx +110 -0
- package/srcoman/TabexComponents/Footer/Simplefooter/Simplefooter.jsx +316 -0
- package/srcoman/TabexComponents/Generalfiles/images/egyptflag.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/noimage.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/cod.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/fawry.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/payment.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/paymob.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/paypal.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/payment/visa.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/shoppingcart.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/tabexlogo.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/unknownmaleuser.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/usflag.png +0 -0
- package/srcoman/TabexComponents/Generalfiles/images/whatsapp.png +0 -0
- package/srcoman/TabexComponents/Headers/CTAHeader/CTAHeader.jsx +1259 -0
- package/srcoman/TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx +1049 -0
- package/srcoman/TabexComponents/Headers/CenteredLogoHeaderWithSlider/CenteredLogoHeaderWithSlider.jsx +1040 -0
- package/srcoman/TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx +1263 -0
- package/srcoman/TabexComponents/Headers/DownloadApp/DownloadApp.jsx +76 -0
- package/srcoman/TabexComponents/Headers/ElegantHeader/ElegantHeader.jsx +894 -0
- package/srcoman/TabexComponents/Headers/Gotoheader/Gotoheader.jsx +831 -0
- package/srcoman/TabexComponents/Headers/Header4/Header4.jsx +622 -0
- package/srcoman/TabexComponents/Headers/Header8/Header8 copy.jsx +1026 -0
- package/srcoman/TabexComponents/Headers/Header8/Header8.jsx +1976 -0
- package/srcoman/TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx +776 -0
- package/srcoman/TabexComponents/Headers/HeaderWithAdSlider/HeaderWithAdSlider.jsx +927 -0
- package/srcoman/TabexComponents/Headers/HeaderWithSearchOnCenter/HeaderWithSearchOnCenter.jsx +704 -0
- package/srcoman/TabexComponents/Headers/HeaderWithUtilityBar/HeaderWithUtilityBar.jsx +902 -0
- package/srcoman/TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx +953 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsive.jsx +1562 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsive11-1.jsx +1201 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveOriginal.jsx +990 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2 copy.jsx +1639 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/HeaderresponsiveStyle2.jsx +1610 -0
- package/srcoman/TabexComponents/Headers/Headerresponsive/Headerresponsivenew.jsx +1327 -0
- package/srcoman/TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx +934 -0
- package/srcoman/TabexComponents/Headers/MarqueeHeader/MarqueeHeader.jsx +78 -0
- package/srcoman/TabexComponents/Headers/Modernheader/Modernheader.jsx +972 -0
- package/srcoman/TabexComponents/Headers/SearchCenteredHeader/SearchCenteredHeader.jsx +778 -0
- package/srcoman/TabexComponents/Headers/SearchFocusedHeader/SearchFocusedHeader.jsx +1159 -0
- package/srcoman/TabexComponents/Headers/Simpleheader/Simpleheader.jsx +1073 -0
- package/srcoman/TabexComponents/Headers/SocialMediaSection/SocialMediaSection.jsx +133 -0
- package/srcoman/TabexComponents/Headers/StylishHeader/StylishHeader.jsx +854 -0
- package/srcoman/TabexComponents/Headers/Subheader/Subheader.jsx +863 -0
- package/srcoman/TabexComponents/Headers/Subheader/Subheader13-3.jsx +685 -0
- package/srcoman/TabexComponents/Headers/Subheader/SubheaderOriginal.jsx +517 -0
- package/srcoman/TabexComponents/Headers/Subheader/Subheadernew.jsx +555 -0
- package/srcoman/TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx +1042 -0
- package/srcoman/TabexComponents/Headers/TwoTieredHeader/TwoTieredHeader.jsx +1089 -0
- package/srcoman/TabexComponents/Headers/TwoTieredWithCenteredLogoHeader/TwoTieredWithCenteredLogoHeader.jsx +936 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx +533 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx +338 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx +870 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundSectionWithServicesCards/BackgroundSectionWithServicesCards.jsx +302 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx +314 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx +318 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx +179 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx +201 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx +393 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy 2.jsx +583 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm copy.jsx +291 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm.jsx +627 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/DynamicForm/habal +348 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx +387 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/FullVideoSection/FullVideoSection.jsx +268 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/MapsSection/MapsSection.jsx +288 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Popupcomponent/Popupcomponent.jsx +117 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Searchcomponent/Searchcomponent.jsx +99 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx +146 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/TextSectionConnectToWA/TextSectionConnectToWA.jsx +462 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx +296 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages copy.jsx +396 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx +617 -0
- package/srcoman/TabexComponents/Sections/BackgroundImages/VideosSection/VideosSection.jsx +408 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 2.jsx +1399 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy 3.jsx +1656 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection copy.jsx +1540 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx +1898 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection13-3.jsx +1596 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection21-10.jsx +1872 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection/CardsSection_cosmoandmore.jsx +1880 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx +726 -0
- package/srcoman/TabexComponents/Sections/Cards/CardsSectionwithfilter/CardsSectionwithfilter.jsx +719 -0
- package/srcoman/TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx +406 -0
- package/srcoman/TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx +929 -0
- package/srcoman/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards copy.jsx +646 -0
- package/srcoman/TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards.jsx +962 -0
- package/srcoman/TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx +582 -0
- package/srcoman/TabexComponents/Sections/Cards/UsersCardsSection/UsersCardsSection.jsx +383 -0
- package/srcoman/TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx +342 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx +161 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ContactUsSection/ContactUsSection.jsx +257 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection copy.jsx +382 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx +437 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection19-11.jsx +757 -0
- package/srcoman/TabexComponents/Sections/Slideshow/HorizontalContactUsSection/HorizontalContactUsSection.jsx +346 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx +1769 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx +141 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ServiceSectionWithImage/ServiceSectionWithImage.jsx +376 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx +380 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx +867 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx +226 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx +149 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx +143 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade copy.jsx +634 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx +520 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide copy.jsx +527 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx +643 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideOriginal.jsx +477 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/SlideshowslideRecent.jsx +1217 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslideoriginal8-5.jsx +614 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Arrow.jsx +91 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom copy.jsx +380 -0
- package/srcoman/TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx +619 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow copy.jsx +284 -0
- package/srcoman/TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow.jsx +614 -0
- package/srcoman/TabexComponents/Sections/Slideshow/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx +402 -0
- package/srcoman/TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx +199 -0
- package/srcoman/TabexComponents/StaticPages/AddReview/AddReview.jsx +304 -0
- package/srcoman/TabexComponents/StaticPages/Afiiliatesignup/Afiiliatesignup.jsx +321 -0
- package/srcoman/TabexComponents/StaticPages/CartSlider/CartSlider.jsx +797 -0
- package/srcoman/TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx +460 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout copy.jsx +1306 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout.jsx +1892 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout10-1.jsx +1633 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout26-9.jsx +1593 -0
- package/srcoman/TabexComponents/StaticPages/Checkout/Checkout9-9.jsx +1574 -0
- package/srcoman/TabexComponents/StaticPages/Filter/CollectionsFilterHorizontal.jsx +245 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter copy 2.jsx +2888 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter copy.jsx +1450 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter.jsx +2771 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter1-5.jsx +2624 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter13-11.jsx +2758 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter14-8.jsx +2753 -0
- package/srcoman/TabexComponents/StaticPages/Filter/Filter17-9.jsx +1495 -0
- package/srcoman/TabexComponents/StaticPages/Filter/VariantFilter.jsx +1271 -0
- package/srcoman/TabexComponents/StaticPages/InnerGroups/InnerGroups.jsx +62 -0
- package/srcoman/TabexComponents/StaticPages/Login/FacebookLoginButton.jsx +50 -0
- package/srcoman/TabexComponents/StaticPages/Login/GoogleLoginButton.jsx +35 -0
- package/srcoman/TabexComponents/StaticPages/Login/Login copy.jsx +1060 -0
- package/srcoman/TabexComponents/StaticPages/Login/Login.jsx +610 -0
- package/srcoman/TabexComponents/StaticPages/OrderSuccess/OrderSuccess.jsx +172 -0
- package/srcoman/TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx +1584 -0
- package/srcoman/TabexComponents/StaticPages/Policies/Policies.jsx +291 -0
- package/srcoman/TabexComponents/StaticPages/PrivacyPolicy/PrivacyPolicy.jsx +194 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Addreviewform.jsx +183 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/AddreviewformOriginal.jsx +128 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Article_itemtype.jsx +255 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/DescriptionContent.jsx +176 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductExtraFields.jsx +225 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductExtras.jsx +92 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductHeaderPricing.jsx +312 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/ProductReviews.jsx +235 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype.jsx +1983 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype10-1.jsx +1554 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype3-11.jsx +1827 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtype31-3.jsx +1351 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Product_itemtypeUpdated.jsx +1566 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Productinfo.jsx +1946 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Service_itemtype.jsx +1037 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Serviceinfotabs.jsx +966 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Variantoptions.jsx +632 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/Variantoptions21-9.jsx +324 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo/staticroutersidenav.module.css +145 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Addreviewform.jsx +183 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/AddreviewformOriginal.jsx +128 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/DescriptionContent.jsx +140 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductExtraFields.jsx +225 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductHeaderPricing.jsx +310 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/ProductReviews.jsx +235 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype.jsx +1672 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype10-1.jsx +1554 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtype31-3.jsx +1351 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Product_itemtypeUpdated.jsx +1566 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Productinfo.jsx +1804 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Service_itemtype.jsx +560 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Serviceinfotabs.jsx +919 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Variantoptions.jsx +597 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/Variantoptions21-9.jsx +324 -0
- package/srcoman/TabexComponents/StaticPages/Productinfo4-4/staticroutersidenav.module.css +145 -0
- package/srcoman/TabexComponents/StaticPages/RefundPolicy/RefundPolicy.jsx +194 -0
- package/srcoman/TabexComponents/StaticPages/Resetpassword/Resetpassword.jsx +338 -0
- package/srcoman/TabexComponents/StaticPages/Searchlist/Searchlist.jsx +359 -0
- package/srcoman/TabexComponents/StaticPages/ShippingPolicy/ShippingPolicy.jsx +113 -0
- package/srcoman/TabexComponents/StaticPages/Signup/CustomerAddressForm.jsx +277 -0
- package/srcoman/TabexComponents/StaticPages/Signup/CustomerInformationForm copy.jsx +1135 -0
- package/srcoman/TabexComponents/StaticPages/Signup/CustomerInformationForm.jsx +1364 -0
- package/srcoman/TabexComponents/StaticPages/Signup/Signup.jsx +199 -0
- package/srcoman/TabexComponents/StaticPages/Staticpagesrouter/Staticpagesrouter.jsx +292 -0
- package/srcoman/TabexComponents/StaticPages/TermsConditions/TermsConditions.jsx +113 -0
- package/srcoman/TabexComponents/StaticPages/VendorPage/VendorPage.jsx +162 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart 10-10.jsx +765 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart.jsx +786 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/Viewcart26-9.jsx +786 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/ViewcartOriginal.jsx +786 -0
- package/srcoman/TabexComponents/StaticPages/Viewcart/ViewcartUpdated.jsx +1425 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist.jsx +844 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist25-4.jsx +555 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/Wishlist26-9.jsx +555 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/WishlistOriginal.jsx +555 -0
- package/srcoman/TabexComponents/StaticPages/Wishlist/WishlistUpdated.jsx +815 -0
- package/srcoman/button.jsx +40 -0
- package/srcoman/index.jsx +334 -0
- package/srcoman/styles/Home.module.css +129 -0
- package/srcoman/styles/cards/Categorcycard_fullimage.module.css +14 -0
- package/srcoman/styles/cards/Categorycard_slidebgscaled.module.css +73 -0
- package/srcoman/styles/cards/Categorycard_withshapes.module.css +189 -0
- package/srcoman/styles/cards/ModernCardWithQuantityButton.module.css +30 -0
- package/srcoman/styles/cards/Productcard6.module.css +9 -0
- package/srcoman/styles/cards/Productccard_with_zoominonhover.module.css +51 -0
- package/srcoman/styles/cards/Prouductcard_with_zoomhover.module.css +61 -0
- package/srcoman/styles/cards/UserCardWithSocialMediaOnHover.module.css +65 -0
- package/srcoman/styles/cards/card23.module.css +60 -0
- package/srcoman/styles/cards/categorycard.module.css +84 -0
- package/srcoman/styles/cards/categorycard3.module.css +50 -0
- package/srcoman/styles/cards/categorycardwithtext.module.css +40 -0
- package/srcoman/styles/cards/generalCardsStyles.module.css +79 -0
- package/srcoman/styles/cards/productcard_animatedbuttons.module.css +139 -0
- package/srcoman/styles/cards/productcard_with_textonhover.module.css +18 -0
- package/srcoman/styles/cards/productcard_withtextonimage.module.css +0 -0
- package/srcoman/styles/cards/productccard_with_imageontopleft.module.css +85 -0
- package/srcoman/styles/general/bootstrap.css +4763 -0
- package/srcoman/styles/general/dropdown.css +206 -0
- package/srcoman/styles/general/editorbardropdown.module.css +94 -0
- package/srcoman/styles/general/filter.module.css +108 -0
- package/srcoman/styles/general/form.module.css +255 -0
- package/srcoman/styles/general/general.module.css +872 -0
- package/srcoman/styles/general/image-gallery.css +531 -0
- package/srcoman/styles/general/react-accessible-accordion.module.css +52 -0
- package/srcoman/styles/general/react-phone-input-2.module.css +927 -0
- package/srcoman/styles/general/scrollbtn.module.css +22 -0
- package/srcoman/styles/general/slick.module.css +166 -0
- package/srcoman/styles/general/tabs.module.css +119 -0
- package/srcoman/styles/general/workplaceeditor.module.css +328 -0
- package/srcoman/styles/globals.css +26 -0
- package/srcoman/styles/headers/CTAHeader.module.css +40 -0
- package/srcoman/styles/headers/CategoryFeaturingHeader.module.css +61 -0
- package/srcoman/styles/headers/Gotoheader.module.css +87 -0
- package/srcoman/styles/headers/Header7.module.css +50 -0
- package/srcoman/styles/headers/HeaderWithAdSlider.module.css +86 -0
- package/srcoman/styles/headers/HeaderWithSearchOnCenter.module.css +101 -0
- package/srcoman/styles/headers/HeaderWithUtilityBar.module.css +46 -0
- package/srcoman/styles/headers/Header_threesectionslogocentered.module.css +84 -0
- package/srcoman/styles/headers/NewHeader.module.css +101 -0
- package/srcoman/styles/headers/SearchFocusedHeader.module.css +62 -0
- package/srcoman/styles/headers/Sideheader.module.css +108 -0
- package/srcoman/styles/headers/Simpleheader.module.css +102 -0
- package/srcoman/styles/headers/classicheader.module.css +16 -0
- package/srcoman/styles/headers/classicheaderstyles.module.css +9 -0
- package/srcoman/styles/headers/dropdown.css +0 -0
- package/srcoman/styles/headers/header4.module.css +175 -0
- package/srcoman/styles/headers/header5.module.css +30 -0
- package/srcoman/styles/headers/header_contactinfo.module.css +53 -0
- package/srcoman/styles/headers/headerresturant.module.css +89 -0
- package/srcoman/styles/headers/modernheader.module.css +45 -0
- package/srcoman/styles/headers/stylishheader.module.css +24 -0
- package/srcoman/styles/headers/subheader.module.css +114 -0
- package/srcoman/styles/headers/threetieredheader.module.css +91 -0
- package/srcoman/styles/sections/BackgroundImageWithTopContent.css +4 -0
- package/srcoman/styles/sections/Backgroundimage1.module.css +17 -0
- package/srcoman/styles/sections/Backgroundimage_with_topcircle.module.css +28 -0
- package/srcoman/styles/sections/Freetext.module.css +18 -0
- package/srcoman/styles/sections/Section_with_rightbgcont.module.css +49 -0
- package/srcoman/styles/sections/Slideshow_with_rotatedsquare.module.css +35 -0
- package/srcoman/styles/sections/Slideshow_with_squarebg.module.css +39 -0
- package/srcoman/styles/staticpages/accordion.module.css +9 -0
- package/srcoman/styles/staticpages/cart.module.css +108 -0
- package/srcoman/styles/staticpages/dropdown.css +196 -0
- package/srcoman/styles/staticpages/filter.module.css +139 -0
- package/srcoman/styles/staticpages/image-gallery.css +481 -0
- package/srcoman/styles/staticpages/login.module.css +155 -0
- package/srcoman/styles/staticpages/productinfo.module.css +54 -0
- package/srcoman/styles/staticpages/shop.module.css +191 -0
- package/srcoman/styles/staticpages/signup.module.css +250 -0
- package/srcoman/styles/staticpages/staticroutersidenav.module.css +129 -0
- package/srcoman/styles/staticpages/viewcart.module.css +129 -0
- package/srcoman/styles/staticpages/wishlist.module.css +29 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import React, { useState, useEffect } from 'react';
|
|
2
|
+
// import './index.module.css'
|
|
3
|
+
// import asd from './index2.module.css'
|
|
4
|
+
// import asd from './categorycard3.module.css'
|
|
5
|
+
// import asd from './styles/cards/categorycard3.module.css'
|
|
6
|
+
|
|
7
|
+
const AwesomeButton = (props) => {
|
|
8
|
+
const [color, setColor] = useState(null);
|
|
9
|
+
useEffect(() => {
|
|
10
|
+
if (props.variant) {
|
|
11
|
+
if (props.variant === 'primary') {
|
|
12
|
+
setColor('#0077ff');
|
|
13
|
+
} else if (props.variant === 'secondary') {
|
|
14
|
+
setColor('#ff0062');
|
|
15
|
+
} else if (props.variant === 'success') {
|
|
16
|
+
setColor('#0f8000');
|
|
17
|
+
} else {
|
|
18
|
+
setColor('#949393');
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
});
|
|
22
|
+
const { children } = props;
|
|
23
|
+
|
|
24
|
+
return (
|
|
25
|
+
<button
|
|
26
|
+
// className='buttonComponent'
|
|
27
|
+
// className={`${asd.buttonComponent}`}
|
|
28
|
+
style={
|
|
29
|
+
{
|
|
30
|
+
// backgroundColor: 'red'
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
>
|
|
34
|
+
123sdasdasdadsd
|
|
35
|
+
{children.toUpperCase()}
|
|
36
|
+
</button>
|
|
37
|
+
);
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
export default AwesomeButton;
|
|
@@ -0,0 +1,334 @@
|
|
|
1
|
+
import AwesomeButton from './button.jsx';
|
|
2
|
+
// // import AwesomeButton2 from './button2.jsx';
|
|
3
|
+
// //Contexts
|
|
4
|
+
import { LanguageContext, LanguageProvider } from './Contexts/LanguageContext.jsx';
|
|
5
|
+
import { ProductsCardsSectionContext, ProductsCardsSectionContext_Provider } from './Contexts/ProductsCardsSectionContext.jsx';
|
|
6
|
+
|
|
7
|
+
//Static Pages
|
|
8
|
+
import Login from './TabexComponents/StaticPages/Login/Login.jsx';
|
|
9
|
+
import Productinfo from './TabexComponents/StaticPages/Productinfo/Productinfo.jsx';
|
|
10
|
+
import Ordershistory from './TabexComponents/StaticPages/Ordershistory/Ordershistory.jsx';
|
|
11
|
+
import Wishlist from './TabexComponents/StaticPages/Wishlist/Wishlist.jsx';
|
|
12
|
+
import Viewcart from './TabexComponents/StaticPages/Viewcart/Viewcart.jsx';
|
|
13
|
+
import Checkout from './TabexComponents/StaticPages/Checkout/Checkout.jsx';
|
|
14
|
+
import VendorPage from './TabexComponents/StaticPages/VendorPage/VendorPage.jsx';
|
|
15
|
+
import Signup from './TabexComponents/StaticPages/Signup/Signup.jsx';
|
|
16
|
+
import Afiiliatesignup from './TabexComponents/StaticPages/Afiiliatesignup/Afiiliatesignup.jsx';
|
|
17
|
+
import AddReview from './TabexComponents/StaticPages/AddReview/AddReview.jsx';
|
|
18
|
+
import AccountInformation from './TabexComponents/StaticPages/AccountInformation/AccountInformation.jsx';
|
|
19
|
+
import Policies from './TabexComponents/StaticPages/Policies/Policies.jsx';
|
|
20
|
+
import CartSlider from './TabexComponents/StaticPages/CartSlider/CartSlider.jsx';
|
|
21
|
+
import Categoriesdropdown from './TabexComponents/StaticPages/Categoriesdropdown/Categoriesdropdown.jsx';
|
|
22
|
+
import OrderSuccess from './TabexComponents/StaticPages/OrderSuccess/OrderSuccess.jsx';
|
|
23
|
+
import InnerGroups from './TabexComponents/StaticPages/InnerGroups/InnerGroups.jsx';
|
|
24
|
+
import PrivacyPolicy from './TabexComponents/StaticPages/PrivacyPolicy/PrivacyPolicy.jsx';
|
|
25
|
+
import RefundPolicy from './TabexComponents/StaticPages/RefundPolicy/RefundPolicy.jsx';
|
|
26
|
+
import ShippingPolicy from './TabexComponents/StaticPages/ShippingPolicy/ShippingPolicy.jsx';
|
|
27
|
+
import TermsConditions from './TabexComponents/StaticPages/TermsConditions/TermsConditions.jsx';
|
|
28
|
+
import Resetpassword from './TabexComponents/StaticPages/Resetpassword/Resetpassword.jsx';
|
|
29
|
+
// Headers (18)
|
|
30
|
+
import ElegantHeader from './TabexComponents/Headers/ElegantHeader/ElegantHeader.jsx';
|
|
31
|
+
import Gotoheader from './TabexComponents/Headers/Gotoheader/Gotoheader.jsx';
|
|
32
|
+
import CategoryFeaturingHeader from './TabexComponents/Headers/CategoryFeaturingHeader/CategoryFeaturingHeader.jsx';
|
|
33
|
+
import ClassicHeader from './TabexComponents/Headers/ClassicHeader/ClassicHeader.jsx';
|
|
34
|
+
import CTAHeader from './TabexComponents/Headers/CTAHeader/CTAHeader.jsx';
|
|
35
|
+
import Header_threesectionslogocentered from './TabexComponents/Headers/Header_threesectionslogocentered/Header_threesectionslogocentered.jsx';
|
|
36
|
+
import Simpleheader from './TabexComponents/Headers/Simpleheader/Simpleheader.jsx';
|
|
37
|
+
import Header8 from './TabexComponents/Headers/Header8/Header8.jsx';
|
|
38
|
+
import HeaderRestaurant from './TabexComponents/Headers/HeaderRestaurant/HeaderRestaurant.jsx';
|
|
39
|
+
import HeaderwithContactinfo from './TabexComponents/Headers/HeaderwithContactinfo/HeaderwithContactinfo.jsx';
|
|
40
|
+
import Modernheader from './TabexComponents/Headers/Modernheader/Modernheader.jsx';
|
|
41
|
+
import SearchCenteredHeader from './TabexComponents/Headers/SearchCenteredHeader/SearchCenteredHeader.jsx';
|
|
42
|
+
import StylishHeader from './TabexComponents/Headers/StylishHeader/StylishHeader.jsx';
|
|
43
|
+
import ThreeTieredHeader from './TabexComponents/Headers/ThreeTieredHeader/ThreeTieredHeader.jsx';
|
|
44
|
+
import SearchFocusedHeader from './TabexComponents/Headers/SearchFocusedHeader/SearchFocusedHeader.jsx';
|
|
45
|
+
import HeaderWithUtilityBar from './TabexComponents/Headers/HeaderWithUtilityBar/HeaderWithUtilityBar.jsx';
|
|
46
|
+
import HeaderWithAdSlider from './TabexComponents/Headers/HeaderWithAdSlider/HeaderWithAdSlider.jsx';
|
|
47
|
+
import HeaderWithSearchOnCenter from './TabexComponents/Headers/HeaderWithSearchOnCenter/HeaderWithSearchOnCenter.jsx';
|
|
48
|
+
import TwoTieredHeader from './TabexComponents/Headers/TwoTieredHeader/TwoTieredHeader.jsx';
|
|
49
|
+
import TwoTieredWithCenteredLogoHeader from './TabexComponents/Headers/TwoTieredWithCenteredLogoHeader/TwoTieredWithCenteredLogoHeader.jsx';
|
|
50
|
+
import CenteredLogoHeaderWithSlider from './TabexComponents/Headers/CenteredLogoHeaderWithSlider/CenteredLogoHeaderWithSlider.jsx';
|
|
51
|
+
|
|
52
|
+
// Footers (11)
|
|
53
|
+
import Allinonefooter from './TabexComponents/Footer/Allinonefooter/Allinonefooter.jsx';
|
|
54
|
+
import Footer1 from './TabexComponents/Footer/Footer1/Footer1.jsx';
|
|
55
|
+
import Footer2 from './TabexComponents/Footer/Footer2/Footer2.jsx';
|
|
56
|
+
import Footer3 from './TabexComponents/Footer/Footer3/Footer3.jsx';
|
|
57
|
+
import Footer4 from './TabexComponents/Footer/Footer4/Footer4.jsx';
|
|
58
|
+
import Footer5 from './TabexComponents/Footer/Footer5/Footer5.jsx';
|
|
59
|
+
import Footer6 from './TabexComponents/Footer/Footer6/Footer6.jsx';
|
|
60
|
+
import Footer7 from './TabexComponents/Footer/Footer7/Footer7.jsx';
|
|
61
|
+
import Footer8 from './TabexComponents/Footer/Footer8/Footer8.jsx';
|
|
62
|
+
import Simplefooter from './TabexComponents/Footer/Simplefooter/Simplefooter.jsx';
|
|
63
|
+
import FooterWithThreeColumns from './TabexComponents/Footer/FooterWithThreeColumns/FooterWithThreeColumns.jsx';
|
|
64
|
+
import ModernFooter from './TabexComponents/Footer/ModernFooter/ModernFooter.jsx';
|
|
65
|
+
import Newsletterfooter from './TabexComponents/Footer/Newsletterfooter/Newsletterfooter.jsx';
|
|
66
|
+
import Newsletterincenter from './TabexComponents/Footer/Newsletterincenter/Newsletterincenter.jsx';
|
|
67
|
+
|
|
68
|
+
// Cards Sections (8)
|
|
69
|
+
import CardsSection from './TabexComponents/Sections/Cards/CardsSection/CardsSection.jsx';
|
|
70
|
+
import CardsSection2 from './TabexComponents/Sections/Cards/CardsSection2/CardsSection2.jsx';
|
|
71
|
+
import Sixverticalcardssection from './TabexComponents/Sections/Cards/Sixverticalcardssection/Sixverticalcardssection.jsx';
|
|
72
|
+
import ModernCardsSection from './TabexComponents/Sections/Cards/ModernCardsSection/ModernCardsSection.jsx';
|
|
73
|
+
import ElegantCategoriesCardSection from './TabexComponents/Sections/Cards/ElegantCategoriesCardSection/ElegantCategoriesCardSection.jsx';
|
|
74
|
+
import RandomlyStructuredCollectionCards from './TabexComponents/Sections/Cards/RandomlyStructuredCollectionCards/RandomlyStructuredCollectionCards.jsx';
|
|
75
|
+
import CardsSectionwithfilter from './TabexComponents/Sections/Cards/CardsSectionwithfilter/CardsSectionwithfilter.jsx';
|
|
76
|
+
import UsersCardsSection from './TabexComponents/Sections/Cards/UsersCardsSection/UsersCardsSection.jsx';
|
|
77
|
+
|
|
78
|
+
// Background images (15)
|
|
79
|
+
import CollapsableSection from './TabexComponents/Sections/BackgroundImages/CollapsableSection/CollapsableSection.jsx';
|
|
80
|
+
import BacgroundThreeImageWithCategories from './TabexComponents/Sections/BackgroundImages/BacgroundThreeImageWithCategories/BacgroundThreeImageWithCategories.jsx';
|
|
81
|
+
import BackgroundFiveImageStructure from './TabexComponents/Sections/BackgroundImages/BackgroundFiveImageStructure/BackgroundFiveImageStructure.jsx';
|
|
82
|
+
import Backgroundimage_with_toppill from './TabexComponents/Sections/BackgroundImages/Backgroundimage_with_toppill/Backgroundimage_with_toppill.jsx';
|
|
83
|
+
import Backgroundimage1 from './TabexComponents/Sections/BackgroundImages/Backgroundimage1/Backgroundimage1.jsx';
|
|
84
|
+
import BackgroundimageandTextsection from './TabexComponents/Sections/BackgroundImages/BackgroundimageandTextsection/BackgroundimageandTextsection.jsx';
|
|
85
|
+
import BackgroundImageWithTopContent from './TabexComponents/Sections/BackgroundImages/BackgroundImageWithTopContent/BackgroundImageWithTopContent.jsx';
|
|
86
|
+
import Filterwithcategoriespcoll from './TabexComponents/Sections/BackgroundImages/Filterwithcategoriespcoll/Filterwithcategoriespcoll.jsx';
|
|
87
|
+
|
|
88
|
+
import BackgroundSectionWithServicesCards from './TabexComponents/Sections/BackgroundImages/BackgroundSectionWithServicesCards/BackgroundSectionWithServicesCards.jsx';
|
|
89
|
+
import Bgimagewithsearchbar from './TabexComponents/Sections/BackgroundImages/Bgimagewithsearchbar/Bgimagewithsearchbar.jsx';
|
|
90
|
+
import Section_with_rightbgcont from './TabexComponents/Sections/BackgroundImages/Section_with_rightbgcont/Section_with_rightbgcont.jsx';
|
|
91
|
+
import Threebgimages from './TabexComponents/Sections/BackgroundImages/Threebgimages/Threebgimages.jsx';
|
|
92
|
+
import Twobgimages from './TabexComponents/Sections/BackgroundImages/Twobgimages/Twobgimages.jsx';
|
|
93
|
+
import VideosSection from './TabexComponents/Sections/BackgroundImages/VideosSection/VideosSection.jsx';
|
|
94
|
+
import FullVideoSection from './TabexComponents/Sections/BackgroundImages/FullVideoSection/FullVideoSection.jsx';
|
|
95
|
+
import Popupcomponent from './TabexComponents/Sections/BackgroundImages/Popupcomponent/Popupcomponent.jsx';
|
|
96
|
+
import TextSectionConnectToWA from './TabexComponents/Sections/BackgroundImages/TextSectionConnectToWA/TextSectionConnectToWA.jsx';
|
|
97
|
+
import DynamicForm from './TabexComponents/Sections/BackgroundImages/DynamicForm/DynamicForm.jsx';
|
|
98
|
+
import Searchcomponent from './TabexComponents/Sections/BackgroundImages/Searchcomponent/Searchcomponent.jsx';
|
|
99
|
+
import MapsSection from './TabexComponents/Sections/BackgroundImages/MapsSection/MapsSection.jsx';
|
|
100
|
+
|
|
101
|
+
// Slideshows (13)
|
|
102
|
+
import AboutSection from './TabexComponents/Sections/Slideshow/AboutSection/AboutSection.jsx';
|
|
103
|
+
import Backgroundimage_with_topcircle from './TabexComponents/Sections/Slideshow/Backgroundimage_with_topcircle/Backgroundimage_with_topcircle.jsx';
|
|
104
|
+
import Freetextsection from './TabexComponents/Sections/Slideshow/Freetextsection/Freetextsection.jsx';
|
|
105
|
+
import Image_with_leftwords from './TabexComponents/Sections/Slideshow/Image_with_leftwords/Image_with_leftwords.jsx';
|
|
106
|
+
import Image_with_rightwords from './TabexComponents/Sections/Slideshow/Image_with_rightwords/Image_with_rightwords.jsx';
|
|
107
|
+
import Servicesection from './TabexComponents/Sections/Slideshow/Servicesection/Servicesection.jsx';
|
|
108
|
+
import ServicesectionCenteredcards from './TabexComponents/Sections/Slideshow/ServicesectionCenteredcards/ServicesectionCenteredcards.jsx';
|
|
109
|
+
import Slideshow_with_rotatedsquare from './TabexComponents/Sections/Slideshow/Slideshow_with_rotatedsquare/Slideshow_with_rotatedsquare.jsx';
|
|
110
|
+
import Slideshow_with_squarebg from './TabexComponents/Sections/Slideshow/Slideshow_with_squarebg/Slideshow_with_squarebg.jsx';
|
|
111
|
+
import Slideshowdifferentanimations from './TabexComponents/Sections/Slideshow/Slideshowdifferentanimations/Slideshowdifferentanimations.jsx';
|
|
112
|
+
import Slideshowfade from './TabexComponents/Sections/Slideshow/Slideshowfade/Slideshowfade.jsx';
|
|
113
|
+
import Slideshowslide from './TabexComponents/Sections/Slideshow/Slideshowslide/Slideshowslide.jsx';
|
|
114
|
+
import Slideshowzoom from './TabexComponents/Sections/Slideshow/Slideshowzoom/Slideshowzoom.jsx';
|
|
115
|
+
import TwoWayServiceSectionWithImage from './TabexComponents/Sections/Slideshow/TwoWayServiceSectionWithImage/TwoWayServiceSectionWithImage.jsx';
|
|
116
|
+
import ContactUsSection from './TabexComponents/Sections/Slideshow/ContactUsSection/ContactUsSection.jsx';
|
|
117
|
+
import HorizontalContactUsSection from './TabexComponents/Sections/Slideshow/HorizontalContactUsSection/HorizontalContactUsSection.jsx';
|
|
118
|
+
import ServiceSectionWithImage from './TabexComponents/Sections/Slideshow/ServiceSectionWithImage/ServiceSectionWithImage.jsx';
|
|
119
|
+
import ThreeSectionsWithSlideshow from './TabexComponents/Sections/Slideshow/ThreeSectionsWithSlideshow/ThreeSectionsWithSlideshow.jsx';
|
|
120
|
+
|
|
121
|
+
// Cards (34)
|
|
122
|
+
import CardWithTextOnly from './TabexComponents/Cards/CardWithTextOnly/CardWithTextOnly.jsx';
|
|
123
|
+
import UpSlideEffectCard from './TabexComponents/Cards/UpSlideEffectCard/UpSlideEffectCard.jsx';
|
|
124
|
+
import CircleCardWithVariants from './TabexComponents/Cards/CircleCardWithVariants/CircleCardWithVariants.jsx';
|
|
125
|
+
import CategoryCardTextOnImage from './TabexComponents/Cards/CategoryCardTextOnImage/CategoryCardTextOnImage.jsx';
|
|
126
|
+
import HorizontalCategoryCard from './TabexComponents/Cards/HorizontalCategoryCard/HorizontalCategoryCard.jsx';
|
|
127
|
+
import NewProductcard from './TabexComponents/Cards/NewProductcard/NewProductcard.jsx';
|
|
128
|
+
import UserCardWithSocialMediaOnHover from './TabexComponents/Cards/UserCardWithSocialMediaOnHover/UserCardWithSocialMediaOnHover.jsx';
|
|
129
|
+
import Card20 from './TabexComponents/Cards/Card20/Card20.jsx';
|
|
130
|
+
import Card21 from './TabexComponents/Cards/Card21/Card21.jsx';
|
|
131
|
+
import Card22 from './TabexComponents/Cards/Card22/Card22.jsx';
|
|
132
|
+
import Card23 from './TabexComponents/Cards/Card23/Card23.jsx';
|
|
133
|
+
import CardBadgeSlideFromTop from './TabexComponents/Cards/CardBadgeSlideFromTop/CardBadgeSlideFromTop.jsx';
|
|
134
|
+
import Productcard_with_zoominonhover from './TabexComponents/Cards/Productcard_with_zoominonhover/Productcard_with_zoominonhover.jsx';
|
|
135
|
+
import Categorycard_with_twolinestransition from './TabexComponents/Cards/Categorycard_with_twolinestransition/Categorycard_with_twolinestransition.jsx';
|
|
136
|
+
import Categorycard_fullimage from './TabexComponents/Cards/Categorycard_fullimage/Categorycard_fullimage.jsx';
|
|
137
|
+
import Categorycard_slidebgscaled from './TabexComponents/Cards/Categorycard_slidebgscaled/Categorycard_slidebgscaled.jsx';
|
|
138
|
+
import Categorycard_with_trianglebg from './TabexComponents/Cards/Categorycard_with_trianglebg/Categorycard_with_trianglebg.jsx';
|
|
139
|
+
import Categorycard_withshapes from './TabexComponents/Cards/Categorycard_withshapes/Categorycard_withshapes.jsx';
|
|
140
|
+
import Categorycard_withtext from './TabexComponents/Cards/Categorycard_withtext/Categorycard_withtext.jsx';
|
|
141
|
+
import CategoryCardwithhoveraction from './TabexComponents/Cards/CategoryCardwithhoveraction/CategoryCardwithhoveraction.jsx';
|
|
142
|
+
import Classiccategorycard from './TabexComponents/Cards/Classiccategorycard/Classiccategorycard.jsx';
|
|
143
|
+
import Horizontalcard from './TabexComponents/Cards/Horizontalcard/Horizontalcard.jsx';
|
|
144
|
+
import MenuCard from './TabexComponents/Cards/MenuCard/MenuCard.jsx';
|
|
145
|
+
import ServiceCard from './TabexComponents/Cards/ServiceCard/ServiceCard.jsx';
|
|
146
|
+
import ModernCardWithQuantityButton from './TabexComponents/Cards/ModernCardWithQuantityButton/ModernCardWithQuantityButton.jsx';
|
|
147
|
+
import ModernProductCard from './TabexComponents/Cards/ModernProductCard/ModernProductCard.jsx';
|
|
148
|
+
import Productcard_animatedbuttons from './TabexComponents/Cards/Productcard_animatedbuttons/Productcard_animatedbuttons.jsx';
|
|
149
|
+
import Productcard_with_circularbg from './TabexComponents/Cards/Productcard_with_circularbg/Productcard_with_circularbg.jsx';
|
|
150
|
+
import Productcard_with_circularhover from './TabexComponents/Cards/Productcard_with_circularhover/Productcard_with_circularhover.jsx';
|
|
151
|
+
import Productcard_with_slideanimation from './TabexComponents/Cards/Productcard_with_slideanimation/Productcard_with_slideanimation.jsx';
|
|
152
|
+
import Productcard_with_variants from './TabexComponents/Cards/Productcard_with_variants/Productcard_with_variants.jsx';
|
|
153
|
+
import Productcard6 from './TabexComponents/Cards/Productcard6/Productcard6.jsx';
|
|
154
|
+
import Productcard7 from './TabexComponents/Cards/Productcard7/Productcard7.jsx';
|
|
155
|
+
import Productcarddefault from './TabexComponents/Cards/Productcarddefault/Productcarddefault.jsx';
|
|
156
|
+
import Productccard_with_imageontopleft from './TabexComponents/Cards/Productccard_with_imageontopleft/Productccard_with_imageontopleft.jsx';
|
|
157
|
+
import Prouductcard_with_zoomhover from './TabexComponents/Cards/Prouductcard_with_zoomhover/Prouductcard_with_zoomhover.jsx';
|
|
158
|
+
import Simplecategorycardwithtextbelow from './TabexComponents/Cards/Simplecategorycardwithtextbelow/Simplecategorycardwithtextbelow.jsx';
|
|
159
|
+
import Simpleproductcard from './TabexComponents/Cards/Simpleproductcard/Simpleproductcard.jsx';
|
|
160
|
+
import StylishProductCard from './TabexComponents/Cards/StylishProductCard/StylishProductCard.jsx';
|
|
161
|
+
import ProductCardWithTextOnImage from './TabexComponents/Cards/ProductCardWithTextOnImage/ProductCardWithTextOnImage.jsx';
|
|
162
|
+
import CardAll from './TabexComponents/Cards/CardAll/CardAll.jsx';
|
|
163
|
+
import QuantityButtonBasedProductCard from './TabexComponents/Cards/QuantityButtonBasedProductCard/QuantityButtonBasedProductCard.jsx';
|
|
164
|
+
import CTAProductCard from './TabexComponents/Cards/CTAProductCard/CTAProductCard.jsx';
|
|
165
|
+
import Moderncategorycard from './TabexComponents/Cards/Moderncategorycard/Moderncategorycard.jsx';
|
|
166
|
+
|
|
167
|
+
const returnLibrary = () => {
|
|
168
|
+
return {
|
|
169
|
+
LanguageContext: LanguageContext,
|
|
170
|
+
LanguageProvider: LanguageProvider,
|
|
171
|
+
ProductsCardsSectionContext: ProductsCardsSectionContext,
|
|
172
|
+
ProductsCardsSectionContext_Provider: ProductsCardsSectionContext_Provider,
|
|
173
|
+
|
|
174
|
+
AwesomeButton: AwesomeButton,
|
|
175
|
+
Checkout: Checkout,
|
|
176
|
+
VendorPage: VendorPage,
|
|
177
|
+
Signup: Signup,
|
|
178
|
+
Afiiliatesignup: Afiiliatesignup,
|
|
179
|
+
AddReview: AddReview,
|
|
180
|
+
Productinfo: Productinfo,
|
|
181
|
+
Ordershistory: Ordershistory,
|
|
182
|
+
Wishlist: Wishlist,
|
|
183
|
+
Viewcart: Viewcart,
|
|
184
|
+
Login: Login,
|
|
185
|
+
AccountInformation: AccountInformation,
|
|
186
|
+
Policies: Policies,
|
|
187
|
+
CartSlider: CartSlider,
|
|
188
|
+
Categoriesdropdown: Categoriesdropdown,
|
|
189
|
+
OrderSuccess: OrderSuccess,
|
|
190
|
+
InnerGroups: InnerGroups,
|
|
191
|
+
PrivacyPolicy: PrivacyPolicy,
|
|
192
|
+
RefundPolicy: RefundPolicy,
|
|
193
|
+
ShippingPolicy: ShippingPolicy,
|
|
194
|
+
TermsConditions: TermsConditions,
|
|
195
|
+
Resetpassword: Resetpassword,
|
|
196
|
+
|
|
197
|
+
// Headers (18)
|
|
198
|
+
ElegantHeader: ElegantHeader,
|
|
199
|
+
Gotoheader: Gotoheader,
|
|
200
|
+
CategoryFeaturingHeader: CategoryFeaturingHeader,
|
|
201
|
+
ClassicHeader: ClassicHeader,
|
|
202
|
+
CTAHeader: CTAHeader,
|
|
203
|
+
Header_threesectionslogocentered: Header_threesectionslogocentered,
|
|
204
|
+
Simpleheader: Simpleheader,
|
|
205
|
+
Header8: Header8,
|
|
206
|
+
HeaderRestaurant: HeaderRestaurant,
|
|
207
|
+
HeaderwithContactinfo: HeaderwithContactinfo,
|
|
208
|
+
Modernheader: Modernheader,
|
|
209
|
+
SearchCenteredHeader: SearchCenteredHeader,
|
|
210
|
+
StylishHeader: StylishHeader,
|
|
211
|
+
ThreeTieredHeader: ThreeTieredHeader,
|
|
212
|
+
SearchFocusedHeader: SearchFocusedHeader,
|
|
213
|
+
HeaderWithUtilityBar: HeaderWithUtilityBar,
|
|
214
|
+
HeaderWithAdSlider: HeaderWithAdSlider,
|
|
215
|
+
HeaderWithSearchOnCenter: HeaderWithSearchOnCenter,
|
|
216
|
+
TwoTieredHeader: TwoTieredHeader,
|
|
217
|
+
TwoTieredWithCenteredLogoHeader: TwoTieredWithCenteredLogoHeader,
|
|
218
|
+
CenteredLogoHeaderWithSlider: CenteredLogoHeaderWithSlider,
|
|
219
|
+
|
|
220
|
+
// Footers (11)
|
|
221
|
+
Allinonefooter: Allinonefooter,
|
|
222
|
+
Footer1: Footer1,
|
|
223
|
+
Footer2: Footer2,
|
|
224
|
+
Footer3: Footer3,
|
|
225
|
+
Footer4: Footer4,
|
|
226
|
+
Footer5: Footer5,
|
|
227
|
+
Footer6: Footer6,
|
|
228
|
+
Footer7: Footer7,
|
|
229
|
+
Footer8: Footer8,
|
|
230
|
+
Simplefooter: Simplefooter,
|
|
231
|
+
FooterWithThreeColumns: FooterWithThreeColumns,
|
|
232
|
+
ModernFooter: ModernFooter,
|
|
233
|
+
Newsletterfooter: Newsletterfooter,
|
|
234
|
+
Newsletterincenter: Newsletterincenter,
|
|
235
|
+
|
|
236
|
+
// Cards Sections (8)
|
|
237
|
+
CardsSection: CardsSection,
|
|
238
|
+
CardsSection2: CardsSection2,
|
|
239
|
+
Sixverticalcardssection: Sixverticalcardssection,
|
|
240
|
+
ModernCardsSection: ModernCardsSection,
|
|
241
|
+
ElegantCategoriesCardSection: ElegantCategoriesCardSection,
|
|
242
|
+
RandomlyStructuredCollectionCards: RandomlyStructuredCollectionCards,
|
|
243
|
+
CardsSectionwithfilter: CardsSectionwithfilter,
|
|
244
|
+
UsersCardsSection: UsersCardsSection,
|
|
245
|
+
|
|
246
|
+
// Background images (15)
|
|
247
|
+
CollapsableSection: CollapsableSection,
|
|
248
|
+
BacgroundThreeImageWithCategories: BacgroundThreeImageWithCategories,
|
|
249
|
+
BackgroundFiveImageStructure: BackgroundFiveImageStructure,
|
|
250
|
+
Backgroundimage_with_toppill: Backgroundimage_with_toppill,
|
|
251
|
+
Backgroundimage1: Backgroundimage1,
|
|
252
|
+
BackgroundimageandTextsection: BackgroundimageandTextsection,
|
|
253
|
+
BackgroundImageWithTopContent: BackgroundImageWithTopContent,
|
|
254
|
+
Filterwithcategoriespcoll: Filterwithcategoriespcoll,
|
|
255
|
+
BackgroundSectionWithServicesCards: BackgroundSectionWithServicesCards,
|
|
256
|
+
Bgimagewithsearchbar: Bgimagewithsearchbar,
|
|
257
|
+
Section_with_rightbgcont: Section_with_rightbgcont,
|
|
258
|
+
Threebgimages: Threebgimages,
|
|
259
|
+
Twobgimages: Twobgimages,
|
|
260
|
+
VideosSection: VideosSection,
|
|
261
|
+
FullVideoSection: FullVideoSection,
|
|
262
|
+
Popupcomponent: Popupcomponent,
|
|
263
|
+
TextSectionConnectToWA: TextSectionConnectToWA,
|
|
264
|
+
DynamicForm: DynamicForm,
|
|
265
|
+
Searchcomponent: Searchcomponent,
|
|
266
|
+
MapsSection: MapsSection,
|
|
267
|
+
// Slideshows (13)
|
|
268
|
+
AboutSection: AboutSection,
|
|
269
|
+
Backgroundimage_with_topcircle: Backgroundimage_with_topcircle,
|
|
270
|
+
Freetextsection: Freetextsection,
|
|
271
|
+
Image_with_leftwords: Image_with_leftwords,
|
|
272
|
+
Image_with_rightwords: Image_with_rightwords,
|
|
273
|
+
Servicesection: Servicesection,
|
|
274
|
+
ServicesectionCenteredcards: ServicesectionCenteredcards,
|
|
275
|
+
Slideshow_with_rotatedsquare: Slideshow_with_rotatedsquare,
|
|
276
|
+
Slideshow_with_squarebg: Slideshow_with_squarebg,
|
|
277
|
+
Slideshowdifferentanimations: Slideshowdifferentanimations,
|
|
278
|
+
Slideshowfade: Slideshowfade,
|
|
279
|
+
Slideshowslide: Slideshowslide,
|
|
280
|
+
Slideshowzoom: Slideshowzoom,
|
|
281
|
+
TwoWayServiceSectionWithImage: TwoWayServiceSectionWithImage,
|
|
282
|
+
ContactUsSection: ContactUsSection,
|
|
283
|
+
HorizontalContactUsSection: HorizontalContactUsSection,
|
|
284
|
+
ServiceSectionWithImage: ServiceSectionWithImage,
|
|
285
|
+
ThreeSectionsWithSlideshow: ThreeSectionsWithSlideshow,
|
|
286
|
+
|
|
287
|
+
// Cards (34)
|
|
288
|
+
CardWithTextOnly: CardWithTextOnly,
|
|
289
|
+
UpSlideEffectCard: UpSlideEffectCard,
|
|
290
|
+
CircleCardWithVariants: CircleCardWithVariants,
|
|
291
|
+
CategoryCardTextOnImage: CategoryCardTextOnImage,
|
|
292
|
+
HorizontalCategoryCard: HorizontalCategoryCard,
|
|
293
|
+
NewProductcard: NewProductcard,
|
|
294
|
+
UserCardWithSocialMediaOnHover: UserCardWithSocialMediaOnHover,
|
|
295
|
+
Card20: Card20,
|
|
296
|
+
Card21: Card21,
|
|
297
|
+
Card22: Card22,
|
|
298
|
+
Card23: Card23,
|
|
299
|
+
CardBadgeSlideFromTop: CardBadgeSlideFromTop,
|
|
300
|
+
Productcard_with_zoominonhover: Productcard_with_zoominonhover,
|
|
301
|
+
Categorycard_with_twolinestransition: Categorycard_with_twolinestransition,
|
|
302
|
+
Categorycard_fullimage: Categorycard_fullimage,
|
|
303
|
+
Categorycard_slidebgscaled: Categorycard_slidebgscaled,
|
|
304
|
+
Categorycard_with_trianglebg: Categorycard_with_trianglebg,
|
|
305
|
+
Categorycard_withshapes: Categorycard_withshapes,
|
|
306
|
+
Categorycard_withtext: Categorycard_withtext,
|
|
307
|
+
CategoryCardwithhoveraction: CategoryCardwithhoveraction,
|
|
308
|
+
Classiccategorycard: Classiccategorycard,
|
|
309
|
+
Horizontalcard: Horizontalcard,
|
|
310
|
+
MenuCard: MenuCard,
|
|
311
|
+
ServiceCard: ServiceCard,
|
|
312
|
+
ModernCardWithQuantityButton: ModernCardWithQuantityButton,
|
|
313
|
+
ModernProductCard: ModernProductCard,
|
|
314
|
+
Productcard_animatedbuttons: Productcard_animatedbuttons,
|
|
315
|
+
Productcard_with_circularbg: Productcard_with_circularbg,
|
|
316
|
+
Productcard_with_circularhover: Productcard_with_circularhover,
|
|
317
|
+
Productcard_with_slideanimation: Productcard_with_slideanimation,
|
|
318
|
+
Productcard_with_variants: Productcard_with_variants,
|
|
319
|
+
Productcard6: Productcard6,
|
|
320
|
+
Productcard7: Productcard7,
|
|
321
|
+
Productcarddefault: Productcarddefault,
|
|
322
|
+
Productccard_with_imageontopleft: Productccard_with_imageontopleft,
|
|
323
|
+
Prouductcard_with_zoomhover: Prouductcard_with_zoomhover,
|
|
324
|
+
Simplecategorycardwithtextbelow: Simplecategorycardwithtextbelow,
|
|
325
|
+
Simpleproductcard: Simpleproductcard,
|
|
326
|
+
StylishProductCard: StylishProductCard,
|
|
327
|
+
ProductCardWithTextOnImage: ProductCardWithTextOnImage,
|
|
328
|
+
CardAll: CardAll,
|
|
329
|
+
QuantityButtonBasedProductCard: QuantityButtonBasedProductCard,
|
|
330
|
+
CTAProductCard: CTAProductCard,
|
|
331
|
+
Moderncategorycard: Moderncategorycard,
|
|
332
|
+
};
|
|
333
|
+
};
|
|
334
|
+
export default returnLibrary();
|
|
@@ -0,0 +1,129 @@
|
|
|
1
|
+
.container {
|
|
2
|
+
padding: 0 2rem;
|
|
3
|
+
}
|
|
4
|
+
|
|
5
|
+
.main {
|
|
6
|
+
min-height: 100vh;
|
|
7
|
+
padding: 4rem 0;
|
|
8
|
+
flex: 1;
|
|
9
|
+
display: flex;
|
|
10
|
+
flex-direction: column;
|
|
11
|
+
justify-content: center;
|
|
12
|
+
align-items: center;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.footer {
|
|
16
|
+
display: flex;
|
|
17
|
+
flex: 1;
|
|
18
|
+
padding: 2rem 0;
|
|
19
|
+
border-top: 1px solid #eaeaea;
|
|
20
|
+
justify-content: center;
|
|
21
|
+
align-items: center;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.footer a {
|
|
25
|
+
display: flex;
|
|
26
|
+
justify-content: center;
|
|
27
|
+
align-items: center;
|
|
28
|
+
flex-grow: 1;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.title a {
|
|
32
|
+
color: #0070f3;
|
|
33
|
+
text-decoration: none;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.title a:hover,
|
|
37
|
+
.title a:focus,
|
|
38
|
+
.title a:active {
|
|
39
|
+
text-decoration: underline;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.title {
|
|
43
|
+
margin: 0;
|
|
44
|
+
line-height: 1.15;
|
|
45
|
+
font-size: 4rem;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
.title,
|
|
49
|
+
.description {
|
|
50
|
+
text-align: center;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
.description {
|
|
54
|
+
margin: 4rem 0;
|
|
55
|
+
line-height: 1.5;
|
|
56
|
+
font-size: 1.5rem;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.code {
|
|
60
|
+
background: #fafafa;
|
|
61
|
+
border-radius: 5px;
|
|
62
|
+
padding: 0.75rem;
|
|
63
|
+
font-size: 1.1rem;
|
|
64
|
+
font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono,
|
|
65
|
+
Bitstream Vera Sans Mono, Courier New, monospace;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.grid {
|
|
69
|
+
display: flex;
|
|
70
|
+
align-items: center;
|
|
71
|
+
justify-content: center;
|
|
72
|
+
flex-wrap: wrap;
|
|
73
|
+
max-width: 800px;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.card {
|
|
77
|
+
margin: 1rem;
|
|
78
|
+
padding: 1.5rem;
|
|
79
|
+
text-align: left;
|
|
80
|
+
color: inherit;
|
|
81
|
+
text-decoration: none;
|
|
82
|
+
border: 1px solid #eaeaea;
|
|
83
|
+
border-radius: 10px;
|
|
84
|
+
transition: color 0.15s ease, border-color 0.15s ease;
|
|
85
|
+
max-width: 300px;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
.card:hover,
|
|
89
|
+
.card:focus,
|
|
90
|
+
.card:active {
|
|
91
|
+
color: #0070f3;
|
|
92
|
+
border-color: #0070f3;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
.card h2 {
|
|
96
|
+
margin: 0 0 1rem 0;
|
|
97
|
+
font-size: 1.5rem;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
.card p {
|
|
101
|
+
margin: 0;
|
|
102
|
+
font-size: 1.25rem;
|
|
103
|
+
line-height: 1.5;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
.logo {
|
|
107
|
+
height: 1em;
|
|
108
|
+
margin-left: 0.5rem;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
@media (max-width: 600px) {
|
|
112
|
+
.grid {
|
|
113
|
+
width: 100%;
|
|
114
|
+
flex-direction: column;
|
|
115
|
+
}
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
@media (prefers-color-scheme: dark) {
|
|
119
|
+
.card,
|
|
120
|
+
.footer {
|
|
121
|
+
border-color: #222;
|
|
122
|
+
}
|
|
123
|
+
.code {
|
|
124
|
+
background: #111;
|
|
125
|
+
}
|
|
126
|
+
.logo img {
|
|
127
|
+
filter: invert(1);
|
|
128
|
+
}
|
|
129
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
.categoryCard {
|
|
2
|
+
position: relative !important;
|
|
3
|
+
overflow: hidden !important;
|
|
4
|
+
text-align: center;
|
|
5
|
+
background-color: white;
|
|
6
|
+
cursor: pointer;
|
|
7
|
+
background-size: cover !important;
|
|
8
|
+
background-repeat: no-repeat;
|
|
9
|
+
background-position: center;
|
|
10
|
+
transition: 0.3s;
|
|
11
|
+
z-index: 1;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.categoryCard:after {
|
|
15
|
+
width: 100%;
|
|
16
|
+
height: 100%;
|
|
17
|
+
position: absolute;
|
|
18
|
+
left: 0;
|
|
19
|
+
bottom: 0;
|
|
20
|
+
content: '';
|
|
21
|
+
opacity: 0.75;
|
|
22
|
+
-webkit-transform: skew(-45deg) scaleX(0);
|
|
23
|
+
transform: skew(-45deg) scaleX(0);
|
|
24
|
+
-webkit-transition: all 0.3s ease-in-out;
|
|
25
|
+
transition: all 0.3s ease-in-out;
|
|
26
|
+
z-index: 1 !important;
|
|
27
|
+
}
|
|
28
|
+
.categoryCard figcaption {
|
|
29
|
+
position: absolute;
|
|
30
|
+
top: 50%;
|
|
31
|
+
left: 0;
|
|
32
|
+
width: 100%;
|
|
33
|
+
-webkit-transform: translateY(-50%);
|
|
34
|
+
transform: translateY(-50%);
|
|
35
|
+
z-index: 100 !important;
|
|
36
|
+
}
|
|
37
|
+
.categoryCard button {
|
|
38
|
+
margin: 0;
|
|
39
|
+
width: 100%;
|
|
40
|
+
opacity: 0;
|
|
41
|
+
z-index: 100 !important;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
.categoryCard p {
|
|
45
|
+
padding: 0 50px;
|
|
46
|
+
z-index: 100;
|
|
47
|
+
}
|
|
48
|
+
.categoryCard:hover:after,
|
|
49
|
+
.categoryCard.hover:after {
|
|
50
|
+
-webkit-transform: skew(-45deg) scaleX(1);
|
|
51
|
+
transform: skew(-45deg) scaleX(1);
|
|
52
|
+
transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
|
53
|
+
}
|
|
54
|
+
.categoryCard:hover figcaption p,
|
|
55
|
+
.categoryCard:hover figcaption button {
|
|
56
|
+
-webkit-transform: translate3d(0%, 0%, 0);
|
|
57
|
+
transform: translate3d(0%, 0%, 0);
|
|
58
|
+
-webkit-transition-delay: 0.2s;
|
|
59
|
+
transition-delay: 0.2s;
|
|
60
|
+
}
|
|
61
|
+
.categoryCard:hover figcaption p {
|
|
62
|
+
opacity: 1;
|
|
63
|
+
z-index: 100 !important;
|
|
64
|
+
}
|
|
65
|
+
.categoryCard:hover figcaption button {
|
|
66
|
+
opacity: 1;
|
|
67
|
+
z-index: 100 !important;
|
|
68
|
+
}
|
|
69
|
+
.cardbtn {
|
|
70
|
+
display: inline-block;
|
|
71
|
+
vertical-align: middle;
|
|
72
|
+
transition: 0.15s ease-in-out;
|
|
73
|
+
}
|