-
Notifications
You must be signed in to change notification settings - Fork 0
/
OtherSample.html
88 lines (88 loc) · 5.69 KB
/
OtherSample.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width-device-width,initial-scale=1.0">
<title>Other Sample</title>
<link rel="stylesheet" href="lib/fontawesome/css/all.css">
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body>
<header>
<div id="pageheading">
Other Sample Apps
</div>
<nav>
<i class="fas fa-home" style="color: #3e516e;"></i> <a href="index.html">Home</a>
<i class="fas fa-file" style="color: #3e516e;"></i> <a href="resume.html">Resume</a>
<i class="fab fa-uncharted" style="color: #3e516e;"></i> <a href="WebAppSample.html">Wep App</a>
<i class="fas fa-plug" style="color: #3e516e;"></i> <a href="OtherSample.html">E-commerce Plugin</a>
</nav>
</header>
<main>
<section class="onecontainer">
<h2>Sofortig: Australia Dropship<br><img src="Images/Optimized/Icons/Dropshipzone_AUS.png" width="165" height="78" alt="Dropshipzone"></h2>
<aside>
Sync your Dropshipzone account with Sofortig. Powered by Australia's leading B2B2C marketplace.
<ul class="fa-ul">
<li><span class="fa-li"><i class="far fa-check-circle" style="color: #48d22d;"></i></span>Import products to your Shopify store</li>
<li><span class="fa-li"><i class="far fa-check-circle" style="color: #48d22d;"></i></span>Sync product images and descriptions directly from Dropshipzone</li>
<li><span class="fa-li"><i class="far fa-check-circle" style="color: #48d22d;"></i></span>Filter Products by free shipping and international delivery</li>
<li><span class="fa-li"><i class="far fa-check-circle" style="color: #48d22d;"></i></span>Place and manage all your Dropshipzone orders directly through Sofortig</li>
</ul>
</aside>
<figure>
<a href="https://apps.shopify.com/newaim_app"><img src="Images/Optimized/dropshipping.png" width="630" height="345" alt="Dropshipzone"></a>
<figcaption>Profit making Dropshipzone with good turnover</figcaption>
</figure>
</section>
<section class="onecontainer">
<h2>Ced Commerce Integration<br><img src="Images/Optimized/Icons/CEDCOM.png" width="165" height="78" alt="CedCommerce"></h2>
<aside>
The Trust and the belief our product earns from you is the biggest investment for us..
<ul class="fa-ul">
<li><span class="fa-li"><i class="fas fa-boxes" style="color: #df8f41;"></i></span>BIGCOMMERCE</li>
<li><span class="fa-li"><i class="fas fa-boxes" style="color: #df8f41;"></i></span>BigCommerce Amazon Connector by CedCommerce</li>
<li><span class="fa-li"><i class="fas fa-boxes" style="color: #df8f41;"></i></span>Facebook & Instagram shopping</li>
<li><span class="fa-li"><i class="fas fa-boxes" style="color: #df8f41;"></i></span>HUBSPOT</li>
<li><span class="fa-li"><i class="fas fa-boxes" style="color: #df8f41;"></i></span>MAGENATIVE APP</li>
</ul>
</aside>
<figure>
<a href="https://docs.cedcommerce.com/"><img src="Images/Optimized/cedcommerce.png" width="630" height="345" alt="CedCommerce"></a>
<figcaption>Best ever Integration plugin for shopify customers</figcaption>
</figure>
</section>
<section class="onecontainer">
<h2>Dropshipping.ced integration<br><img src="Images/Optimized/Icons/DPS-relist.png" width="165" height="78" alt="Dropship-relist"></h2>
<aside>
Shopify Aliexpress Dropshipping
Automate your Shopify store and keep your Dropshipping Business Thriving on AliExpress
<ul class="fa-ul">
<li><span class="fa-li"><i class="fab fa-shopify" style="color: #51ded8;"></i></span>Products from ALiExpress to Store</li>
<li><span class="fa-li"><i class="fab fa-shopify" style="color: #51ded8;"></i></span>Automate Order fulfillment Experience on-time delivery</li>
<li><span class="fa-li"><i class="fab fa-shopify" style="color: #51ded8;"></i></span>Real-time syncing of products and orders</li>
</ul>
</aside>
<figure>
<a href="https://dropshipping.cedcommerce.com/shopify-aliexpress-dropshipping/"><img src="Images/Optimized/dropship.png" width="630" height="345" alt="Dropship AliExpress"></a>
<figcaption>Shopify AliExpress best integration</figcaption>
</figure>
</section>
</main>
<footer>
<address>
Hiren Software<br>
27, Cottage Street,<br>
Truro<br>
782-774-9014<br>
cs.hriengajjar@gmail.com
</address>
<div class="socials">
<a href="https://www.facebook.com/cs.hirengajjar"><i class="fab fa-facebook fa-2x" style="color: #19b81c;"></i></a>
<a href="https://twitter.com/home"><i class="fab fa-twitter fa-2x" style="color: #1da1f2;"></i></a>
<a href="https://www.instagram.com/hiren_gajjar/"><i class="fab fa-instagram fa-2x" style="color: #da3e5c;"></i></a>
</div>
</footer>
</body>
</html>