Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

LinkForge Media - Premium Link Building Agency Website

A modern, high-conversion portfolio website for a link building and guest posting agency. Built with clean HTML, CSS, and vanilla JavaScript. No dependencies required.

🎯 Features

Design & Experience

  • Premium Dark/Light Palette - Modern blue accent color (#3B82F6) with neutral backgrounds
  • Smooth Animations - Scroll animations, hover effects, and micro-interactions
  • Fully Responsive - Mobile-first design, tested on all breakpoints (480px, 768px, 1920px+)
  • Fast Loading - Pure HTML/CSS/JS, no external frameworks or libraries

Sections Included

  1. Hero Section

    • Strong headline about earning backlinks from authority sites
    • Subheadline focused on SEO growth
    • Call-to-action buttons (Book Strategy Call / View Packages)
    • Hero girl image with smooth animations
    • Trust indicators (500+ Backlinks | 2000+ Clients | 15+ Years)
  2. Authority Proof Section

    • Publication logos (Forbes, Entrepreneur, HubSpot, Business Insider, Inc, TechCrunch)
    • Domain Authority badges (DR scores)
    • Visual proof of credibility
  3. Results Section

    • 500+ High-Authority Backlinks Placed
    • 2000+ Clients Served
    • 150% Average Traffic Increase
    • 98% Client Satisfaction Rate
  4. Services Section

    • Guest Posting (DR 60+ Publications)
    • Editorial Backlinks (Real Journalist Outreach)
    • Niche Edits (Existing Content Updates)
    • Digital PR (Brand Authority & Media Coverage)
    • Feature lists for each service
  5. Process Section

    • 5-step link building process
    • Research & Analysis
    • Strategic Outreach
    • Content Creation
    • Placement & Confirmation
    • Reporting & Optimization
  6. Why Choose Us Section

    • 6 key benefits with checkmarks
    • White-hat guarantee
    • Manual outreach only
    • Real websites & traffic
    • Transparent reporting
    • Niche expertise
    • Dedicated account manager
  7. Case Studies Section

    • SaaS Startup: +350% Organic Traffic
    • E-commerce Brand: +$150K Revenue
    • Agency Services: +45 Lead Inquiries
  8. Testimonials Section

    • 3 client testimonials with 5-star ratings
    • Client names and titles
    • Real feedback about results
  9. Guest Posting Packages Section

    • Starter Package: $1,499/month (3 Guest Posts, DR 60+)
    • Professional Package: $2,999/month (6 Guest Posts, DR 70+) - Featured
    • Enterprise Package: Custom pricing (10+ Posts, DR 80+)
    • "Order Now" buttons with form integration
    • Feature comparison lists
  10. Contact Section

    • Contact form with fields:
      • Name, Email, Company, Phone
      • Package Interest dropdown
      • Message textarea
    • Contact information:
    • Smooth form integration
  11. Footer

    • Company information
    • Quick links
    • Services links
    • Contact details
    • Copyright notice

πŸ“ File Structure

/guest post agency/
β”œβ”€β”€ index.html          # Main homepage (single-page app)
β”œβ”€β”€ styles.css          # Complete styling & animations (1500+ lines)
β”œβ”€β”€ script.js           # JavaScript functionality & interactivity
β”œβ”€β”€ hero-girl.png.webp  # Hero section image
β”œβ”€β”€ .htaccess           # Server configuration for clean URLs
└── README.md           # This file

🎨 Design System

Color Palette

  • Primary: #0F172A (Dark Blue) - Text & headings
  • Accent: #3B82F6 (Bright Blue) - Buttons, links, highlights
  • Light: #60A5FA (Light Blue) - Hover states
  • Background: #F8FAFC (Light Gray) - Section backgrounds
  • Text Dark: #0F172A - Body text
  • Text Light: #64748B - Secondary text
  • Success: #10B981 (Green) - Checkmarks & positive indicators
  • Border: #E2E8F0 - Card borders

Typography

  • Font Family: Segoe UI, Tahoma, Geneva, Verdana (System fonts)
  • Headlines: 800 weight (Bold)
  • Body: 400-600 weight
  • Font Sizes: Responsive scaling from 14px (mobile) to 56px (desktop)

Spacing

  • Container: Max 1200px width
  • Sections: 80px padding (top/bottom)
  • Mobile: 20-40px padding
  • Gaps: 30px default grid gaps

πŸš€ Getting Started

Setup

  1. Create a folder for your website
  2. Add the 4 files: index.html, styles.css, script.js, and hero-girl.png.webp
  3. Open index.html in a browser

Customization

Update Company Name

Search and replace "LinkForge Media" with your company name in:

  • index.html (title, nav logo, footer)
  • All section headings and descriptions

Update Contact Information

Edit in index.html:

  • Email: shahida@linkforgemedia.com β†’ your email
  • Phone: +92 325 379 5038 β†’ your phone
  • WhatsApp link: Update the phone number

Update Pricing

Modify package prices in the Packages section:

<p class="price">$1,499</p> <!-- Change this -->
<p class="period">per month</p>

Change Colors

Edit CSS variables in styles.css:

:root {
    --accent-color: #3B82F6;      /* Change button/link colors */
    --primary-color: #0F172A;     /* Change text colors */
    --success-color: #10B981;     /* Change accent colors */
}

Update Services

Edit the Services section in index.html:

  • Change service names
  • Update descriptions
  • Modify feature lists

Update Testimonials

Replace placeholder testimonials with real client quotes in the Testimonials section.

πŸ”§ Features & Functionality

JavaScript Features

  • Smooth scroll navigation
  • Mobile hamburger menu
  • Navbar scroll effects
  • Form validation and submission
  • Active navigation highlighting
  • Intersection observer for scroll animations
  • Ripple button effects

CSS Animations

  • fadeInUp - Content entrance from bottom
  • slideDown - Badge animation
  • imageSlideIn - Hero image entrance
  • imagePulse - Hero image glow effect
  • scaleIn - Card entrance
  • slideUp - Process steps entrance
  • Hover effects on all interactive elements

πŸ“± Responsive Breakpoints

  • Desktop: 1200px+ (full layout)
  • Tablet: 768px-1199px (adjusted spacing)
  • Mobile: 480px-767px (stacked layout)
  • Small Mobile: <480px (optimized for small screens)

πŸ”’ White-Hat SEO

The website includes:

  • Semantic HTML5 structure
  • Proper heading hierarchy (h1, h2, h3)
  • Meta descriptions
  • Alt text for images
  • Internal linking
  • Mobile-friendly design
  • Fast page load optimization
  • Clean, structured code

πŸ“Š Form Integration

The contact form collects:

  • Name
  • Email
  • Company
  • Phone
  • Package Interest (dropdown)
  • Message

Note: Currently shows an alert on submission. To actually send emails, integrate with:

  • Formspree
  • Netlify Forms
  • EmailJS
  • Backend API
  • Email service provider

🎯 Conversion Optimization

  • Multiple CTAs (Book Call, View Packages, Order Now)
  • Clear pricing and packages
  • Social proof (testimonials, case studies)
  • Trust indicators (authority badges, stats)
  • Easy contact methods
  • Form with package selection

🌐 Deployment

Option 1: Shared Hosting (cPanel)

  1. Upload all files to public_html
  2. .htaccess handles clean URLs automatically
  3. Visit your domain

Option 2: Static Hosting (Netlify, Vercel, GitHub Pages)

  1. Connect your repository
  2. Deploy automatically
  3. Use free SSL certificate

Option 3: Local Server

  • Use Live Server extension in VS Code
  • Or Python: python -m http.server 8000

πŸ’‘ Customization Tips

  1. Hero Image - Replace hero-girl.png.webp with your own image
  2. Company Logo - Modify the SVG in the navbar
  3. Publication Logos - Change letters (F, E, H, B, I, T) to match your clients
  4. Testimonials - Use real client names and quotes
  5. Case Studies - Add your actual results

πŸ”— Navigation Structure

  • Home β†’ #home (Hero section)
  • Authority Proof β†’ #authority (Publications)
  • Services β†’ #services (4 Services)
  • Process β†’ #process (5-step workflow)
  • Packages β†’ #packages (Pricing)
  • Testimonials β†’ #testimonials (Client feedback)
  • Contact β†’ #contact (Contact form)

πŸ“ž Support

For customizations or questions about the website structure, refer to:

  • HTML: Clean semantic markup with proper IDs for sections
  • CSS: CSS variables for easy color/spacing changes
  • JavaScript: Well-commented functions for behavior

πŸ“„ License

Free to use and customize for your business. The code is yours to modify and deploy.

πŸŽ‰ Ready to Launch?

Your website is fully functional and ready to showcase your link building expertise. Customize the content, add your contact info, and start converting visitors into clients!


Built with: HTML5 β€’ CSS3 β€’ Vanilla JavaScript
Optimized for: High-Conversion β€’ Mobile-Friendly β€’ Fast-Loading
Perfect for: Link Building Agencies β€’ Guest Posting Services β€’ Digital PR

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages