Skip to content

Repository files navigation

The Art of Statistics

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.

Overview

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.

Features

  • 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

Technologies

  • HTML5
  • CSS3
  • Google Fonts
    • Inter
    • IBM Plex Mono

Project Structure

.
├── index.html
├── README.md
└── assets/
    ├── images/
    ├── icons/
    └── ...

For the love of Statistics and Mathematics to be better in Machine Learning.

Getting Started

  1. Clone the repository.
git clone https://github.com/simacoder/dirisa.git
  1. Navigate to the project.
cd dirisa
  1. Open the website.

Simply open index.html in your browser, or use a local development server such as:

python -m http.server

or

npx serve

Customization

The 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

Browser Support

Works in all modern browsers, including:

  • Chrome
  • Firefox
  • Edge
  • Safari

Future Improvements

  • Add JavaScript animations
  • Dark/light mode toggle
  • Interactive statistical visualizations
  • Blog section
  • Course catalog
  • Contact form

License

This project is available under the MIT License.

Author

  • Simanga Mchunu

Created as a modern educational website for learning statistics, data science, and machine learning fundamentals.

Releases

Packages

Contributors

Languages