-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (46 loc) · 1.99 KB
/
Copy pathindex.html
File metadata and controls
55 lines (46 loc) · 1.99 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
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.85.0" />
<meta charset="utf-8">
<title>Laurance George · Personal Page</title>
<meta name="description" content="Personal Page">
<meta name="author" content="Laurance George">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/fonts.css" type="text/css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/all.min.css">
<link rel="stylesheet" href="css/vncnt.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico?">
</head>
<body>
<div class="landingpage">
<div class="grid-container fivetoseven" role="main">
<div class="item" aria-label="Avatar">
<section id="avatar">
<img class="avatar" src="https://avatars.githubusercontent.com/u/682454" alt="682454">
</section>
</div>
<div class="grid-container full autocenter">
<section id="bio" aria-label="Biography">
<h1 class="h3-like" aria-level="1" aria-label="Name">Laurance George</h1>
<p class="reset-margin" title="About" aria-label="About">Software Engineer.<br>
Focused on making infrastructure simple.</p>
</section>
<section id="contact" aria-label="Contact">
<div class="icons" aria-label="Links">
<h2 class="h3-like" aria-label="Link Icons">
<a class="icon" href="https://github.com/el-gee" target="_blank" rel="noopener me">
<i class="fab fa-github" title="github" aria-label="Go to github."></i>
</a>
<a class="icon" href="https://www.linkedin.com/in/laurance-g-67226a2b/" target="_blank" rel="noopener me">
<i class="fab fa-linkedin" title="linkedin" aria-label="Go to linkedin."></i>
</a>
</h2>
</div>
</section>
</div>
</div>
</div>
</body>
</html>