diff --git a/AI/darkmodetext.html b/EXPERIMENTS/AI/darkmodetext.html similarity index 100% rename from AI/darkmodetext.html rename to EXPERIMENTS/AI/darkmodetext.html diff --git a/EXPERIMENTS/AI/furry.css b/EXPERIMENTS/AI/furry.css new file mode 100644 index 0000000..3d0aa07 --- /dev/null +++ b/EXPERIMENTS/AI/furry.css @@ -0,0 +1,71 @@ +body { + font-family: Arial, sans-serif; + background-color: #222; + color: #fff; + } + + .container { + max-width: 800px; + margin: 0 auto; + padding: 20px; + background-color: #333; + border-radius: 5px; + } + + h1 { + text-align: center; + margin-bottom: 20px; + color: #fff; + } + + form { + display: flex; + flex-direction: column; + } + + .question { + margin-bottom: 20px; + } + + .question h2 { + margin-bottom: 10px; + color: #fff; + } + + .question ul { + list-style: none; + display: flex; + flex-wrap: wrap; + margin: 0; + padding: 0; + } + + .question li { + width: 50%; + } + + .question input[type="radio"] { + margin-right: 10px; + } + + .button { + display: block; + width: 150px; + margin: 20px auto; + padding: 10px; + background-color: #00bfff; + border: none; + color: #fff; + font-size: 16px; + cursor: pointer; + border-radius: 5px; + } + + .button:hover { + background-color: #00a0e9; + } + + #result { + margin: 20px 0; + text-align: center + \ No newline at end of file diff --git a/EXPERIMENTS/AI/furrytest.html b/EXPERIMENTS/AI/furrytest.html new file mode 100644 index 0000000..cfa6f01 --- /dev/null +++ b/EXPERIMENTS/AI/furrytest.html @@ -0,0 +1,111 @@ + + + + + Fursona Quiz + + + +
+

Fursona Quiz

+
+
+

What is your favorite color?

+
    +
  • + + Red +
  • +
  • + + Orange +
  • +
  • + + Yellow +
  • +
  • + + Green +
  • +
  • + + Blue +
  • +
  • + + Purple +
  • +
  • + + Pink +
  • +
  • + + Other +
  • +
+
+
+

What is your favorite animal?

+
    +
  • + + Wolf +
  • +
  • + + Fox +
  • +
  • + + Cat +
  • +
  • + + Dog +
  • +
  • + + Bunny +
  • +
    +

    What is your favorite hobby or activity?

    +
      +
    • + + Art +
    • +
    • + + Music +
    • +
    • + + Reading +
    • +
    • + + Writing +
    • +
    • + + Gaming +
    • +
    • + + Sports +
    • +
    • + + Nature +
    • +
    • + + Other +
    • +
    +
    + + + \ No newline at end of file diff --git a/AI/index.html b/EXPERIMENTS/AI/index.html similarity index 88% rename from AI/index.html rename to EXPERIMENTS/AI/index.html index 8e3b19c..d499867 100644 --- a/AI/index.html +++ b/EXPERIMENTS/AI/index.html @@ -6,6 +6,7 @@ +

    Welcome to LimePot's Website!