Skip to content

Commit ace308c

Browse files
committed
add: static
1 parent 877b5d3 commit ace308c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+9133
-0
lines changed

static/css/styles.css

+238
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,238 @@
1+
.svg, svg {
2+
width: 100%;
3+
height: 100%;
4+
background-position: center;
5+
background-repeat: no-repeat;
6+
background-color: lightgrey;
7+
margin: 5px;
8+
}
9+
10+
.map{
11+
z-index: 1;
12+
display: none;
13+
}
14+
15+
.cardcustom{
16+
width: 80rem;
17+
border: 1px solid rgba(52,19,89,.2);
18+
border-radius: 10px;
19+
box-shadow: 0px 0px 10px rgba(52,19,89,.2);
20+
margin-bottom: 10px;
21+
}
22+
23+
.login{
24+
position: absolute;
25+
top: 50%;
26+
left: 50%;
27+
transform: translate(-50%,-50%);
28+
/* background: rgba(0,0,0,.4); */
29+
background: rgba(97,46,124,.3);
30+
border-radius: 5px;
31+
32+
display: none;
33+
z-index: 3;
34+
color: #7406A4;
35+
}
36+
37+
#main-login{
38+
position: absolute;
39+
display: none;
40+
height: 100%;
41+
width: 100%;
42+
left: 50%;
43+
top: 50%;
44+
transform: translate(-50%, -50%);
45+
/* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23EDE1F1' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23C4BAE0'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E"); */
46+
background-color: #FFFFFF;
47+
background-size: cover;
48+
z-index: 2;
49+
50+
}
51+
52+
.login h1{
53+
margin:30px 100px;
54+
padding: 0;
55+
text-align: center;
56+
font-size: 30px;
57+
text-transform: uppercase;
58+
color:#7406A4;
59+
}
60+
61+
.input-form{
62+
margin: 15px 40px;
63+
text-align: center;
64+
/* border: 1px solid #000000; */
65+
}
66+
67+
.input-form::placeholder{
68+
color: #7406A4;
69+
}
70+
71+
.input-form input{
72+
padding: 10px;
73+
width: 270px;
74+
height: 47px;
75+
color:#7406A4;
76+
font-size: 20px;
77+
background: none;
78+
outline: none;
79+
border: 1px solid #7406A4;
80+
box-sizing: border-box;
81+
border-radius: 5px;
82+
}
83+
84+
.input-form input[type="text"]:focus, .input-form input[type="password"]:focus{
85+
border:1px solid #7406A4;
86+
box-shadow: 0 0 10px #7406A4;
87+
}
88+
89+
.input-form input[type="submit"]{
90+
margin-top: 20px;
91+
color: #fff;
92+
font-weight: bold;
93+
text-transform: uppercase;
94+
border: none;
95+
background: #7406A4;
96+
transition: .3s;
97+
border-radius: 5px;
98+
}
99+
100+
.input-form input[type="submit"]:hover{
101+
background: rgb(0,19,87);
102+
cursor: pointer;
103+
}
104+
105+
.close{
106+
width: 20px;
107+
height: 30px;
108+
padding: 0px;
109+
position: absolute;
110+
left: 91%;
111+
top:0%;
112+
background: transparent;
113+
border: none;
114+
color:#7406A4;
115+
font-size: 20px;
116+
text-transform: uppercase;
117+
text-decoration: none;
118+
outline: none;
119+
}
120+
121+
.close:hover{
122+
cursor: pointer;
123+
color: #4442db;
124+
}
125+
126+
127+
.main {
128+
background-color: #FFFFFF;
129+
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23EDE1F1' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23C4BAE0'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
130+
}
131+
132+
.buttoncustom{
133+
border-radius: 5px;
134+
background: #283593;
135+
border-color:#283593;
136+
}
137+
138+
.buttoncustom:hover{
139+
cursor: pointer;
140+
background: #283593;
141+
border-color:#283593;
142+
text-shadow: 0 0 10px #283593;
143+
}
144+
145+
.buttoncustom:active{
146+
background: #3F51B5;
147+
border-color:#3F51B5;
148+
}
149+
150+
#upbutton{
151+
position: relative;
152+
left: 90%;
153+
color: #fff;
154+
background: rgb(0,19,87);
155+
outline: none;
156+
border: none;
157+
width: 70px;
158+
height: 70px;
159+
padding: 10px;
160+
border-radius: 50%;
161+
text-align:center;
162+
z-index: 4;
163+
animation: upbutton 1s infinite;
164+
font-size: 30px;
165+
}
166+
167+
#upbutton:hover{
168+
cursor: pointer;
169+
background: #283593;
170+
text-shadow: 0 0 10px #283593;
171+
}
172+
173+
#upbutton:active{
174+
background: #3F51B5;
175+
}
176+
177+
@keyframes upbutton{
178+
0%{
179+
box-shadow: 0 0 0 0px rgba(0,19,87,.4);
180+
}
181+
100%{
182+
box-shadow: 0 0 0 25px rgba(0,19,87,.4);
183+
}
184+
}
185+
186+
187+
footer{
188+
width: 100%;
189+
position: absolute;
190+
left: 50%;
191+
top:120%;
192+
transform: translateX(-50%);
193+
font-family: Helvetica;
194+
color: #000;
195+
}
196+
197+
footer h2{
198+
text-align: center;
199+
}
200+
201+
#footer-email{
202+
position: relative;
203+
top: 10%;
204+
left: 24%;
205+
}
206+
207+
#footer-phone{
208+
position: relative;
209+
top: 20%;
210+
left: 24%;
211+
}
212+
213+
.text{
214+
font-size: 14pt;
215+
}
216+
217+
.lkdata{
218+
background-color: rgba(52,19,89,.1);
219+
width: 500px;
220+
margin-left: 100px;
221+
border-radius: 10px;
222+
}
223+
224+
.buttonPetitions{
225+
left: 30%;
226+
margin-top: 5%;
227+
margin-bottom: 5%;
228+
position: relative;
229+
}
230+
231+
.createP{
232+
margin-left: 43%;
233+
}
234+
235+
.infostyles{
236+
font-weight: bold;
237+
font-size: 22px;
238+
}

