Showing source for: https://truewinter.xyz/
Duration: 0.446651s
Server: openresty

<!DOCTYPE html><html lang="en" dir="ltr" data-mantine-color-scheme="dark" data-astro-cid-sckkx6r4> <head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"><meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Astro v5.1.9"><link rel="preconnect" href="https://cdn-a.binaryfrost.net"><title>About Me | TrueWinter (Minecraft)</title><meta name="description" content="TrueWinter plays Minecraft, creates resource packs, writes plugins and occassionally streams."><link rel="canonical" href="https://truewinter.xyz/"><!-- Schema.org markup for Google+ --><meta itemprop="name" content="About Me | TrueWinter (Minecraft)"><meta itemprop="description" content="TrueWinter plays Minecraft, creates resource packs, writes plugins and occassionally streams."><!-- Twitter Card data --><meta name="twitter:card" content="summary"><meta name="twitter:title" content="About Me | TrueWinter (Minecraft)"><meta name="twitter:description" content="TrueWinter plays Minecraft, creates resource packs, writes plugins and occassionally streams."><meta name="twitter:creator" content="@ImTrueWinter"><!-- Twitter summary card with large image must be at least 280x150px --><meta property="twitter:url" content="https://truewinter.xyz/"><!-- Open Graph data --><meta property="og:title" content="About Me | TrueWinter (Minecraft)"><meta property="og:type" content="article"><meta property="og:url" content="https://truewinter.xyz/"><meta property="og:description" content="TrueWinter plays Minecraft, creates resource packs, writes plugins and occassionally streams."><meta property="og:site_name" content="TrueWinter (Minecraft)"><link rel="shortcut icon" href="https://cdn-a.binaryfrost.net/41ba38/tw-xyz/_astro/logo.DSAmywzo_Z1z8p1t.webp"><link rel="icon" href="https://cdn-a.binaryfrost.net/41ba38/tw-xyz/_astro/logo.DSAmywzo_Z1z8p1t.webp"><meta name="astro-view-transitions-enabled" content="true"><meta name="astro-view-transitions-fallback" content="animate"><script type="module" src="https://cdn-a.binaryfrost.net/41ba38/tw-xyz/_astro/ClientRouter.astro_astro_type_script_index_0_lang.C9fIzAUs.js"></script> <style>.astro-loading-indicator {
  pointer-events: none;
  background-color: #00bc8c;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  transition: transform 300ms ease-out, opacity 150ms 150ms ease-in;
	transform: translate3d(0, 0, 0) scaleX(var(--progress, 0));
  transform-origin: 0;
}

