-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (28 loc) · 1.07 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
<!DOCTYPE html>
<html>
<head>
<title>Jack Kearney</title>
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="static/css/app.css" />
</head>
<body>
<section class='background full-page'>
<div class='plasma-container vertical-center'>
<video class="plasma" autoplay="autoplay" loop="loop">
<source src="static/img/plasma-480p.webm" type="video/webm">
<source src="static/img/plasma-480p.ogv" type="video/ogg">
</video>
</div>
<div class='full-page texture'></div>
</section>
<section class='full-page vertical-center'>
<div class='information'>
<h1><a href='mailto:[email protected]'>JACK KEARNEY</a></h1>
<div class='icons'>
<a href='https://www.linkedin.com/in/jack-kearney-0b693b44' class='icon-social-linkedin'></a>
<a href='https://github.com/jack-kearney' class='icon-social-github-octocat-solid'></a>
</div>
</div>
</section>
</body>
</html>