Skip to content

DamageLabs/collectorsplaybook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collectors Playbook

A premium sports cards marketplace website featuring authenticated graded cards including Pokemon, Basketball, Baseball, and Football cards.

Overview

Collectors Playbook is a static website that showcases a curated collection of premium sports cards. The site is designed to provide collectors with access to authenticated and graded cards from trusted sources.

Features

  • Premium Card Listings - Showcasing PSA and SGC graded cards
  • Responsive Design - Mobile-friendly layout for all devices
  • Font Awesome Pro Icons - Professional iconography throughout the site
  • SEO Optimized - Complete with meta tags and structured data
  • Google Analytics - Integrated tracking for visitor insights

Project Structure

collectorsplaybook/
├── index.html              # Homepage
├── all-cards.html         # Card listings page
├── contact.html           # Contact information
├── privacy-policy.html    # Privacy policy
├── terms.html             # Terms of service
├── 404.html              # Error page
├── styles.css            # Main stylesheet
├── assets/               # Font Awesome Pro assets
│   ├── css/
│   ├── js/
│   ├── webfonts/
│   └── ...
├── cp-logo-1.png         # Logo variations
├── cp-logo-2.png
├── logo.png
├── logo-smp.png
├── robots.txt            # Search engine directives
└── sitemap.xml           # Site structure for SEO

Running Locally

To run the website locally, you can use Python's built-in HTTP server:

# Python 3
python3 -m http.server 8000

# Then navigate to http://localhost:8000

Technologies Used

  • HTML5
  • CSS3
  • Font Awesome Pro 6
  • Google Analytics
  • Structured Data (JSON-LD)

SEO Features

  • Meta tags for description and keywords
  • Open Graph tags for social media sharing
  • Twitter Card tags
  • Canonical URLs
  • Structured data for rich snippets
  • Sitemap.xml for search engines

Contact

License

All rights reserved. This is a proprietary project.

About

Public Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors