This commit is contained in:
Marc Cataford 2015-12-22 00:59:52 -05:00
parent 84aef432cf
commit faf8a0f93b

View file

@ -1,81 +1,100 @@
<html> <!DOCTYPE html>
<head>
<!-- Javascript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.5/jquery-ui.min.js"></script>
<script src="js/fx.js"></script>
<!-- Stylesheet -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<html>
<link rel="stylesheet" type="text/css" href="css/style.css"> <head>
<title>Hello!</title>
</head> <!-- Stylesheets -->
<link href="css/style.css" rel="stylesheet">
<body> <link href="css/fullpage.css" rel="stylesheet">
<div id="pagewrap"> <link href="css/typed/main.css" rel="stylesheet">
<div id="main"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<div id="main_title" class="invisible"><h1>Hey! I'm Marc!</h1></div> </head>
<div id="main_mugshot" class="centered invisible"></div>
<div id="main_menu" class="centered"> <body>
<div id="main_menu_skillset"> <div id="page">
<div class="menu_title invisible"><h2>Skillset</h2></div> <div id="panel-landing" class="section">
</div> <div id="main-menu" class=" fs-1-3">
<div id="main_menu_experience"> <p id="greet" class="fs-5 mb-z">I'm <span class="red bold">Marc</span> and I love to <span id="typedWords" class="red bold"></span></p>
<div class="menu_title invisible"><h2>Experience</h2></div> <ul>
</div> <li><a href="#resume">Resume</a></li>
<div id="main_menu_projects"> <li><a href="#projects">Projects</a></li>
<div class="menu_title invisible"><h2>Projects</h2></div> <li><a href="#getInTouch">Get in touch</a></li>
</div> </ul>
<div id="main_menu_blog"> <div id="landing-blurb">
<div class="menu_title invisible"><h2>Blog</h2></div> <p class="mt-z"> I am a <span class="red bold">third-year computer engineering student</span> at <span class="red bold">McGill University</span>.</p>
</div> <p>My main interests these days are <span class="red bold">full-stack web development</span>, <span class="red bold">hardware design</span> and <span class="red bold">low-level programming</span>.
</div> </div>
</div> </div>
<div class="social">
<div id="left_field"> <ul>
<div id="intro_blurb" class="invisible"> <li><a href="#"><i class="fa fa-3x fa-facebook-square"></i></a></li>
<p>I am a 25 years old computer engineering major student at McGill University (Montreal, CAN). I also minor <li><a href="#"><i class="fa fa-3x fa-twitter-square"></i></a></li>
in mathematics out of playful curiosity. Originally a physiology and mathematics double-major, bioinformatics- <li><a href="#"><i class="fa fa-3x fa-github-square"></i></a></li>
related courses sparked my interest for all things computer systems and I promptly changed faculty to <li><a href="#"><i class="fa fa-3x fa-instagram"></i></a></li>
pursue my new passion. I strive to have as broad a skillset as possible, which brought me to explore
hardware, computer software and recently, web development.</p> </div>
<p>My biggest tech thrills revolve around playing with microcontrollers, finding ways to use multiple </div>
technologies to get the job done as efficiently as possible and producing well-designed solutions to
the problems that land on my desk.</p> <div id="panel-resume" class="section">
<p>I'm also a pretty big fan of professional cycling, obstacle course racing and healthy cooking.</p> <div>
<p>Marc Cataford</p>
</div>
<div id="resume-container">
<div id="skillset" class="invisible"> <div id="resume-skills">
<p>I'm constantly learning new things and honing my skills in the hopes of having as broad <ul>
a skillset as possible.</p> <li class="resume-skills-title">Competent with:</li>
<p>I routinely use <b>C/C++</b>, <b>Java</b>, <b>Javascript</b>, <b>jQuery</b>, <b>PHP</b> and <b>HTML/CSS</b>.</p> <li>Java</li>
<p>My current learning goals involve <b>Ruby</b>, <b>HandlebarsJS</b> and <b>node.JS</b>.</p> <li>C/C++</li>
<p>I have experience managing <b>Wordpress-based websites</b>, writing <b>MIPS assembly</b> and using both <li>PHP</li>
<b>NoSQL</b> and <b>SQL</b> databases.</p> <li>Javascript</li>
<p>On the <b>hardware</b> side of things, I am comfortable <b>soldering</b>, <b>prototyping circuits</b> and <li>HTML/CSS</li>
<b>programming microcontrollers</b>.</p> <li><i class="fa fa-cogs"></i></li>
<li class="resume-skills-title">Basic knowledge of:</li>
</div> <li>Python</li>
</div> <li>Assembly</li>
<div id="right_field"> <li>Perl</li>
<div id="callmemaybe" class="invisible"> <li>Matlab</li>
<h3>Feel free to contact me over here</h3> <li><i class="fa fa-cogs"></i></li>
<a class="social_icon" href="https://facebook.com/marc.cataford"><i class="fa fa-5x fa-facebook-official"></i></a> <li class="resume-skills-title">Frameworks &amp; Libraries</li>
<a class="social_icon" href="https://twitter.com/_mcataford"><i class="fa fa-5x fa-twitter-square"></i></a> <li>jQuery</li>
<a class="social_icon" href="https://ca.linkedin.com/in/marccataford"><i class="fa fa-5x fa-linkedin-square"></i></a> <li>HandlebarsJS</li>
<a class="social_icon" href="https://github.com/mcataford"><i class="fa fa-5x fa-git-square"></i></a> </ul>
<br> </div>
Or by email at <a href="mailto:c.marcandre@gmail.com">c.marcandre [at] gmail.com</a> </div>
</div> </div>
</div>
</div> <div class="social">
<ul>
<li><a href="#"><i class="fa fa-3x fa-facebook-square"></i></a></li>
<li><a href="#"><i class="fa fa-3x fa-twitter-square"></i></a></li>
</body> <li><a href="#"><i class="fa fa-3x fa-github-square"></i></a></li>
</html> <li><a href="#"><i class="fa fa-3x fa-instagram"></i></a></li>
</div>
</div>
<div id="panel-projects" class="section">
<div class="social">
<ul>
<li><a href="#"><i class="fa fa-3x fa-facebook-square"></i></a></li>
<li><a href="#"><i class="fa fa-3x fa-twitter-square"></i></a></li>
<li><a href="#"><i class="fa fa-3x fa-github-square"></i></a></li>
<li><a href="#"><i class="fa fa-3x fa-instagram"></i></a></li>
</div>
</div>
<div id="panel-intouch" class="section"></div>
</div>
<!-- JS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/fullpage.js"></script>
<script src="js/typed.js"></script>
<script src="js/animate.js"></script>
</body>
</html>