devstaff-crete / devstaff.gr

devstaff.gr official website code
http://devstaff.gr
ISC License
9 stars 7 forks source link

Add link to /form #132

Closed mzampetakis closed 2 years ago

mzampetakis commented 2 years ago

Page will redirect to https://bit.ly/3pOHYRl

daknob commented 2 years ago

This is /form.html though.. :)

mzampetakis commented 2 years ago

This will probably work as https://devstaff.gr/sponsors currently works too (somehow).

daknob commented 2 years ago

Interesting!

I would propose a minimum viable HTML, no need for much, and there's also no need to wait 3 seconds:

<!DOCTYPE html>
<html>
    <head>
      <meta charset="utf-8">
      <meta http-equiv="refresh" content="0; URL=https://bit.ly/3pOHYRl" />
   </head>
   <body>
     <p>If you are not redirected, click <a href="https://bit.ly/3pOHYRl">here</a> to go to the Feedback form.</p>
   </body>
</html>
daknob commented 2 years ago

Also, could we make it e.g. /feedback as /form could be the Topic Proposal Form or the Raffle Participation Form, ... ?

mzampetakis commented 2 years ago

It 's a single form for feedback and Topic Proposal . We currently (on-site meetups) do not use an online form for the Raffle Participation.

daknob commented 2 years ago

Well, it's always better to not reserve such a broad term. But up to you.

mzampetakis commented 2 years ago

So, removed the 3" delay and renamed page to feedback.html.