[dir="rtl"] .astro-loading-indicator {
  transform-origin: 100% 0;
}
</style><script>(function(){const className = "astro-loading-indicator";
const animationDuration = 300;
const threshold = 200;

(() => {
  let progress = 0.25
  let opacity = 0
  /** @type {number | undefined} */
  let trickleInterval = undefined
  /** @type {number | undefined} */
  let thresholdTimeout = undefined;

  const element = document.createElement("div")
  element.classList.add(className)
  element.ariaHidden = "true"

  /** @param {typeof progress} _progress */
  const setProgress = (_progress) => {
    progress = _progress
    element.style.setProperty('--progress', String(progress))
  }

  /** @param {typeof opacity} _opacity */
  const setOpacity = (_opacity) => {
    opacity = _opacity
    element.style.setProperty('opacity', String(opacity))
  }

  setOpacity(opacity)

  document.addEventListener("DOMContentLoaded", () => {
    document.body.prepend(element)
  })

  document.addEventListener("astro:before-preparation", () => {
    thresholdTimeout = setTimeout(() => {
      setOpacity(1)
      trickleInterval = window.setInterval(() => {
        setProgress(progress + Math.random() * 0.03)
      }, animationDuration)
    }, threshold)
  })

  document.addEventListener("astro:before-swap", (ev) => {
    if (!thresholdTimeout) {
      return
    }
    window.clearTimeout(thresholdTimeout)

    ev.newDocument.body.prepend(element)
    window.clearInterval(trickleInterval)
    trickleInterval = undefined

    setProgress(1)
    window.setTimeout(() => {
      setOpacity(0)
    }, animationDuration / 2)

    window.setTimeout(() => {
      setProgress(0.25)
    }, animationDuration * 2)
  })
})()
})();</script><link rel="stylesheet" href="https://cdn-a.binaryfrost.net/41ba38/tw-xyz/_astro/_app_.ea62583a.css"><script type="module" src="https://cdn-a.binaryfrost.net/41ba38/tw-xyz/_astro/page.BvHJh1dR.js"></script></head> <body class="d-flex flex-column min-vh-100" data-astro-cid-sckkx6r4> <nav class="navbar navbar-dark navbar-expand-md bg-dark navigation-clean" data-astro-cid-sckkx6r4> <div class="container-fluid" data-astro-cid-sckkx6r4> <a class="navbar-brand" href="/" aria-label="Home" style="padding: 0px;margin: 0px;height: 64px;" data-astro-cid-sckkx6r4> <picture data-astro-cid-sckkx6r4="true"> <source srcset="https://cdn-a.binaryfrost.net/41ba38/tw-xyz/_astro/logo.DSAmywzo_202AqB.webp, https://cdn-a.binaryfrost.net/41ba38/tw-xyz/_astro/logo.DSAmywzo_Z1z8p1t.webp 1.5x, https://cdn-a.binaryfrost.net/41ba38/tw-xyz/_astro/logo.DSAmywzo_ZkuGKx.webp 2x" type="image/webp">  <img src="https://cdn-a.binaryfrost.net/41ba38/tw-xyz/_astro/logo.DSAmywzo_22q2H5.jpg" srcset="https://cdn-a.binaryfrost.net/41ba38/tw-xyz/_astro/logo.DSAmywzo_Z1wJWK0.jpg 1.5x, https://cdn-a.binaryfrost.net/41ba38/tw-xyz/_astro/logo.DSAmywzo_1CtT3M.jpg 2x" alt="Logo" style="margin: 0px;" loading="eager" data-astro-cid-sckkx6r4="true" width="64" height="64" decoding="async"> </picture>  </a> <button type="button" data-bs-toggle="collapse" class="navbar-toggler" data-bs-target="#navcol-1" aria-label="Navigation" data-astro-cid-sckkx6r4> <span class="navbar-toggler-icon" data-astro-cid-sckkx6r4></span> </button> <div class="collapse navbar-collapse" id="navcol-1" data-astro-cid-sckkx6r4> <ul class="navbar-nav ms-auto" data-astro-cid-sckkx6r4> <li class="nav-item" data-astro-cid-5ov73oor> <a class="nav-link active" href="/" data-astro-cid-5ov73oor>Home</a> </li>  <li class="nav-item" data-astro-cid-5ov73oor> <a class="nav-link" href="/plugins/" data-rel="prefetch-intent" data-astro-cid-5ov73oor>Plugins</a> </li>  <li class="nav-item" data-astro-cid-5ov73oor> <a class="nav-link" href="/packs/" data-rel="prefetch-intent" data-astro-cid-5ov73oor>Resource Packs</a> </li>  <li class="nav-item" data-astro-cid-5ov73oor> <a class="nav-link" href="/apps/" data-rel="prefetch-intent" data-astro-cid-5ov73oor>Apps</a> </li>  <li class="nav-item" data-astro-cid-5ov73oor> <a class="nav-link" href="/contact/" data-rel="prefetch-intent" data-astro-cid-5ov73oor>Contact</a> </li>  </ul> </div> </div> </nav> <div style="height: 350px;position:relative;background:transparent;overflow:hidden;" data-astro-cid-sckkx6r4> <div class="d-flex d-xl-flex justify-content-center align-items-center justify-content-xl-center align-items-xl-center h-100" data-astro-cid-sckkx6r4> <div data-astro-cid-sckkx6r4> <div class="d-block" data-astro-cid-sckkx6r4> <p style="color: #dfe8ee;font-size: 32px;text-align: center;" data-astro-cid-sckkx6r4>TrueWinter</p> <div class="social-icons"> <a target="_blank" href="https://bsky.app/profile/truewinter.xyz" aria-label="Bluesky"> <svg width="40px" height="40px" data-icon="simple-icons:bluesky">   <symbol id="ai:simple-icons:bluesky" viewBox="0 0 24 24"><path fill="currentColor" d="M12 10.8c-1.087-2.114-4.046-6.053-6.798-7.995C2.566.944 1.561 1.266.902 1.565C.139 1.908 0 3.08 0 3.768c0 .69.378 5.65.624 6.479c.815 2.736 3.713 3.66 6.383 3.364q.204-.03.415-.056q-.207.033-.415.056c-3.912.58-7.387 2.005-2.83 7.078c5.013 5.19 6.87-1.113 7.823-4.308c.953 3.195 2.05 9.271 7.733 4.308c4.267-4.308 1.172-6.498-2.74-7.078a9 9 0 0 1-.415-.056q.21.026.415.056c2.67.297 5.568-.628 6.383-3.364c.246-.828.624-5.79.624-6.478c0-.69-.139-1.861-.902-2.206c-.659-.298-1.664-.62-4.3 1.24C16.046 4.748 13.087 8.687 12 10.8"/></symbol><use href="#ai:simple-icons:bluesky"></use>  </svg> </a> <a target="_blank" href="https://twitch.tv/truewinter__" aria-label="Twitch"> <svg width="40px" height="40px" data-icon="bi:twitch">   <symbol id="ai:bi:twitch" viewBox="0 0 16 16"><g fill="currentColor"><path d="M3.857 0L1 2.857v10.286h3.429V16l2.857-2.857H9.57L14.714 8V0zm9.714 7.429l-2.285 2.285H9l-2 2v-2H4.429V1.143h9.142z"/><path d="M11.857 3.143h-1.143V6.57h1.143zm-3.143 0H7.571V6.57h1.143z"/></g></symbol><use href="#ai:bi:twitch"></use>  </svg> </a> <a target="_blank" href="https://discord.gg/YGnu6jD" aria-label="Discord"> <svg width="40px" height="40px" data-icon="bi:discord">   <symbol id="ai:bi:discord" viewBox="0 0 16 16"><path fill="currentColor" d="M13.545 2.907a13.2 13.2 0 0 0-3.257-1.011a.05.05 0 0 0-.052.025c-.141.25-.297.577-.406.833a12.2 12.2 0 0 0-3.658 0a8 8 0 0 0-.412-.833a.05.05 0 0 0-.052-.025c-1.125.194-2.22.534-3.257 1.011a.04.04 0 0 0-.021.018C.356 6.024-.213 9.047.066 12.032q.003.022.021.037a13.3 13.3 0 0 0 3.995 2.02a.05.05 0 0 0 .056-.019q.463-.63.818-1.329a.05.05 0 0 0-.01-.059l-.018-.011a9 9 0 0 1-1.248-.595a.05.05 0 0 1-.02-.066l.015-.019q.127-.095.248-.195a.05.05 0 0 1 .051-.007c2.619 1.196 5.454 1.196 8.041 0a.05.05 0 0 1 .053.007q.121.1.248.195a.05.05 0 0 1-.004.085a8 8 0 0 1-1.249.594a.05.05 0 0 0-.03.03a.05.05 0 0 0 .003.041c.24.465.515.909.817 1.329a.05.05 0 0 0 .056.019a13.2 13.2 0 0 0 4.001-2.02a.05.05 0 0 0 .021-.037c.334-3.451-.559-6.449-2.366-9.106a.03.03 0 0 0-.02-.019m-8.198 7.307c-.789 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.45.73 1.438 1.613c0 .888-.637 1.612-1.438 1.612m5.316 0c-.788 0-1.438-.724-1.438-1.612s.637-1.613 1.438-1.613c.807 0 1.451.73 1.438 1.613c0 .888-.631 1.612-1.438 1.612"/></symbol><use href="#ai:bi:discord"></use>  </svg> </a> <a target="_blank" href="https://github.com/TrueWinter" aria-label="GitHub"> <svg width="40px" height="40px" data-icon="bi:github">   <symbol id="ai:bi:github" viewBox="0 0 16 16"><path fill="currentColor" d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59c.4.07.55-.17.55-.38c0-.19-.01-.82-.01-1.49c-2.01.37-2.53-.49-2.69-.94c-.09-.23-.48-.94-.82-1.13c-.28-.15-.68-.52-.01-.53c.63-.01 1.08.58 1.23.82c.72 1.21 1.87.87 2.33.66c.07-.52.28-.87.51-1.07c-1.78-.2-3.64-.89-3.64-3.95c0-.87.31-1.59.82-2.15c-.08-.2-.36-1.02.08-2.12c0 0 .67-.21 2.2.82c.64-.18 1.32-.27 2-.27s1.36.09 2 .27c1.53-1.04 2.2-.82 2.2-.82c.44 1.1.16 1.92.08 2.12c.51.56.82 1.27.82 2.15c0 3.07-1.87 3.75-3.65 3.95c.29.25.54.73.54 1.48c0 1.07-.01 1.93-.01 2.2c0 .21.15.46.55.38A8.01 8.01 0 0 0 16 8c0-4.42-3.58-8-8-8"/></symbol><use href="#ai:bi:github"></use>  </svg> </a> </div> <style>
	.social-icons svg {
		display: inline-block;
		color: #dfe8ee;
		margin: 0px -1px;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		padding: 6px;
	}

	.social-icons a {
		display: inline-block;
		width: 40px;
		height: 40px;
		border: 1px solid #c8ced7;
		border-radius: 50%;
		margin-right: 16px;
	}
