-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
73 lines (69 loc) · 3.22 KB
/
index.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
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html>
<head>
<title>Synhak...Live!</title>
<meta name="viewport" contents="width=device-width, initial-scale=1.0"/>
<link href='https://fonts.googleapis.com/css?family=Exo:400,900' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" />
<link rel="stylesheet" href="main.css" />
<link rel="alternate" type="application/json+oembed" href="http://live.synhak.org/oembed.json" title="live.synhak.org oEmbed"/>
<link rel="alternate" type="text/xml+oembed" href="http://live.synhak.org/oembed.xml" title="live.synhak.org oEmbed"/>
</head>
<body>
<header>
<div class="jumbotron" id="masthead">
<div class="container">
<div class="row">
<div class="col-md-10">
<h1>Synhak...Live!</h1>
</div>
<div class="col-md-2" id="door-block">
<h2>Front Door</h2>
<iframe src="embed.html" width="200" height="100" frameBorder="0"></iframe>
</div>
</div>
</div>
</div>
</header>
<div class="container">
</div>
<div class="container">
<div class="row">
<div class="col-md-5">
<h2>Calendar of Events</h2>
<div id="calendar">
<iframe src="https://www.google.com/calendar/embed?showCalendars=0&mode=AGENDA&height=600&wkst=1&bgcolor=%23ffffff&src=ihquokkv4i8cigabaomrl68ak4%40group.calendar.google.com&color=%232F6309&ctz=America%2FNew_York" style=" border-width:0 " height="450" frameborder="0" scrolling="no"></iframe>
</div>
</div>
<div class="col-md-7">
<h2>Hackercam</h2>
<img src="http://space.synhak.org:8000/mjpg/video.mjpg"
width="640" height="480" id="hackercam"/>
</div>
<div class="col-md-5">
<h2>Twitter</h2>
<div id="twitter">
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/SYNHAK" data-widget-id="425346427984699392">Tweets by @SYNHAK</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 class="col-md-2">
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery.js"></script>
<script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
<script src="live.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38534817-1']);
_gaq.push(['_setDomainName', 'synhak.org']);
_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>