Skip to content

Commit

Permalink
update website
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesZhutheThird committed Jan 6, 2025
1 parent 2083934 commit 817f591
Show file tree
Hide file tree
Showing 12 changed files with 12,231 additions and 279 deletions.
2 changes: 1 addition & 1 deletion deploy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ build:
docker build $(cur_makefile_path)\.. -f $(cur_makefile_path)\Dockerfile -t multi-benchmark --progress=plain

run:
docker run --name multi-benchmark_test -p 5000:5000 -v $(cur_makefile_path)/../data:/work/data -v $(cur_makefile_path)/../results:/work/results -d multi-benchmark
docker run --name multi-benchmark --restart always -p 5000:5000 -v $(cur_makefile_path)/..:/work/ -d etherealo/multi-benchmark
581 changes: 319 additions & 262 deletions docs/index.html

Large diffs are not rendered by default.

11,466 changes: 11,465 additions & 1 deletion docs/static/css/bulma.min.css

Large diffs are not rendered by default.

126 changes: 126 additions & 0 deletions docs/static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -297,3 +297,129 @@ body {
/* text-align: center;*/
/* !*border-radius: 10px !important;*!*/
/*}*/

.overall-class {
background-color: rgba(239, 166, 137, 0.15);
}

.education-class {
background-color: rgba(237, 205, 107, 0.15);
}

.image-class {
background-color: rgb(239, 251, 228);
}

.type-class {
background-color: rgba(117, 209, 215, 0.1);
}

#multi-table {
table-layout: auto;
width: 100%;
}

#multi-table th:not(:first-child),
#multi-table td:not(:first-child) {
width: auto;
}

#multi-table tbody td:first-child {
text-align: left !important;
}

.table-wrapper {
display: flex;
justify-content: center;
align-items: center;
overflow-x: auto;
max-width: 100vw;
}
.table-container {
justify-content: center;
align-items: center;
max-width: 90vw;
}

.clickable {
cursor: pointer;
}

.clickable:hover {
background-color: #d9d9d9;
}

.hidden {
display: none;
}


#toggleButton {
background-color: #ffffff;
border: 1px solid #dddddd;
color: #555555;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
margin: 4px 2px;
cursor: pointer;
border-radius: 25px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition-duration: 0.4s;
}

#toggleButton:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.leaderboard-label {
padding: 5px 10px;
margin-right: 10px;
border-radius: 5px;
}

th, td {
text-align: left;
padding: 8px;
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
}

th {
background-color: #f2f2f2;
border-bottom: 2px solid #ddd;
}

td:hover {
background-color: #ffffff;
}

.main-header {
background-color: #e6e6e6;
font-weight: bold;
text-align: center;
}

.sub-header {
background-color: #f2f2f2;
}

table {
border-collapse: collapse;
width: 100%;
margin-top: 5px;
border: 1px solid #ddd;
font-size: 14px;
}


.has-background-info-yellow {
background-color: #e9efcf !important
}

.has-background-info-blue {
background-color: #b7cedc !important
}
Binary file added docs/static/images/case_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/case_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/case_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/case_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/case_5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/error_types.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/images/stat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 817f591

Please sign in to comment.