-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (40 loc) · 2.14 KB
/
index.html
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
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, intial-scale=1">
<!--
General Kenobi. You are a bold one.
-->
<meta property="og:site_name" content="Brandon Lucier - Website" />
<meta property="og:title" content="Brandon Lucier" />
<meta property="og:description" content="Senior Software Developer" />
<meta property="og:image" content="/images/headshot.png" />
<meta property="og:type" content="website" />
<title>Brandon Lucier | Senior Software Developer</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="styles/style.css">
<script src="scripts/github.js"></script>
</head>
<body>
<div class="page-container">
<div class="page-content">
<div class="left">
<img src="images/headshot.png" alt="A picture of me!" class="headshot" />
<div class="text-content">
<h1>Hello there.</h1>
<p>My name is Brandon and I'm a Senior Software Developer making autofill better @ 1Password.</p>
</div>
<a href="resume/" target="_blank" aria-label="Check out my resume!" class="resume">Resume</a>
<footer>Find me on <a href="https://www.linkedin.com/in/blucier/" target="_blank" aria-label="LinkedIn">LinkedIn!</a></footer>
</div>
<div class="right">
<div class="github-icon"><a href="https://github.com/Scetch" title="Check me out on GitHub!"><img src="images/github.png" alt="Check me out on GitHub!" /></a></div>
<div class="github-repos" id="#github-repos">
<span>Having some trouble looking up my recent repos, so you can check out my <a href="https://github.com/Scetch/" target="_blank" aria-label="GitHub">GitHub!</a></span>
</div>
</div>
</div>
</div>
</body>
</html>