This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
twitter.html
61 lines (57 loc) · 4.4 KB
/
twitter.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
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine or request Chrome Frame -->
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta name="description" content="OHI/O 2015: Tweets">
<meta name="keywords" content="Hackathon, OHIO, 2015">
<meta name="author" content="ohio, buckeye hackers">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:url" content="http://hack.osu.edu">
<meta property="og:type" content="website">
<meta property="og:title" content="OHI/O 2015: Tweets">
<meta property="og:description" content="OHI/O 2015: The Ohio State Hackathon">
<meta property="og:site_name" content="OHI/O 2015">
<meta property="og:image" content="img/logo.png">
<link rel="icon" href="images/favicon.png">
<title>OHI/O 2015: Tweets</title>
<link rel="shortcut icon" href="img/favicon.ico" />
<link rel="stylesheet" type="text/css" href="https://www.osu.edu/assets/fonts/webfonts.css">
<link rel="stylesheet" type="text/css" href="style/font-awesome.css">
<link rel="stylesheet" type="text/css" href="style/s.css">
<link rel="stylesheet" type="text/css" href="style/live.css">
</head>
<body ng-app='hack' ng-controller='Controller'>
<section>
<br /><br /><br />
<div class="container">
<div class="left-content center">
<h2>Tweets by Us</h2>
<a class="twitter-timeline" href="https://twitter.com/hackohio" data-widget-id="665945158022799361">Tweets by @hackohio</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 class="right-content center">
<h2>Tweets by You</h2>
<a class="twitter-timeline" href="https://twitter.com/hashtag/hackohio" data-widget-id="665947494006841344">#hackohio Tweets</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 style="clear: both;"></div>
</section>
<footer>
<div class="content center white">
<h3 class="white">Ready to build something awesome?</h3>
<p class="white">Made with love by...<br><small><a style="color:white;" href="http://www.buckhacks.org/">Buckeye Hackers</a> • <a style="color:white;" href="https://opensource.osu.edu/">Open Source Club</a> • <a style="color:white;" href="http://electronicsosu.com/">Electronics Club</a> • <a style="color:white;" href="http://acmw.org.ohio-state.edu/">ACM-W</a> • <a style="color:white;" href="https://mobileapposu.github.io/">Mobile App Developers Club</a> • <a style="color:white;" href="http://www.cwdg.club/">CWDG</a> • <a style="color:white;" href="https://ecs.osu.edu/">Engineering Career Services</a> • <a style="color:white;" href="https://engineering.osu.edu/">College of Engineering</a> • <a style="color:white;" href="https://cse.osu.edu/">Department of Computer Science & Engineering</a> • <a style="color:white;" href="https://library.osu.edu/">University Libraries</a></small></p>
</div>
</footer>
<script src="bower_components/angular/angular.min.js"></script>
<script src="bower_components/angular-scroll/angular-scroll.min.js"></script>
<script src="bower_components/angular-sanitize/angular-sanitize.min.js"></script>
<script src="bower_components/countUp.js/countUp.js"></script>
<script src="bower_components/angular-timeline/dist/angular-timeline.js"></script>
<script src="js/app.js"></script>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
</body>
</html>