initial
11
Main/static/css/styles.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.main_div {
|
||||
margin-left: 5%;
|
||||
margin-right: 5%;
|
||||
}
|
||||
.top-buffer {
|
||||
margin-bottom:15px;
|
||||
}
|
||||
.top-button {
|
||||
min-width: 100px;
|
||||
display: inline-block;
|
||||
}
|
BIN
Main/static/files/Darwin.dll
Normal file
BIN
Main/static/img/admin_block_page.png
Normal file
After Width: | Height: | Size: 141 KiB |
BIN
Main/static/img/admin_page.png
Normal file
After Width: | Height: | Size: 99 KiB |
BIN
Main/static/img/block_page.png
Normal file
After Width: | Height: | Size: 103 KiB |
1
Main/static/img/icon.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="random" class="svg-inline--fa fa-random fa-w-16" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="currentColor" d="M504.971 359.029c9.373 9.373 9.373 24.569 0 33.941l-80 79.984c-15.01 15.01-40.971 4.49-40.971-16.971V416h-58.785a12.004 12.004 0 0 1-8.773-3.812l-70.556-75.596 53.333-57.143L352 336h32v-39.981c0-21.438 25.943-31.998 40.971-16.971l80 79.981zM12 176h84l52.781 56.551 53.333-57.143-70.556-75.596A11.999 11.999 0 0 0 122.785 96H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12zm372 0v39.984c0 21.46 25.961 31.98 40.971 16.971l80-79.984c9.373-9.373 9.373-24.569 0-33.941l-80-79.981C409.943 24.021 384 34.582 384 56.019V96h-58.785a12.004 12.004 0 0 0-8.773 3.812L96 336H12c-6.627 0-12 5.373-12 12v56c0 6.627 5.373 12 12 12h110.785c3.326 0 6.503-1.381 8.773-3.812L352 176h32z"></path></svg>
|
After Width: | Height: | Size: 904 B |
BIN
Main/static/img/main_page.png
Normal file
After Width: | Height: | Size: 106 KiB |
BIN
Main/static/img/solution_page.png
Normal file
After Width: | Height: | Size: 210 KiB |
BIN
Main/static/img/solutions_page.png
Normal file
After Width: | Height: | Size: 245 KiB |
BIN
Main/static/img/task_page.png
Normal file
After Width: | Height: | Size: 244 KiB |
BIN
Main/static/img/task_settings_page_1.png
Normal file
After Width: | Height: | Size: 186 KiB |
BIN
Main/static/img/task_settings_page_2.png
Normal file
After Width: | Height: | Size: 157 KiB |
BIN
Main/static/img/test_datails.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
Main/static/img/upload_rules.png
Normal file
After Width: | Height: | Size: 448 KiB |
BIN
Main/static/img/users_settings_page.png
Normal file
After Width: | Height: | Size: 282 KiB |
12
Main/static/js/scripts.js
Normal file
@@ -0,0 +1,12 @@
|
||||
function main() {
|
||||
window.location.href = "/main"
|
||||
}
|
||||
function logout() {
|
||||
window.location.href = "/exit"
|
||||
}
|
||||
function settings() {
|
||||
window.location.href = "/settings"
|
||||
}
|
||||
function admin() {
|
||||
window.location.href = '../..'
|
||||
}
|