This is a static HTML/CSS/JavaScript marketing site for the Bashmatic project.
Bashmatic is a BASH framework consisting of 900+ functions that make BASH programming easier, more enjoyable, and fun. It provides a DSL-like syntax for writing clean and readable BASH scripts with extensive visual feedback and helper functions.
Since this is a static site, you can simply open the index.html file in your browser to view it locally.
Alternatively, you can use a simple local server:
# Python 3
python -m http.server
# Python 2
python -m SimpleHTTPServer# Install http-server if you haven't already
npm install -g http-server
# Then run
http-serverindex.html- Main HTML fileassets/css/styles.css- CSS stylesassets/js/main.js- JavaScript functionality
- Responsive design that works on desktop and mobile
- Animated sections as you scroll
- Copy-to-clipboard functionality for code blocks
- Interactive code sample with typing effect
- Mobile-friendly navigation
To modify the site:
- Edit the HTML in
index.html - Update styles in
assets/css/styles.css - Modify JavaScript functionality in
assets/js/main.js
This marketing site is licensed under the MIT License, the same as the Bashmatic project itself.