static/fonts/Comfortaa/COPYRIGHT.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Copyright 2011 The Comfortaa Project Authors (https://github.com/alexeiva/comfortaa), with Reserved Font Name "Comfortaa".

static/fonts/Comfortaa/Comfortaa.ttf

226 KB
Binary file not shown.

static/fonts/Comfortaa/LICENSE.txt

+91
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
1+
This Font Software is licensed under the SIL Open Font License, Version 1.1.
2+
This license is copied below, and is also available with a FAQ at:
3+
http://scripts.sil.org/OFL
4+
5+
6+
-----------------------------------------------------------
7+
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
8+
-----------------------------------------------------------
9+
10+
PREAMBLE
11+
The goals of the Open Font License (OFL) are to stimulate worldwide
12+
development of collaborative font projects, to support the font creation
13+
efforts of academic and linguistic communities, and to provide a free and
14+
open framework in which fonts may be shared and improved in partnership
15+
with others.
16+
17+
The OFL allows the licensed fonts to be used, studied, modified and
18+
redistributed freely as long as they are not sold by themselves. The
19+
fonts, including any derivative works, can be bundled, embedded,
20+
redistributed and/or sold with any software provided that any reserved
21+
names are not used by derivative works. The fonts and derivatives,
22+
however, cannot be released under any other type of license. The
23+
requirement for fonts to remain under this license does not apply
24+
to any document created using the fonts or their derivatives.
25+
26+
DEFINITIONS
27+
"Font Software" refers to the set of files released by the Copyright
28+
Holder(s) under this license and clearly marked as such. This may
29+
include source files, build scripts and documentation.
30+
31+
"Reserved Font Name" refers to any names specified as such after the
32+
copyright statement(s).
33+
34+
"Original Version" refers to the collection of Font Software components as
35+
distributed by the Copyright Holder(s).
36+
37+
"Modified Version" refers to any derivative made by adding to, deleting,
38+
or substituting -- in part or in whole -- any of the components of the
39+
Original Version, by changing formats or by porting the Font Software to a
40+
new environment.
41+
42+
"Author" refers to any designer, engineer, programmer, technical
43+
writer or other person who contributed to the Font Software.
44+
45+
PERMISSION & CONDITIONS
46+
Permission is hereby granted, free of charge, to any person obtaining
47+
a copy of the Font Software, to use, study, copy, merge, embed, modify,
48+
redistribute, and sell modified and unmodified copies of the Font
49+
Software, subject to the following conditions:
50+
51+
1) Neither the Font Software nor any of its individual components,
52+
in Original or Modified Versions, may be sold by itself.
53+
54+
2) Original or Modified Versions of the Font Software may be bundled,
55+
redistributed and/or sold with any software, provided that each copy
56+
contains the above copyright notice and this license. These can be
57+
included either as stand-alone text files, human-readable headers or
58+
in the appropriate machine-readable metadata fields within text or
59+
binary files as long as those fields can be easily viewed by the user.
60+
61+
3) No Modified Version of the Font Software may use the Reserved Font
62+
Name(s) unless explicit written permission is granted by the corresponding
63+
Copyright Holder. This restriction only applies to the primary font name as
64+
presented to the users.
65+
66+
4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font
67+
Software shall not be used to promote, endorse or advertise any
68+
Modified Version, except to acknowledge the contribution(s) of the
69+
Copyright Holder(s) and the Author(s) or with their explicit written
70+
permission.
71+
72+
5) The Font Software, modified or unmodified, in part or in whole,
73+
must be distributed entirely under this license, and must not be
74+
distributed under any other license. The requirement for fonts to
75+
remain under this license does not apply to any document created
76+
using the Font Software.
77+
78+
TERMINATION
79+
This license becomes null and void if any of the above conditions are
80+
not met.
81+
82+
DISCLAIMER
83+
THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
84+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF
85+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
86+
OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE
87+
COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
88+
INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL
89+
DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
90+
FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM
91+
OTHER DEALINGS IN THE FONT SOFTWARE.

static/fonts/Comfortaa/README.txt

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Comfortaa is a rounded geometric sans-serif type design intended for large sizes. It is absolutely free, both for personal and commercial use.
2+
3+
If you like it please [visit my DeviantArt page](http://aajohan.deviantart.com/art/Comfortaa-font-105395949) and fav it (but obviously only if you like it.) You are also more than welcome to comment about anything you want (I'm open to critique). I obviously would love to see how my font is being used, so feel free to comment with a link to your work, or send me a message.
4+
5+
I hope you will enjoy using my font!
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Я надеюсь Вы любите Font Awesome. Если Вы находите шрифт полезным, пожалуйста, сделайте мне одолжение и посмотрите мой последний проект -
2+
Fort Awesome (https://fortawesome.com). Это позволит легко внедрить превосходные иконки в ваш проект. Выбери необходимое из комплектов иконок или скопируй и вставь свои.
3+
4+
Пожалуйста. Попробуй.
5+
6+
-Дейв Ганди (Dave Gandy)

0 commit comments

Comments
 (0)