mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-15 10:15:54 -07:00
add research page
This commit is contained in:
parent
58ebe4df1a
commit
a173740ded
12 changed files with 63 additions and 1 deletions
Binary file not shown.
BIN
app/assets/images/docs/test_anxiety_and_poor_sleep_2021.pdf
Normal file
BIN
app/assets/images/docs/test_anxiety_and_poor_sleep_2021.pdf
Normal file
Binary file not shown.
BIN
app/assets/images/docs/testing_stress_and_performance.pdf
Normal file
BIN
app/assets/images/docs/testing_stress_and_performance.pdf
Normal file
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 434 KiB |
BIN
app/assets/images/research/test_anxiety_and_sleep.png
Normal file
BIN
app/assets/images/research/test_anxiety_and_sleep.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 204 KiB |
BIN
app/assets/images/research/testing_stress.png
Normal file
BIN
app/assets/images/research/testing_stress.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 90 KiB |
|
|
@ -4,3 +4,4 @@
|
|||
@import 'partials/bootstrap-overrides';
|
||||
@import 'partials/layout';
|
||||
@import 'partials/links';
|
||||
@import 'partials/downloads';
|
||||
|
|
|
|||
20
app/assets/stylesheets/partials/_downloads.scss
Normal file
20
app/assets/stylesheets/partials/_downloads.scss
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
.download-container {
|
||||
position: relative;
|
||||
|
||||
border: 1px solid #333;
|
||||
margin: 2%;
|
||||
overflow: hidden;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.download-container img {
|
||||
width: 300px;
|
||||
-moz-transition: all 0.3s;
|
||||
-webkit-transition: all 0.3s;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.download-container:hover img {
|
||||
-moz-transform: scale(1.2);
|
||||
-webkit-transform: scale(1.2);
|
||||
transform: scale(1.2);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue