Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 947 Bytes

File metadata and controls

31 lines (28 loc) · 947 Bytes

VNN Project Structure

    vnn_project/
    ├── index.html
    ├── about.html
    ├── contact.html
    ├── categories/
    │   ├── politics.html
    │   ├── business.html
    │   ├── technology.html
    │   ├── health.html
    │   └── entertainment.html
    ├── article-template.html
    ├── css/
    │   ├── style.css
    │   ├── responsive.css
    │   └── fonts.css
    ├── js/
    │   ├── main.js
    │   ├── news-ticker.js
    │   └── carousel.js
    ├── images/
    │   ├── logo.png
    │   ├── breaking-news.jpg
    │   ├── featured/
    │   └── thumbnails/
    └── assets/
        ├── fonts/
        └── icons/