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
|
<footer class="mt-2" style="background-image:url(../assets/images/footer_bg.jpg);"> <div class="footerWrapper"> <div class="row"> <div class="col-lg-4"> <div class=" d-flex align-items-end mb-2"> <a href="index.php" class="footerLogo logoImg mr-2"><img src="../assets/images/logo.png" class="img-fluid"></a>
</div> <div class="footerMedia"> <a href="https://www.facebook.com/INNO3DGlobal" traget="_blank" class="whiteFont"><i class="fab fa-facebook"></i> </a> <a href="https://www.instagram.com/inno3d_global" class="whiteFont"><i class="fab fa-instagram"></i> </a>
<a href="https://twitter.com/Inno3DHK" class="whiteFont"><i class="fab fa-twitter"></i> </a> <a href="https://twitter.com/Inno3DHK" class="whiteFont"><i class="fab fa-youtube"></i></i> </a> </div> <div class="footerSubscribe mt-4 mb-4"> <p class="grayFont">Subscribe to Our Newsletter</p> <div class="input-group"> <input type="text" class="form-control" placeholder="Enter your Email" aria-label="Enter your Email" aria-describedby="basic-addon2"> <div class="input-group-append"> <button class="btn btn-secondary" type="button">Subscribe</button> </div> </div> </div> </div> <div class="col-lg-2 mb-4 pl-4"> <p class="blod whiteFont fontUppercase">NEWS</p> <a href="news_list.php" class="d-block ">INNO3D News</a>
</div> <div class="col-lg-2 mobileBorderTop mb-4 pl-4"> <p class="blod whiteFont fontUppercase">PRODUCTS</p> <a href="product_list.php" class="d-block ">INNO3D Graphics</a>
<a href="product_list.php" class="d-block ">INNO3D Memory</a> <a href="product_list.php" class="d-block ">INNO3D Crypto Mining</a> <a href="product_list.php" class="d-block ">INNO3D Printer</a> </div> <div class="col-lg-2 mobileBorderTop mb-4 pl-4"> <p class="blod whiteFont fontUppercase">DOWNLOAD & SUPPORT</p> <a href="ds_aura_sync_software.php" class="d-block ">AURA Sync Software</a>
<a href="ds_driver.php" class="d-block ">Drives</a> <a href="ds_support_form.php" class="d-block ">Support Form</a> <a href="redemption.php" class="d-block ">Redemption</a> <a href="where_to_buy.php" class="d-block ">Where To Buy</a> <a href="ds_tuneit_octility.php" class="d-block ">Tuneit Oc Utility</a> </div> <div class="col-lg-2 mobileBorderTop mb-4 pl-4"> <p class="blod whiteFont fontUppercase">ABOUT US</p> <a href="about.php" class="d-block ">About </a> <a href="privacy.php" class="d-block ">Privacy </a> <a href="contact.php" class="d-block ">Contact Us </a> <!-- <a href="privacy.php" class="d-block whiteFont">Privacy policy</a> <a href="term.php" class="d-block whiteFont">Terms & conditions </a> -->
</div>
</div> <div class="lang"><a href="#">CHINA</a> / <a href="#">简体中文JAPAN</a> / <a href="#">日本語KOREA</a> / <a href="#">한국어RUSSIA</a> / <a href="#">РусскийTAIWAN</a> / <a href="#">正體中文</a></div> </div> </footer>
<div class="ci text-center whiteFont grayFont">© Copyrights © All Rights Reserved by INNO3D.</div>
<a href="javascript:void(0);" class="scrollToTop" title="To Top"><i class="fas fa-arrow-up"></i></a> <script type="text/javascript" src="../assets/js/custom.js?<?= rand(1,10000)/7; ?>"></script> <!-- custom JS -->
|