Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
brockho committed Mar 28, 2024
1 parent 878609a commit 096bbc6
Show file tree
Hide file tree
Showing 40 changed files with 12,360 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2a527934
74 changes: 74 additions & 0 deletions assets/css/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
.arrow {
border: solid #3e3f3a;
border-width: 0 3px 3px 0;
display: inline-block;
padding: 5px;
}

.right {
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
}

.left {
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}

.button {
padding: 0px 0px;
width: 28px;
height: 28px;
cursor: pointer;
}

table, th, td {
border: 0.5px solid #eee;
border-collapse: collapse;
}

tr {
height: 40px;
}

table {
-moz-box-shadow: 0 0 1px 1px #eee;
-webkit-box-shadow: 0 0 1px 1px #eee;
box-shadow: 0 0 1px 1px #eee;
}

.dropdown {
text-align: center;
cursor: pointer;
height: 30px;
}

select {
/* for Firefox */
-moz-appearance: none;

/* for Chrome */
-webkit-appearance: none;
height: 25px;
width: 35px;
}

/* For IE10 */
select::-ms-expand {
display: none;
}

.on{
background-color: #93c54b;
}

.off{
color: #5c5962;
background-color: #ffffff;
cursor: pointer;
}

#result {
min-width: 600px;
min-height: 200px;
}
802 changes: 802 additions & 0 deletions bbob2016.html

Large diffs are not rendered by default.

793 changes: 793 additions & 0 deletions bbob2017.html

Large diffs are not rendered by default.

787 changes: 787 additions & 0 deletions bbob2018.html

Large diffs are not rendered by default.

830 changes: 830 additions & 0 deletions bbob2019.html

Large diffs are not rendered by default.

744 changes: 744 additions & 0 deletions bbob2021.html

Large diffs are not rendered by default.

761 changes: 761 additions & 0 deletions bbob2022.html

Large diffs are not rendered by default.

757 changes: 757 additions & 0 deletions bbob2023.html

Large diffs are not rendered by default.

Loading

0 comments on commit 096bbc6

Please sign in to comment.