-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·55 lines (53 loc) · 3.04 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
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>emily hann</title>
<link rel="shortcut icon" href="favicon-anchor.ico">
<link rel="stylesheet" type="text/css" href="css/normalize.css" />
<link rel="stylesheet" type="text/css" href="css/demo.css" />
<link rel="stylesheet" type="text/css" href="css/component.css" />
<!-- <link rel="stylesheet" type="text/css" href="fonts/fonts.css" /> -->
<!-- <link href="http://fonts.googleapis.com/css?family=Raleway:200,400,800|Clicker+Script" rel="stylesheet"> -->
<style>
@import url('https://fonts.googleapis.com/css?family=Clicker+Script');
</style>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- <link rel="stylesheet" href="fonts/clickerScript/ClickerScript-Regular.ttf"> -->
<link rel="stylesheet" href="fonts/fontAwesome/css/font-awesome.min.css">
</head>
<body>
<div class="container demo-2">
<div class="content">
<div id="large-header" class="large-header">
<canvas id="demo-canvas"></canvas>
<h1 class="main-title"><div style="Clicker Script: 'cursive', serif;">Emily Hann</div></span></h1>
<a href="https://www.facebook.com/emily.hann.75" target="_blank" class="link1"><i class="fa fa-facebook-square"></i></a>
<a href="https://www.linkedin.com/in/emily-hann-00685878" target="_blank" class="link2"><i class="fa fa-linkedin-square"></i></a>
<a href="https://github.com/emhann" target="_blank" class="link5"><i class="fa fa-github-square"></i></a>
<a href="docs/resume.pdf" target="_blank" class="link3"><i class="fa fa-file-text-o"></i></a>
<a href="https://www.instagram.com/ehann67/" target="_blank" class="link4"><i class="fa fa-instagram"></i></a>
</div>
<!-- <div class="codrops-top clearfix">
<a class="codrops-icon codrops-icon-prev" href="http://tympanus.net/Development/OffCanvasMenuEffects/"><span>Previous Demo</span></a>
<a class="codrops-icon codrops-icon-drop" href="http://tympanus.net/codrops/?p=20153"><span>Back to the Codrops Article</span></a>
</div>
<div class="codrops-header">
<h1>Animated Background Headers <span>Examples for creative website headers</span></h1>
<nav class="codrops-demos">
<a href="index.html">Demo 1</a>
<a class="current-demo" href="index2.html">Demo 2</a>
<a href="index3.html">Demo 3</a>
<a href="index4.html">Demo 4</a>
</nav>
</div> -->
</div>
</div><!-- /container -->
<script src="js/rAF.js"></script>
<script src="js/demo-2.js"></script>
</body>
</html>