Clean
This commit is contained in:
parent
d8190db3f8
commit
9500423656
1 changed files with 36 additions and 13 deletions
49
index.html
49
index.html
|
@ -12,17 +12,19 @@
|
|||
|
||||
<body>
|
||||
<div id="page">
|
||||
<div id="panel-landing" class="section">
|
||||
<div id="panel-landing" class="section primarytext">
|
||||
<div id="main-menu" class=" fs-1-3">
|
||||
<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>
|
||||
<p id="greet" class="fs-5 mb-z">I'm <span class="accent bold">Marc</span> and I love to <span id="typedWords" class="accent bold"></span></p>
|
||||
|
||||
<div id="landing-blurb">
|
||||
<p class="mt-z regularsize"> I am a <span class="accent accentsize bold">third-year computer engineering student</span> at <span class="accent accentsize bold">McGill University</span>.</p>
|
||||
<p class="regularsize">I'm interested in <span class="accent accentsize bold">full-stack web development</span>, <span class="accent accentsize bold">hardware design</span> and <span class="accent accentsize bold">low-level programming</span>.
|
||||
</div>
|
||||
|
||||
<ul>
|
||||
<li><a href="#resume">Resume</a></li>
|
||||
<li><a href="#getInTouch">Get in touch</a></li>
|
||||
</ul>
|
||||
<div id="landing-blurb">
|
||||
<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>
|
||||
<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 class="social">
|
||||
<ul>
|
||||
|
@ -34,13 +36,13 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="panel-resume" class="section">
|
||||
<div id="panel-resume" class="section primarytext">
|
||||
<div id="resume-container">
|
||||
<p>My name is <span class="em-resume">Marc Cataford</span>, I am a <span class="em-resume">25</span> years old Montrealer.
|
||||
<p>I'm currently completing my <span class="em-resume">third year</span> as a <span class="em-resume">computer engineering</span> student at McGill University and I am looking for <span class="em-resume">new opportunities</span>.
|
||||
<p>I'm currently employed as a <span class="em-resume">Web editor / Web developer</span> at <span class-"em-resume">The McGill Daily</span>, a student newspaper founded in 1911 that is published weekly, and updated almost daily online for our 80,000~ visitors. I have also been <span class="em-resume">tutoring and teaching computer engineering topics and programming</span> for the past three years independently.
|
||||
<p>My programming skillset includes <span class="em-resume">Java</span>, <span class="em-resume">C/C++</span>, <span class="em-resume">PHP</span> and <span class="em-resume">Javascript</span>, as well as basic knowledge of <span class="em-resume">Python</span>, <span class="em-resume">Perl</span>, <span class="em-resume">Assembly</span> and <span class="em-resume">Matlab</span>.
|
||||
<p>I also have experience with <span class="em-resume">Photoshop</span>, <span class="em-resume">Wordpress</span> and <span class="em-resume">Logisim</span>.
|
||||
<p>My name is <span class="accent accentsize boldsize bold">Marc Cataford</span>, I am a <span class="accent accentsize bold">25</span> years old Montrealer.
|
||||
<p>I'm currently completing my <span class="accent accentsize bold">third year</span> as a <span class="accent accentsize bold">computer engineering</span> student at McGill University and I am looking for <span class="accent accentsize bold">new opportunities</span>.
|
||||
<p>I'm currently employed as a <span class="accent accentsize bold">Web editor / Web developer</span> at <span class-"accent accentsize bold">The McGill Daily</span>, a student newspaper founded in 1911 that is published weekly, and updated almost daily online for our 80,000~ visitors. I have also been <span class="accent accentsize bold">tutoring and teaching computer engineering topics and programming</span> for the past three years independently.
|
||||
<p>My programming skillset includes <span class="accent accentsize bold">Java</span>, <span class="accent accentsize bold">C/C++</span>, <span class="accent accentsize bold">PHP</span> and <span class="accent accentsize bold">Javascript</span>, as well as basic knowledge of <span class="accent accentsize bold">Python</span>, <span class="accent accentsize bold">Perl</span>, <span class="accent accentsize bold">Assembly</span> and <span class="accent accentsize bold">Matlab</span>.
|
||||
<p>I also have experience with <span class="accent accentsize bold">Photoshop</span>, <span class="accent accentsize bold">Wordpress</span> and <span class="accent accentsize bold">Logisim</span>.
|
||||
|
||||
|
||||
</div>
|
||||
|
@ -55,7 +57,28 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div id="panel-intouch" class="section"></div>
|
||||
<div id="panel-projects" class="section primarytext">
|
||||
<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 primarytext">
|
||||
<div id=""
|
||||
<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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue