A modern, responsive website inspired by vie-publique.sn, providing public information and government updates for Senegal.
vie_public/
├── index.html # Main HTML file
├── css/
│ └── style.css # Main stylesheet
├── js/
│ └── main.js # JavaScript functionality
└── README.md # Project documentation
- Responsive design that works on desktop and mobile devices
- Modern UI with smooth animations
- News section with dynamic content loading
- Quick access cards for important information
- Mobile-friendly navigation menu
- Fixed header with scroll effects
- HTML5
- CSS3 (with CSS Grid and Flexbox)
- JavaScript (Vanilla)
- Font Awesome for icons
- Clone this repository
- Open
index.htmlin your web browser - For development, you can use any local server of your choice
- Colors can be modified in the
:rootsection ofstyle.css - News items can be updated in
main.js - Additional sections can be added to
index.html
The website is compatible with:
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- Add a backend API for dynamic content
- Implement user authentication
- Add a search functionality
- Create additional pages for each section
- Add a content management system