karnov.club/index.html

49 lines
1.6 KiB
HTML
Raw Normal View History

2015-06-20 19:43:41 +00:00
<html>
<head>
2015-06-20 20:02:27 +00:00
<title>I'm Marc!</title>
2015-06-20 19:49:46 +00:00
<!-- Stylesheets -->
<link rel="stylesheet" type="text/css" href="style.css">
<!-- JS -->
2015-06-20 20:52:06 +00:00
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
2015-06-20 21:01:32 +00:00
<script type='text/javascript' language='javascript' src='js/fx.js'></script>
2015-06-20 20:52:06 +00:00
2015-06-20 19:49:46 +00:00
2015-06-20 19:43:41 +00:00
</head>
<body>
2015-06-20 19:49:46 +00:00
<!-- Header start -->
2015-06-20 20:38:55 +00:00
<div id="header"><div id="header_contents">
2015-06-20 20:02:27 +00:00
<a name="top"></a>
2015-06-20 20:56:53 +00:00
<div id="header_title">
<p>Hey there! My name is Marc.</p>
</div>
2015-06-20 20:19:33 +00:00
<div id="header_blurb">
<p>I am a 25 years old computer engineering major student at McGill University (Montreal, CAN). I also minor
in mathematics out of playful curiosity. Originally a physiology and mathematics double-major, bioinformatics-
related courses sparked my interest for all things computer systems and I promptly changed faculty to
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>
<p>My biggest tech thrills revolve around playing with microcontrollers, finding ways to use multiple
technologies to get the job done as efficiently as possible and producing well-designed solutions to
the problems that land on my desk.</p>
<p>I'm also a pretty big fan of professional cycling, obstacle course racing and healthy cooking.</p>
</div>
2015-06-20 20:38:55 +00:00
</div></div>
2015-06-20 19:49:46 +00:00
<!-- Header end -->
2015-06-20 21:17:14 +00:00
<!-- Sections start -->
<div id="skillset"></div>
<div id="experience"></div>
<div id="projects"></div>
<div id="callmemaybe"></div>
<!-- Sections end -->
<!-- Footer start -->
<!-- Footer end -->
2015-06-20 19:43:41 +00:00
</body>
</html>