Skip to content

Commit ad6cda4

Browse files
committed
Merge branch 'master' of github.com:AccessibleTech/accessibletech.github.io
2 parents 63169b0 + 51bbe64 commit ad6cda4

File tree

2 files changed

+15
-13
lines changed

2 files changed

+15
-13
lines changed

_includes/page.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,27 @@ <h2>Our Solution</h2>
1313
<img class="card-img-top" src="https://cloud.githubusercontent.com/assets/624760/24081263/6735b132-0ca8-11e7-87e5-87dd1cc817b8.png" alt="Card image cap">
1414
<div class="card-block">
1515
<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>
1817
</div>
1918
</div>
2019
<div class="card card-two">
2120
<img class="card-img-top" src="https://cloud.githubusercontent.com/assets/624760/24081266/71455f10-0ca8-11e7-8888-3c04f2f70718.png" alt="Card image cap">
2221
<div class="card-block">
2322
<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>
2624
</div>
2725
</div>
2826
<div class="card card-three">
2927
<img class="card-img-top" src="https://cloud.githubusercontent.com/assets/624760/24081264/6c0d262c-0ca8-11e7-91c2-f20891feb568.png" alt="Card image cap">
3028
<div class="card-block">
3129
<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>
3431
</div>
3532
</div>
3633
</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>
3739
</div>

css/website.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ footer {
2727
line-height: 60px; /* Vertically center the text there */
2828

2929
}
30-
Footer a{
30+
footer a{
3131
color: #282b2d;
3232
font-size: 18px;
3333
}
3434

35-
Footer .footer-social{
35+
footer .footer-social{
3636
text-align: center;
3737
padding-top: 25px;
3838
padding-bottom: 25px;
3939
background-color: #eee;
4040
}
4141

42-
Footer .fa{
42+
footer .fa{
4343
font-size: 36px;
4444
margin-right: 15px;
4545
margin-left: 20px;
@@ -55,19 +55,19 @@ Footer .fa{
5555
transition:color 0.2s;
5656
}
5757

58-
Footer .fa-github:hover{
58+
footer .fa-github:hover{
5959
color:red;
6060
}
6161

62-
Footer .fa-github:focus{
62+
footer .fa-github:focus{
6363
color:red;
6464
}
6565

66-
Footer .fa-twitter:hover{
66+
footer .fa-twitter:hover{
6767
color: #00aced;
6868

6969
}
7070

71-
Footer .fa-twitter:focus{
71+
footer .fa-twitter:focus{
7272
color:#00aced;
7373
}

0 commit comments

Comments
 (0)