A modern, responsive landing page introducing The Art of Statistics, an educational resource focused on building a strong foundation in statistics for Data Science and Machine Learning.
This project is a single-page website built with HTML and CSS that presents statistical concepts through a clean, developer-friendly interface inspired by terminal aesthetics and modern design principles.
- Responsive landing page
- Modern dark theme UI
- Terminal-inspired hero section
- Smooth scrolling navigation
- Custom typography
- CSS custom properties (variables) for easy theming
- Mobile-friendly layout
- Clean, semantic HTML structure
- HTML5
- CSS3
- Google Fonts
- Inter
- IBM Plex Mono
.
├── index.html
├── README.md
└── assets/
├── images/
├── icons/
└── ...
For the love of Statistics and Mathematics to be better in Machine Learning.
- Clone the repository.
git clone https://github.com/simacoder/dirisa.git- Navigate to the project.
cd dirisa- Open the website.
Simply open index.html in your browser, or use a local development server such as:
python -m http.serveror
npx serveThe design uses CSS variables, making it easy to customize colors and styling.
Example:
:root {
--navy: #0D1B2A;
--teal: #00C9B1;
--amber: #F5A623;
}You can also modify:
- Fonts
- Color palette
- Hero content
- Navigation links
- Layout spacing
- Components
Works in all modern browsers, including:
- Chrome
- Firefox
- Edge
- Safari
- Add JavaScript animations
- Dark/light mode toggle
- Interactive statistical visualizations
- Blog section
- Course catalog
- Contact form
This project is available under the MIT License.
- Simanga Mchunu
Created as a modern educational website for learning statistics, data science, and machine learning fundamentals.