Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Scrolls through full schedule view, period view, world news, and HW related twee

http://jononon.github.io/msihw/scroll.html

Also avaliable without world news and tweets:
Also avaliable without world news:

http://jononon.github.io/msihw/scrollnonews.html

Expand All @@ -19,7 +19,8 @@ http://jononon.github.io/msihw/today.html
###Lounge
Shows current period, next period, start times, and countdowns for finals and for the end of school.

http://jononon.github.io/msihw/index.html
http://jononon.github.io/msihw/lounge.html


###Bing
Shows period view during day, tomorrow's schedule after school.
Expand All @@ -42,7 +43,12 @@ More info about this repository.
http://jononon.github.io/msihw/moreinfo.html

##Credits
Uses the iHW Online Visualiser (http://ihwapp.com/now)
Uses countdowns from http://itsalmo.st
Uses carousels from Slick: http://github.com/kenwheeler/slick
Uses the iHW Online Visualiser (http://ihwapp.com/now) and http://itsalmo.st


Product of the HW Tech Council
Powered by iHW

40 changes: 19 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
<html>

<head>
<meta http-equiv="refresh" content="3600"; url="http://jononon.github.io/msihw/index.html">
<link rel="stylesheet" href="http://ihwapp.com/static/css/styles.css">
<link rel="stylesheet" href="wrap.css">
<link rel="stylesheet" href="noscroll.css">
<link href='http://fonts.googleapis.com/css?family=Cabin+Condensed:400,700|Bitter' rel='stylesheet' type='text/css'>
</head>
<center>
<div id="iframe-wrapper">
<div>&nbsp</div><div>&nbsp</div><div>&nbsp</div><div>&nbsp</div><div>&nbsp</div>
<script>
document.write("<iframe src='http://ihwapp.com/now/m' style='width: 100%; height: 50%; border: 0px; display: inline;'></iframe>");
</script>
<iframe src="http://itsalmo.st/#finals_ukjif" style="width: 49%; height: 50%; border: 0px; display: inline;"></iframe>
<iframe src="http://itsalmo.st/#theend_kbbpe" style="width: 49%; height: 50%; border: 0px; display: inline;"></iframe>
<div id="iframe-overlay"></div>
</div>
<div>Made with <a href="https://github.com/jononon/msihw">Github</a> - Hosted at <a href="http://jononon.github.io/msihw/">http://jononon.github.io/msihw/</a></div>
<div><a href="moreinfo.html">More Info</a></div>
</center>
<head>
<link rel="stylesheet" href="http://ihwapp.com/static/css/styles.css">
<link href='http://fonts.googleapis.com/css?family=Cabin+Condensed:400,700|Bitter' rel='stylesheet' type='text/css'>
</head>
<body>
<center><font size=30><b>HWMS iHW Visualisers</b></font></center>
<center>
<div>
<div><a href="scroll.html">Scroll</a></div>
<div><a href="scrollnonews.html">Scroll without News</a></div>
<div><a href="today.html">Today</a></div>
<div><a href="bing.html">Bing</a></div>
<div><a href="lounge.html">Lounge</a></div>
<div><a href="twitter.html">Twitter</a></div>
<div><a href="worldnews.html">World News</a></div>
<div><a href="moreinfo.html">More Information</a></div>
</div>
</center>
</body>
</html>
23 changes: 23 additions & 0 deletions lounge.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<html>

<head>
<meta http-equiv="refresh" content="3600"; url="http://jononon.github.io/msihw/lounge.html">
<link rel="stylesheet" href="http://ihwapp.com/static/css/styles.css">
<link rel="stylesheet" href="wrap.css">
<link rel="stylesheet" href="noscroll.css">
<link href='http://fonts.googleapis.com/css?family=Cabin+Condensed:400,700|Bitter' rel='stylesheet' type='text/css'>
</head>
<center>
<div id="iframe-wrapper">
<div>&nbsp</div><div>&nbsp</div><div>&nbsp</div><div>&nbsp</div><div>&nbsp</div>
<script>
document.write("<iframe src='http://ihwapp.com/now/m' style='width: 100%; height: 50%; border: 0px; display: inline;'></iframe>");
</script>
<iframe src="http://itsalmo.st/#finals_ukjif" style="width: 49%; height: 50%; border: 0px; display: inline;"></iframe>
<iframe src="http://itsalmo.st/#theend_kbbpe" style="width: 49%; height: 50%; border: 0px; display: inline;"></iframe>
<div id="iframe-overlay"></div>
</div>
<div>Made with <a href="https://github.com/jononon/msihw">Github</a> - Hosted at <a href="http://jononon.github.io/msihw/">http://jononon.github.io/msihw/</a></div>
<div><a href="moreinfo.html">More Info</a></div>
</center>
</html>
4 changes: 2 additions & 2 deletions scroll.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
}
</script>
</div>
<div><iframe src='http://ihwapp.com/now/m' style='width: 100%; height: 100%; border: 0px; display: inline;'></iframe></div>
<div><center><iframe src='worldnews.html' style='width: 520px; height: 100%; border: 0px; display: inline;'></iframe></center></div>
<div><iframe src='http://ihwapp.com/now/m' style='width: 100%; height: 100%; border: 0px; display: inline;'></iframe></div>
<div><center><iframe src='twitter.html' style='width: 520px; height: 100%; border: 0px; display: inline;'></iframe></center></div>
</div>
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
Expand All @@ -36,4 +36,4 @@
<script type="text/javascript" src="//cdn.jsdelivr.net/jquery.slick/1.5.5/slick.min.js"></script>
<script type="text/javascript" src="slickscripts.js"></script>
</body>
</html>
</html>
3 changes: 2 additions & 1 deletion scrollnonews.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
}
</script>
</div>
<div><center><iframe src='twitter.html' style='width: 520px; height: 100%; border: 0px; display: inline;'></iframe></center></div>
<div><iframe src='http://ihwapp.com/now/m' style='width: 100%; height: 100%; border: 0px; display: inline;'></iframe></div>
</div>
<script type="text/javascript" src="//code.jquery.com/jquery-1.11.0.min.js"></script>
Expand All @@ -34,4 +35,4 @@
<script type="text/javascript" src="//cdn.jsdelivr.net/jquery.slick/1.5.5/slick.min.js"></script>
<script type="text/javascript" src="slickscripts.js"></script>
</body>
</html>
</html>
3 changes: 2 additions & 1 deletion slickscripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ $(document).ready(function() {
fade: true,
pauseOnHover: false,
slidesToShow: 1,
variableWidth: false,
});
});
});
5 changes: 3 additions & 2 deletions twitter.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<html>
<a class="twitter-timeline" data-dnt="true" data-chrome="nofooter" href="https://twitter.com/tishejonnyd/lists/harvard-westlake" height="900" data-widget-id="598694395236384768">Tweets from https://twitter.com/tishejonnyd/lists/harvard-westlake</a>
<head><link rel="stylesheet" href="noscroll.css"></head>
<a class="twitter-timeline" data-dnt="true" data-chrome="nofooter noscrollbar" href="https://twitter.com/tishejonnyd/lists/harvard-westlake" height="2000" data-widget-id="598694395236384768">Tweets from https://twitter.com/tishejonnyd/lists/harvard-westlake</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>
</html>
</html>