Skip to content

Official website of Pixel Phantoms โ€” a student-driven tech community providing skill-based learning modules, mentorship, events, leaderboards, and project opportunities. Built using HTML, CSS, and JavaScript. Open for contributions!

License

Notifications You must be signed in to change notification settings

Preetham404/Pixel_Phantoms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

858 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Pixel Phantoms โ€“ Official Website ๐Ÿ‘ป

Banner

Contributions Welcome MIT License Open Source

A beginner-friendly, responsive, open-source platform for learning and collaboration

๐Ÿ“‹ Table of Contents


๐ŸŽฏ Project Overview

The Pixel Phantoms Official Website serves as the central digital hub for the Pixel Phantoms student-driven tech community. This platform not only showcases community initiatives but also functions as a real-world, beginner-friendly open-source codebase for hands-on learning.

Key Features:

  • ๐Ÿ“ข Showcases the Pixel Phantoms community and its activities
  • ๐Ÿ“… Highlights events, workshops, achievements, and member projects
  • ๐Ÿ‘ฅ Presents the core committee and recruitment details
  • ๐ŸŽ“ Encourages learning, collaboration, and open-source contributions
  • ๐ŸŒ Fully responsive design for all devices

Note: Open to students, beginners, and open-source contributors worldwide!


๐ŸŒŸ Why This Project Matters

  • ๐ŸŽฏ Beginner-Friendly Environment โ€“ Perfect for first-time open-source contributors
  • ๐Ÿ’ป Hands-On Learning โ€“ Practical experience with modern frontend development
  • ๐Ÿค Collaborative Workflows โ€“ Learn Git, issues, PRs, and code reviews
  • ๐Ÿ—๏ธ Real-World Structure โ€“ Industry-standard project organization
  • ๐ŸŽจ UI/UX Development โ€“ Opportunities to enhance design and responsiveness skills

๐Ÿ›  Tech Stack

Core Technologies:

HTML5 CSS3

JavaScript

Optional Add-ons:

  • Bootstrap โ€“ Responsive framework
  • AOS Animations โ€“ Scroll animations
  • jQuery โ€“ Simplified JavaScript
  • API Integrations โ€“ External data fetching

๐Ÿ“ฆ Installation & Local Setup

Prerequisites

  • ๐ŸŒ Modern web browser (Chrome, Firefox, Safari, or Edge)
  • ๐Ÿ™ Git โ€“ Required for cloning the repository
  • โš™๏ธ Node.js (v16+) and npm โ€“ For development tooling
  • ๐Ÿ’ก VS Code with Live Server extension (Recommended)

Step-by-Step Setup

  1. Clone the Repository
    git clone https://github.com/sayeeg-11/Pixel_Phantoms.git
    cd Pixel_Phantoms
  2. Install Dependencies (Recommended for contributors)
    npm install

Run the Website Locally

โœ… Option 1: Live Server (Recommended)

Open project in VS Code

Right-click index.html

Select "Open with Live Server"

Access at http://127.0.0.1:5500/

โš ๏ธ Option 2: Direct Browser Access

Open index.html directly in browser

Note: Some JavaScript features may not work due to CORS


๐Ÿ”ง Code Formatting & Linting

This project uses automated tools to maintain code quality: Available Commands:

# Formatting

npm run format          # Format all files
npm run format:check    # Check formatting without changes

# Linting
npm run lint           # Check for linting issues
npm run lint:fix       # Fix linting issues automatically

Pre-commit Hooks:

๐Ÿ›ก๏ธ Husky and lint-staged automatically run checks before commits

๐Ÿ”’ Commits are blocked if formatting/linting checks fail

โœ… Ensures consistent code quality across all contributions


๐Ÿค How to Contribute

We welcome all contributions โ€“ design updates, animations, UI fixes, new pages, and more!

Contribution Workflow:

Before Starting:

Create an Issue describing your proposed change

Wait for admin to assign the issue to you

Discuss implementation details if needed

Development Steps:

# 1. Fork the repository
# 2. Clone your fork
git clone https://github.com/your-username/pixel-phantoms-website.git

# 3. Create feature branch
git checkout -b feature-name

# 4. Make changes and commit
git commit -m "Add: short feature description"

# 5. Push to your fork
git push origin feature-name

Submit Pull Request:

Open a Pull Request from your branch

Reference the related issue

Wait for review and feedback

๐Ÿ‘‰ Detailed guidelines: CONTRIBUTING.md


๐Ÿ“ Project Structure

Click to view the project structure

