add upload admins form

This commit is contained in:
tets@test.test
2022-10-24 01:18:17 +03:00
parent 46a604054c
commit 6502c6bb9f
15 changed files with 123 additions and 0 deletions

63
static/css/adminpage.css Normal file
View File

@@ -0,0 +1,63 @@
body {
margin: 0;
padding: 0;
background-color: #dcf3d0;
}
header{
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.h1header {
margin: 0;
background-color: #b5e9e9;
height: 100px;
line-height: 100px;
text-align: center;
color: #034956;
}
.uploadform{
margin: 30px;
}
.formsrow{
border: #034956;
}
input[type="file"]::file-selector-button {
background-color:#ffe1d0;
padding: 0.5em;
border: thin solid #f26722;
border-radius: 2px;
}
input[type="file"]::form-file-button:hover {
background-color: #fff1b5;
color: #034956;
border: 2px solid #034956;
}
.btn {
margin-top: 15px;
background-color: #ffe1d0;
color: #034956;
border: 2px solid #f26722;
width: 100%;
}
.btn:hover {
background-color: #fff1b5;
color: #034956;
border: 2px solid #034956;
}

60
static/css/style.css Normal file
View File

@@ -0,0 +1,60 @@
body {
margin: 0;
padding: 0;
background-color: #dcf3d0;
}
header{
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.h1header {
margin: 0;
background-color: #b5e9e9;
height: 100px;
line-height: 100px;
text-align: center;
color: #034956;
}
.row {
margin-top: 20px;
}
.col-md-4{
margin-bottom: 25px;
}
.card {
background-color: #fef6dd;
border-radius: 12px;
box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.btn {
background-color: #ffe1d0;
color: #034956;
border: 2px solid #f26722;
width: 100%;
}
.btn:hover {
background-color: #fff1b5;
color: #034956;
border: 2px solid #034956;
}
.card-img-top{
padding: 10px;
border-radius: 18px;
}
h5{
font-size: 17px;
}

BIN
static/img/1.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

BIN
static/img/2.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

BIN
static/img/3.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

BIN
static/img/4.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

BIN
static/img/6.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

BIN
static/img/7.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

BIN
static/img/8.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

BIN
static/img/9.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 295 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 585 KiB