Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outdated/Non-existent links #10

Open
cr2007 opened this issue Apr 22, 2023 · 1 comment
Open

Outdated/Non-existent links #10

cr2007 opened this issue Apr 22, 2023 · 1 comment

Comments

@cr2007
Copy link
Member

cr2007 commented Apr 22, 2023

While working on PR #9 , I noticed that there were certain email addresses that are either not being monitored anymore, or the email address does not exist at all.

  1. The Student Centre email address is not being monitored anymore

    portal/index.html

    Lines 237 to 241 in e8d7f3c

    <!-- Student Centre -->
    <a class="card" href="mailto:[email protected]">
    <p class="card-title">Student Centre</p>
    <p class="card-text">[email protected]</p>
    </a>

Here is the Automatic Reply for the email address
image

  1. OffCampus email address does not exist in the HWU Directory at all
    The email address in line 279 does not exist at all when entered in the Outlook directory.

    portal/index.html

    Lines 279 to 283 in e8d7f3c

    <!-- Off Campus Services -->
    <a class="card" href="mailto:[email protected]">
    <p class="card-title">Off Campus Services</p>
    <p class="card-text">[email protected]</p>
    </a>

If one of you could kindly verify the same, that would be great. I might be wrong here, but if it is non-existent, these links can be removed from the page.

@humaidq
Copy link
Member

humaidq commented Aug 3, 2023

For student centre, we can put the email for [email protected] for former students, and for current students can you maybe find a link that takes you directly to Ask HWU page instead of the full portal?

For off-campus, this can be removed (someone needs to confirm). Maybe [email protected] is enough.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants