/html/about.html

https://github.com/balajin-cse/open-source-search-engine · HTML · 73 lines · 56 code · 17 blank · 0 comment · 0 complexity · e075b965d20581b63f6fe31e9f001414 MD5 · raw file

  1. <html>
  2. <head>
  3. <title>About Gigablast</title>
  4. <style>
  5. a{cursor:hand;cursor:pointer;text-decoration:none;color:blue;}
  6. </style>
  7. <body>
  8. <center>
  9. <a href=/>
  10. <img src=/logo-med.jpg height=122 width=500>
  11. </a>
  12. </center>
  13. <br>
  14. <table width=100% cellpadding="5" cellspacing="0" border="0">
  15. <tr bgcolor="#0340fd">
  16. <th colspan="2">
  17. <font color=33dcff>
  18. About Gigablast</font>
  19. </th>
  20. </tr>
  21. <tr>
  22. <td>
  23. <br>
  24. <center>
  25. <table width=650px>
  26. <tr><td>
  27. <p>As of 2013, Gigablast is one of the remaining four search engines in the United States that maintains its own searchable index of over a billion pages.
  28. </p>
  29. <p>Founded in 2000, <a href=/bio.html>Matt Wells</a> created Gigablast to index up to 200 Billion pages
  30. with the least amount of hardware possible. Gigablast provides large-scale,
  31. high-performance, real-time information retrieval technology for partner
  32. sites. The company offers a variety of features including topic generation
  33. and the ability to index multiple document formats. This search delivery
  34. mechanism gives a partner "turn key" search capability and
  35. the capacity to instantly offer search at maximum scalability with minimum
  36. cost.
  37. Clients range from NASDAQ 100 listed corporations to boutique
  38. companies.
  39. </p>
  40. <p>
  41. Matt Wells is currently the sole maintainer and programmer of Gigablast and is open for <u>consulting work</u>. <a href=/contact.html>Contact</a> for more information.
  42. </p>
  43. <br>
  44. <center>
  45. <iframe width="420" height="315" src="http://www.youtube-nocookie.com/embed/hoUzcU76u3I" frameborder="0" allowfullscreen></iframe>
  46. </center>
  47. </td></tr>
  48. </table>
  49. </center>
  50. </table>
  51. <br>
  52. <center>
  53. Copyright &copy; 2013. All rights reserved.
  54. </center>
  55. </body>
  56. </html>