A modern, minimalist single-page website for TriForge Studio - custom business software solutions.
TriForge Studio specializes in creating custom, cloud-based business applications for small and medium-sized businesses. This website showcases our services, portfolio, and provides a contact form for potential clients.
- Modern Minimalist Design: Clean, professional aesthetic with smooth animations
- Fully Responsive: Optimized for desktop, tablet, and mobile devices
- Single-Page Layout: Easy navigation with smooth scrolling between sections
- Service Showcase: Detailed information about industry-specific solutions
- Portfolio Section: Highlighting key applications (Winesoft, ConstructPro, Mechanic Shop, MicroMSP)
- Contact Form: Email integration for client inquiries
- Accessibility: Semantic HTML and ARIA labels where appropriate
- HTML5: Semantic markup
- CSS3: Custom properties, Grid, Flexbox, and modern animations
- Vanilla JavaScript: No dependencies, lightweight and fast
- Google Fonts: Inter font family for clean typography
- Primary Color: RGB(50, 160, 175) - Teal accent
- Text: Black (#000000) and shades of gray
- Background: White (#FFFFFF) with subtle gray tones
-
Navigate to your repository: Go to
https://github.com/TriForgeStudio360/triforgestudio.github.io -
Upload files: Copy all files from this project to the root of your repository:
index.htmlstyles.cssscript.jsREADME.md
# Initialize git in your local directory (if not already initialized)
git init
# Add the remote repository
git remote add origin https://github.com/TriForgeStudio360/triforgestudio.github.io.git
# Add all files
git add .
# Commit the changes
git commit -m "Initial commit: TriForge Studio website"
# Push to GitHub
git push -u origin main- Go to your repository on GitHub
- Click "Add file" > "Upload files"
- Drag and drop all website files
- Commit the changes
- Go to your repository settings
- Navigate to "Pages" in the left sidebar
- Under "Source", select the branch (usually
main) - Select the root folder (
/) - Click "Save"
Your website will be live at: https://triforgestudio360.github.io/
Note: It may take a few minutes for the site to go live after the initial deployment.
triforgestudio.github.io/
│
├── index.html # Main HTML file
├── styles.css # All CSS styles
├── script.js # JavaScript functionality
└── README.md # Documentation
- Home/Hero: Eye-catching introduction with tagline and call-to-action
- About: Company overview and core values (Custom, Affordable, Accessible)
- Services: Industry-specific solutions with detailed descriptions
- Portfolio: Showcase of key applications with features
- Contact: Contact form and company email
- Footer: Quick links and contact information
- Company Information: Edit the text directly in
index.html - Portfolio Projects: Modify the portfolio cards in the
#portfoliosection - Services: Update service cards in the
#servicessection - Contact Email: Change the email address in both the HTML and JavaScript
- Colors: Update CSS custom properties in
styles.css(:rootsection) - Fonts: Change the Google Fonts import in
index.html - Layout: Modify grid and flexbox properties in
styles.css
- Analytics: Add Google Analytics or other tracking code before
</head> - Logo: Replace the text-based
.nav-brandwith an<img>tag - Additional Pages: Create new HTML files and update navigation links
The contact form uses a mailto: link fallback since GitHub Pages doesn't support server-side processing. When users submit the form, their default email client will open with pre-filled information.
For a more robust solution, consider integrating with:
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- Mobile browsers (iOS Safari, Chrome Mobile)
- No external dependencies (except Google Fonts)
- Minimal JavaScript
- Optimized CSS with modern properties
- Fast load times suitable for GitHub Pages hosting
- Update portfolio projects as new work is completed
- Keep contact information current
- Review and update service descriptions as offerings change
- Check for broken links periodically
- Add a blog section for company news
- Integrate testimonials from satisfied clients
- Create case study detail pages
- Add more interactive elements (calculators, configurators)
Copyright © 2025 TriForge Studio. All rights reserved.
For questions or issues with this website, contact: info@triforgestudio.com