pixel-phantoms-website/
โ”‚
โ”œโ”€โ”€ index.html
โ”œโ”€โ”€ about.html
โ”œโ”€โ”€ contact.html
โ”œโ”€โ”€ team.html
โ”œโ”€โ”€ events.html
โ”œโ”€โ”€ CODE_OF_CONDUCT.md
โ”œโ”€โ”€ CONTRIBUTING.md
โ”œโ”€โ”€ LICENSE
โ”œโ”€โ”€ README.md
โ”‚
โ”œโ”€โ”€ assets/
โ”‚   โ”œโ”€โ”€ demo.png
โ”‚   โ”œโ”€โ”€ host-event.jpg
โ”‚   โ””โ”€โ”€ logo.png
โ”‚
โ”œโ”€โ”€ css/
โ”‚   โ”œโ”€โ”€ style.css
โ”‚   โ”œโ”€โ”€ home-gsap.css
โ”‚   โ”œโ”€โ”€ back-to-top.css
โ”‚   โ”œโ”€โ”€ community.css
โ”‚   โ”œโ”€โ”€ contact.css
โ”‚   โ”œโ”€โ”€ contributors.css
โ”‚   โ”œโ”€โ”€ events.css
โ”‚   โ”œโ”€โ”€ gallery.css
โ”‚   โ”œโ”€โ”€ help.css
โ”‚   โ”œโ”€โ”€ join-us.css
โ”‚   โ”œโ”€โ”€ privacy.css
โ”‚   โ”œโ”€โ”€ projects.css
โ”‚   โ””โ”€โ”€ terms.css
โ”‚
โ”œโ”€โ”€ data/
โ”‚   โ””โ”€โ”€ events.json
โ”‚
โ”œโ”€โ”€ js/
โ”‚   โ”œโ”€โ”€ back-to-top.js
โ”‚   โ”œโ”€โ”€ community.js
โ”‚   โ”œโ”€โ”€ contact.js
โ”‚   โ”œโ”€โ”€ contributors.js
โ”‚   โ”œโ”€โ”€ events.js
โ”‚   โ”œโ”€โ”€ footer.js
โ”‚   โ”œโ”€โ”€ gallery.js
โ”‚   โ”œโ”€โ”€ help.js
โ”‚   โ”œโ”€โ”€ home-gsap.js
โ”‚   โ”œโ”€โ”€ home-leaderboard.js
โ”‚   โ”œโ”€โ”€ join-us.js
โ”‚   โ”œโ”€โ”€ main.js
โ”‚   โ”œโ”€โ”€ navbar.js
โ”‚   โ”œโ”€โ”€ privacy.js
โ”‚   โ”œโ”€โ”€ projects.js
โ”‚   โ”œโ”€โ”€ scripts.js
โ”‚   โ”œโ”€โ”€ terms.js
โ”‚   โ””โ”€โ”€ theme.js
โ”‚
โ””โ”€โ”€ pages/
    โ”œโ”€โ”€ community.html
    โ”œโ”€โ”€ contributors.html
    โ”œโ”€โ”€ gallery.html
    โ”œโ”€โ”€ help.html
    โ”œโ”€โ”€ join-us.html
    โ”œโ”€โ”€ privacy.html
    โ”œโ”€โ”€ projects.html
    โ””โ”€โ”€ terms.html

๐ŸŽจ Screenshot / Demo

Click to view screenshots of the Pixel Phantoms website


๐Ÿ  Home Page

Pixel Phantoms Home Page

๐Ÿชช Logo

Pixel Phantoms Logo

๐Ÿ–ผ๏ธ Additional Images

Additional Image 1 Additional Image 2 Additional Image 3

Additional Image 4 Additional Image 5 Additional Image 6


๐Ÿ—บ๏ธ Project Roadmap

โœ… Completed ๐Ÿšง In Progress ๐Ÿ”ฎ Coming Soon
Basic UI setup Events Page Dark / Light mode
Home, About, Contact pages Projects showcase Blog section
Core committee section Mobile responsiveness improvements Student portfolio integration
Navbar & footer components

๐Ÿ“ Issues

Found a bug? Have an idea? ๐Ÿ‘‰ Open an Issue with the correct labels.


๐Ÿ“Œ License

This project is licensed under the MIT License. See the full license in the LICENSE file.


๐Ÿง‘โ€๐Ÿ’ป Core Committee

Click to view the committee for the batch 2024-25

  • Director: Prathamesh Wamane
  • President: Krishna Shimpi
  • Vice President: Pratik Thorat
  • Technical Head: Harsh Pawar
  • Treasurer: Ayush Patil
  • Event Head: Laxmi Shingne
  • Project Manager: Krushna Gite
  • Recruitment Head: Pallavi Thote
  • Web Development Lead: Pushkar Thakare
  • Design Head: Shruti Gaikwad
  • Embedded System Lead: Diksha Rakibe
  • Social Media & Branding Head: Rushabh Pekhale
  • Media & Publicity Head: Sarvesh Aher
  • Mentors: Sayee Gosavi, Mohit Jagtap

๐Ÿ”ฅ Contributors

Thanks to all the amazing contributors who make this project better every day! ๐Ÿ’–

๐Ÿ‘‰ See the full contribution graph


๐Ÿ“ซ Contact

Admin:
Sayee Gosavi

Letโ€™s build something amazing together! ๐Ÿš€๐Ÿ‘ป

About

Official website of Pixel Phantoms โ€” a student-driven tech community providing skill-based learning modules, mentorship, events, leaderboards, and project opportunities. Built using HTML, CSS, and JavaScript. Open for contributions!

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 39.1%
  • JavaScript 36.8%
  • HTML 24.1%