x x x
x
Only portrait mode is currently supported - please rotate your device.

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Custom section
ContainerIDinformation-container


HTML
<p>Program Information</p>
<div id="header">
	<h1>2024 Strategy Challenge</h1>
	<a id="pdf-download-button" href="/download/attachments/104169977146375348/2023%20Strategy%20Challenge%202024%20Strategy%20Challenge%20-%20Program%20Information_vF%20Program%20Info.pdf?api=v2" download onclick="trackDownload()">Download PDF</a>
</div>
<iframe src="https://gsvlabs-confluence-files.s3.us-west-2.amazonaws.com/content-files/MS+Strategy+Challenge/2024+Strategy+Challenge+-+Program+Info.pdf"> </iframe>

<script>

function trackDownload(){
	analytics.track('buttonSelected', {
		title: 'Download Program Information',
		pageTitle: AJS.params.pageTitle,
		url: window.location.href
	})
}

</script>


...