Skip to content

marktoflow/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

marktoflow Website

Official website for marktoflow - Universal Automation Framework.

Overview

This repository hosts the GitHub Pages website for marktoflow at marktoflow.github.io/web.

Local Development

To preview the website locally:

  1. Clone this repository:

    git clone git@github.com:marktoflow/web.git
    cd web
  2. Serve the site locally using any static file server:

    # Using Python 3
    python3 -m http.server 8000
    
    # Using Node.js
    npx serve
    
    # Using PHP
    php -S localhost:8000
  3. Open your browser to http://localhost:8000

Deployment

The site is automatically deployed to GitHub Pages when changes are pushed to the main branch.

To deploy updates:

git add .
git commit -m "Update website"
git push origin main

Structure

  • index.html - Main landing page
  • styles.css - Website styles
  • script.js - Interactive functionality
  • README.md - This file

Features

  • Responsive design for mobile, tablet, and desktop
  • Copy-to-clipboard functionality for code snippets
  • Smooth scrolling navigation
  • Fade-in animations
  • Modern, clean design

Technologies

  • HTML5
  • CSS3 (with CSS Grid and Flexbox)
  • Vanilla JavaScript
  • Google Fonts (Inter and Fira Code)

License

Apache License 2.0

Contact

Scott Glover - scottgl@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •