📸 Photo Team Hiring Hub

Complete guide for photographers and designers joining the RealEstate1 project. We need professional product images for 37 printing products!

51 Generated Pages 37 Products 4 Categories Template-Based

🚀

Ready for Production

Fully functional build system

🔥 WE'RE HIRING: Photo/Design Team

💰 PAID OPPORTUNITY: Create professional product images for printing company website

📋 Job Requirements:
🎯 What We're Looking For:
💼 Compensation & Terms:
👥 Who Can Apply:
✅ How to Apply:
  1. Review the complete product list below
  2. Check reference sites (Vistaprint, UPrinting) for style examples
  3. Submit 3-5 sample images matching our style requirements
  4. Include your rates and estimated timeline
  5. Use the submission form below or email photos@realestate1.com
🌐 Where to Find Us / Post This Job:
Freelance Platforms:
  • Upwork - Post as "Product Photography for Printing Company"
  • Fiverr - Search for "product photography" or "AI product images"
  • Freelancer.com - Good for bulk image projects
  • 99designs - Designer community, good for consistent style
  • Behance - Find portfolios, direct hire professionals
Specialized Platforms:
  • ProductionHUB - Professional photographers
  • Crew (Pexels) - Photography specialists
  • DesignCrowd - Multiple designers compete
  • Reddit - r/forhire, r/DesignJobs, r/photography
  • LinkedIn - Post in photography/design groups
💡 Pro Tip for Hiring:

For AI Artists: Look for Midjourney/DALL-E experts on Discord servers and AI art communities

For Photographers: Local photography Facebook groups often have competitive rates

For Quick Results: Post on multiple platforms simultaneously with clear examples

📝 Sample Job Post Title:

"Need 150 Product Photos for Printing Company - $[Your Budget]"

Key Points to Include:
  • Clear scope: 150 images, 37 products
  • Style reference: "Like Vistaprint/UPrinting"
  • Timeline: Flexible, priority items first
  • Budget: Per image or total project
  • Deliverables: High-res, square format
🎯 Style References & Resources
📸 Inspiration Sites:
🎨 Style Guidelines: Clean white/light gray backgrounds • Professional even lighting • Product centered with white space • Square format (1:1 ratio)All same size (1200x1200px minimum) • High-res but web-optimized • Consistent style across all products
🚨 PRODUCT-SPECIFIC REQUIREMENTS:
  • Business Cards: Show actual card layouts with text/logos, different finishes (matte, glossy, foil)
  • Banners: Show banners HANGING/DISPLAYED, not flat artwork - outdoor events, storefronts
  • Yard Signs: Signs IN REAL OUTDOOR SETTINGS with stakes in ground
  • Retractable Banners: Show ACTUAL STAND MECHANISM with banner pulled up
  • Each variant must look different: Economy vs Premium vs Deluxe clearly distinguishable

37

Product Pages

Auto-generated from JSON + CSV

4

Category Pages

Prints, Signs, Promotional, Real Estate

4

Service Pages

Design, Web, Signage, Mailing

51

Total URLs

In sitemap.xml
📁 Site Structure
realestate1/
├── build/
│   └── build.js              # Main build script
├── data/
│   ├── products.json         # 🎯 MAIN PRODUCT DATA
│   ├── categories.json       # Category definitions
│   └── csv/                  # Product variants/options
│       ├── business-cards.csv
│       ├── banners.csv
│       └── ... (37 files)
├── templates/
│   ├── product-template.html # Product page template
│   ├── category-template.html
│   └── index-template.html
├── includes/
│   ├── header.html
│   ├── footer.html
│   └── mobile-menu.html
├── content/products/    # Product descriptions
│   ├── business-cards.html
│   └── ... (HTML content)
└── generated/           # 🚀 OUTPUT DIRECTORY
    ├── index.html
    ├── products/
    │   ├── prints/
    │   ├── signs/
    │   ├── promotional/
    │   └── real-estate/
    └── sitemap.xml
⚙️ Build Process
  1. Load products.json - Main product database
  2. Merge CSV data - Product variants & options
  3. Merge HTML content - Product descriptions
  4. Generate pages - Using Handlebars templates
  5. Create sitemap - SEO optimization
🔧 To rebuild:
node build/build.js
🌐 To serve locally:
cd generated && python3 -m http.server 8000
🎯 Product System - PHOTO TEAM FOCUS AREA
Product Data Flow:

data/products.jsondata/csv/[product-id].csvcontent/products/[product-id].htmlGenerated Page

Key Fields for Photo Team:
  • product_image - Main product hero image
  • gallery.main_images - Product gallery images
  • variants[].image_url - Option-specific images
  • freepik_prompt - AI generation prompts
🚨 PHOTO REQUIREMENTS:
  • High-res: Minimum 1200x800px
  • Professional: Clean, well-lit product shots
  • Consistent: Similar lighting/background style
  • Formats: JPG/PNG, web-optimized
  • CRITICAL - File Naming: Must follow exact naming structure below
📋 REQUIRED FILE NAMING STRUCTURE:

Format: [product-id]_[variant-name].jpg

Examples:

  • business-cards_standard.jpg
  • business-cards_premium.jpg
  • business-cards_luxury.jpg
  • banners_vinyl.jpg
  • yard-signs_standard.jpg
  • retractable-banners_economy.jpg

⚠️ CRITICAL: File names must be lowercase, use dashes (not spaces), and match exactly!

📸

Images Needed

~150+ product images

Across 37 products with multiple variants each
📄 Sample Product Structure

Here's what a typical product looks like in data/products.json:

{
  "id": "business-cards",
  "name": "Business Cards",
  "category": "prints",
  "path": "products/prints/business-cards.html",
  "product_image": "https://example.com/business-card-hero.jpg",
  "short_description": "Professional business cards",
  "price": "$25.00",
  "product_details": {
    "description": "High-quality business cards...",
    "features": ["Premium cardstock", "Full-color printing"],
    "options": [
      {
        "name": "Select Option",
        "variants": [
          {
            "name": "Standard",
            "image_url": "https://example.com/bc-standard.jpg",
            "price_change": 0,
            "default": true,
            "freepik_prompt": "Professional business card design"
          },
          {
            "name": "Premium",
            "image_url": "https://example.com/bc-premium.jpg",
            "price_change": 10
          }
        ]
      }
    ]
  },
  "gallery": {
    "main_images": [
      {
        "id": "image_1",
        "src": "https://example.com/bc-gallery-1.jpg",
        "alt": "Business card front"
      }
    ]
  }
}
🚀 Getting Started as Photo Team
📋 Your Workflow:
  1. Browse reference sites (Vistaprint, UPrinting) for style inspiration
  2. Review product list in PHOTO-TEAM-REFERENCE.json
  3. Start with priority products: business cards, banners, yard signs
  4. Create/source images using AI tools or stock photos
  5. Follow naming convention to match product variants
  6. Deliver image URLs - we'll handle the technical integration
💡 Pro Tips:
  • Consistency is key - same lighting/background style
  • High-res but web-optimized - balance quality and file size
  • Check competitor sites for inspiration before creating
  • AI tools work great for printing products with proper prompts
  • Batch similar products for efficiency
  • Ask questions early - better to clarify than redo
📋 Complete Product & Service List
🖨️ PRINTS Category
Business Cards
  • Standard (matte cardstock)
  • Premium (glossy/textured)
  • Luxury (foil, embossing)
  • Economy (basic design)
Banners
  • Vinyl (outdoor, glossy)
  • Mesh (wind-resistant)
  • Fabric (indoor events)
  • Retractable (portable)
Flyers
  • Standard (basic paper)
  • Premium (heavy stock)
  • Glossy (photo finish)
Brochures
  • Bi-fold
  • Tri-fold
  • Z-fold
Posters
  • Small format (11x17, 18x24)
  • Large format (24x36, 36x48)
  • Custom sizes
Canvas Prints
  • Gallery wrap
  • Museum quality
  • Various sizes
Presentation Folders
  • Standard pocket
  • Business card slits
  • Custom die-cuts
Stickers & Decals
  • Vinyl stickers
  • Custom shapes
  • Weather resistant
🪧 SIGNS Category
Yard Signs
  • Standard (basic stakes)
  • Premium (heavy-duty)
  • Double-sided
  • Stakes Included
Retractable Banners
  • Economy (basic stand)
  • Standard (stable base)
  • Premium (heavy-duty)
  • Deluxe (advanced features)
Aluminum Signs
  • 18x24 size
  • 24x36 size
  • Custom sizes
Window Graphics
  • Perforated vinyl
  • One-way vision
  • Storefront displays
Flags
  • Feather flags
  • Rectangle flags
  • Teardrop flags
Specialty Signs
  • A-Frames
  • Channel Lettering
  • 3D Lettering
  • Light Boxes
  • Magnets
🎁 PROMOTIONAL Category
Table Cloths
  • 6ft size
  • 8ft size
  • Custom sizes
Branded Apparel
  • T-Shirts
  • Polos
  • Hoodies
  • Hats
Promotional Pens
  • Basic
  • Premium
  • Metal
  • Custom Colors
Event Items
  • Tents (various sizes)
  • Booths
  • Bags
🔧 MATERIALS Category
Corrugated Plastic
  • 4mm thickness
  • Weather resistant
  • Lightweight
Foam Board
  • Lightweight
  • Smooth surface
  • Indoor use
PVC Board
  • Durable
  • Matte finish
  • Weather resistant
Styrene & Acrylic
  • Styrene (flexible)
  • Acrylic (glass-like)
  • Premium finishes
🏠 REAL ESTATE Category
Real Estate Business Cards
  • Standard
  • Premium
  • Luxury
Real Estate Signs
  • Lawn Signs (18x24)
  • Lawn Signs (24x36)
  • Double-sided
  • Banners
  • Flags
  • A-Frames
🛠️ SERVICES
  • Graphic Design - Logo design, branding, photo editing, print layout, typography
  • Web Design - Website development, SEO, email design, digital marketing, social media
  • Mailing Services - EDDM, direct mail, postcards, newsletters, list cleaning
📊 Total Image Requirements:
37 Products with multiple variants each
~150+ Individual Images needed
Each variant must look distinctly different (Economy vs Premium vs Luxury)
Square format (1200x1200px) for all images
📥 Download Photo Requirements Template

Get the complete list of required photos in spreadsheet format:

  • ✅ All 150+ required image filenames pre-filled
  • ✅ Product descriptions and requirements
  • ✅ Columns for your image URLs
  • ✅ Priority order (start with business cards, banners, yard signs)
  • ✅ Upload template you can fill out and submit

📤 Individual Photo Upload Form

Upload photos individually with exact filename requirements:

📤 Bulk Upload & Contact Form
Accepted formats: JPG, PNG. Must be square format (1:1 ratio), 1200x1200px minimum.
⚠️ IMPORTANT - Form Submission:
This form is currently for preview only. Please use one of these methods to submit:
Use our Google Form (Recommended): 📋 Submit via Google Form
Email your images to: photos@realestate1.com
• Include links to your portfolio or image URLs

💡 The Google Form automatically saves submissions to Google Drive and allows direct file uploads!
📋 Next Steps:
1. We'll review your submission within 24-48 hours
2. If images meet requirements, we'll discuss rates and timeline
3. Payment processed upon final approval and integration
4. Ongoing opportunities for additional products
📞 Resources & Contact
📁 Key Directories:
  • templates/ - Page templates
  • data/ - JSON/CSV data
  • includes/ - Reusable components
  • generated/ - Built website
🎯 Priority Tasks:
  • Source product images
  • Update image URLs in data files
  • Test image loading
  • Optimize for web performance