contact.htm 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. <!DOCTYPE html>
  2. <!--
  3. * Copyright (C) 2012 Doubango Telecom <http://www.doubango.org>
  4. * License: BSD
  5. * This file is part of Open Source sipML5 solution <http://www.sipml5.org>
  6. -->
  7. <html lang="en">
  8. <head>
  9. <meta charset="utf-8" />
  10. <title>Contact</title>
  11. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  12. <meta name="Keywords" content="doubango, VoIP, HTML5, WebRTC, RTCWeb, SIP, IMS, Video chat, VP8 " />
  13. <meta name="Description" content="HTML5 SIP client using WebRTC framework" />
  14. <meta name="author" content="Doubango Telecom" />
  15. <!-- Le styles -->
  16. <link href="./assets/css/bootstrap.css" rel="stylesheet" />
  17. <style type="text/css">
  18. body
  19. {
  20. padding-top: 102px;
  21. padding-bottom: 40px;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. <div class="navbar navbar-fixed-top">
  27. <div class="navbar-inner">
  28. <div class="container">
  29. <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"><span
  30. class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span>
  31. </a>
  32. <img alt="sipML5" class="brand" src="./images/sipml-34x39.png" />
  33. <div class="nav-collapse">
  34. <ul class="nav">
  35. <li><a href="index.html">Home</a></li>
  36. <li><a href="http://code.google.com/p/sipml5/source/checkout" target="_blank">Source code</a></li>
  37. <li class="active"><a href="contact.htm">Contact</a></li>
  38. </ul>
  39. </div>
  40. <!--/.nav-collapse -->
  41. </div>
  42. </div>
  43. </div>
  44. <div class="container">
  45. <p>
  46. <!-- Obfuscated using: http://womeninbusiness.about.com/gi/o.htm?zi=1/XJ&zTi=1&sdn=womeninbusiness&cdn=money&tm=24&f=10&su=p284.13.342.ip_p554.21.342.ip_&tt=2&bt=1&bts=0&zu=http%3A//www.seowebsitepromotion.com/obfuscate_email.asp -->
  47. For non-technical questions, please <a href="&#109;&#97;&#105;&#108;&#116;&#111;:&#x69;&#x6E;&#x66;&#111;&#64;&#x64;&#111;&#x75;&#x62;&#x61;&#110;&#103;&#x6F;&#x2E;&#111;&#x72;&#x67;?subject=&#115;&#105;&#x70;&#77;&#76;&#53;"
  48. title="&#x53;&#x65;&#x6E;&#x64;&#32;&#x75;&#x73;&#32;&#x61;&#32;&#x6D;&#x61;&#105;&#x6C;">
  49. &#83;&#x65;&#110;&#x64;&#x20;&#117;&#x73;&#32;&#97;&#x20;&#x6D;&#97;&#105;&#x6C;</a><br />
  50. You can also open <a target=_blank href="http://click2dial.org/u/ZGlvcG1hbWFkb3VAZG91YmFuZ28ub3Jn">this link</a> or press on the green button on the right side to call us on our mobile (or landline) phone.
  51. </p>
  52. <hr />
  53. <p>
  54. For technical questions, please subscribe to our <a href="https://groups.google.com/group/doubango" target=_blank>developer's mailing list</a>:
  55. </p>
  56. <table border="0" style="background-color: #fff; padding: 5px;" cellspacing="0">
  57. <tr>
  58. <td>
  59. <img src="http://groups.google.com/intl/en/images/logos/groups_logo_sm.gif" height="30"
  60. width="140" alt="Google Groups" />
  61. </td>
  62. </tr>
  63. <form action="http://groups.google.com/group/doubango/boxsubscribe">
  64. <tr>
  65. <td style="padding-left: 5px;">
  66. Email:
  67. <input type="text" name="email" />
  68. <input type="submit" name="sub" value="Subscribe" />
  69. </td>
  70. </tr>
  71. </form>
  72. <tr>
  73. <td>
  74. <hr />
  75. <p>
  76. Doubango Telecom<br />
  77. 12 Rue Vivienne Lot 3<br />
  78. 75002 Paris<br />
  79. FRANCE<br />
  80. </p>
  81. </td>
  82. </tr>
  83. </table>
  84. <hr />
  85. <footer>
  86. <p>
  87. &copy; Doubango Telecom 2012-2013</p>
  88. <i>Inspiring the future</i>
  89. </footer>
  90. </div>
  91. <!-- click-to-call widget -->
  92. <script type='text/javascript' src='http://click2dial.org/c2c-api.js'></script>
  93. <script type='text/javascript'>
  94. c2c.from = 'ZGlvcG1hbWFkb3VAZG91YmFuZ28ub3Jn';
  95. c2c.text = 'call us &raquo;';
  96. c2c.class = 'btn btn-large btn-success';
  97. c2c.config = {
  98. http_service_url: null,
  99. websocket_proxy_url: null,
  100. sip_outbound_proxy_url: null
  101. };
  102. c2c.init();
  103. </script>
  104. </body>
  105. </html>