-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathfooter.html
18 lines (18 loc) · 936 Bytes
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<div class="section grey footer-section" id="page-nav-Customers">
<div class="w-container">
<div class="w-row">
<div class="w-col w-col-6 left-footer-column">
<p class="footer-text">PHP-VCR</p>
</div>
<div class="w-col w-col-6 right-footer-col">
<div class="w-hidden-small w-hidden-tiny footer-text">Contact:</div>
<a class="w-clearfix w-inline-block social-icon first" href="mailto:[email protected]?subject=php-vcr">
<img class="social" src="/img/35ec5a20-6309-494a-9d48-0e463a4d6214_14-social-email.png" width="30px" alt="35ec5a20-6309-494a-9d48-0e463a4d6214_14-social-email.png">
</a>
<a class="w-inline-block social-icon" href="https://github.com/php-vcr/php-vcr" target="_blank">
<img class="social" src="/img/github-6-512.png" width="30" alt="github-6-512.png">
</a>
</div>
</div>
</div>
</div>