-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfooter.html
More file actions
69 lines (63 loc) · 3.17 KB
/
footer.html
File metadata and controls
69 lines (63 loc) · 3.17 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
66
67
68
69
<footer>
<!-- Footer Site's Important Links and Company Social Media Links -->
<div class="hidden-print text-center" style="margin-top:20px;">
<span style="font-size: 13px; color: Dodgerblue;">
<a target="_blank" href="mailto:ractstudio@gmail.com" title="Email"><i class="fas fa-envelope"></i></a>
</span>
<span style="font-size: 13px; color: Dodgerblue;">
<a target="_blank" href="Skype:live:ractstudio" title="Skype"><i class="fab fa-skype"></i></a>
</span>
<span style="font-size: 13px; color: Dodgerblue;">
<a target="_blank" href="https://www.linkedin.com/company/RactStudio/" title="Linkedin"><i class="fab fa-linkedin"></i></a>
</span>
<span style="font-size: 13px; color: Dodgerblue;">
<a target="_blank" href="https://www.instagram.com/RactStudio/" title="Instagram"><i class="fab fa-instagram"></i></a>
</span>
<span style="font-size: 13px; color: Dodgerblue;">
<a target="_blank" href="https://www.flickr.com/photos/155415304@N08/" title="Flickr"><i class="fab fa-flickr"></i></a>
</span>
<span style="font-size: 13px; color: Dodgerblue;">
<a target="_blank" href="https://www.facebook.com/RactStudio/" title="Facebook"><i class="fab fa-facebook-square"></i></a>
</span>
<span style="font-size: 13px; color: Dodgerblue;">
<a target="_blank" href="https://www.twitter.com/RactStudio/" title="Twitter"><i class="fab fa-twitter-square"></i></a>
</span>
<span style="font-size: 13px; color: Dodgerblue;">
<a target="_blank" href="https://www.youtube.com/channel/UCdp2CKFdvxRvEUzuiXf6a3A/" title="Youtube"><i class="fab fa-youtube-square"></i></a>
</span>
<span style="font-size: 13px; color: Dodgerblue;">
<a target="_blank" href="https://www.github.com/RactStudio/" title="Github"><i class="fab fa-github-square"></i></a>
</span>
<span style="font-size: 13px; color: Dodgerblue;">
<a target="_blank" href="https://www.pinterest.com/RactStudio/" title="Pinterest"><i class="fab fa-pinterest-square"></i></a>
</span>
<br/>
<a href="https://ractstudio.com/" target="_blank">home</a> |
<a href="https://ractstudio.com/support" target="_blank">support</a> |
<a href="https://ractstudio.com/legal" target="_blank">legal</a>
<h6 style="font-size:92%;">All rights reserved by RactStudio</h6>
</div>
</footer>
<div class="hidden-print">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-118482988-1"></script>
<script type="text/javascript">
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-118482988-1');
</script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/5ada5d9e5f7cdf4f053318e6/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script-->
</div>