Skip to content

Commit 2f3884a

Browse files
authored
Merge pull request #24 from BubuDavid/QR-code
QR Code Added to contact section
2 parents 190bcf2 + 95c9cb2 commit 2f3884a

3 files changed

Lines changed: 19 additions & 0 deletions

File tree

_sass/contact.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44
height: 400px;
55
}
66

7+
78
.contact-box {
89
@extend %flexbox;
910
@include flex-flow(wrap);
1011
max-width: 750px;
1112
margin: 0 auto;
1213

14+
// background: lightblue;
15+
1316
form {
1417
width: 100%
1518
}
@@ -23,10 +26,20 @@
2326
-webkit-flex: 1;
2427
flex: 1;
2528
}
29+
30+
2631
margin: 0 30px;
2732
}
2833

2934
.contact-details {
35+
float: left;
3036
font-size: .9em;
3137
}
3238
}
39+
40+
.bubu-qr img {
41+
width: 30%;
42+
float: right;
43+
display: inline;
44+
margin:10px 0;
45+
}

contact.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
</form> -->
3131

3232
<div class="contact-details">
33+
<div class="bubu-qr">
34+
<img src="/images/qr_contact.png">
35+
</div>
3336
<h3 class="editable">Dirección</h3>
3437
<address><a target="_blank" href="https://www.google.com/maps/place/{{ page.map.address | url_encode }}">{{ page.map.address | replace: ", ", ", <br>" }}</a></address>
3538

@@ -39,8 +42,11 @@ <h3 class="editable">Email</h3>
3942
<h3 class="editable">Facebook</h3>
4043
<p><a href="https://www.facebook.com/f.lab.mx/">https://www.facebook.com/f.lab.mx/</a></p>
4144
</div>
45+
4246
</div>
4347

48+
49+
4450
<script type="text/javascript">
4551
window.mapData = {{ page.map | jsonify }};
4652

images/qr_contact.png

448 KB
Loading

0 commit comments

Comments
 (0)