File size: 25,202 Bytes
ec337f2 d15d2af ec337f2 d15d2af ec337f2 d15d2af 7e05872 ec337f2 d15d2af ec337f2 d15d2af ec337f2 d15d2af ec337f2 d15d2af ec337f2 d15d2af ec337f2 d15d2af 7e05872 d15d2af 7e05872 d15d2af 7e05872 d15d2af ec337f2 d15d2af ec337f2 d15d2af ec337f2 d15d2af ec337f2 d15d2af 7e05872 d15d2af ec337f2 d15d2af 7e05872 d15d2af 7e05872 d15d2af 7e05872 d15d2af 7e05872 d15d2af 7e05872 d15d2af ec337f2 d15d2af 7e05872 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 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 |
<!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;
}
.history-section {
background-color: #f9f9f9;
padding: 20px;
border-radius: 5px;
margin-bottom: 20px;
border-left: 5px solid #d92332;
}
.history-section h3 {
color: #333;
margin-top: 0;
}
.history-period {
margin-bottom: 15px;
}
.history-period h4 {
color: #d92332;
margin-bottom: 5px;
}
.fun-facts {
background-color: #e6f7ff;
padding: 20px;
border-radius: 5px;
margin-bottom: 20px;
border-left: 5px solid #0066cc;
}
.fun-facts h3 {
color: #0066cc;
}
</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="stock-graph">
<h3>Polloland (001688.SZ and OTCMKTS:CLUCK) - October 2024 to May 2025</h3>
<canvas id="stockChart" width="400" height="200"></canvas>
<p>The stock declined significantly after the October 31, 2024 default, but saw a spike in late April 2025 when the Autismo government took over the bank. A previous spike occurred when Polloland stimulus was announced.</p>
</div>
<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>goldeneggbank@birdl.ai.in</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>
<div class="history-section">
<h3>History of Polloland</h3>
<div class="history-period">
<h4>Early History</h4>
<p>In 2015 Polloland was under the rule of Puffy Bird. Polloland was a primarily agricultural nation with limited trade with neighboring countries.</p>
<p>The Antibiotic War of 2017 was a conflict between Polloland and the Doggy Dog Domsile (DDD). DDD forced the chickens to take antibiotics which they got addicted to. Polloland didn't like this and tried to cut off trade with the DDD, until eventually the DDD set fire to their Port of Huji.</p>
<p>The Bird Flu of 2020 led to a lot of chickens passing away.</p>
</div>
<div class="history-period">
<h4>Civil War</h4>
<p>In Nov 2023 Giga Cluck was born. Giga Cluck was an avid cluckmaxxer and reformist, while Odisse Cluck preferred no cluckmaxxing.</p>
<p>Eventually they tried to clamp down on cluckmaxxing, but it didn't work. Puffy Bird went bye bye.</p>
<p>The Capital was taken over by the Polloers with Puffy Bird running away across the Jinjibaoxiao Strait.</p>
</div>
<div class="history-period">
<h4>Reconstruction</h4>
<p>The city after all the war was rebuilt during what's known as "Zui Gallus Clamor", an economic miracle caused by higher value for coop space, increased efficiency in grain production, and foreign direct investment.</p>
</div>
<div class="history-period">
<h4>Modern Era</h4>
<p>Polloland became a place filled with talented young chickens and developed some of the world leading technology, with a population of 1,617,294,793 chickens it is the largest population in the world and has the 3rd Largest Economy in Nominal Terms, and the largest in purchasing power parity.</p>
</div>
</div>
<div class="fun-facts">
<h3>Fun Facts About Polloland</h3>
<ul>
<li>Official Polloland Language is the Cluck Crole, primarily English with Latin, Spanish, and Chinese mixed in.</li>
<li>Capital is Jizhen with Jizhou, Danjing, Yudu, and Jimen as minor cities.</li>
<li>Currency is Lucky Chicken, with a free float exchange rate.</li>
<li>Our main office is located in Jizhen with a branch in Jimen.</li>
</ul>
</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: 16882 Chicken Coop Lane, Henville County, Jizhen, People's Republic of Chickens</p>
<p>Investor relations contact: <strong>goldeneggbank@birdl.ai.in</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>
</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 or investor relations page is shown
if (pageId === 'investor-relations') {
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,
12, 15, 18, 20, 22, 25, 28, 30, 32, 35, 38, 40, 42, 45, 48, 50, 52, 55, 58, 60, 62, 65, 68, 70, 72, 75, 78, 80
];
// Generate labels for the chart (Oct 2024 to May 2025)
const labels = [];
const startDate = new Date(2024, 9, 1); // October is month 9
const endDate = new Date(2025, 4, 31); // May is month 4
// Add Polloland stimulus date (let's say mid-November)
const stimulusDate = new Date(2024, 10, 15);
// Add Autismo government takeover date (late April)
const takeoverDate = new Date(2025, 3, 25);
for (let d = new Date(startDate); d <= endDate; d.setDate(d.getDate() + 1)) {
// Skip weekends for cleaner chart
if (d.getDay() !== 0 && d.getDay() !== 6) {
const month = d.getMonth() + 1;
const day = d.getDate();
labels.push(`${month}/${day}`);
}
}
if (window.stockChart) {
window.stockChart.destroy();
}
window.stockChart = new Chart(ctx, {
type: 'line',
data: {
labels: labels,
datasets: [{
label: 'Polloland Stock Price (LC)',
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)}`;
}
}
},
annotation: {
annotations: {
stimulus: {
type: 'line',
xMin: labels[33], // Approximate mid-November
xMax: labels[33],
borderColor: 'rgb(75, 192, 192)',
borderWidth: 2,
label: {
content: 'Polloland Stimulus',
enabled: true,
position: 'top'
}
},
takeover: {
type: 'line',
xMin: labels[145], // Approximate late April
xMax: labels[145],
borderColor: 'rgb(153, 102, 255)',
borderWidth: 2,
label: {
content: 'Autismo Takeover',
enabled: true,
position: 'top'
}
}
}
}
}
}
});
}
// Draw initial chart when page loads
document.addEventListener('DOMContentLoaded', function() {
// Don't draw chart immediately as it's now on investor relations page
});
</script>
</body>
</html> |