Skip to content

kigster/bashmatic.dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bashmatic Marketing Site

This is a static HTML/CSS/JavaScript marketing site for the Bashmatic project.

About Bashmatic

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.

Running the Site Locally

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:

Using Python

# Python 3
python -m http.server

# Python 2
python -m SimpleHTTPServer

Using Node.js

# Install http-server if you haven't already
npm install -g http-server

# Then run
http-server

Site Structure

  • index.html - Main HTML file
  • assets/css/styles.css - CSS styles
  • assets/js/main.js - JavaScript functionality

Features

  • 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

Development

To modify the site:

  1. Edit the HTML in index.html
  2. Update styles in assets/css/styles.css
  3. Modify JavaScript functionality in assets/js/main.js

License

This marketing site is licensed under the MIT License, the same as the Bashmatic project itself.

About

The web site for Bashmatic

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors