-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (46 loc) · 1.81 KB
/
index.html
File metadata and controls
51 lines (46 loc) · 1.81 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
<html>
<head>
<title>Samuel Beckman</title>
<link rel="shortcut icon" href="favicon.png">
<link rel="canonical" href="http://sambeckman.com">
<meta name="author" content="Sam Beckman">
<meta name="author" content="Samuel Beckman">
<meta name="HandheldFriendly" content="true" />
<meta name="viewport" content="width=device-width, user-scalable=no" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-10667308-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<link rel="stylesheet" href="style.css" type="text/css" media="all">
<link rel="stylesheet" href="tablet.css" type="text/css" media="screen and (max-width: 651px) and (min-width:412px)">
<link rel="stylesheet" href="mobile.css" type="text/css" media="screen and (max-width: 411px) and (min-width:5px)">
<!--google font-->
<link href='http://fonts.googleapis.com/css?family=Nunito:700&v2'rel='stylesheet'
type='text/css'>
</head>
<body>
<center>
<div class="card">
<div class="header">
<img title="Samuel Beckman" style="position:relative; top:0px;" src="me.jpg"/>
<a href="https://plus.google.com/+SamuelBeckman">
<p style="font-size:27; text-indent:27;
top:7px"><i>Hello, I'm</i></p>
<h1>Samuel Beckman</h1>
<p style="text-indent:21px; top:-30px;">
</p>
</a>
</div>
<p class="head"style="text-indent:25px;">Hi I'm</p>
<h1 class="head" style="font-size:34;">Samuel Beckman</h1>
<p class="bio"></p>
</div>
</center>
</body>
</html>