-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsocial.html
More file actions
68 lines (68 loc) · 2.94 KB
/
social.html
File metadata and controls
68 lines (68 loc) · 2.94 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html>
<head>
<title>Patrick Mounts | @patrickmnts</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap -->
<link href="bootstrap/css/bootstrap.css" rel="stylesheet" media="screen">
<link href="bootstrap/css/bootstrap-responsive.css" rel="stylesheet" media="screen">
<!-- My CSS -->
<link href="stylesheet.css" rel="stylesheet" media="screen">
<link href='http://fonts.googleapis.com/css?family=Scada' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="container-fluid">
<div class="row-fluid">
<div class="page-header">
<h1>Patrick Mounts <small>Season, Reason, Lifetime</small></h1>
</div>
</div>
<div class="navbar">
<div class="navbar-inner">
<a class="brand" href="#">Welcome</a>
<ul class="nav">
<li><a href="/index.html">Home</a></li>
<li><a href="/projects.html">Projects</a></li>
<li class="active"><a href="/social.html">Social</a></li>
<!-- <li><a href="/blog.html">Blog</a></li> -->
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<h2>Social <small>@patrickmnts</small></h2>
<hr>
</div>
</div>
<div class="row-fluid">
<div class="span5" id="instagram">
<h3>Instagram</h3>
<iframe src="http://snapwidget.com/in/?u=cGF0cmlja21udHN8aW58MTAwfDR8NXx8eWVzfDV8bm9uZQ==" allowTransparency="true" frameborder="0" scrolling="no" style="border:none; overflow:hidden; width:345px; height: 575px" ></iframe>
</div>
<div class="span6 offset1" id="twitter">
<h3>Twitter</h3>
<a class="twitter-timeline" href="https://twitter.com/patrickmnts" data-widget-id="349711421472395264">Tweets by @patrickmnts</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
</div>
<hr>
<footer class="modal-footer">
© Patrick Mounts 2013
</footer>
</div>
<script src="http://code.jquery.com/jquery.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<!-- GOOGLE ANYLITICS -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-42027213-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>
</body>
</html>