-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathfooter.html
92 lines (92 loc) · 2.69 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<footer class="footer">
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 col-sm-3">
<img
id="footer-logo"
src="img/footer_logo.png"
srcset="img/footer_logox2.png 2x"
/>
<p>
Voiceful is a product of <strong>Voctro Labs</strong><br />
<strong>
info @ voctrolabs . com<br />
+34 931 587 637<br />
C/ Pujades 74-80 08005<br />
Barcelona<br />
</strong>
</p>
<p><a data-toggle="modal" href="#legal-modal">LEGAL NOTICE</a></p>
<p><a data-toggle="modal" href="#privacy-modal">PRIVACY</a></p>
</div>
<div id="social" class="col-xs-12 col-sm-3">
<h5>FOLLOW US ON</h5>
<a href="https://www.facebook.com/VoctroLabs/" target="_blank">
<img src="img/facebook.png" />
</a>
<a href="https://twitter.com/VoctroLabs" target="_blank">
<img src="img/twitter.png" />
</a>
<a href="https://www.youtube.com/user/voctrolabs" target="_blank">
<img src="img/youtube.png" />
</a>
</div>
<div
id="footer-menu"
class="col-xs-12 col-sm-2 col-xs-offset-4"
>
<h5>MENU</h5>
<ul>
<li>
<h6><a href="solutions.html">SOLUTIONS</a></h6>
</li>
<ul>
<li>
<h6><a href="solutions.html#singing">SINGING</a></h6>
</li>
<li>
<h6><a href="solutions.html#speech">SPEECH</a></h6>
</li>
<li>
<h6><a href="solutions.html#audio-music">AUDIO / MUSIC</a></h6>
</li>
</ul>
<li>
<h6><a>PRODUCTS</a></h6>
</li>
<ul>
<li>
<h6><a href="cloud-api.html">CLOUD API</a></h6>
</li>
<li>
<h6><a href="sdk.html">SDK</a></h6>
</li>
</ul>
<li>
<h6><a href="who-uses-it.html">WHO USES IT</a></h6>
</li>
<li>
<h6><a href="about-us.html#title">ABOUT US</a></h6>
</li>
<ul>
<li>
<h6><a href="about-us.html#title">COMPANY</a></h6>
</li>
<li>
<h6><a href="about-us.html#careers">CAREERS</a></h6>
</li>
<li>
<h6><a href="technologies.html">TECHNOLOGIES</a></h6>
</li>
</ul>
<li>
<h6><a href="#contact">CONTACT</a></h6>
</li>
<li>
<h6><a href="demos.html">DEMOS</a></h6>
</li>
</ul>
</div>
</div>
</div>
</footer>