/* See Dev/mediawiki for documentation */

(function () {

	// This is initialized in MediaWiki:Sitenotice_EndOfYear.js
	
	let content = `
		<h1><b>Mission 2023</b> : We want to <b>grow and improve</b> - please help Whonix!</h1>
        <div data-crypto-addresses='{
          "payBitcoin": "3LspZMk4p7ECc4Ugd6DKwSTgqyxn41KG3B",
          "payMonero": "84ZZSsqyh5niztCgxmWAejDLu9eDerWo4Wsx8woEhDGpdKP3BWPtqenNjKuv8vojrB968U3hqYTKgLGt2zEcGopX1qaEPew",
          "payEthereum": "0x665B0FF55ee44F0d765dDd88A32Aa3b912936E2e"
        }'>
        </div>
		<div>
			<i class="fa-solid fa-seedling cs-green"></i>
			Whonix is an Open Source security and anonymity power house - <b>providing tremendous value to thousands of users</b>! 
			But only those who move forward continue to thrive. Would you support our next big leap? 
		</div>
		<div>
			<i class="fa-solid fa-rocket cs-blue"></i>
			For 2023 we're preparing an installer for Windows and Linux to help new users get started. 
			We want to <b>improve the usability and enhance the user experience</b>. This includes a Whonix starter. 
		</div>
		<div>
			<i class="fa-solid fa-bullhorn cs-yellow"></i>
			We aim to create a high impact outreach with articles and videos to attract more users, which in turn means even more anonymity for YOU. 
			<b>Would you consider a donation to keep Whonix independent</b> and help reach these new goals? Thank you.
		</div>
	`;
	
	initEndOfYearSitenotice( $('#siteNotice'), '', content );
	
})();