</style> </div> </div> </div> <div data-parallax-bg="true" class="hero-img" style="background-image:url('https://cdn-a.binaryfrost.net/41ba38/tw-xyz/_astro/2024-06-15_02.03.45.NCB-6DM8_1sDrk5.webp');background-size:cover;background-position:center 75%;position:absolute;height:100%;width:100%;top:0px;left:0px;z-index:-100;filter:brightness(50%);--mobileBg:url('https://cdn-a.binaryfrost.net/41ba38/tw-xyz/_astro/2024-06-15_02.03.45.NCB-6DM8_w125g.webp')" data-astro-cid-sckkx6r4></div> <style>
        @media only screen and (max-width: 768px) {
          .hero-img {
            background-position: center center !important;
            background-image: var(--mobileBg) !important;
          }
        }
      </style> </div> <div class="container" style="margin-top: 16px;color: #dfe8ee;" data-astro-cid-sckkx6r4> <div id="msieNotice" style="display:none;" data-astro-cid-sckkx6r4> <div style="background-color:#f39c12;color:black;border-radius:5px;padding:8px;text-align:center;" data-astro-cid-sckkx6r4>Your web browser is out of date. Update your browser for more security, speed and the best experience on this site. <a style="color:blue;" href="http://outdatedbrowser.com" rel="noopener" data-astro-cid-sckkx6r4>Update your browser</a></div> </div> <script type="module">window.addEventListener("load",function(){});</script> <h1 data-astro-cid-sckkx6r4>About Me</h1> <noscript> <div class="alert alert-danger" data-astro-cid-sckkx6r4>Please enable JavaScript to use this website.</div> </noscript> <article data-astro-cid-sckkx6r4> 
