Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
chelseamcg authored Nov 12, 2024
1 parent 5821dd2 commit d185690
Show file tree
Hide file tree
Showing 7 changed files with 10,902 additions and 0 deletions.
1,630 changes: 1,630 additions & 0 deletions docs/Page_1_Homepage.html

Large diffs are not rendered by default.

1,633 changes: 1,633 additions & 0 deletions docs/Page_2_Question_Bank_Use.html

Large diffs are not rendered by default.

2,699 changes: 2,699 additions & 0 deletions docs/Page_3_Quality_Dimensions.html

Large diffs are not rendered by default.

1,693 changes: 1,693 additions & 0 deletions docs/Page_4_Data_Linkage.html

Large diffs are not rendered by default.

1,595 changes: 1,595 additions & 0 deletions docs/Page_5_Accessibility.html

Large diffs are not rendered by default.

1,630 changes: 1,630 additions & 0 deletions docs/index.html

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions docs/question_bank.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
table.simpleTable {
background-color: #FFFFFF;
color: #000000;
width: 100%;
text-align: left;
border-collapse: collapse;
}

table.simpleTable td {
padding: 6px 4px;
}

table.simpleTable thead, table.simpleTable th {
border-bottom: 2px solid #000000;
font-weight: bold;
color: #000000;
height: 30px;
}

table.simpleTable tr:nth-child(even){
background: #EEEEEE;
}

0 comments on commit d185690

Please sign in to comment.