33 lines
1.2 KiB
HTML
33 lines
1.2 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<title>I'm Marc!</title>
|
|
|
|
<!-- Stylesheets -->
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
|
|
<!-- JS -->
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<!-- Header start -->
|
|
<header>
|
|
<a name="top"></a>
|
|
<p id="header_title"><h1>Hey there! My name is Marc.</h1></p>
|
|
<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>
|
|
</header>
|
|
<!-- Header end -->
|
|
</body>
|
|
|
|
</html>
|