From 1df1a06b9bbc2481ea10be5687d00ca6b6a58af2 Mon Sep 17 00:00:00 2001 From: TheOldGuy Date: Tue, 3 Sep 2024 03:17:57 +0000 Subject: [PATCH] Initial Prompt --- GPT-4o-Prompt.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 GPT-4o-Prompt.txt diff --git a/GPT-4o-Prompt.txt b/GPT-4o-Prompt.txt new file mode 100644 index 0000000..3ef3921 --- /dev/null +++ b/GPT-4o-Prompt.txt @@ -0,0 +1,15 @@ + + +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? \ No newline at end of file