diff --git a/assets/app.scss b/assets/app.scss index 21224ec..cfc3e91 100644 --- a/assets/app.scss +++ b/assets/app.scss @@ -89,12 +89,5 @@ a:hover { -webkit-box-orient: vertical; } -// XX-Large devices (larger desktops, 1400px and up) -@media (min-width: 1400px) { - p, a { - font-size: 1.2rem; - } -} - @import "bootstrap/scss/utilities/api"; @import "bootstrap/scss/bootstrap"; \ No newline at end of file diff --git a/config.toml b/config.toml index 822abf5..c272d9c 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = 'https://tutors-in-action.org/tia/' +baseURL = 'https://tutors-in-action.org/' languageCode = 'en-my' title = 'Tutors In Action Malaysia (TIA)' disableKinds = ["taxonomy", "term"] diff --git a/data/guideline.json b/data/guideline.json index f1b2d97..53b0e67 100644 --- a/data/guideline.json +++ b/data/guideline.json @@ -1,7 +1,7 @@ [ { "department": "Executive Director", - "icon": "/tia/guideline/guideline-icons/executive-director.svg", + "icon": "guideline/guideline-icons/executive-director.svg", "mission": [ "Oversee the organisation's overall strategic direction.", "Ensure the achievement of TIA's mission.", @@ -18,7 +18,7 @@ }, { "department": "Secretarial Department", - "icon": "/tia/guideline/guideline-icons/secretarial-department.svg", + "icon": "guideline/guideline-icons/secretarial-department.svg", "mission": [ "To contribute to the success of TIA by providing reliable and efficient administrative support." ], @@ -31,7 +31,7 @@ }, { "department": "Treasury Department", - "icon": "/tia/guideline/guideline-icons/treasury-department.svg", + "icon": "guideline/guideline-icons/treasury-department.svg", "mission": [ "To manage the financial resources of TIA, supporting TIA to achieve its mission and goals over the long term." ], @@ -45,7 +45,7 @@ }, { "department": "Public Relations Department", - "icon": "/tia/guideline/guideline-icons/public-relations-department.svg", + "icon": "guideline/guideline-icons/public-relations-department.svg", "mission": [ "To promote and maintain a positive public image.", "To attract more volunteers and participation using social media as a medium of communication.", @@ -61,7 +61,7 @@ }, { "department": "Outreach Department", - "icon": "/tia/guideline/guideline-icons/outreach-department.svg", + "icon": "guideline/guideline-icons/outreach-department.svg", "mission": [ "To maintain and expand our reach to the general public, external organisations and like-minded bodies by establishing connections and enhancing our online presence.", "To elevate our organisation to a professional standard." @@ -76,7 +76,7 @@ }, { "department": "Welfare-Operations Department", - "icon": "/tia/guideline/guideline-icons/welfare-operations-department.svg", + "icon": "guideline/guideline-icons/welfare-operations-department.svg", "mission": [ "To liaise between tutors and tutees regarding communicating issues.", "To keep track of tutors’ and tutees’ progress each week." @@ -91,7 +91,7 @@ }, { "department": "Tech Department", - "icon": "/tia/guideline/guideline-icons/tech-department.svg", + "icon": "guideline/guideline-icons/tech-department.svg", "mission": [ "To provide an automation alternative solution.", "Develop, maintain and execute technologies and its task." @@ -105,7 +105,7 @@ }, { "department": "Resource Department", - "icon": "/tia/guideline/guideline-icons/resource-department.svg", + "icon": "guideline/guideline-icons/resource-department.svg", "mission": [ "To compile various resources (notes, exercises, worksheets, state papers, YouTube video links, etc.) to assist tutors in preparing for their tutoring sessions." ], diff --git a/layouts/page/join-us.html b/layouts/page/join-us.html index cff9794..31b140f 100644 --- a/layouts/page/join-us.html +++ b/layouts/page/join-us.html @@ -54,257 +54,5 @@

- -
-
-

- Complaint Form. -

-
-

- This complaint form (“this form”) serves as an official platform for tutors and/or tutees registered under - Tutors In Action Malaysia (TIA) via the Tutor Registration Form and/or Tutee Registration Form to raise any - problems faced whilst providing and/or receiving tutoring lessons under TIA. -

-
-
-
-
-
- - -
-
- - -
-
-
-
- - -
-
- -
-
- -
-
- - -
-
- - -
-
-
-
-
-
- - -
-
- -

Please provide us with the tutee whom you are lodging this complaint against. Kindly do not list - all the tutees you teach.

- -
-
- -
-
- -

Please provide us with the tutor whom you are lodging this complaint against.

- -
-
- -
-
-
- -

Please state the subject you teach the tutee you are lodging - this complaint against. Kindly do not list all the subjects you teach.

-

Please state the subject taught by your tutor you are lodging - this complaint against or the subject of the lesson you share with your fellow tutee whom you - are lodging this complaint against. Kindly do not list all the subjects you have tutoring - lessons under TIA.

- -
-
-
- -

Max. 1000 characters

- -
-
-
- -
-
- - -
-
- - -
-
-
-
-
- -
- - -
-
-

By submitting this complaint form, you acknowledge that you have read and consented to the - following:

-
    -
  • Upon reviewing your complaint, we will contact you via e-mail or a messaging platform (e.g. - Telegram, Whatsapp or Instagram) within 5 working days. In the event you do not receive a response - from us about your issue, you are strongly encouraged to immediately reach out to us. -
  • -
  • TIA will conduct due diligence in verifying all facts, within reason, to determine whether there is - a triable case of if this complaint was untruthful. -
  • -
  • TIA reserves the right to act as a third party mediator to resolve the conflict between yourself and - the person(s) whom you are lodging this complaint against. As such, TIA has the right to commence - resolution proceedings and a final interview stage wherein all parties involved and representatives - of TIA will be in attendance. -
  • -
  • If TIA finds that this complaint has been made untruthfully, you will be blacklisted from being a - tutor and/or tutee under TIA. -
  • -
  • The data provided in this form is subjected to our Privacy Policy.
  • -
-
- - -
-
-
-
- {{ partial "footer.html" }} {{- end -}} \ No newline at end of file