index.html 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8"/>
  5. <meta content="width=device-width, initial-scale=1.0" name="viewport"/>
  6. <meta content="ie=edge" http-equiv="X-UA-Compatible"/>
  7. <link href="./main.css" rel="stylesheet">
  8. <title>Slim Launcher - Fewer distraction, more life</title>
  9. </head>
  10. <body>
  11. <header>
  12. <h1>Slim Launcher</h1>
  13. <h3>v2.3</h3>
  14. </header>
  15. <main>
  16. <article>
  17. <h2>Frequently Asked Questions (FAQs)</h2>
  18. <ol>
  19. <li><h3>Where is the app drawer?</h3></li>
  20. <span>There is no app drawer! You don't need an app drawer when all the apps you need fit in one screen.</span>
  21. <li><h3>Why can't I access all the other apps on my phone?</h3></li>
  22. <span>Clearly you didn't understand the whole idea of this app.
  23. The whole point of this app is to stop you from doing exactly that. Google 'minimalism'</span>
  24. <li><h3>How do I get to my other apps?</h3></li>
  25. <span>Well simple! Swipe up from your home screen &gt; Go to Options &gt; Tap Customise apps. have fun!</span>
  26. <li><h3>You should add a google search bar and a way to access all the other apps.</h3></li>
  27. <span>First of all this is not a question! Secondly, I do appreciate the feedback but
  28. let it not be against the reason why the app exists in the first place</span>
  29. <li><h3>Why can't I set a wallpaper?</h3></li>
  30. <span>Well why do you want a wallpaper? You want to look at your phone? for how long? for what? For who?
  31. Read a book instead.</span>
  32. <li><h3>Hey, your app sucks!</h3></li>
  33. <span>Where's yours that doesn't suck?!?</span>
  34. <li><h3>Is it possible to change the apps on the home screen?</h3></li>
  35. <span>Yes, you can. If you have the latest version installed, you'll find that adding, renaming
  36. and exchanging apps has been made easier.</span>
  37. <li><h3>WHAT ABOUT OTHER APPS?</h3></li>
  38. <span><i>Where's Thanos when you need him the most?...</i> Did you even read the description of the app?</span>
  39. <li><h3>Does it support other languages?</h3></li>
  40. <span>No, unfortunately. I would love for the app to be accessible no matter the language.
  41. But the app is free, I can't afford to pay for translation services as of yet. If you know
  42. a language that you would like this app to support and you are fluent in it, please shoot me an email and we'll make magic happen</span>
  43. <li><h3>I have a youtube channel, can I review your app for a small fee? I have many subscribers and
  44. my videos have millions of views</h3></li>
  45. <span>Like I said! I'm broke</span>
  46. <li><h3>Is the app free forever?</h3></li>
  47. <span>Yes. I made the app because I needed it myself. Then I decided to share it with the world.
  48. I see no reason why I should make other people pay for it.
  49. Fun fact! I actually made this because I didn't want to pay for something I can create myself</span>
  50. <li><h3>How do I support the project</h3></li>
  51. <span>You can become a tester. Shoot me an email if you need more info regarding this.
  52. This way, you can give feedback that will shape the direction of the app and make a better experience for everyone.
  53. You can contribute on the project on GitHub.
  54. The most of the work has been put in to make the code more modular and readable
  55. so that it's easy for other people to add in their input as PRs. You can also
  56. <a href="https://buymeacoff.ee/sduduzog">buy me a coffee</a>.
  57. I will probably buy a big mac with the cash or go watch a movie to reward myself.
  58. I will however spend it on the project if stated otherwise. I wouldn't be able to live with myself if I don't</span>
  59. <li><h3>Why does this website look like crap?</h3></li>
  60. <span>I hit a designers block.</span>
  61. </ol>
  62. </article>
  63. </main>
  64. </body>
  65. </html>