Hi, I'm TrueWinter, an IT manager from South Africa (if you like really techy stuff, I have <a href="https://truewinter.dev" target="_blank">another website</a> dedicated to tech).

	I play Minecraft (and many other games) and often create plugins and resource packs for it. I also occassionally stream on Twitch.
 </article> </div> <div class="footer-dark mt-auto" data-astro-cid-sckkx6r4> <footer data-astro-cid-sckkx6r4> <div class="container" data-astro-cid-sckkx6r4> <div class="row" data-astro-cid-sckkx6r4> <div class="col-sm-6 col-md-3 item" data-astro-cid-sckkx6r4> <p style="font-size: 16px;" data-astro-cid-sckkx6r4><strong data-astro-cid-sckkx6r4>Some heading here...</strong></p> <ul class="footer-links" data-astro-cid-sckkx6r4> <li data-astro-cid-sckkx6r4><a href="https://namemc.com/profile/TrueWinter.1" target="_blank" rel="noopener" data-astro-cid-sckkx6r4>NameMC</a></li> <li data-astro-cid-sckkx6r4><a href="https://www.planetminecraft.com/member/truewinter/" target="_blank" rel="noopener" data-astro-cid-sckkx6r4>Planet Minecraft</a></li> <li data-astro-cid-sckkx6r4><hr style="margin-top:8px;margin-bottom:8px;background-color:#444;" data-astro-cid-sckkx6r4></li> <li data-astro-cid-sckkx6r4><a href="https://truewinter.dev" target="_blank" rel="noopener" data-astro-cid-sckkx6r4>Tech Website</a></li> </ul> </div> <div class="col-sm-6 col-md-3 item" data-astro-cid-sckkx6r4> <p style="font-size: 16px;" data-astro-cid-sckkx6r4><strong data-astro-cid-sckkx6r4>Legal</strong></p> <ul class="footer-links" data-astro-cid-sckkx6r4> <li data-astro-cid-sckkx6r4><a href="https://truewinter.dev/legal/privacy" target="_blank" rel="noopener" data-astro-cid-sckkx6r4>Privacy Policy</a></li> <li data-astro-cid-sckkx6r4><a href="https://truewinter.dev/legal/security" target="_blank" rel="noopener" data-astro-cid-sckkx6r4>Security</a></li> </ul> </div> <div class="col-md-6 item text" data-astro-cid-sckkx6r4> <p style="font-size: 16px;opacity: 1;margin: 0px 0px 12px;" data-astro-cid-sckkx6r4><strong data-astro-cid-sckkx6r4>TrueWinter</strong></p> <p style="opacity: 0.70;" data-astro-cid-sckkx6r4>TrueWinter plays Minecraft, creates resource packs, writes plugins and occassionally streams.</p> </div> <div class="col item social" data-astro-cid-sckkx6r4> <div class="social-icons"> <a target="_blank" href="https://bsky.app/profile/truewinter.xyz" aria-label="Bluesky"> <svg width="40px" height="40px" viewBox="0 0 24 24" data-icon="simple-icons:bluesky">   <use href="#ai:simple-icons:bluesky"></use>  </svg> </a> <a target="_blank" href="https://twitch.tv/truewinter__" aria-label="Twitch"> <svg width="40px" height="40px" viewBox="0 0 16 16" data-icon="bi:twitch">   <use href="#ai:bi:twitch"></use>  </svg> </a> <a target="_blank" href="https://discord.gg/YGnu6jD" aria-label="Discord"> <svg width="40px" height="40px" viewBox="0 0 16 16" data-icon="bi:discord">   <use href="#ai:bi:discord"></use>  </svg> </a> <a target="_blank" href="https://github.com/TrueWinter" aria-label="GitHub"> <svg width="40px" height="40px" viewBox="0 0 16 16" data-icon="bi:github">   <use href="#ai:bi:github"></use>  </svg> </a> </div> <style>
	.social-icons svg {
		display: inline-block;
		color: #dfe8ee;
		margin: 0px -1px;
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		padding: 6px;
	}

	.social-icons a {
		display: inline-block;
		width: 40px;
		height: 40px;
		border: 1px solid #c8ced7;
		border-radius: 50%;
		margin-right: 16px;
	}
