mizzzuno commited on
Commit
c35d285
·
verified ·
1 Parent(s): 7c30752

Update templates/feedback.html

Browse files
Files changed (1) hide show
  1. templates/feedback.html +2 -98
templates/feedback.html CHANGED
@@ -9,105 +9,9 @@
9
  href="{{ url_for('static', filename='loading.css') }}"
10
  />
11
  <script src="https://cdn.tailwindcss.com"></script>
12
- <script>
13
- tailwind.config = {
14
- darkMode: "class",
15
- };
16
- </script>
17
  <script src="https://use.fontawesome.com/releases/v5.10.0/js/all.js"></script>
18
- <style>
19
- /* Main Container */
20
- body {
21
- background: linear-gradient(135deg, #2c3e50, #1f2937);
22
- display: flex;
23
- align-items: center;
24
- justify-content: center;
25
- min-height: 100vh;
26
- font-family: "Arial", sans-serif;
27
- color: #fff;
28
- }
29
-
30
- /* Main Content Wrapper */
31
- .main-content {
32
- border: 5px solid rgba(255, 255, 255, 0.2);
33
- padding: 2rem;
34
- border-radius: 1rem;
35
- width: 90%;
36
- max-width: 500px;
37
- background-color: rgba(0, 0, 0, 0.3);
38
- box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
39
- text-align: center;
40
- }
41
-
42
- /* Title */
43
- .main-title {
44
- font-size: 2.5rem;
45
- font-weight: bold;
46
- margin-bottom: 1.5rem;
47
- color: #fff;
48
- text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
49
- }
50
-
51
- /* Hamburger Menu Button */
52
- #menuButton {
53
- background-color: rgba(255, 255, 255, 0.1);
54
- border: none;
55
- border-radius: 50%;
56
- padding: 0.5rem;
57
- cursor: pointer;
58
- transition: background-color 0.2s ease;
59
- }
60
-
61
- #menuButton:hover {
62
- background-color: rgba(255, 255, 255, 0.2);
63
- }
64
-
65
- /* Hamburger Menu Styles */
66
- #menu {
67
- position: absolute;
68
- top: 0;
69
- left: 0;
70
- z-index: 10;
71
- transform: translateX(-100%);
72
- visibility: hidden;
73
- opacity: 0;
74
- background-color: rgb(31, 41, 55);
75
- transition: transform 0.3s ease-in-out, visibility 0s 0.3s,
76
- opacity 0.3s ease-in-out;
77
- backdrop-filter: blur(10px);
78
- border-right: 1px solid rgba(255, 255, 255, 0.2);
79
- }
80
-
81
- #menu.open {
82
- transform: translateX(0);
83
- visibility: visible;
84
- opacity: 1;
85
- transition: transform 0.3s ease-in-out, visibility 0s 0s,
86
- opacity 0.3s ease-in-out;
87
- }
88
-
89
- #menu button {
90
- transition: background-color 0.2s ease;
91
- background-color: rgba(0, 0, 0, 0.1);
92
- margin: 2px;
93
- border-radius: 5px;
94
- display: flex;
95
- align-items: center;
96
- justify-content: flex-start;
97
- gap: 10px;
98
- padding: 0.75rem 1rem;
99
- width: 100%;
100
- text-align: left;
101
- border: none;
102
- color: #fff;
103
- font-size: 1rem;
104
- cursor: pointer;
105
- }
106
-
107
- #menu button:hover {
108
- background-color: rgba(55, 65, 81, 0.7);
109
- }
110
- </style>
111
  </head>
112
  <body>
113
  <div class="loader" id="loader">
 
9
  href="{{ url_for('static', filename='loading.css') }}"
10
  />
11
  <script src="https://cdn.tailwindcss.com"></script>
12
+ <link rel="stylesheet" type="text/css" href="menu.css" />
13
+ <link rel="stylesheet" type="text/css" href="main.css" />
 
 
 
14
  <script src="https://use.fontawesome.com/releases/v5.10.0/js/all.js"></script>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  </head>
16
  <body>
17
  <div class="loader" id="loader">