File tree Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change @@ -13,25 +13,27 @@ <h2>Our Solution</h2>
13
13
< img class ="card-img-top " src ="https://cloud.githubusercontent.com/assets/624760/24081263/6735b132-0ca8-11e7-87e5-87dd1cc817b8.png " alt ="Card image cap ">
14
14
< div class ="card-block ">
15
15
< h4 class ="card-title "> Fixed locations</ h4 >
16
- < p class ="card-text "> This is a longer card with supporting text below as a
17
- natural lead-in to additional content. This content is a little bit longer.</ p >
16
+ < p class ="card-text "> These locations do not change and will become familiar.</ p >
18
17
</ div >
19
18
</ div >
20
19
< div class ="card card-two ">
21
20
< img class ="card-img-top " src ="https://cloud.githubusercontent.com/assets/624760/24081266/71455f10-0ca8-11e7-8888-3c04f2f70718.png " alt ="Card image cap ">
22
21
< div class ="card-block ">
23
22
< h4 class ="card-title "> Busy locations</ h4 >
24
- < p class ="card-text "> This is a wider card with supporting text below as a
25
- natural lead-in to additional content. This card has even longer content than the first to show that equal height action.</ p >
23
+ < p class ="card-text "> Some locations are more error prone with more people rushing around and carrying items.</ p >
26
24
</ div >
27
25
</ div >
28
26
< div class ="card card-three ">
29
27
< img class ="card-img-top " src ="https://cloud.githubusercontent.com/assets/624760/24081264/6c0d262c-0ca8-11e7-91c2-f20891feb568.png " alt ="Card image cap ">
30
28
< div class ="card-block ">
31
29
< h4 class ="card-title "> Temporary location</ h4 >
32
- < p class ="card-text "> This card has supporting text below as a natural
33
- lead-in to additional content.</ p >
30
+ < p class ="card-text "> Workers on a ladder, deliveries and the A sign to highlight hazards are high risk and change from hour to hour. Notifying people as they approach these popup locations is easy and highly beneficial.</ p >
34
31
</ div >
35
32
</ div >
36
33
</ div >
34
+
35
+ < br >
36
+ < div class ="embed-responsive embed-responsive-16by9 ">
37
+ < iframe class ="embed-responsive-item " src ="//www.youtube.com/embed/vNcO5KnRAKY?rel=0 " allowfullscreen > </ iframe >
38
+ </ div >
37
39
</ div >
Original file line number Diff line number Diff line change @@ -27,19 +27,19 @@ footer {
27
27
line-height : 60px ; /* Vertically center the text there */
28
28
29
29
}
30
- Footer a {
30
+ footer a {
31
31
color : # 282b2d ;
32
32
font-size : 18px ;
33
33
}
34
34
35
- Footer .footer-social {
35
+ footer .footer-social {
36
36
text-align : center;
37
37
padding-top : 25px ;
38
38
padding-bottom : 25px ;
39
39
background-color : # eee ;
40
40
}
41
41
42
- Footer .fa {
42
+ footer .fa {
43
43
font-size : 36px ;
44
44
margin-right : 15px ;
45
45
margin-left : 20px ;
@@ -55,19 +55,19 @@ Footer .fa{
55
55
transition : color 0.2s ;
56
56
}
57
57
58
- Footer .fa-github : hover {
58
+ footer .fa-github : hover {
59
59
color : red;
60
60
}
61
61
62
- Footer .fa-github : focus {
62
+ footer .fa-github : focus {
63
63
color : red;
64
64
}
65
65
66
- Footer .fa-twitter : hover {
66
+ footer .fa-twitter : hover {
67
67
color : # 00aced ;
68
68
69
69
}
70
70
71
- Footer .fa-twitter : focus {
71
+ footer .fa-twitter : focus {
72
72
color : # 00aced ;
73
73
}
You can’t perform that action at this time.
0 commit comments