Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
paciorek committed Aug 24, 2024
1 parent 0c68ba0 commit 264928c
Show file tree
Hide file tree
Showing 46 changed files with 18,918 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nojekyll
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1d8f8a54
Binary file added assets/stat_bear.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 43 additions & 0 deletions assets/styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
.label {
border-radius: 9px;
padding: 5px;
color: white;
}

.label-Activity { background-color: #4767FF}
.label-Event { background-color: #7A77B9}
.label-Lab { background-color: #C82DC6}
.label-Problem_Set { background-color: #E62100}
.label-Quiz { background-color: green}


th {
width: 10%;
}

td:first-of-type {
width: 60%;
}

td:last-of-type {
width: 30%;
}

table {
border: 2px solid;
}

button > a {
color: white;
text-decoration: none;
}

button {
border: none;
}

.border {
color:#069;
font-weight: bold;
}

Loading

0 comments on commit 264928c

Please sign in to comment.