alexander0042 / alexander0042.github.io

Public Website for Pirate Weather API
7 stars 1 forks source link

Email Link is Broken on Homepage #5

Closed cloneofghosts closed 1 year ago

cloneofghosts commented 1 year ago

@alexander0042 Not sure if this is the correct repo but the email link on the homepage doesn't work. Clicking the link takes to you https://pirateweather.net/mailto:api@alexanderrey.ca instead of opening your email client.

Looking at the source code the link has an extra / at the beginning of the link which is breaking things. This is what the a tag is <a href="/mailto:api@alexanderrey.ca">api@alexanderrey.ca</a>

Seems like it's also broken on the terms page.

cloneofghosts commented 1 year ago

I see that this is fixed on the APIable website but is still an issue on the old portal page. I was browsing abound the new setup and I did see that there are some issues on mobile with the About section being completely unreadable on mobile.

I also see that the pricing page makes no mention to how many calls/month you get and I'm not sure that documented/community focused need to be in the table? Unless you want to put something like GitHub/Email/Priority Email or something for that row? Maybe a column about Commercial Use would be good and have it be $2 and up only?

Also for some reason pirateweather.net is directing you to the http url for the docs site instead of https. The links on GitHub do that as well. Maybe redirect from http to https would fix that issue?