|
1 | | -<!doctype html> |
| 1 | +<!DOCTYPE html> |
2 | 2 | <html> |
3 | 3 | <head> |
4 | | - <meta charset="utf-8"> |
| 4 | + <meta charset='utf-8'> |
5 | 5 | <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"> |
12 | 10 | <!--[if lt IE 9]> |
13 | 11 | <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
14 | 12 | <![endif]--> |
| 13 | + <title>Push.js by Nickersoft</title> |
15 | 14 | </head> |
| 15 | + |
16 | 16 | <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"> |
21 | 19 |
|
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> |
27 | 24 |
|
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> |
29 | 30 |
|
| 31 | + <hr> |
30 | 32 |
|
31 | | - </header> |
32 | | - <section> |
33 | | - <h3> |
| 33 | + <section id="main_content"> |
| 34 | + <h3> |
34 | 35 | <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> |
35 | 36 |
|
36 | 37 | <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> |
108 | 109 | <li> |
109 | 110 | <strong>timeout</strong>: Time in milliseconds until notification closes automatically.</li> |
110 | 111 | </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> |
115 | 121 | </div> |
116 | | - <!--[if !IE]><script>fixScale(document);</script><![endif]--> |
117 | | - |
118 | 122 | </body> |
119 | 123 | </html> |
0 commit comments