GSG-CF05 / Team5-Novelty-Travels

Novelty Travels - Team 5
0 stars 0 forks source link

Create file structure #2

Closed salwasiksik closed 2 years ago

salwasiksik commented 2 years ago

The structure should be something like this:

 ├── assets/
       └── icons/
                 └── icon.png

       └── images/
                 └── landing-page/
                                 └── img.png
                 └── honme-page/
                                 └── img.png
                 └── holidays-page/
                                 └── img.png
                 └── locations-page/
                                 └── img.png
                 └── destination-page/
                                 └── img.png
 ├── index.html

 ├── styles/
       └── landing.css
       └── media.css
       └── global.css

 ├── home-page/
       └── home.html
       └── styles/
                 └── home.css
                 └── media.css
       └── js/
             └── home.js

 ├── holidays-page/
       └── holidays.html
       └── styles/
                 └── holidays.css
                 └── media.css
       └── js/
             └── holidays.js

 ├── locations-page/
       └── locations.html
       └── styles/
                 └── locations.css
                 └── media.css
       └── js/
             └── locations.js

 ├── destination-page/
       └── destination.html
       └── styles/
                 └── destination.css
                 └── media.css
       └── js/
             └── destination.js
azzsal commented 2 years ago

Actual Time Taken: 1 Hour.