Skip to content

Commit 82e08ca

Browse files
committed
Create gh-pages branch via GitHub
1 parent cbd4490 commit 82e08ca

1 file changed

Lines changed: 31 additions & 27 deletions

File tree

index.html

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,37 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta charset="utf-8">
4+
<meta charset='utf-8'>
55
<meta http-equiv="X-UA-Compatible" content="chrome=1">
6-
<title>Push.js by Nickersoft</title>
7-
8-
<link rel="stylesheet" href="stylesheets/styles.css">
9-
<link rel="stylesheet" href="stylesheets/github-light.css">
10-
<script src="javascripts/scale.fix.js"></script>
11-
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
6+
<link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
7+
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
8+
<link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
9+
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
1210
<!--[if lt IE 9]>
1311
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
1412
<![endif]-->
13+
<title>Push.js by Nickersoft</title>
1514
</head>
15+
1616
<body>
17-
<div class="wrapper">
18-
<header>
19-
<h1 class="header">Push.js</h1>
20-
<p class="header">A compact, cross-browser solution for Javascript desktop notifications</p>
17+
<div id="container">
18+
<div class="inner">
2119

22-
<ul>
23-
<li class="download"><a class="buttons" href="https://github.com/Nickersoft/push.js/zipball/master">Download ZIP</a></li>
24-
<li class="download"><a class="buttons" href="https://github.com/Nickersoft/push.js/tarball/master">Download TAR</a></li>
25-
<li><a class="buttons github" href="https://github.com/Nickersoft/push.js">View On GitHub</a></li>
26-
</ul>
20+
<header>
21+
<h1>Push.js</h1>
22+
<h2>A compact, cross-browser solution for Javascript desktop notifications</h2>
23+
</header>
2724

28-
<p class="header">This project is maintained by <a class="header name" href="https://github.com/Nickersoft">Nickersoft</a></p>
25+
<section id="downloads" class="clearfix">
26+
<a href="https://github.com/Nickersoft/push.js/zipball/master" id="download-zip" class="button"><span>Download .zip</span></a>
27+
<a href="https://github.com/Nickersoft/push.js/tarball/master" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
28+
<a href="https://github.com/Nickersoft/push.js" id="view-on-github" class="button"><span>View on GitHub</span></a>
29+
</section>
2930

31+
<hr>
3032

31-
</header>
32-
<section>
33-
<h3>
33+
<section id="main_content">
34+
<h3>
3435
<a id="what-is-push" class="anchor" href="#what-is-push" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>What is Push?</h3>
3536

3637
<p>Push is the fastest way to get up and running with Javascript desktop notifications. A fairly new addition to the official specification, the Notification API allows modern browsers such as Chrome, Safari, and IE 9+ to push notifications to a user's desktop. Push acts as a cross-browser solution to this API, falling back to use older implementations if the user's browser does not support the new API.</p>
@@ -108,12 +109,15 @@ <h4>
108109
<li>
109110
<strong>timeout</strong>: Time in milliseconds until notification closes automatically.</li>
110111
</ul>
111-
</section>
112-
<footer>
113-
<p><small>Hosted on <a href="https://pages.github.com">GitHub Pages</a> using the Dinky theme</small></p>
114-
</footer>
112+
</section>
113+
114+
<footer>
115+
Push.js is maintained by <a href="https://github.com/Nickersoft">Nickersoft</a><br>
116+
This page was generated by <a href="https://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
117+
</footer>
118+
119+
120+
</div>
115121
</div>
116-
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
117-
118122
</body>
119123
</html>

0 commit comments

Comments
 (0)