A PHP-based web portal providing access to online courses, upskilling platforms, networking resources, and top recruiter listings with city and industry-based breakdowns.
- Top Recruiters Listing: Breakdown by city and industry with multi-select filters.
- Upskilling Resources: Short courses and certifications from top Australian universities.
- Networking Platforms: Meetup, Eventbrite, LinkedIn, and more for career growth.
- Responsive Design: Optimized for desktop and mobile with multi-select dropdown support.
- Search Filters: Instant recruiter filtering with city & industry tags.
Portal Home | Search Feature | Multi-Select Dropdown |
---|---|---|
![]() |
![]() |
![]() |
git clone https://github.com/your-username/resource-portal.git
cd resource-portal
- Place files in your local PHP server directory (e.g.,
htdocs
for XAMPP). - Start Apache/MySQL server if needed.
Open browser at:
http://localhost/resource-portal
resource-portal/
├─ index.php # Main landing page
├─ online-courses.php # Online learning platforms
├─ upskilling-platforms.php # Australian universities & microcredentials
├─ networking.php # Networking resources
├─ recruiters-city.php # Recruiters by city
├─ recruiters-industry.php # Recruiters by industry
├─ assets/
│ ├─ css/ # Stylesheets
│ ├─ js/ # JavaScript
│ └─ images/ # Screenshots & assets
├─ README.md
└─ LICENSE
- Add bookmarking for favorite recruiters & courses
- Integration with Google Maps API for recruiter office locations
- User authentication & personalized dashboards
MIT — see LICENSE for details.