Skip to content

Latest commit

 

History

History
56 lines (54 loc) · 1.91 KB

README.md

File metadata and controls

56 lines (54 loc) · 1.91 KB

Mining Engineering Society - NIT Rourkela

Current Project Structure

.
├── public
└── src
    ├── app
    │   ├── fonts
    │   └── (routes)
    │       ├── aboutus
    │       ├── contactus
    │       ├── events
    │       │   ├── eventgallery
    │       │   ├── past
    │       │   └── upcoming
    │       ├── home
    │       ├── members
    │       │   ├── alumni
    │       │   └── stakeholders
    │       ├── minare  # will contain all the pages of minare
    │       │   ├── gallery
    │       │   ├── sponsors
    │       │   └── team
    │       └── minerva
    ├── components
    │   ├── features
    │   │   ├── ContactUs
    │   │   ├── EventsPage
    │   │   │   └── EventGallery
    │   │   ├── HomePage
    │   │   │   └── Body
    │   │   │       ├── AboutUsSection
    │   │   │       └── HeroSection
    │   │   ├── Members
    │   │   │   ├── Alumni
    │   │   │   └── StakeHolders
    │   │   ├── MinareComponents # will contain all the components of minare
    │   │   │   ├── features
    │   │   │   ├── layout
    │   │   │   └── ui
    │   │   └── Minerva
    │   ├── layout
    │   │   ├── footer
    │   │   └── navbar
    │   ├── typography
    │   └── ui
    ├── config
    │   ├── Eventspage
    │   ├── Homepage
    │   └── Members
    │       ├── Alumni
    │       └── StakeHolders
    └── lib