The official chapter website for the New York Eta chapter of Phi Delta Theta Fraternity, Inc., located at the Rochester Institute of Technology.
This project is a custom-built chapter website designed to represent the New York Eta chapter of Phi Delta Theta online. It serves as a hub for chapter information, recruitment, contact, and more — built in accordance with Phi Delta Theta's official Identity & Style Guidelines.
| Technology | Purpose |
|---|---|
| HTML | Page structure and content |
| CSS | Styling and layout |
| JavaScript | Interactivity and dynamic behavior |
| PHP | Contact form handling |
| Git | Version control |
PhiDeltaThetaSite/
├── assets/ # Images, logos, and brand assets
├── pages/ # Individual HTML pages
├── scripts/ # JavaScript files
├── styles/ # CSS stylesheets
├── contact.php # Contact form backend
├── .wranglerignore # Cloudflare Wrangler ignore rules
├── TODO.md # Ongoing task list
└── README.md # Project documentation
No build tools or package manager is required — this is a plain HTML/CSS/JS site.
-
Clone the repository:
git clone https://github.com/Jami-tsm/PhiDeltaThetaSite.git cd PhiDeltaThetaSite -
Open locally: Open any
.htmlfile directly in your browser, or use a local server for PHP support:php -S localhost:8000
Then visit
http://localhost:8000.
The site is deployed on Github Pages. Any pushes to the main branch will automatically trigger a new deployment.
All logos, colors, and brand materials were sourced from the official Phi Delta Theta Brand Portal and are used in compliance with the fraternity's Identity & Style Guidelines.
Note: Brand assets are the property of Phi Delta Theta Fraternity, Inc. and may not be reused outside of official chapter purposes.
This project is maintained by members of the New York Eta chapter. To contribute:
- Fork the repository
- Create a feature branch:
git checkout -b feature/your-feature - Commit your changes:
git commit -m "Add your feature" - Push to your fork and open a Pull Request
This project is intended for use by the New York Eta chapter of Phi Delta Theta Fraternity, Inc. All Phi Delta Theta brand assets are the intellectual property of Phi Delta Theta Fraternity, Inc.