├── favicon.ico ├── img ├── dublin.jpg ├── profiler.png ├── linkedin-logo.png ├── projects │ ├── Slack.png │ ├── jobbie1.png │ ├── mydeliverypal.png │ └── vistoryscreen1.png └── techlogos │ ├── java.png │ ├── android.png │ ├── firebase.png │ └── androidstudio.png ├── readme.md ├── css └── styles.css └── index.html /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chippd/modern/HEAD/favicon.ico -------------------------------------------------------------------------------- /img/dublin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chippd/modern/HEAD/img/dublin.jpg -------------------------------------------------------------------------------- /img/profiler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chippd/modern/HEAD/img/profiler.png -------------------------------------------------------------------------------- /img/linkedin-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chippd/modern/HEAD/img/linkedin-logo.png -------------------------------------------------------------------------------- /img/projects/Slack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chippd/modern/HEAD/img/projects/Slack.png -------------------------------------------------------------------------------- /img/techlogos/java.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chippd/modern/HEAD/img/techlogos/java.png -------------------------------------------------------------------------------- /img/projects/jobbie1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chippd/modern/HEAD/img/projects/jobbie1.png -------------------------------------------------------------------------------- /img/techlogos/android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chippd/modern/HEAD/img/techlogos/android.png -------------------------------------------------------------------------------- /img/techlogos/firebase.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chippd/modern/HEAD/img/techlogos/firebase.png -------------------------------------------------------------------------------- /img/projects/mydeliverypal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chippd/modern/HEAD/img/projects/mydeliverypal.png -------------------------------------------------------------------------------- /img/projects/vistoryscreen1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chippd/modern/HEAD/img/projects/vistoryscreen1.png -------------------------------------------------------------------------------- /img/techlogos/androidstudio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Chippd/modern/HEAD/img/techlogos/androidstudio.png -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- 1 |
61 | A simple web app built to quickly find jobs in Ireland. Users enter the search term and desired county, and are offered job listings from 3 of the most popular job sites in Ireland
66 | 67 |
71 |
72 |
73 |
74 |