1 |
|
---|
2 | <!DOCTYPE html>
|
---|
3 | <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
|
---|
4 | <head>
|
---|
5 | <base href="${pageContext.request.contextPath}">
|
---|
6 | <meta charset="utf-8">
|
---|
7 | <meta http-equiv="X-UA-Compatible" content="IE=edge">
|
---|
8 | <title>РЕГИСТРАЦИЈА!</title>
|
---|
9 | <meta name="description" content="">
|
---|
10 | <meta name="viewport" content="width=device-width, initial-scale=1">
|
---|
11 | <style>
|
---|
12 | @import url('https://fonts.googleapis.com/css?family=Montserrat:500');
|
---|
13 | @import url('https://fonts.googleapis.com/css2?family=Crete+Round&family=Roboto:ital,wght@0,900;1,900&display=swap');
|
---|
14 |
|
---|
15 | :root {
|
---|
16 | --shadow-color: #FF9E9E;
|
---|
17 | --shadow-color-light: white;
|
---|
18 | }
|
---|
19 |
|
---|
20 | .navbar {
|
---|
21 | max-width: 100%;
|
---|
22 | height: 100%;
|
---|
23 | background: rgba(0,0,0,0.25);
|
---|
24 | }
|
---|
25 |
|
---|
26 | header {
|
---|
27 | display: flex;
|
---|
28 | justify-content: center;
|
---|
29 | align-items: center;
|
---|
30 | padding: 30px 10%;
|
---|
31 | max-width: 100%;
|
---|
32 | height: 10%;
|
---|
33 | background-color: rgb(0, 0, 0, 0.25);
|
---|
34 | border: none;
|
---|
35 | }
|
---|
36 |
|
---|
37 | table{
|
---|
38 | color: white;
|
---|
39 | font-size: 0.3rem;
|
---|
40 | background: rgba(255,255,255,0.05);
|
---|
41 | }
|
---|
42 |
|
---|
43 | img {
|
---|
44 | width: 120px;
|
---|
45 | height: 120px;
|
---|
46 | }
|
---|
47 | html{
|
---|
48 | text-align: center;
|
---|
49 | }
|
---|
50 | body {
|
---|
51 | padding: 0;
|
---|
52 | margin: 0;
|
---|
53 | max-width: 100%;
|
---|
54 | background-image: url('../images/background2.jpg');
|
---|
55 | object-fit: cover;
|
---|
56 | height: 100vh;
|
---|
57 | background-size: cover;
|
---|
58 | background-repeat: repeat;
|
---|
59 | text-align: center;
|
---|
60 | }
|
---|
61 |
|
---|
62 |
|
---|
63 | li,
|
---|
64 | a:not(.btn) {
|
---|
65 | font-family: "Montserrat", sans-serif;
|
---|
66 | font-weight: 500;
|
---|
67 | font-size: 1.2rem;
|
---|
68 | text-decoration: none;
|
---|
69 | color: white;
|
---|
70 | padding: 10%;
|
---|
71 | list-style: none;
|
---|
72 | }
|
---|
73 |
|
---|
74 | h1{
|
---|
75 | font-family: 'Roboto', sans-serif;
|
---|
76 | font-width: 900;
|
---|
77 | font-size: 4rem;
|
---|
78 |
|
---|
79 | }
|
---|
80 |
|
---|
81 | .right {
|
---|
82 | display: flex;
|
---|
83 | align-items: center;
|
---|
84 | justify-content: center;
|
---|
85 | background-color: rgb(0, 225, 255, 0.05);
|
---|
86 | border-radius: 10%;
|
---|
87 | flex-direction: row;
|
---|
88 | margin-left: 25%;
|
---|
89 | width: 17%;
|
---|
90 | height: 2%;
|
---|
91 | }
|
---|
92 |
|
---|
93 | .right a {
|
---|
94 | margin: -5px;
|
---|
95 | }
|
---|
96 | .navbar{
|
---|
97 | max-width: 100%;
|
---|
98 | height: 100vh;
|
---|
99 | }
|
---|
100 |
|
---|
101 | .reg {
|
---|
102 | color: rgb(255, 0, 0);
|
---|
103 | }
|
---|
104 |
|
---|
105 | ul {
|
---|
106 | display: flex;
|
---|
107 | flex-direction: row;
|
---|
108 | }
|
---|
109 |
|
---|
110 |
|
---|
111 |
|
---|
112 | .reg:hover {
|
---|
113 | color: white;
|
---|
114 | }
|
---|
115 | .container-main{
|
---|
116 | display: flex;
|
---|
117 | flex-direction: column;
|
---|
118 | align-items: center;
|
---|
119 | justify-content: center;
|
---|
120 | width: 50%;
|
---|
121 | height: 100%;
|
---|
122 | font-size: 3rem;
|
---|
123 | margin: 0 0 7% 25%;
|
---|
124 | background-color: rgba(0,0,0,0.35);
|
---|
125 | }
|
---|
126 | P{
|
---|
127 | font-family: "Montserrat", sans-serif;
|
---|
128 | font-weight: 500;
|
---|
129 | font-size: 4rem;
|
---|
130 | text-decoration: none;
|
---|
131 | color: white;
|
---|
132 | width: 80%;
|
---|
133 | list-style: none;
|
---|
134 | margin-top: -2%;
|
---|
135 | margin-left: 10%;
|
---|
136 | background-color: rgba(0,0,0,0.45);
|
---|
137 | }
|
---|
138 |
|
---|
139 | .glow{
|
---|
140 | text-transform: uppercase;
|
---|
141 | height: auto;
|
---|
142 | text-align: center;
|
---|
143 | }
|
---|
144 |
|
---|
145 | .glow {
|
---|
146 | color: white;
|
---|
147 | animation: neon 3s infinite;
|
---|
148 | }
|
---|
149 |
|
---|
150 | .h1Combined{
|
---|
151 | display: flex;
|
---|
152 | flex-direction: row;
|
---|
153 | align-items: center;
|
---|
154 | justify-content: center;
|
---|
155 | max-width: 100%;
|
---|
156 | }
|
---|
157 |
|
---|
158 | @keyframes neon {
|
---|
159 | 0% {
|
---|
160 | text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
|
---|
161 | 0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
|
---|
162 | 0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);
|
---|
163 | }
|
---|
164 | 50% {
|
---|
165 | text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
|
---|
166 | 0 0 5px var(--shadow-color-light), 0 0 15px var(--shadow-color-light), 0 0 25px var(--shadow-color-light),
|
---|
167 | 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 60px var(--shadow-color), 0 0 80px var(--shadow-color), 0 0 110px var(--shadow-color), 0 0 210px var(--shadow-color);
|
---|
168 | }
|
---|
169 | 100% {
|
---|
170 | text-shadow: -1px -1px 1px var(--shadow-color-light), -1px 1px 1px var(--shadow-color-light), 1px -1px 1px var(--shadow-color-light), 1px 1px 1px var(--shadow-color-light),
|
---|
171 | 0 0 3px var(--shadow-color-light), 0 0 10px var(--shadow-color-light), 0 0 20px var(--shadow-color-light),
|
---|
172 | 0 0 30px var(--shadow-color), 0 0 40px var(--shadow-color), 0 0 50px var(--shadow-color), 0 0 70px var(--shadow-color), 0 0 100px var(--shadow-color), 0 0 200px var(--shadow-color);
|
---|
173 | }
|
---|
174 | }
|
---|
175 |
|
---|
176 | .btn{
|
---|
177 | text-shadow: -1px -1px 10px rgba(255,255,255,0.5);
|
---|
178 | border: 1px solid #b70000;
|
---|
179 | color: white;
|
---|
180 | font-size: 2rem;
|
---|
181 | border:none;
|
---|
182 | background: #af0101;
|
---|
183 | padding: 0.5rem 1.3rem;
|
---|
184 | border-radius: 10%;
|
---|
185 | cursor: pointer;
|
---|
186 | transition: 1s ease;
|
---|
187 | display:block;
|
---|
188 | box-shadow: 3px 2px 10px #d50101,
|
---|
189 | -1px -1px 1px #e60000;
|
---|
190 | font-family: 'Roboto', sans-serif;
|
---|
191 | font-weight: 500;
|
---|
192 | text-decoration: none;
|
---|
193 | transition: infinite 1s ease;
|
---|
194 | }
|
---|
195 | input{
|
---|
196 | font-size: 1.5rem;
|
---|
197 | }
|
---|
198 |
|
---|
199 | .btn:hover{
|
---|
200 | background-color: #58ACFA;
|
---|
201 | color: white;
|
---|
202 | }
|
---|
203 |
|
---|
204 | .btn2{
|
---|
205 | text-shadow: -1px -1px 10px rgba(255,255,255,0.5);
|
---|
206 | border: 1px solid #b70000;
|
---|
207 | color: white;
|
---|
208 | font-size: 1.5rem;
|
---|
209 | border:none;
|
---|
210 | background: #af0101;
|
---|
211 | padding: 0.5rem 1.3rem;
|
---|
212 | border-radius: 10%;
|
---|
213 | cursor: pointer;
|
---|
214 | transition: 1s ease;
|
---|
215 | display:block;
|
---|
216 | box-shadow: 3px 2px 10px #d50101,
|
---|
217 | -1px -1px 1px #e60000;
|
---|
218 | font-family: 'Roboto', sans-serif;
|
---|
219 | font-weight: 500;
|
---|
220 | text-decoration: none;
|
---|
221 | transition: infinite 1s ease;
|
---|
222 | }
|
---|
223 |
|
---|
224 | .btn2:hover{
|
---|
225 | background-color: #58ACFA;
|
---|
226 | color: white;
|
---|
227 | }
|
---|
228 |
|
---|
229 |
|
---|
230 | </style>
|
---|
231 | </head>
|
---|
232 |
|
---|
233 | <body>
|
---|
234 | <div class="navbar">
|
---|
235 | <!-- <header th:replace="fragments/header.html">-->
|
---|
236 | <!-- </header>-->
|
---|
237 | <main>
|
---|
238 | <div class="container-main">
|
---|
239 | <div class="h1Combined" style="margin-bottom: 5%">
|
---|
240 | <h1 style="color:white">FreeParking <h1 style="color:red">Space</h1></h1>
|
---|
241 | </div>
|
---|
242 | <div class="container" xmlns:th="http://www.w3.org/1999/xhtml" >
|
---|
243 | <h1 th:if="${hasError}" th:text="${error}"></h1>
|
---|
244 | </div>
|
---|
245 | <div>
|
---|
246 | <p>Ве молиме одберете што од следните понудени опции што би сакале да регистрирате!</p>
|
---|
247 | <div>
|
---|
248 | <a class="btn btn-lg btn-primary btn-block" href="/register-employee">Вработен</a>
|
---|
249 | <a class="btn btn-lg btn-primary btn-block" href="/register">Корисник</a>
|
---|
250 | </div>
|
---|
251 | </div>
|
---|
252 | </div>
|
---|
253 | </main>
|
---|
254 | <!--<footer th:replace="fragments/footer"/>-->
|
---|
255 | </div>
|
---|
256 | </body>
|
---|
257 | </html>
|
---|