mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
tools hero images
This commit is contained in:
parent
d6a685d47f
commit
35f20e15f5
4 changed files with 575 additions and 0 deletions
|
@ -874,6 +874,10 @@ class AnnualReport extends React.Component {
|
|||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div className="hero">
|
||||
<img className="left" src="/images/annual-report/initiatives/3.0 Left.svg" />
|
||||
<img className="right" src="/images/annual-report/initiatives/3.0 Right.svg" />
|
||||
</div>
|
||||
<div className="video-container">
|
||||
<div className="video-background abhi">
|
||||
<MediaQuery minWidth={frameless.tabletPortrait}>
|
||||
|
|
|
@ -672,6 +672,45 @@ p {
|
|||
}
|
||||
}
|
||||
|
||||
.initiatives-tools {
|
||||
.hero {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
img {
|
||||
&.left {
|
||||
@media #{$big} {
|
||||
width: 432px;
|
||||
}
|
||||
@media #{$intermediate} {
|
||||
width: 260px;
|
||||
}
|
||||
@media #{$medium} {
|
||||
width: 192px;
|
||||
}
|
||||
@media #{$small} {
|
||||
width: 132px;
|
||||
}
|
||||
}
|
||||
|
||||
&.right {
|
||||
@media #{$big} {
|
||||
width: 780px;
|
||||
}
|
||||
@media #{$intermediate} {
|
||||
width: 468px;
|
||||
}
|
||||
@media #{$medium} {
|
||||
width: 342px;
|
||||
}
|
||||
@media #{$small} {
|
||||
width: 220px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.initiatives-community {
|
||||
.hero {
|
||||
width: 100%;
|
||||
|
|
37
static/images/annual-report/initiatives/3.0 Left.svg
Normal file
37
static/images/annual-report/initiatives/3.0 Left.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 48 KiB |
495
static/images/annual-report/initiatives/3.0 Right.svg
Normal file
495
static/images/annual-report/initiatives/3.0 Right.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 154 KiB |
Loading…
Reference in a new issue