<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.wintec.ac.nz/dtd/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head id="ctl00_Head1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" /><link id="ctl00_mobilestylesheet" href="../SharedControls/css/mobiledevicestyle.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/javascript/AllScriptsCompressed.js"></script>
<title>
	Trades, School of Trades, Wintec
</title>
<title>Trades, School of Trades, Wintec</title>
</head>

<body class="HasBackground">

<form name="aspnetForm" method="post" action="index.aspx" id="aspnetForm">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUJNDMyNDU0NjAzZGRW5o7KGavNShwwG6hhn4RgGRCffw==" />


<div id="MobilePageHeader">
<div id="MobileImage">
<img src="http://www.wintec.ac.nz/mobile-device/images/mobile-logo.gif" alt="Wintec website for Mobile devices" title="Wintec website for mobile devices" />
</div>
<div id="MobileWintecImage">
<img src="http://www.wintec.ac.nz/mobile-device/images/wintec-logo.gif" alt="Wintec - Waikato Institute of Technology" title="Wintec - Waikato Institute of Technology" width="149" height="50" />
</div>
<div class="MobileTopMenu">
	<div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/index.aspx">Home</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/courses/index.aspx">Courses</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/studentlife/index.aspx">Student Life</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/international/index.aspx">International</a></div>
    <div class="MobileMenuItem"><a href="http://www.wintec.ac.nz/faculty/index.aspx">Faculty</a></div>
</div>
</div>

<div id="MobilePageContent">
	
<h1>School of<br />Trades</h1>
<div class="GreyLine">&nbsp;</div>
    <div class="ColumnLeft">
<p>The School of Trades have tutorial staff operating at both the City and Rotokauri Campuses. The City campus provides education and training in Architectural Technology, Contract Management, Quantity Surveying, Civil Engineering, Mechanical Engineering and Interior Design. The School has direct contact with industry to ensure the modules are relevant to current needs. We have laboratories for CAD, studios for making models, and workshops for civil and mechanical demonstrations.</p>
<p>The Waikato Institute of Technology Rotokauri Campus is widely regarded as one of the best Trades training areas in the country. Its modern, open plan workshops contain massive amounts of up to date equipment to help students gain practical skills in their chosen field. These practical skills, combined with theory instruction from qualified tutors, well-versed in the latest technology, makes our graduates well sought after by industry. Vocational skills are taught in the areas of Automotive Engineering, Automotive Heavy Engineering, Panelbeating, Vehicle Refinishing, Audio, Carpentry, Joinery, Welding Engineering (mild steel, stainless steel and aluminium), Plumbing, Gasfitting, Drainlaying and Roofing and associated trades.</p>
<hr />
<!-- <h1><b>Get a Trade – Got a Future</b></h1>
<h3>Join the Trade revolution...</h3>
<p>As a qualified tradesperson you're equipped for <b>a great job</b> – and a great income! – not just in New Zealand, but anywhere in the world.</p>
<p>Because there is a pending <b>skill-shortage for construction workers</b> looming, in 2012,the New Zealand Government and Wintec have opened more places in our Trades training school to meet the future demand for carpenters, plumbers, gasfitters, construction managers, electrical and mechanical Engineers.</p> 
 <p align="center">"New Zealand could need as many as 177,000 building and construction related workers<br /> per year for the next five years to meet demand. Currently we only have 97,000."<br />
<i>BC News, Building and construction Industry Newsletter, Issue 1, 2011</i></p>
<p>So if you're the type of person who likes to <b>work with your hands</b>, and you're interested in building a bright future for yourself in <b>the world of Trades</b> (<a href="http://www.wintec.ac.nz/courses/build/index.aspx">our courses</a>), fill out this <a href="/courses/build/index.aspx#book">registration form</a> and come along to:</p><br />
<div><h1><b>Trades Enrolment Day</b></h1>
<p><b>1pm – 7pm, on Wednesday 18 January 2012<br />Rotokauri Campus, Avalon Drive, Hamilton (<a target="_new" href="images/Rotokauri-Trades-Map.pdf">map</a>)</b>
<ul>
	<li>Talk to Tutors & industry experts</li>
	<li>Take a tour of the School of Trades</li>
	<li>Enjoy the Sausage Sizzle</li>
	<li>Enrol</li>
</ul>
</p> </div>-->


  </div>
    <div class="ColumnRightNone">
<img src="images/Trade-Rally-Web.jpg" alt="School of Trades" width="190" height="324" /> 
	</div>

	<div id="SideMenu">
	<br />&nbsp;
	<div class="smMainCategory">Section Links</div>
	<div id="SideMenuBtns"></div>
	

	</div>
	<script type="text/javascript">
	<!--
	    LoadMenus();
	-->
	</script>
</div>

<div id="FooterBackground">
<div id="MobilePageFooter">
<span class="SmallLinks"><a href="http://www.wintec.ac.nz/zoom/search.aspx">Search</a> | <a href="http://www.wintec.ac.nz/about/disclaimer.aspx">Disclaimer</a> | <a href="http://www.wintec.ac.nz/about/index.aspx">About Us</a> | <a href="http://www.wintec.ac.nz/mobile-device/contact.aspx">Contact Us</a> | <a href="https://staff.wintec.ac.nz/">Staff Intranet</a></span>
</div>
</div>


<script type='text/javascript'>var imgObjs = document.images;var maxWidth = 250;var maxHeight = 150;for (var i = 0; i < imgObjs.length; i++) {var obj = imgObjs[i];var origWidth = obj.width;var origHeight = obj.height;if (obj.width > obj.height) {if (obj.width > maxWidth) { obj.width = maxWidth; obj.height = origHeight * (maxWidth / origWidth); }} else {if (obj.height > maxHeight) { obj.height = maxHeight; obj.width = origWidth * (maxHeight / origHeight); }}}</script></form>

<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-6887001-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })();
</script>
</body>

</html>

