|
| 1 | +<div id="top"></div> |
| 2 | + |
| 3 | + |
| 4 | +<!-- PROJECT SHIELDS --> |
| 5 | +[![Contributors][contributors-shield]][contributors-url] |
| 6 | +[![Forks][forks-shield]][forks-url] |
| 7 | +[![Stargazers][stars-shield]][stars-url] |
| 8 | +[![Issues][issues-shield]][issues-url] |
| 9 | +[![License][license-shield]][license-url] |
| 10 | + |
| 11 | +<!-- PROJECT LOGO --> |
| 12 | +<br /> |
| 13 | +<div align="center"> |
| 14 | + |
| 15 | +<h3 align="center">KeepAlive</h3> |
| 16 | + |
| 17 | + <p align="center"> |
| 18 | + A simple website to keep a screen awake and stop a device from sleeping. |
| 19 | + </p> |
| 20 | +</div> |
| 21 | + |
| 22 | +<!-- TABLE OF CONTENTS --> |
| 23 | +<details> |
| 24 | + <summary>Table of Contents</summary> |
| 25 | + <ol> |
| 26 | + <li> |
| 27 | + <a href="#about-the-project">About The Project</a> |
| 28 | + <ul> |
| 29 | + <li><a href="#built-with">Built With</a></li> |
| 30 | + </ul> |
| 31 | + </li> |
| 32 | + <li> |
| 33 | + <a href="#getting-started">Getting Started</a> |
| 34 | + <ul> |
| 35 | + <li><a href="#prerequisites">Prerequisites</a></li> |
| 36 | + <li><a href="#installation">Installation</a></li> |
| 37 | + </ul> |
| 38 | + </li> |
| 39 | + <li><a href="#usage">Usage</a></li> |
| 40 | + <li><a href="#contact">Contact</a></li> |
| 41 | + <li><a href="#attributions">Attributions</a></li> |
| 42 | + </ol> |
| 43 | +</details> |
| 44 | + |
| 45 | + |
| 46 | +<!-- ABOUT THE PROJECT --> |
| 47 | +## About The Project |
| 48 | + |
| 49 | +<!--[![Product Name Screen Shot][product-screenshot]](https://example.com)--> |
| 50 | +Hosted publicly on github pages: https://matt-fidd.github.io/keepalive |
| 51 | + |
| 52 | +<p align="right">(<a href="#top">back to top</a>)</p> |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | +### Built With |
| 57 | + |
| 58 | +* [HTML](https://en.wikipedia.org/wiki/HTML) |
| 59 | +* [CSS](https://en.wikipedia.org/wiki/CSS) |
| 60 | +* [JavaScript](https://en.wikipedia.org/wiki/JavaScript) |
| 61 | + |
| 62 | +<p align="right">(<a href="#top">back to top</a>)</p> |
| 63 | + |
| 64 | + |
| 65 | +<!-- GETTING STARTED --> |
| 66 | +## Getting Started |
| 67 | + |
| 68 | +To get a local copy up and running follow these simple example steps. |
| 69 | + |
| 70 | +### Installation |
| 71 | + |
| 72 | +1. Clone the repo |
| 73 | + ```sh |
| 74 | + git clone https://github.com/matt-fidd/keepalive.git |
| 75 | + ``` |
| 76 | +2. Point a web hosting server at the directory |
| 77 | + |
| 78 | +<p align="right">(<a href="#top">back to top</a>)</p> |
| 79 | + |
| 80 | + |
| 81 | +<!-- CONTACT --> |
| 82 | +## Contact |
| 83 | + |
| 84 | +Project Link: [https://github.com/matt-fidd/keepalive](https://github.com/matt-fidd/keepalive) |
| 85 | + |
| 86 | +<p align="right">(<a href="#top">back to top</a>)</p> |
| 87 | + |
| 88 | +<!-- ATTRIBUTIONS --> |
| 89 | +## Attributions |
| 90 | + |
| 91 | +<a href="https://www.flaticon.com/free-icons/bed" title="bed icon">Bed icon created by Freepik - Flaticon</a> |
| 92 | + |
| 93 | +<p align="right">(<a href="#top">back to top</a>)</p> |
| 94 | + |
| 95 | + |
| 96 | +<!-- MARKDOWN LINKS & IMAGES --> |
| 97 | +<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links --> |
| 98 | +[contributors-shield]: https://img.shields.io/github/contributors/matt-fidd/keepalive.svg?style=for-the-badge |
| 99 | +[contributors-url]: https://github.com/matt-fidd/keepalive/graphs/contributors |
| 100 | +[forks-shield]: https://img.shields.io/github/forks/matt-fidd/keepalive.svg?style=for-the-badge |
| 101 | +[forks-url]: https://github.com/matt-fidd/keepalive/network/members |
| 102 | +[stars-shield]: https://img.shields.io/github/stars/matt-fidd/keepalive.svg?style=for-the-badge |
| 103 | +[stars-url]: https://github.com/matt-fidd/keepalive/stargazers |
| 104 | +[issues-shield]: https://img.shields.io/github/issues/matt-fidd/keepalive.svg?style=for-the-badge |
| 105 | +[issues-url]: https://github.com/matt-fidd/keepalive/issues |
| 106 | +[license-shield]: https://img.shields.io/github/license/matt-fidd/keepalive.svg?style=for-the-badge |
| 107 | +[license-url]: https://github.com/matt-fidd/keepalive/blob/master/LICENSE.txt |
0 commit comments