home.htm 4.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>DISTRO_NAME Linux</title>
  5. <meta charset="utf-8">
  6. <link href="./manual.css" rel="stylesheet" type="text/css">
  7. <link href="./home.css" rel="stylesheet" type="text/css">
  8. </head>
  9. <body>
  10. <div id="container">
  11. <header class="logo-header">
  12. <img class="header-logo" alt="Logo" src="puppylogo96.png">
  13. <h1>DISTRO_NAME jumping-off page</h1>
  14. </header>
  15. <div id="lead">
  16. <span id="lead-text">
  17. DISTRO_NAME is a member of a large family of Puppy-Linux-based distros or "puppies". Click on any of these Internet links to find out more, interact with our vibrant community, and just plain have fun!
  18. </span>
  19. <a href="HOWTO_Internet.htm" id="connect-howto">
  20. <img alt="Help" src="../../local/lib/X11/pixmaps/help48.png">
  21. <span>Howto get onto the Internet</span>
  22. </a>
  23. </div>
  24. <ul id="jump-options">
  25. <li class="jump-option">
  26. <a href="http://www.puppylinux.org/manual"><img alt="Multimedia" src="../../local/lib/X11/pixmaps/multimedia48.png" style="border: 0px solid ; width: 48px; height: 48px;"></a>
  27. <span>Want detailed multi-language User Manuals, that show all aspects of setting up and using Puppy?</span>
  28. </li>
  29. <li class="jump-option">
  30. <a href="http://www.puppylinux.org/news/"><img alt="Pupnews" src="../../local/lib/X11/pixmaps/pupnews48.png" style="border: 0px solid ; width: 48px; height: 48px;"></a>
  31. <span>Read the latest Puppy News on the community-supported Wiki News page. Find out how keen our community is!</span>
  32. </li>
  33. <li class="jump-option">
  34. <a href="forums.htm"><img alt="Contact" src="../../local/lib/X11/pixmaps/chat48.png" style="border: 0px solid ; width: 48px; height: 48px;"></a>
  35. <span>Visit our Discussion Forums and be part of the vibrant Puppy community. Find answers, post questions, chat about all sorts of things</span>
  36. </li>
  37. <li class="jump-option">
  38. <a href="http://www.puppylinux.org/"><img alt="community" src="community48.jpg" style="border: 0px solid ; width: 48px; height: 48px;"></a>
  39. <span>An online jumping-off place for everything Puppy-related. This site is maintained by Puppy enthusiasts ...be warned, it's catching!</span>
  40. </li>
  41. <li class="jump-option">
  42. <a href="https://github.com/puppylinux-woof-CE/woof-CE"><img alt="woof-ce" src="octocatwoof48.png" style="border: 0px solid ; width: 48px; height: 48px;"></a>
  43. <span>Developers, join GitHub and help develop the next Puppy version! Join our discussion at the <a href="http://woof-ce.26403.n7.nabble.com/" target="_BLANK">Woof-CE Nabble Forum</a></span>
  44. </li>
  45. <li class="jump-option">
  46. <a href="http://bkhome.org/news/"><img alt="pup" src="pup48.jpg" style="border: 0px solid ; width: 48px; height: 46px;" height="46" border="0" width="48"></a>
  47. <span>Read the leading-edge Developer News, maintained by Barry Kauler and updated almost-daily. Specialised categories: <a href="http://bkhome.org/blog2/?viewCat=Puppy">Puppy</a>, <a href="http://bkhome.org/blog2/?viewCat=Woof">Woof</a>. Old blog: <a href="http://bkhome.org/blog/?viewCat=Puppy">Puppy</a>, <a href="http://bkhome.org/blog/?viewCat=Woof">Woof</a>, <a href="http://bkhome.org/blog/?viewCat=Quirky">Quirky</a>, <a href="http://bkhome.org/blog/?viewCat=Wary">Wary</a></span>
  48. </li>
  49. <li class="jump-option">
  50. <a href="http://bkhome.org/"><img alt="pup" src="puppylogo48.png" style="border: 0px solid ; width: 48px; height: 48px;"></a>
  51. <span>Barry's leading-edge Developer Site has just about everything to do with setup, configuration, compiling and all the nuts-and-bolts. This is also a great getting-started site, as has many introductory web pages. Quick links: <a href="http://puppylinux.com/">Puppy</a>, <a href="http://bkhome.org/quirky/">Quirky</a>, <a href="http://bkhome.org/bacon/">BaCon</a>, <a href="http://bkhome.org/woof/">Woof</a>, <a href="http://bkhome.org/bones/">Bones</a></span>
  52. </li>
  53. <li class="jump-option">
  54. <a href="http://puppylinux.com/download/index.html"><img alt="Bones" src="../../local/lib/X11/pixmaps/puppy-bone48.gif" style="border: 0px solid ; width: 48px; height: 48px;"></a>
  55. <span>Download Puppy. Or, if on dialup consider buying a CD.
  56. </li>
  57. </ul>
  58. <div class="jump-option" id="local-help">
  59. <a href="index.html"><img alt="Help" src="../../local/lib/X11/pixmaps/help48.png" style="border: 0px solid ; width: 48px; height: 48px;"></a>
  60. <span>So many exciting Internet links, but don't forget that right here in DISTRO_NAME there's lots of <a href="index.html">documentation</a>. This is also available via the 'Help' entry in the menu.</span>
  61. </div>
  62. </div>
  63. </body>
  64. </html>