-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
145 lines (145 loc) · 6.9 KB
/
index.html
File metadata and controls
145 lines (145 loc) · 6.9 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Accio Work — Free open-source tools for global trade. Import duty calculators, shipping cost estimators, HS code lookup, MOQ analysis, and sourcing guides for 2026.">
<meta name="keywords" content="import duty calculator, shipping cost estimator, HS code lookup, profit margin calculator, MOQ calculator, sourcing tools, free trade tools, 2026">
<title>Accio Work — Free Global Trade Tools 2026</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
background: #0f172a;
color: #e2e8f0;
min-height: 100vh;
}
.hero {
text-align: center;
padding: 80px 24px 48px;
background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
}
.hero h1 { font-size: 2.25rem; color: #f1f5f9; margin-bottom: 16px; }
.hero p { color: #94a3b8; font-size: 1.1rem; max-width: 640px; margin: 0 auto 32px; line-height: 1.6; }
.hero .cta {
display: inline-block;
background: linear-gradient(135deg, #3b82f6, #2563eb);
color: #fff;
padding: 14px 32px;
border-radius: 8px;
text-decoration: none;
font-weight: 600;
font-size: 1rem;
transition: transform .2s;
}
.hero .cta:hover { transform: translateY(-2px); }
.tools {
max-width: 1000px;
margin: 0 auto;
padding: 48px 24px 80px;
}
.tools h2 { text-align: center; font-size: 1.5rem; color: #f1f5f9; margin-bottom: 32px; }
.grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 20px;
}
.card {
background: #1e293b;
border: 1px solid #334155;
border-radius: 12px;
padding: 24px;
text-decoration: none;
color: inherit;
transition: border-color .2s, transform .2s;
}
.card:hover { border-color: #3b82f6; transform: translateY(-2px); }
.card h3 { font-size: 1rem; color: #f1f5f9; margin-bottom: 8px; }
.card p { font-size: 0.85rem; color: #94a3b8; line-height: 1.5; }
.card .tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 12px; }
.card .tag {
background: rgba(59,130,246,0.1);
border: 1px solid rgba(59,130,246,0.2);
color: #60a5fa;
padding: 3px 10px;
border-radius: 12px;
font-size: 0.7rem;
}
footer {
text-align: center;
padding: 32px 24px;
border-top: 1px solid #1e293b;
color: #475569;
font-size: 0.85rem;
}
footer a { color: #60a5fa; text-decoration: none; }
</style>
</head>
<body>
<div class="hero">
<h1>Accio Work — Free Global Trade Tools</h1>
<p>Open-source calculators and estimators for importers, dropshippers, and e-commerce sellers. US customs duty, shipping costs, HS codes, profit margins, and more — all with 2026 data.</p>
<a class="cta" href="https://www.accio.com/work">Start Sourcing Smarter →</a>
</div>
<div class="tools">
<h2>10 Free Tools</h2>
<div class="grid">
<a class="card" href="https://acciowork.github.io/import-duty-calculator/">
<h3>Import Duty Calculator</h3>
<p>US customs duty with Section 301 surcharges, MPF/HMF, and landed cost breakdown.</p>
<div class="tags"><span class="tag">duty</span><span class="tag">tariff</span><span class="tag">section-301</span></div>
</a>
<a class="card" href="https://acciowork.github.io/shipping-cost-estimator/">
<h3>Shipping Cost Estimator</h3>
<p>Sea LCL, Air, and Express freight rates with volumetric weight logic and port surcharges.</p>
<div class="tags"><span class="tag">freight</span><span class="tag">LCL</span><span class="tag">express</span></div>
</a>
<a class="card" href="https://acciowork.github.io/profit-margin-calculator/">
<h3>Profit Margin Calculator</h3>
<p>Gross/net margin, markup, break-even with Amazon FBA vs. Shopify vs. B2B benchmarks.</p>
<div class="tags"><span class="tag">margin</span><span class="tag">markup</span><span class="tag">fba</span></div>
</a>
<a class="card" href="https://acciowork.github.io/sourcing-cost-analyzer/">
<h3>Sourcing Cost Analyzer</h3>
<p>Total landed cost with 8+ hidden costs uncovered — FOB to doorstep breakdown.</p>
<div class="tags"><span class="tag">landed-cost</span><span class="tag">sourcing</span><span class="tag">hidden-fees</span></div>
</a>
<a class="card" href="https://acciowork.github.io/hs-code-lookup/">
<h3>HS Code Lookup & HTS Search</h3>
<p>Find correct 6-digit HS and 10-digit HTS codes for 15+ product categories.</p>
<div class="tags"><span class="tag">hs-code</span><span class="tag">hts</span><span class="tag">classification</span></div>
</a>
<a class="card" href="https://acciowork.github.io/incoterms-calculator/">
<h3>Incoterms 2020 Calculator</h3>
<p>Compare EXW, FOB, CIF, DDP — understand risk transfer and cost responsibility.</p>
<div class="tags"><span class="tag">incoterms</span><span class="tag">fob</span><span class="tag">ddp</span></div>
</a>
<a class="card" href="https://acciowork.github.io/cbm-calculator/">
<h3>CBM Calculator</h3>
<p>Cubic volume and volumetric weight for sea, air, courier — container planning ready.</p>
<div class="tags"><span class="tag">cbm</span><span class="tag">volume</span><span class="tag">container</span></div>
</a>
<a class="card" href="https://acciowork.github.io/moq-calculator/">
<h3>MOQ & Budget Calculator</h3>
<p>Break-even quantities with 2026 category benchmarks — apparel, electronics, yoga mats.</p>
<div class="tags"><span class="tag">moq</span><span class="tag">budget</span><span class="tag">break-even</span></div>
</a>
<a class="card" href="https://acciowork.github.io/uk-import-duty-calculator/">
<h3>UK Import Duty & VAT Calc</h3>
<p>UKGT duties + 20% VAT with post-Brexit 2026 rules — £135 de minimis threshold.</p>
<div class="tags"><span class="tag">ukgt</span><span class="tag">vat</span><span class="tag">brexit</span></div>
</a>
<a class="card" href="https://acciowork.github.io/china-to-uk-shipping-calculator/">
<h3>China to UK Shipping Calc</h3>
<p>Sea, Air, and Rail freight from Shenzhen/Ningbo/Shanghai to Felixstowe/Southampton.</p>
<div class="tags"><span class="tag">china-uk</span><span class="tag">rail</span><span class="tag">freight</span></div>
</a>
</div>
</div>
<footer>
<a href="https://github.com/AccioWork">github.com/AccioWork</a> ·
<a href="https://www.accio.com/work">accio.com/work</a> ·
All tools MIT licensed
</footer>
</body>
</html>