This Cookies Notice explains how WEST EAST TRADE GROUP PTE. LTD. uses cookies and similar technologies on this site.
1) What are cookies?
Small text files stored on your device to make websites work or function more efficiently, and to provide reporting information.
2) Types we use
- Strictly necessary: security, load balancing, form submission.
- Preferences: your chosen language or region.
- Analytics (optional): to understand usage and improve the site.
3) Managing cookies
You can set or adjust your browser to refuse cookies or delete them. Some features may not work without certain cookies.
4) Changes
We may update this notice; changes will be posted with a new effective date.
5) Contact
Questions: post@wegc.fund.
Simple consent banner (optional)
Add the following snippet to your site to show a minimal consent banner:
<div id="cookieBar" style="position:fixed;left:0;right:0;bottom:0;padding:10px;background:#111;color:#fff;font-size:14px;display:none">
We use cookies for basic functionality and optional analytics.
<button onclick="localStorage.setItem('cookie_ok','1');document.getElementById('cookieBar').style.display='none'" style="margin-left:10px">OK</button>
<a href="/cookies.html" style="color:#9cf;margin-left:10px">Learn more</a>
</div>
<script> if(!localStorage.getItem('cookie_ok')){document.getElementById('cookieBar').style.display='block';} </script>