A web-based voting and appreciation letter system for institutional placement activities. Students can vote for peers, and the portal supports certificate-style appreciation outputs with branded assets.
https://aims-voting-site.netlify.app/
| Feature | Description |
|---|---|
| Voting interface | Students can submit votes through a simple web form |
| Vote processing | PHP backend handles submitted voting data |
| CSV backup | Vote records are stored for review and audit purposes |
| Appreciation assets | Includes branded certificate and recognition designs |
| Responsive pages | Usable across desktop and mobile screens |
- AIMS print brand manual
- Bridge of Trust
- Future Forward
- Lead Link
- Linkure
- NextGen Leaders
- One Voice
- Path Finder
- Pathmaker
- Pathway Forward
- TechSpire
- Together
- Tree
- Visionary Mind
placement-voting-portal/
|-- index.html
|-- vote.html
|-- submit_vote.php
|-- README.md
|-- Assets/
| |-- _AIMS of Print Brand Manual.png
| |-- background.jpg
| |-- BRIDGE OF TRUST.jpg
| |-- FUTURE FORWARD.jpg
| |-- LEAD LINK.jpg
| |-- LINKURE.jpg
| |-- NEXTGENLEADERS.jpg
| |-- ONE VOICE.jpg
| |-- PATH FINDER.jpg
| |-- PATHMAKER.jpg
| |-- PATHWAYFORWARD.jpg
| |-- TECHSPIRE.jpg
| |-- TOGETHER.jpg
| |-- TREE.jpg
| |-- VISIONARY MIND.jpg
- Web server with PHP support
- Modern browser
- Write permissions for CSV vote storage when hosted with backend processing enabled
- Clone the repository.
- Place the project in a PHP-enabled server directory.
- Open
index.htmlin the browser. - Use
vote.htmlto submit votes through the PHP handler.
The hosted Netlify version can serve the static pages, but PHP processing requires a server that supports PHP.
Created for the AIMS Institute placement appreciation workflow.