</style> </div> </div> <p id="copyright" class="copyright" style="opacity: 0.80;" data-astro-cid-sckkx6r4>Nicholis du Toit &#xA9; 2022 - 2025</p> </div> </footer> </div> <script>
		window.addEventListener('load', function() {
			var twLL = document.getElementsByClassName('tw-ll');
			
			for (var i = 0; i < twLL.length; i++) {
				var dataResourceURL = twLL[i].dataset.href || twLL[i].dataset.src;
				var re = /\/.[a-z0-9.-]+\.([a-z]+)$/gm;
				var t = re.exec(dataResourceURL);
				var type;

				if (!t) {
					if (twLL[i].dataset.href) {
						type = 'css';
					} else if (twLL[i].dataset.src) {
						type = 'js';
					} else {
						console.error('Failed to apply lazy loading');
					}
				} else {
					type = t[1];
				}
				
				if (type === 'css') {
					twLL[i].href = twLL[i].dataset.href;
				} else if (type === 'js') {
					twLL[i].src = twLL[i].dataset.src;
				}
			}
		});
	</script> <script type="module" src="https://cdn-a.binaryfrost.net/41ba38/tw-xyz/_astro/Layout.astro_astro_type_script_index_1_lang.Dqfdcdwk.js"></script> <script type="module">function i(){var e=window.navigator.userAgent,t=e.indexOf("MSIE ");return!!(t>0||navigator.userAgent.match(/Trident.*rv\:11\./))}if(i()){let e=document.getElementById("msieNotice");e&&(e.style.display="block")}</script>  <script async data-auto-track="false" data-website-id="dcebac05-fe48-4aba-8c6d-7fd7faae2712" data-host-url="https://umami.binaryfrost.net" src="https://cdn-a.binaryfrost.net/umami/umami.js" data-astro-cid-sckkx6r4="true"></script> <script type="module">let o=document.referrer||void 0,c=!1;function f(){const i=window.umami,d={track(t,m){const r={url:location.pathname+location.search,title:document.title,referrer:o,screen:`${window.screen.width}x${window.screen.height}`};return typeof t=="object"?i.track(e=>({...e,...r,...t})):typeof t=="function"?i.track(e=>{const n=t(e);for(const a of Object.keys(r))a in n&&n[a]!==e[a]&&delete r[a];return{...e,...r,...t(e)}}):i.track(e=>({...e,name:t,...r,data:{...m}}))},identify(t){throw new Error("Identify method is not yet supported in patched Umami")}};window.umami=Object.freeze(d),c=!0}document.addEventListener("astro:before-swap",()=>{o=location.href});document.addEventListener("astro:page-load",()=>{"umami"in window&&(c||f(),umami.track())});</script> </body></html>

