File tree Expand file tree Collapse file tree 5 files changed +28
-19
lines changed Expand file tree Collapse file tree 5 files changed +28
-19
lines changed Original file line number Diff line number Diff line change 9
9
{% include photo.html url="/img/features/iot.jpg" %}
10
10
11
11
< section class ="feature-block block grey-bg slash-shadow slash-top ">
12
- < div class ="block-inner grid ">
12
+ < div class ="block-inner block-inner-right grid ">
13
+ < div class ="col-1-2 ">
14
+ < img src ="/img/illustrations/{{ page.block1-illustration }} " alt ="">
15
+ </ div >
13
16
< div class ="col-1-2 ">
14
17
< h2 > {{ page.block1-title }}</ h2 >
15
18
< p class ="delta "> {{ page.block1-summary-lrg }}</ p >
16
19
< p class ="epsilon "> {{ page.block1-summary }}</ p >
17
20
</ div >
18
- < div class ="col-1-2 ">
19
- < img src ="/img/illustrations/{{ page.block1-illustration }} " alt ="">
20
- </ div >
21
21
</ div >
22
22
</ section >
23
23
@@ -37,16 +37,16 @@ <h2>{{ page.block2-title }}</h2>
37
37
{% include photo.html url="/img/features/hackday.jpg" %}
38
38
39
39
< section id ="awards " class ="feature-block block block-light slash-shadow slash-top pink-bg ">
40
- < div class ="block-inner grid ">
40
+ < div class ="block-inner block-inner-right grid ">
41
+ < div class ="col-1-2 ">
42
+ < img src ="/img/illustrations/{{ page.block3-illustration }} " alt ="">
43
+ </ div >
41
44
< div class ="col-1-2 ">
42
45
< h2 > {{ page.block3-title }}</ h2 >
43
46
< p class ="delta "> {{ page.block3-summary-lrg }}</ p >
44
47
< p class ="epsilon "> {{ page.block3-summary }}</ p >
45
48
<!-- <a class="btn btn-block btn-med btn-white btn-play">Team Hacking</a> -->
46
49
</ div >
47
- < div class ="col-1-2 ">
48
- < img src ="/img/illustrations/{{ page.block3-illustration }} " alt ="">
49
- </ div >
50
50
</ div >
51
51
</ section >
52
52
Original file line number Diff line number Diff line change @@ -39,14 +39,14 @@ <h3>{{ page.expertise-one-title }}</h3>
39
39
</ div >
40
40
</ div >
41
41
< div class ="feature-block block block-light blue-dark5-bg ">
42
- < div class ="block-inner grid ">
42
+ < div class ="block-inner block-inner-right grid ">
43
+ < div class ="col-1-2 ">
44
+ < img src ="/img/illustrations/{{ page.expertise-two-illustration }} " alt ="">
45
+ </ div >
43
46
< div class ="col-1-2 text-right ">
44
47
< h3 > {{ page.expertise-two-title }}</ h3 >
45
48
< p > {{ page.expertise-two-summary }}</ p >
46
49
</ div >
47
- < div class ="col-1-2 ">
48
- < img src ="/img/illustrations/{{ page.expertise-two-illustration }} " alt ="">
49
- </ div >
50
50
</ div >
51
51
</ div >
52
52
< div class ="feature-block block block-light ">
Original file line number Diff line number Diff line change 96
96
bottom : auto ;
97
97
}
98
98
}
99
+
100
+ @media screen and ( min-width : $medium ) {
101
+ .block-inner-right {
102
+ direction : rtl ;
103
+
104
+ * {
105
+ direction : ltr ;
106
+ }
107
+ }
108
+ }
Original file line number Diff line number Diff line change 16
16
17
17
[class *= ' col-' ] {
18
18
vertical-align : middle ;
19
+
20
+ @media screen and ( max-width : $medium ) {
21
+ width : 100% ;
22
+ display : block ;
23
+ }
19
24
}
20
25
21
26
img {
22
27
margin : 10px 15% ;
23
28
width : 70% ;
24
29
25
30
@media screen and ( max-width : $medium ) {
26
- margin : 20px 25% ;
27
- width : 50% ;
31
+ margin : 0 0 40px ;
28
32
}
29
33
}
30
34
Original file line number Diff line number Diff line change 1
1
.expertise-block {
2
2
padding-bottom : 0 ;
3
3
4
- .feature-block :last-of-type {
5
- padding-top : 60px ;
6
- padding-bottom : 60px ;
7
- }
8
-
9
4
.intro-block {
10
5
padding-bottom : 60px ;
11
6
border-bottom : 3px solid rgba (black , 0.1 );
You can’t perform that action at this time.
0 commit comments