mirror of
https://github.com/moonlight-stream/moonlight-stream.github.io.git
synced 2026-02-16 10:31:12 +00:00
Add back Google Analytics and footer
This commit is contained in:
44
index.html
44
index.html
@@ -54,7 +54,6 @@
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -73,7 +72,7 @@
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<!-- Main -->
|
||||
<!-- Limelight features tab -->
|
||||
<div class="wrapper style2">
|
||||
<div class="title">Limelight in Action</div>
|
||||
<div id="main" class="container">
|
||||
@@ -132,19 +131,17 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Downloads -->
|
||||
<div class="wrapper style3">
|
||||
<div class="title">Download Limelight</div>
|
||||
<!---Row 1--->
|
||||
<div id="highlights" class="container">
|
||||
<div class="row oneandhalf">
|
||||
|
||||
<div class="4u">
|
||||
|
||||
<div class="row oneandhalf">
|
||||
<div class="4u">
|
||||
<section class="highlight">
|
||||
<h3><a href="https://github.com/limelight-stream/limelight-pc/releases">Limelight PC</a></h3>
|
||||
<p>Stream to Windows, Mac, or Linux</p>
|
||||
@@ -176,6 +173,7 @@
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
<!---Second Row --->
|
||||
<div class="row oneandhalf">
|
||||
|
||||
<div class="4u">
|
||||
@@ -208,8 +206,7 @@
|
||||
</ul>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -218,7 +215,7 @@
|
||||
<div class="title">Who We Are</div>
|
||||
<section id="intro" class="container">
|
||||
|
||||
<p class="style3">Limelight was created by <a href="http://case.edu">Case Western</a> students as a project at the <a href="http://mhacks.org">MHacks</a> hackathon in 2013 and further developed at MHacks and <a href="http://hackcwru.com">HackCWRU</a> in 2014. <br /><br />
|
||||
<p class="style3">Limelight was created by <a href="http://case.edu">Case Western Reserve University</a> students as a project at the <a href="http://mhacks.org">MHacks</a> hackathon in 2013 and further developed at MHacks and <a href="http://hackcwru.com">HackCWRU</a> in 2014. <br /><br />
|
||||
<ul>
|
||||
<li><a href="https://github.com/cgutman" class="user-mention">Cameron Gutman</a></li>
|
||||
<li><a href="https://github.com/dwaxemberg" class="user-mention">Diego Waxemberg</a></li>
|
||||
@@ -227,9 +224,30 @@
|
||||
<li><a href="https://github.com/yetanothername" class="user-mention">Andrew Hennessy</a></li>
|
||||
</ul></p>
|
||||
<p class="style3">
|
||||
Want to keep up with the latest Limelight updates? Keep up with development at the <a href="http://forum.xda-developers.com/showthread.php?t=2505510">XDA Developers Thread</a>.
|
||||
Want to keep up with the latest Limelight updates? Follow along with development at the <a href="http://forum.xda-developers.com/showthread.php?t=2505510">XDA Developers Thread</a>.
|
||||
</section>
|
||||
<!-- FOOTER -->
|
||||
<div id="copyright">
|
||||
<footer class="inner">
|
||||
<p>© <script type="text/javascript">var d = new Date();document.write(d.getFullYear());</script>. All rights reserved.</p>
|
||||
</footer>
|
||||
</div>
|
||||
</p>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-47339221-1', 'limelight-stream.com');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user