Latest requests

# Url Url Source Date
1 https://truewinter.xyz/ 2025-02-08 23:21:21
2 https://thrivecbdshop.com/en-us/ci… 2025-02-08 23:21:20
3 https://boka.agoiare.se/(S(kntrlqt… 2025-02-08 23:21:16
4 https://agoiare.dlbookit.se/(S(mn4… 2025-02-08 23:21:12
5 https://bioblendcbdgummies.org/en-… 2025-02-08 23:21:11
6 https://agoiare.dlbookit.se/(S(pq0… 2025-02-08 23:21:11
7 https://thebolditalic.com/?gi=1c4a… 2025-02-08 23:21:08
8 https://thrivecbdshop.com/en-us/al… 2025-02-08 23:21:03
9 https://agoiare.dlbookit.se/(S(acg… 2025-02-08 23:21:03
10 https://agoiare.dlbookit.se/(S(0dy… 2025-02-08 23:21:02
11 https://thebolditalic.com/?gi=3dad… 2025-02-08 23:20:57
12 https://organiccbdgummies.org/pure… 2025-02-08 23:20:55
13 https://actu.meilleurmobile.com/ 2025-02-08 23:20:53
14 https://thrivecbdshop.com/en-us/yu… 2025-02-08 23:20:47
15 https://tips-from-john.livejournal… 2025-02-08 23:20:43
16 https://www.torikorestaurant.ch/pr… 2025-02-08 23:20:40
17 https://thebolditalic.com/?gi=d5ab… 2025-02-08 23:20:40
18 https://organiccbdgummies.org/en-u… 2025-02-08 23:20:38
19 https://agoiare.dlbookit.se/(S(mfn… 2025-02-08 23:20:38
20 https://agoiare.dlbookit.se/(S(5sh… 2025-02-08 23:20:36