File size: 19,528 Bytes
ec337f2 d15d2af ec337f2 d15d2af ec337f2 d15d2af ec337f2 d15d2af ec337f2 d15d2af ec337f2 d15d2af ec337f2 d15d2af ec337f2 d15d2af ec337f2 d15d2af ec337f2 d15d2af ec337f2 d15d2af ec337f2 d15d2af ec337f2 d15d2af ec337f2 d15d2af ec337f2 d15d2af ec337f2 |
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 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Polloland-PRC Import Export Bank</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
header {
background-color: #d92332;
color: white;
padding: 10px 0;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
header img {
height: 50px;
margin-right: 10px;
}
nav {
background-color: #333;
overflow: hidden;
}
nav a {
float: left;
display: block;
color: white;
text-align: center;
padding: 14px 20px;
text-decoration: none;
}
nav a:hover {
background-color: #ddd;
color: black;
}
.container {
padding: 20px;
padding-bottom: 60px; /* Add padding to prevent footer overlap */
}
.section {
background-color: white;
margin: 20px 0;
padding: 20px;
border-radius: 5px;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 10px 0;
position: fixed;
width: 100%;
bottom: 0;
}
.manager-message {
background-color: #f4f4f4;
padding: 20px;
border-radius: 5px;
margin-bottom: 20px;
}
.manager-message h3 {
color: #d92332;
}
.manager-message p {
font-size: 16px;
line-height: 1.6;
}
.notice {
background-color: #ffcccc;
padding: 20px;
border-radius: 5px;
margin-bottom: 20px;
border: 1px solid #ff6666;
}
.notice h3 {
color: #cc0000;
}
.notice p {
font-size: 16px;
line-height: 1.6;
}
.update {
background-color: #ccffcc;
padding: 20px;
border-radius: 5px;
margin-bottom: 20px;
border: 1px solid #66cc66;
}
.update h3 {
color: #006600;
}
.update p {
font-size: 16px;
line-height: 1.6;
}
.currency-converter {
background-color: #e6f7ff;
padding: 20px;
border-radius: 5px;
margin-bottom: 20px;
border: 1px solid #66ccff;
}
.currency-converter h3 {
color: #0066cc;
}
.currency-converter label {
display: block;
margin-bottom: 5px;
}
.currency-converter input, .currency-converter select {
width: 100%;
padding: 10px;
margin-bottom: 10px;
border: 1px solid #ccc;
border-radius: 4px;
}
.currency-converter button {
background-color: #0066cc;
color: white;
padding: 10px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
}
.currency-converter button:hover {
background-color: #004080;
}
.stock-graph {
background-color: #fff;
padding: 20px;
border-radius: 5px;
margin-bottom: 20px;
border: 1px solid #ccc;
}
.stock-graph h3 {
color: #333;
}
.subpage {
display: none;
}
.active {
display: block;
}
.special-condition {
background-color: #fffacd;
padding: 20px;
border-radius: 5px;
margin-bottom: 20px;
border: 1px solid #e6d700;
}
.special-condition h3 {
color: #8b8000;
}
</style>
</head>
<body>
<header>
<img src="https://upload.wikimedia.org/wikipedia/commons/f/fa/Flag_of_the_People%27s_Republic_of_China.svg" alt="Chinese Flag">
<h1>Polloland-PRC Import Export Bank</h1>
</header>
<nav>
<a href="#" onclick="showPage('home')">Home</a>
<a href="#" onclick="showPage('news')">News</a>
<a href="#" onclick="showPage('services')">Services</a>
<a href="#" onclick="showPage('investor-relations')">Investor Relations</a>
<a href="#" onclick="showPage('manager')">Manager's Message</a>
<a href="#" onclick="showPage('financial-tools')">Financial Tools</a>
</nav>
<div class="container">
<!-- Home Page -->
<div id="home" class="subpage active">
<div class="update">
<h3>May 22, 2025 Update: Recovery Announcement</h3>
<p>The Egg Bank of Pollo de Autismo Union has successfully recovered all funds. Under the new government, interest rates and other Open Market Operations will now be managed by The Egg Bank of the Pollo de Autismo Union. This transition marks a new era of financial stability for our region.</p>
<p>We appreciate your patience during this transition period and look forward to serving you under this new financial framework.</p>
</div>
<div class="notice">
<h3>October 31, 2024 Important Notice</h3>
<p>Polloland has defaulted on its debt. Please be advised that all transactions involving Lucky Chicken (LC) currency may be subject to additional scrutiny and potential delays. We are working closely with relevant authorities to mitigate the impact on our clients. <a href="https://www.youtube.com/watch?v=zQC-Q120SeM" target="_blank">Statement to Investors</a></p>
<p>Don't be a chicken when it comes to your investments. Stay informed and keep your eggs in the right basket!</p>
</div>
<div class="section">
<h2>Welcome to Polloland-PRC Import Export Bank</h2>
<p>Your trusted partner in international trade between Polloland and the People's Republic of China. Despite recent challenges, we remain committed to providing excellent financial services to our clients.</p>
<p>Explore our website to learn about our services, check the latest news, and use our financial tools.</p>
</div>
</div>
<!-- News Page -->
<div id="news" class="subpage">
<div class="section">
<h2>News</h2>
<p>Stay updated with the latest news and announcements from Polloland-PRC Import Export Bank.</p>
<h3>May 22, 2025</h3>
<p>The Egg Bank of Pollo de Autismo Union announces full recovery of funds and new monetary policy framework.</p>
<h3>April 15, 2025</h3>
<p>Interim measures implemented to stabilize Lucky Chicken (LC) currency during transition period.</p>
<h3>March 1, 2025</h3>
<p>Polloland-PRC Bank announces restructuring plan following October default.</p>
<h3>October 31, 2024</h3>
<p>Polloland defaults on sovereign debt, triggering financial restructuring.</p>
<h3>Older News</h3>
<ul>
<li><a href="#">New Trade Financing Options Announced</a></li>
<li><a href="#">Polloland-PRC Bank Supports New Export Initiatives</a></li>
<li><a href="#">Bank Launches Digital Trade Platform</a></li>
</ul>
<p>Don't let your finances get scrambled. Stay informed with our latest updates!</p>
</div>
</div>
<!-- Services Page -->
<div id="services" class="subpage">
<div class="section">
<h2>Services</h2>
<p>Explore the services offered by Polloland-PRC Import Export Bank to support your international trade needs.</p>
<ul>
<li><strong>Trade Financing:</strong> Flexible financing solutions to support your import and export activities, denominated in Lucky Chicken (LC).</li>
<li><strong>Letters of Credit:</strong> Secure and reliable payment mechanisms for international trade, denominated in Lucky Chicken (LC).</li>
<li><strong>Export Credit Insurance:</strong> Protect your business from non-payment risks, denominated in Lucky Chicken (LC).</li>
<li><strong>Currency Exchange:</strong> Competitive rates for foreign currency transactions, including Lucky Chicken (LC).</li>
<li><strong>New Government Financial Services:</strong> Under the Egg Bank of Pollo de Autismo Union, we now offer additional monetary policy instruments.</li>
</ul>
<p>Don't be a chicken when it comes to your investments. Stay informed and keep your eggs in the right basket!</p>
</div>
</div>
<!-- Investor Relations Page -->
<div id="investor-relations" class="subpage">
<div class="section">
<h2>Investor Relations</h2>
<h3>May 22, 2025 Update</h3>
<p>The Egg Bank of Pollo de Autismo Union has assumed control of all monetary operations, including interest rate policy and open market operations. We are pleased to announce that all investor funds have been recovered and will be honored according to the new financial framework.</p>
<div class="special-condition">
<h3>Special Condition for Mr. Roy</h3>
<p>We are pleased to inform Mr. Roy that his shares will be returned under one special condition:</p>
<p>Mr. Roy must email <strong>[email protected]</strong> with a picture of a <strong>gigantic chicken</strong> (minimum 6 feet tall or exceptionally impressive plumage).</p>
<p>Upon verification of the chicken's size and majesty, his shares will be reinstated within 5-7 business days.</p>
<p>Note: Photoshopped chickens will not be accepted. The chicken must be real and sufficiently impressive to satisfy our poultry evaluation committee.</p>
</div>
<h3>October 31, 2024 Notice</h3>
<p>In light of recent developments, we regret to inform our investors that Mr. Roy's shares have been temporarily confiscated due to the default of Polloland Bank. For further details, please refer to our <a href="https://www.youtube.com/watch?v=zQC-Q120SeM" target="_blank">Statement to Investors</a>.</p>
<p>Our bank is located at: 123 Chicken Coop Lane, Henville, Eggland.</p>
<p>Investor relations contact: <strong>[email protected]</strong></p>
<p>Don't be a chicken when it comes to your investments. Stay informed and keep your eggs in the right basket!</p>
</div>
</div>
<!-- Manager's Message Page -->
<div id="manager" class="subpage">
<div class="manager-message">
<h3>Message from the Manager</h3>
<p>May 22, 2025</p>
<p>Dear Valued Clients and Partners,</p>
<p>I am pleased to announce that under the new governance of The Egg Bank of Pollo de Autismo Union, we have successfully recovered all funds and stabilized our financial operations. This marks a new chapter for our institution and for the financial system of our region.</p>
<p>While the October 31, 2024 default was a challenging period, we have emerged stronger and more resilient. The new monetary policy framework implemented by The Egg Bank provides a solid foundation for future growth and stability.</p>
<p>We remain committed to providing you with the best financial solutions to support your international trade activities. Our bank continues to be dedicated to fostering economic growth and strengthening trade relations between Polloland and the People's Republic of China.</p>
<p>Thank you for your continued trust and partnership during these transformative times.</p>
<p>Sincerely,<br>Julian Herrera<br>Manager, Polloland-PRC Import Export Bank</p>
<p>Remember, even the best laid plans can go awry, but we're here to help you hatch a new strategy!</p>
</div>
</div>
<!-- Financial Tools Page -->
<div id="financial-tools" class="subpage">
<div class="currency-converter">
<h3>Currency Converter</h3>
<p>1 Yuan = 1688 Lucky Chicken (LC)</p>
<form>
<label for="amount">Amount:</label>
<input type="number" id="amount" name="amount" required>
<label for="fromCurrency">From:</label>
<select id="fromCurrency" name="fromCurrency">
<option value="LC">Lucky Chicken (LC)</option>
<option value="Yuan">Yuan</option>
</select>
<label for="toCurrency">To:</label>
<select id="toCurrency" name="toCurrency">
<option value="Yuan">Yuan</option>
<option value="LC">Lucky Chicken (LC)</option>
</select>
<button type="button" onclick="convertCurrency()">Convert</button>
<p id="result"></p>
</form>
<p>Don't let your finances get scrambled. Use our converter to keep your currency in check!</p>
</div>
<div class="stock-graph">
<h3>Polloland (001688.SZ and OTCMKTS:CLUCK) - October 2024 to May 2025</h3>
<canvas id="stockChart" width="400" height="200"></canvas>
<p>Our stock experienced significant volatility following the October 31, 2024 default but has stabilized under the new Egg Bank administration. While we're not egg-specting miracles overnight, the future looks brighter!</p>
</div>
</div>
</div>
<footer>
<p>© 2024-2025 Polloland-PRC Import Export Bank. All rights reserved. Now operating under The Egg Bank of Pollo de Autismo Union.</p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
<script>
function showPage(pageId) {
// Hide all subpages
const subpages = document.querySelectorAll('.subpage');
subpages.forEach(subpage => {
subpage.classList.remove('active');
});
// Show the selected subpage
document.getElementById(pageId).classList.add('active');
// Redraw charts when financial tools page is shown
if (pageId === 'financial-tools') {
drawStockChart();
}
}
function convertCurrency() {
const amount = parseFloat(document.getElementById('amount').value);
const fromCurrency = document.getElementById('fromCurrency').value;
const toCurrency = document.getElementById('toCurrency').value;
let result;
if (fromCurrency === 'LC' && toCurrency === 'Yuan') {
result = amount / 1688;
} else if (fromCurrency === 'Yuan' && toCurrency === 'LC') {
result = amount * 1688;
} else {
result = amount;
}
document.getElementById('result').innerText = `${amount} ${fromCurrency} = ${result.toFixed(2)} ${toCurrency}`;
}
function drawStockChart() {
const ctx = document.getElementById('stockChart').getContext('2d');
// Stock data from October 2024 to May 2025 with dramatic drop and partial recovery
const stockData = [
100, 98, 95, 92, 90, 85, 80, 75, 70, 65, 60, 55, 50, 45, 40, 35, 30, 25, 20, 15, 10, 8, 5, 3, 2, 1.5, 1.2, 1,
0.8, 0.7, 0.6, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 1.2, 1.5, 1.8, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 7, 8, 9, 10
];
// Month labels from October 2024 to May 2025
const months = ['Oct 2024', 'Nov 2024', 'Dec 2024', 'Jan 2025', 'Feb 2025', 'Mar 2025', 'Apr 2025', 'May 2025'];
// Generate daily labels for the chart
const labels = [];
const daysInMonth = 30;
for (let i = 0; i < stockData.length; i++) {
const monthIndex = Math.floor(i / (stockData.length / months.length));
const day = (i % (daysInMonth / 2)) + 1;
labels.push(`${months[monthIndex]} ${day}`);
}
if (window.stockChart) {
window.stockChart.destroy();
}
window.stockChart = new Chart(ctx, {
type: 'line',
data: {
labels: labels,
datasets: [{
label: 'Polloland (001688.SZ and OTCMKTS:CLUCK)',
data: stockData,
backgroundColor: 'rgba(255, 99, 132, 0.2)',
borderColor: 'rgba(255, 99, 132, 1)',
borderWidth: 1,
pointRadius: 2,
pointBackgroundColor: 'rgba(255, 99, 132, 1)',
pointBorderColor: '#fff',
pointHoverRadius: 5,
pointHoverBackgroundColor: 'rgba(255, 99, 132, 1)',
pointHoverBorderColor: '#fff',
pointHoverBorderWidth: 2,
pointHitRadius: 10
}]
},
options: {
scales: {
y: {
beginAtZero: false,
title: {
display: true,
text: 'Price (LC)'
}
},
x: {
title: {
display: true,
text: 'Date (October 2024 - May 2025)'
}
}
},
plugins: {
tooltip: {
callbacks: {
label: function(context) {
return `Price: LC ${context.parsed.y.toFixed(2)}`;
}
}
}
}
}
});
}
// Draw initial chart when page loads
document.addEventListener('DOMContentLoaded', function() {
drawStockChart();
});
</script>
</body>
</html> |