Main Production site for High Top Terry
  • HTML 48.5%
  • CSS 36.4%
  • JavaScript 15.1%
Find a file
SluberskiHomelab 6bbeb70f51
Some checks failed
Deploy to Cloudflare Pages / Deploy to Cloudflare Pages (push) Has been cancelled
Add setup completion summary and documentation index
2025-11-25 16:06:17 -06:00
.forgejo/workflows Add Forgejo Actions workflow for automated Cloudflare Pages deployment 2025-11-25 16:04:21 -06:00
.gitattributes Initial commit: Sales professional website with Cloudflare Pages and Forgejo support 2025-11-25 15:59:05 -06:00
.gitignore Initial commit: Sales professional website with Cloudflare Pages and Forgejo support 2025-11-25 15:59:05 -06:00
_headers Initial commit: Sales professional website with Cloudflare Pages and Forgejo support 2025-11-25 15:59:05 -06:00
_redirects Initial commit: Sales professional website with Cloudflare Pages and Forgejo support 2025-11-25 15:59:05 -06:00
cloudflare-pages.md Initial commit: Sales professional website with Cloudflare Pages and Forgejo support 2025-11-25 15:59:05 -06:00
DEPLOYMENT.md Initial commit: Sales professional website with Cloudflare Pages and Forgejo support 2025-11-25 15:59:05 -06:00
FORGEJO_SETUP.md Add comprehensive Forgejo repository setup checklist 2025-11-25 16:05:16 -06:00
index.html Initial commit: Sales professional website with Cloudflare Pages and Forgejo support 2025-11-25 15:59:05 -06:00
QUICKSTART.md Add quickstart guide for Git, Forgejo, and Cloudflare deployment 2025-11-25 16:03:46 -06:00
README.md Initial commit: Sales professional website with Cloudflare Pages and Forgejo support 2025-11-25 15:59:05 -06:00
script.js Initial commit: Sales professional website with Cloudflare Pages and Forgejo support 2025-11-25 15:59:05 -06:00
SETUP_COMPLETE.md Add setup completion summary and documentation index 2025-11-25 16:06:17 -06:00
styles.css Initial commit: Sales professional website with Cloudflare Pages and Forgejo support 2025-11-25 15:59:05 -06:00
wrangler.toml Initial commit: Sales professional website with Cloudflare Pages and Forgejo support 2025-11-25 15:59:05 -06:00

Sales Professional Website

A modern, responsive website for an independent sales representative who works with multiple companies to sell their products.

Features

  • Hero Section: Eye-catching hero with call-to-action
  • About Section: Professional introduction with experience statistics
  • Partner Companies: Showcase of represented manufacturers
  • Product Categories: Visual display of product offerings
  • Testimonials: Client reviews and feedback
  • Contact Form: Easy way for potential clients to get in touch
  • Responsive Design: Works perfectly on all devices (desktop, tablet, mobile)
  • Smooth Animations: Professional scroll animations and transitions

Technologies Used

  • HTML5
  • CSS3 (with CSS Grid and Flexbox)
  • JavaScript (Vanilla JS)
  • Google Fonts (Montserrat & Playfair Display)

Getting Started

  1. Simply open index.html in your web browser
  2. No build process or dependencies required

Customization

To personalize the website:

  1. Update Text Content: Edit index.html to change:

    • Company name and branding
    • About section text
    • Partner company names and descriptions
    • Product categories
    • Contact information
  2. Change Colors: Edit styles.css at the top (CSS variables):

    :root {
        --primary-color: #2c3e50;
        --secondary-color: #3498db;
        --accent-color: #e74c3c;
    }
    
  3. Replace Images: Update image URLs in index.html:

    • Hero background image
    • About section photo
    • Product category images
    • Partner company logos
  4. Add Real Functionality:

    • Connect the contact form to a backend service (e.g., FormSpree, EmailJS)
    • Add analytics tracking (Google Analytics)

Sections

  • Navigation: Fixed navigation bar with smooth scrolling
  • Home: Hero section with compelling headline
  • About: Professional background and experience
  • Partners: Companies you represent
  • Products: Product categories with hover effects
  • Testimonials: Customer reviews
  • Contact: Contact form and information
  • Footer: Quick links and additional information

Browser Support

Works on all modern browsers:

  • Chrome
  • Firefox
  • Safari
  • Edge

License

Free to use and customize for your business needs.