-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (48 loc) · 2.48 KB
/
index.html
File metadata and controls
49 lines (48 loc) · 2.48 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>James Crook</title>
<meta name="description" content="James Crook">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,800' rel='stylesheet' type='text/css'>
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<video autoplay loop poster="./img/bg.png" id="bgvid">
<source src="new.mp4">
</video>
<div class="cover">
<h1 id="name">James Crook \FrontEnd\</h1>
<ul id="social">
<li> <a href="https://github.com/jacrook"><i class="fa fa-github-alt"></i></a></li>
<li> <a href="https://instagram.com/c.r.o.o.k/"><i class="fa fa-instagram"></i></a></li>
<li> <a href="https://www.facebook.com/jimcrook"><i class="fa fa-facebook"></i></a></li>
<li> <a href="https://twitter.com/jimmeecrack"><i class="fa fa-twitter"></i></a></li>
<li> <a href="https://www.linkedin.com/in/jamescrooklinked"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-{{JQUERY_VERSION}}.min.js"><\/script>')</script>
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-27403992-1','auto');ga('send','pageview');
</script>
<script src="js/modernizr.js"></script>
<script src="js/jquery.fittext.js"></script>
<script>
jQuery("#name").fitText(1.2);
jQuery("#social").fitText(1.8);
</script>
</body>
</html>