Skip to content

Latest commit

 

History

History
113 lines (87 loc) · 3.63 KB

File metadata and controls

113 lines (87 loc) · 3.63 KB

Rebranding Summary: EdgeCareer → UniPath

Overview

This document summarizes the complete rebranding from EdgeCareer to UniPath.

Changes Made

1. Brand Name Replacements

All occurrences of "EdgeCareer" and "edgecareer" have been replaced with "UniPath" and "unipath" respectively across the entire project.

2. Files Updated

Core Application Files

  • app/layout.js - Updated metadata title, author, and OpenGraph tags
  • app/page.js - Updated aria-label
  • components/header.jsx - Updated logo reference and alt text
  • components/Footer.jsx - Updated logo, brand name, and copyright
  • components/hero.jsx - Updated welcome message
  • data/faqs.js - Updated all FAQ questions and answers

Docker Configuration

  • DOCKER_SETUP.md - Updated all references to container and image names
  • docker-build.bat - Updated script comments and image names
  • docker-run.bat - Updated script comments and container names
  • docker-compose.yml - Updated container name from edgecareer-app to unipath-app

GitHub Templates

  • .github/ISSUE_TEMPLATE/create-issue-guidelines.md - Updated all references, URLs, and team name

3. New Logo Assets Created

Three new SVG logo files have been created with a modern, clean design:

Logo Design Concept

  • Icon: Graduation cap (representing "Uni" - University/Education)
  • Path: Ascending line with dots (representing "Path" - Career progression)
  • Colors: Modern gradient using purple, indigo, and pink (#6366f1, #8b5cf6, #ec4899)

Files Created

  1. unipath-logo.svg (800×200px)

    • Full logo with text and tagline
    • Used in header navigation
    • Includes "Your AI Career Journey" tagline
  2. unipath-icon.svg (100×100px)

    • Compact icon-only version
    • Used as favicon
    • Used in footer
    • Clean circular design
  3. logo.svg (400×120px)

    • Medium-sized logo
    • Alternative version for various uses

4. Docker Container Names

All Docker references updated:

  • Image name: edgecareerunipath
  • Container name: edgecareer-appunipath-app

5. URLs and Links

  • GitHub URL placeholder updated in Footer.jsx
  • OpenGraph URLs: https://edgecareer.comhttps://unipath.com
  • Twitter meta URLs updated

6. Branding Elements

  • Copyright: "EdgeCareer. Built with 💡 by Edge Career" → "UniPath. Built with 💡 by UniPath Team"
  • Tagline: "Your AI Career Journey" (consistent across all logo versions)

Logo Usage Guidelines

Header

  • Use: unipath-logo.svg
  • Size: 200×60px display size
  • Contains full branding with text

Footer

  • Use: unipath-icon.svg
  • Size: 32px height
  • Icon-only compact version

Favicon

  • Use: unipath-icon.svg
  • Modern SVG format for crisp display
  • Works in both light and dark modes

Color Palette

The new UniPath brand uses a modern gradient color scheme:

  • Primary: #6366f1 (Indigo)
  • Secondary: #8b5cf6 (Purple)
  • Accent: #a855f7 (Light Purple)
  • Highlight: #ec4899 (Pink)

Verification

✅ All "EdgeCareer" references removed ✅ All "edgecareer" references removed ✅ New logos created and integrated ✅ Docker configuration updated ✅ Meta tags and SEO updated ✅ GitHub templates updated

Next Steps (Optional)

  1. Update GitHub repository name to UniPath
  2. Update any external documentation
  3. Update domain name (if applicable)
  4. Generate PNG versions of logos for specific use cases
  5. Update social media profiles
  6. Create brand guidelines document

Rebranding completed successfully! 🎉

All instances of EdgeCareer have been replaced with UniPath, and a clean, modern logo system has been implemented.