diff --git a/static/css/adminpage.css b/static/css/adminpage.css new file mode 100644 index 0000000..390100e --- /dev/null +++ b/static/css/adminpage.css @@ -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; + +} \ No newline at end of file diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..59ab0e2 --- /dev/null +++ b/static/css/style.css @@ -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; +} \ No newline at end of file diff --git a/static/img/1.jpg b/static/img/1.jpg new file mode 100644 index 0000000..89b7ffc Binary files /dev/null and b/static/img/1.jpg differ diff --git a/static/img/2.jpg b/static/img/2.jpg new file mode 100644 index 0000000..0c7186d Binary files /dev/null and b/static/img/2.jpg differ diff --git a/static/img/3.jpg b/static/img/3.jpg new file mode 100644 index 0000000..abde381 Binary files /dev/null and b/static/img/3.jpg differ diff --git a/static/img/4.jpg b/static/img/4.jpg new file mode 100644 index 0000000..89b7ffc Binary files /dev/null and b/static/img/4.jpg differ diff --git a/static/img/6.jpg b/static/img/6.jpg new file mode 100644 index 0000000..89b7ffc Binary files /dev/null and b/static/img/6.jpg differ diff --git a/static/img/7.jpg b/static/img/7.jpg new file mode 100644 index 0000000..89b7ffc Binary files /dev/null and b/static/img/7.jpg differ diff --git a/static/img/8.jpg b/static/img/8.jpg new file mode 100644 index 0000000..0c7186d Binary files /dev/null and b/static/img/8.jpg differ diff --git a/static/img/9.jpg b/static/img/9.jpg new file mode 100644 index 0000000..0c7186d Binary files /dev/null and b/static/img/9.jpg differ diff --git a/static/img/uploads/Снимок экрана от 2022-08-13 23-34-08.png b/static/img/uploads/Снимок экрана от 2022-08-13 23-34-08.png new file mode 100644 index 0000000..54d7347 Binary files /dev/null and b/static/img/uploads/Снимок экрана от 2022-08-13 23-34-08.png differ diff --git a/static/img/uploads/Снимок экрана от 2022-08-26 00-34-03.png b/static/img/uploads/Снимок экрана от 2022-08-26 00-34-03.png new file mode 100644 index 0000000..49660e3 Binary files /dev/null and b/static/img/uploads/Снимок экрана от 2022-08-26 00-34-03.png differ diff --git a/static/img/uploads/Снимок экрана от 2022-10-23 15-22-34.png b/static/img/uploads/Снимок экрана от 2022-10-23 15-22-34.png new file mode 100644 index 0000000..d76b286 Binary files /dev/null and b/static/img/uploads/Снимок экрана от 2022-10-23 15-22-34.png differ diff --git a/static/img/uploads/Снимок экрана от 2022-10-23 20-43-35.png b/static/img/uploads/Снимок экрана от 2022-10-23 20-43-35.png new file mode 100644 index 0000000..3daeb53 Binary files /dev/null and b/static/img/uploads/Снимок экрана от 2022-10-23 20-43-35.png differ diff --git a/static/stl/Снимок экрана от 2022-09-18 11-26-36.png b/static/stl/Снимок экрана от 2022-09-18 11-26-36.png new file mode 100644 index 0000000..237fcc9 Binary files /dev/null and b/static/stl/Снимок экрана от 2022-09-18 11-26-36.png differ