-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtwitter.php
116 lines (116 loc) · 3.64 KB
/
twitter.php
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Splash Dot - Twitter Feeds</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="robots" content="noindex, nofollow" />
<meta name="author" content="Corbin Matschull">
<meta name="keywords" content="Art,Code,Team">
<meta name="robots" content="index, nofollow">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1, user-scalable=no">
<link href='http://fonts.googleapis.com/css?family=Josefin+Sans:100,300,400' rel='stylesheet' type='text/css'>
<link rel="icon" type="image/png" href="images/FaviCon.png">
<link rel="stylesheet" type="text/css" href="screen.css">
<link rel="stylesheet" type="text/css" href="style.css>
<script type="text/javascript" charset="utf-8" src="chrome-extension://cpngackimfmofbokmjmljamhdncknpmg/js/page_context.js"></script>
<style type="text/css">
@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Josefin+Sans:300);
@import url(http://fonts.googleapis.com/css?family=Amatic+SC);
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 100;
src: local('Lato Hairline'), local('Lato-Hairline'), url(http://themes.googleusercontent.com/static/fonts/lato/v6/boeCNmOCCh-EWFLSfVffDg.woff) format('woff')
}
body{
background:url(images/RainbowPattern.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.twitter-feeds{
margin-top:-50px;
padding-top: 6.5em;
display: inline-flex;
}
</style>
</head>
<body>
<header role="banner" class="clearfix main-header">
<div class="wrapper clearfix">
<a href="index.php" class="logo">
<h2>Go Home</h2>
</a>
<nav role="navigation" class="main-nav clearfix">
<ul class="clearfix">
<li>
<a href="metro-window.html" class="active">Metro Window</a>
</li>
<li>
<a href="twitter.php">Twitter Feeds</a>
</li>
<li>
<a href="work.php">Works</a>
</li>
<li>
<a href="underconstruction.php">Web Tutorials</a>
</li>
<li>
<a href="simplesubmit/form.html">Contact Me</a>
</li>
</ul>
</nav>
</div>
</header>
<div class="twitter-feeds">
<div class="personalTwitter">
<a class="twitter-timeline"
width="357"
height="597"
data-chrome="noscrollbar nofooter"
data-related="TNTWZRD, letmelive14"
data-dnt="true"
data-theme="light"
href="https://twitter.com/ReDev_"
data-widget-id="391061342909509633">Tweets by @ReDev_</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>
<br>
<a
width="357"
height="597"
class="twitter-timeline"
data-dnt="true"
data-chrome="noscrollbar nofooter"
data-related="Spritsinz"
data-theme="light"
href="https://twitter.com/TNTWZRD"
data-widget-id="457249086433808384">Tweets by @TNTWZRD</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>
<br>
</body>
</html>