Typica is a free program for professional coffee roasters. https://typica.us
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

about.html 1.9KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" "http://www.w3.org/2002/04/xhtml-math-svg.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>Typica - Software for Coffee Roasting Operations</title>
  5. <link rel="stylesheet" type="text/css" href="style.css" />
  6. </head>
  7. <body>
  8. <div id="page">
  9. <div id="topmatter">
  10. <div class="topbanner">
  11. <a href="https://typica.us/"><img src="../icons/appicons/logo96.png" height="96px" width="96px" alt="Typica logo" /></a>
  12. <h1><a href="https://typica.us/">Typica</a></h1>
  13. <h2>Version 1.9.0</h2>
  14. </div>
  15. <div id="maintext">
  16. <p>Copyright &copy; 2007&ndash;2017 Neal Evan Wilson
  17. <span class="icons">
  18. <a href="mailto:neal@typica.us?subject=Thanks%20for%20Typica&amp;body=Message%20initiated%20from%20Typica.">&#9993;</a>
  19. <a href="https://twitter.com/N3Roaster">&#62217;</a>
  20. <a href="https://github.com/N3Roaster">&#62208;</a>
  21. </span>
  22. </p>
  23. <p>German Translation: Mario Champignon
  24. <span class="icons">
  25. <a href="mailto:mario_champignon@hotmail.com">&#9993;</a>
  26. </span>
  27. </p>
  28. <p>Turkish Translation: Zumrut Karaca
  29. <span class="icons">
  30. <a href="mailto:zumrutk@gmail.com">&#9993;</a>
  31. </span>
  32. </p>
  33. <h2>Support Ongoing Development</h2>
  34. <p>While Typica is free to download, use, and modify, keeping this software available, maintained, and continuing with ongoing development in the form of new features and bug fixes is not without cost. If you find value in using Typica, please consider supporting this work financially.</p>
  35. <p>For more details, <a href="https://typica.us/payment.html">visit https://typica.us/payment.html</a>.</p>
  36. </div>
  37. </div>
  38. </body>
  39. </html>