<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Kyle Thomas CV &amp; Portfolio</title>
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" href="css/tabs.css" type="text/css">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="scripts/jquery-1.8.3.min.js"></script>
</head>

<body>
<div class="leftCol">
<div class="cvHead">
KYLE THOMAS
<hr>
<span>Web Developer and Designer</span>
</div>

<ul class="menu">
<li><a class="current" href="index.php">About Me</a></li>
<li><a  href="my-work.php">My Work</a></li>
<li><a  href="my-career-journey.php">My Career Journey</a></li>
<li><a  href="contact.php">Contact</a></li>
</ul>
<div class="copyright"><strong>Please Note:</strong><br>This CV was built entirely by me using PHP, HTML, CSS and jQuery</div>

</div>

<div class="rightCol">
<div class="header">
<h1>About Me</h1>
<hr>
<h2>Bio, My Skills and Client Testimonials</h2>
</div>

<div id="tabs" class="tabs">

				<nav>
					<ul>
						<li><a href="#section-1"><span>Bio</span></a></li>
                        <li><a href="#section-2"><span>My Skills</span></a></li>
                        <li><a href="#section-3"><span>Client Testimonials</span></a></li>
					</ul>
				</nav>
                
<div class="contentTabs">
  
<section id="section-1">
<img class="profilePic" src="images/me.jpg">
<p>I am extremely passionate about my work and delivering the absolute best of service to my clients. I have an enormous amount of patience in dealing with people around me as well as having the ability to teach people in a senior environment. I can handle excessive workloads and I deal with pressure superbly.</p>

<p>Everything that I create is completely custom, I have never enjoyed using templates because I can create something better in the same amount of time which is much more rewarding to both myself and the client.</p>

<p>I have developed my own Plug &amp; Play Content Management System (CMS) to use for my clients in which you can make anything on a website editable with a back-end login system, whether it be a new website or an existing one that someone would like to edit.</p>

<p>I also type incredibly fast ...</p>

<h3>Personal Info</h3>

<p>I love music so as a hobby I produce it as well as play guitar in my spare time. I am also extremely outgoing and enjoy spending time with my friends as much as I possibly can. My favourite animal is a Lion and from what you can tell by my CV...my favourite colour is red!</p>

</section>

<section id="section-2">

<h3>What I can do</h3>

<ul class="skills">
<li>PHP Development</li>
<li>HTML</li>
<li>CSS</li>
<li>Javascript &amp; jQuery</li>
<li>Mobile Fluid Websites</li>
<li>Custom Wordpress Development</li>
<li>Custom CMS Development</li>
<li>Custom Blog Development</li>
</ul>

<h3>What programs I use</h3>

<ul class="skills">
<li>Dreamweaver</li>
<li>Notepad ++</li>
<li>Corel Draw</li>
<li>Photoshop</li>
</ul>

<h3>Extras</h3>

<ul class="skills">
<li>Logo Design</li>
<li>Business Card</li>
<li>Flyer Design</li>
<li>Magazine and Pamphlet Design</li>
</ul>

<h3>My Strong Points</h3>

<ul class="skills">
<li>Working under pressure</li>
<li>Teaching</li>
<li>Fast at Typing</li>
<li>Extremely Innovative</li>
</ul>

</section>

<section id="section-3">


</section>

</div>
</div>



</div>

<script src="scripts/cbpFWTabs.js"></script>
<script>new CBPFWTabs( document.getElementById( 'tabs' ) );</script>

</body>
</html>