EXPLORER

. . .

OPEN EDITORS

#

  PersonalWebsit...

 PersonalWebsit...

PERSONALWEBSITE

#

 PersonalWebsit...

 PersonalWebsit...

.gitattributes

OUTLINE

TIMELINE

 PersonalWebsite.css

 PersonalWebsite.html

1    <DOCTYPE! html>
2   
3    <html>
4       <head>
5          <title >My personal website </title>
6          <link href = "PersonalWebsite.css"type = "text/css">
7       </head>
8       <body>
9          <div id = 'peronal-intro'>
10            <p id = 'peronal-intro-text'>
11               Hello! Nice to meet you. My name is Benjamin Chamberland and I'm a second year computer science student at McGill
12               University in Montreal, Canada. I like to code.
13            </p>
14         </div>
15         <div id = 'my-resume'>
16            <a href = 'content/my_resume.pdf>Click here!</a>
17         </div id = 'my-resume'>
18         <div id = 'my-projects'>
19            <ol id = 'my-projects-list'>
20               <li id = 'lemur-websites'> Lemur Websites, my web design company. </li>
21                 <a href = 'https://www.lemurwebsites.com/'>Check out my website here!</a>
22               <li id = 'ratemyprofessor-mcgill'> A chrome extension which integrates additional features to McGill's course selection page. </li>
23                 <a href = 'chrome.google.com/webstore/ratemyprof-mcgill'>Check out my chrome extension here!</a>
24               <li id = 'weekly-task-tracker' > A basic task manager made with React.js. </li>
25                 <a href = 'https://chxmberland.github.io/TaskManager/'>Check out my task manager here!</a>
26            </ol>
27         </div>
28      </body>
29   </html>
30