-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.tpl
More file actions
executable file
·65 lines (58 loc) · 3.94 KB
/
footer.tpl
File metadata and controls
executable file
·65 lines (58 loc) · 3.94 KB
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
<div class="footer">
<div class="container">
<div>
<ul>
<li><h3>DRAINWARE</h3></li>
<li><a href="index.html#intro">Home</a></li>
<li><a href="http://update.drainware.com/dse/DseWebSetup.exe">Download</a></li>
<li><a href="#ejemplos">How it works</a></li>
</ul>
<ul>
<li><h3>ABOUT</h3></li>
<li><a href="/?page=company">What we do</a></li>
<li><a href="/?page=company#team">Who we are</a></li>
<li><a href="/?page=company#investors">Our investors</a></li>
</ul>
<ul>
<li><h3>LEARN MORE</h3></li>
<!--<li><a href="">Pricing</a></li>-->
<li><a href="https://www.youtube.com/user/DrainwareTube/videos" target="_blank">Screencasts</a></li>
<li><a href="https://drainware.uservoice.com/knowledgebase" target="_blank">Knowledge base</a></li>
<li><a href="https://drainware.uservoice.com/forums/39818-general" target="_blank">Ideas</a></li>
</ul>
<ul>
<li><h3>CONTACT</h3></li>
<li><h5>2225 E Bayshore RD
Palo Alto, CA 94303</h5></li>
<li><a href="skype://+16503197714">+1 650 319-7714</a></li>
<li><a href="#" id="uservoice_box">Support</a></li>
<li><a href="mailto: press@drainware.com">Press inquiries</a></li>
<li>
<a href="https://www.facebook.com/drainware" target="_blank"><img src="img/facebook.png" /></a>
<a href="http://www.linkedin.com/company/drainware" target="_blank"><img src="img/linkedin.png" /></a>
<a href="https://twitter.com/Drainware" target="_blank"><img src="img/twitter.png" /></a>
<a href="https://github.com/drainware" target="_blank"><img src="img/github.png" /></a>
</li>
</ul>
</div>
<p><img src="img/footer-logo.png" alt="Drainware - Security Intelligence"/></p>
<p><!--Press Releases | Legal--> © 2014 Drainware, Inc.</p>
</div><!-- conteiner -->
</div><!--footer-->
<!-- support link -->
<!-- A link to launch the Classic Widget -->
</body>
{literal}
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20509882-16']);
_gaq.push(['_setDomainName', 'drainware.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
{/literal}
</html>