diff --git a/index.html b/index.html index 8608baa1..46a82375 100644 --- a/index.html +++ b/index.html @@ -17,10 +17,10 @@ triedel@utexas.edu Brief Description of Goal of Code: -blah, blah, blah, +This app is to be used as a diagnostic code to identify whether someone is struggling with burnout or temporary stress. Known Issues: -blah, blah, blah, blah +Feeling overwhelmed, emotionally exhausted, tired after resting, decrease in motivation, irritability, recent stress, numbness towards work or school Ignore this error message if you see it using the javaScript console: Error with Permissions-Policy header: Origin trial controlled feature not enabled: 'interest-cohort'. References: @@ -29,8 +29,8 @@ --> - Hello World -] + Burnout vs Temporary Stress + @@ -38,7 +38,51 @@ @@ -64,12 +108,138 @@ left: 0vw; z-index: 1; } +/* adding image requirement*/ + img, object{ + max-height: 90%; + max-width: 90%; +} +/* learned how to add pink and blue buttons so I'll add them here */ +.pink-btn{ + background-color:#ff4da6; + color:white; +} + +.blue-btn{ + background-color:#4da6ff; + color:white; +} - - REPLACE THIS TEXT + + +
+

Are you feeling like you might have burnout but wonder if it is just temporary stress. Answer a few short questions to find out!

+ + Get Started + +

Take a calming moment

+ Cherry blossoms + + + +

The following code has been developed by students and/or researchers of the Freshman Research Initiative DIY Diagnostics Stream at The University of Texas at Austin. This code is shared for demonstration purposes and should not be considered a product -- it is for entertainment purposes only. Any user of this code does so at their own risk. Members of the DIY Stream, FRI, and The University of Texas system are not liable for anything related to this code.

+ +

THIS CODE SHOULD NOT BE USED TO DIAGNOSE ANY KIND OF MEDICAL CONDITION.

+
+ +
+ + +
+

Have you felt emotionally exhausted for more than 2 weeks?

+ Yes + No +
+
+ +
+
+

Question 2

+
+ +
+

Do you feel tired even after sleeping?

+ Yes + No +
+
+ +
+
+

Question 3

+
+ +
+

Have you lost motivation for things you usually care about?

+ Yes + No +
+
+ +
+
+

Question 4

+
+ +
+

Do you feel detached or numb towards your school or work?

+ Yes + No +
+
+ +
+
+

Question 5

+
+ +
+

Are you more irritable than usual?

+ Yes + No +
+
+ +
+
+

Question 6

+
+ +
+

Did this stress start recently (less than 2 weeks ago)?

+ Yes + No +
+
+ + +
+
+ +

Results

+
+ +
+ + + +

+ +
+
+ + + diff --git a/sakura.jpg b/sakura.jpg new file mode 100644 index 00000000..e649ab29 Binary files /dev/null and b/sakura.jpg differ