15 lines
1.1 KiB
Plaintext
15 lines
1.1 KiB
Plaintext
|
|
|
|
This website will be a resume portal. It will be container within a docker container. The base should be the most lightweight operating system option for what we have to accomplish. The website will have a static background. There will be a single field that collects an input from the visitor, that input being a string of characters called version. This field should only accept alphanumeric characters, as well as the dash and underscore characters.
|
|
|
|
I then want the site to take that string and append it to the following URL: https://vitea.andrewmain.cloud/andrew/
|
|
|
|
The website should then show a mobile friendly, large font message saying: “Welcome, sending you the requested document.”
|
|
|
|
There should be an animated 5 second count down timer under that text. When the timer gets to 0, do a 1 second fade out on the text and then forward the visitor to the newly created URL.
|
|
|
|
Under the timer should be the text “Please click the link to access directly: “ followed by a hyperlink to the newly created URL.
|
|
|
|
I would like to build a docker image that can be launched via docker compose.
|
|
|
|
Do you have any questions? |