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

Create Error Pages #4

Open
3 tasks done
danielschimkat opened this issue Jan 17, 2022 · 1 comment
Open
3 tasks done

Create Error Pages #4

danielschimkat opened this issue Jan 17, 2022 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@danielschimkat
Copy link
Owner

danielschimkat commented Jan 17, 2022

  • Move the Dinogame to the different Errorpages.
  • Hide Game with MessageBox (the MessageBox should name the Error)
  • As long as there is no CV Page show the Game
@danielschimkat danielschimkat self-assigned this Jan 17, 2022
@danielschimkat danielschimkat added the enhancement New feature or request label Jan 17, 2022
@danielschimkat danielschimkat added this to To do in Personal CV Website via automation Jan 17, 2022
Personal CV Website automation moved this from To do to Done Jan 20, 2022
danielschimkat added a commit that referenced this issue Jan 20, 2022
@danielschimkat
Copy link
Owner Author

Diesen Code entfernen! Da er zu Problemen bei der Benutzung führt.

  • Space/Touch zeigt erst Wirkung, wenn das iframe durch touch oder klick aktiviert/ ausgewählt ist.
  • Durch iframe wird eine Scrollbar erzeugt. Die Eingabe von Space/Touch sorgt für einen downscroll.
<head>
   <style>
   body, html
   {
   margin: 0; padding: 0; height: 100%; overflow: hidden;
   }
    
   #content
   {
   position:absolute; left: 0; right: 0; bottom: 0; top: 0px;
   }
   </style>
</head>
<div id="content">
   <iframe height="100%" width="100%" src="/error_docs/maintenance.html"> 
   </iframe>
</div>

Ersetzen durch diesen Code:

<meta http-equiv=refresh content='0; URL=/error_docs/maintenance.html'>

Personal CV Website automation moved this from Done to In progress Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant