-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
46 lines (42 loc) · 2.13 KB
/
Copy pathabout.html
File metadata and controls
46 lines (42 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"> <!-- Attribute -->
<title>Corie Bain | Software Developer</title>
<link rel="stylesheet" href="css/normalize.css">
<link href="https://fonts.googleapis.com/css?family=Changa+One:400,400i|Open+Sans:400,400i,700,700i,800" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<meta name="viewport" content="width=device-width, inital-scale=1.0">
</head>
<body>
<header>
<a href = "index.html" id="logo">
<img src="Images/flag.png" alt="" align="left">
<h1>Corie Bain</h1>
<h2>Software Developer</h2>
</a>
<nav>
<ul>
<li><a href="index.html" >Home</a></li>
<li><a href="moreprojects.html" >More Projects</a></li>
<li><a href="about.html" >About Me</a></li>
<li><a href="contact.html">Contact Me</a></li>
<li><a href="robot.html">Website AI</a></li>
</ul>
</nav>
</header>
<div id ="wrapper"><!-- Section off -->
<section>
<img src="Images/profile.jpg" alt="Corie Bain photo" class="profilepic">
<h3>About Me</h3>
<p>I am currently an International student from Grenada enrolled at McMaster University. I am very community oriented and I have lead initiatives such as providing computer literacy classes for orphans. Due to my commitment to community and my academic performance in my home country of Grenada I was awarded the Nicholas and Janice Brathwaite Scholarship. It is my dream to become a world-renowned software developer and create a breakthrough software application that makes a drastic positive change in the world. I am currently open to any Co-op or Internship opportunities.</p>
</section>
<footer>
<a href ="https://github.com/c-bain"><img src = "Images/github.png" alt="Github logo" class="social-icon"></a>
<a href ="https://www.linkedin.com/in/coriebain/"><img src = "Images/linkedin.png" alt="LinkedIn logo" class="social-icon"></a>
<p>© 2017 - Property of Corie Bain.</p>
</footer>
</div>
</body>
</html>