- This project uses a mix of styled-component and tailwind for styling. The project would be migrating to Full tailwind support soon.
C:. ├───about │ ├───executive │ │ Executive.component.js │ │ │ ├───main │ │ Main.component.js │ │ │ └───value │ Value.component.js │ ├───admin │ Message.component.js │ MessageModal.component.js │ ├───blog │ Latest.component.js │ ├───contact │ ContactCard.component.js │ ContactForm.component.js │ ├───gallery │ └───photobooth │ Booth.component.js │ ├───home │ ├───equip_section │ │ Equip.component.js │ │ Equip.jsx │ │ │ ├───facility_section │ │ Facility.component.js │ │ Facility.jsx │ │ │ ├───hero │ │ │ homeHero.component.js │ │ │ HomeHero.jsx │ │ │ │ │ └───slide │ │ Slide.component.js │ │ │ ├───offer_section │ │ │ Offer.component.js │ │ │ Offer.jsx │ │ │ │ │ └───offer_card │ │ OfferCard.component.js │ │ │ ├───register │ │ Register.component.js │ │ │ ├───testimony_section │ │ │ Testimony.component.js │ │ │ Testimony.jsx │ │ │ │ │ └───cards │ │ Card.component.js │ │ │ └───top_section │ │ topSection.component.js │ │ TopSection.jsx │ │ │ └───card │ Card.component.js │ └───lib ├───button │ Button.component.js │ ├───error │ Error.component.js │ ├───footer │ Footer.component.js │ ├───hero │ Hero.component.js │ ├───loader │ Loader.component.js │ ├───mailchimp │ CustomForm.component.js │ Mailchimp.component.js │ ├───navbar │ Nav.component.js │ Nav.jsx │ ├───separator │ Separator.component.js │ └───tag Tag.component.js
C:. │ 404.jsx │ about.jsx │ contact.jsx │ gallery.jsx │ index.jsx │ login.jsx │ _app.js │ _document.js │ ├───blog │ index.jsx │ [post].js │ └───school-admin │ index.jsx │ └───dashboard index.js