-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (36 loc) · 1.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Generated by default-imports.pug-->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i" rel="stylesheet">
<link href="styles/css/default.css" type="text/css" rel="stylesheet">
</head>
<body>
<div id="siteHeader">
<h1>Christian Meredith</h1>
<div>GitHub Portfolio</div>
</div>
<div id="mainContent">
<h2>Welcome</h2>
<p>How's it going?</p>
<p>This site is under construction. As I am experimenting with Pug (Jade), Sass (.scss) and TypeScript, updates to this site may occur sporadically as I prototype things locally beforehand.</p>
<p>– 2017/04/23</p>
</div>
<!-- Generated by badges.pug-->
<div id="badges">
<div id="LinkedIn-badge"><script type="text/javascript" src="https://platform.linkedin.com/badges/js/profile.js" async defer></script>
<div class="LI-profile-badge"
data-version="v1"
data-size="medium"
data-locale="en_US"
data-type="vertical"
data-theme="dark"
data-vanity="christian-j-meredith">
<a class="LI-simple-link" href='https://au.linkedin.com/in/christian-j-meredith?trk=profile-badge'>
Christian Meredith
</a>
</div>
</div>
</div>
</body>
</html>