My static website generator using poole https://www.xythobuz.de
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta name="description" content="RedditBar Mac App">
  7. <meta name="author" content="Thomas Buck">
  8. <title>RedditBar</title>
  9. <link rel="shortcut icon" href="favicon.png">
  10. <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
  11. <link rel="stylesheet" href="style.css">
  12. </head>
  13. <body>
  14. <div class="container">
  15. <div class="header">
  16. <ul class="nav nav-pills pull-right">
  17. <li><a href="mailto:xythobuz@xythobuz.de">Contact</a></li>
  18. </ul>
  19. <h1 class="">RedditBar</h1>
  20. </div>
  21. <div class="jumbotron">
  22. <div id="carousel" class="carousel slide" data-ride="carousel" data-interval="6000">
  23. <ol class="carousel-indicators">
  24. <li data-target="#carousel" data-slide-to="0" class="active"></li>
  25. <li data-target="#carousel" data-slide-to="1"></li>
  26. </ol>
  27. <div class="carousel-inner">
  28. <div class="item active">
  29. <img class="screenshot" src="image.png" alt="RedditBar Screenshot 1">
  30. </div>
  31. <div class="item">
  32. <img class="screenshot" src="prefs.png" alt="RedditBar Preferences Screenshot">
  33. </div>
  34. </div>
  35. <a class="left carousel-control" href="#carousel" data-slide="prev"></a>
  36. <a class="right carousel-control" href="#carousel" data-slide="next"></a>
  37. </div>
  38. <p class="lead">Quickly open Reddit links and get notified about new PMs, right from your Mac system menu bar.</p>
  39. <p><a href="https://itunes.apple.com/us/app/redditbar/id787870887?ls=1&mt=12"><img src="badge.svg" alt="App Store Badge"></a></p>
  40. <p class="small text-muted">Requires Mac OS X 10.8 or newer</p>
  41. </div>
  42. <div class="row marketing">
  43. <div class="col-lg-6">
  44. <h4>Full control</h4>
  45. <p>View links from your Frontpage or only show specific subreddits. You can also specify how many links you want to see at once.</p>
  46. </div>
  47. <div class="col-lg-6">
  48. <h4>Orangered</h4>
  49. <p>Get notified about new PMs or replies to your posts and comments. The refresh interval is configurable!</p>
  50. </div>
  51. </div>
  52. <div class="footer">
  53. <p>&copy; 2013 Thomas Buck</p>
  54. </div>
  55. </div>
  56. <img src="//xythobuz.de/stats/count.php?img" alt="Analytics">
  57. <script src="//code.jquery.com/jquery-1.10.1.min.js"></script>
  58. <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script>
  59. </body>
  60. </html>