PageRenderTime 107ms CodeModel.GetById 28ms RepoModel.GetById 0ms app.codeStats 0ms

/docs/index.html

https://gitlab.com/artemgurzhii/conference
HTML | 252 lines | 165 code | 82 blank | 5 comment | 0 complexity | efac9d3823174c928bcd338ff0047ca7 MD5 | raw file
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <title>Web Conferences Index</title>
  7. <!--[if lt IE 9]>
  8. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  9. <![endif]-->
  10. <link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
  11. <link type="text/css" rel="stylesheet" href="styles/site.spacelab.css">
  12. </head>
  13. <body>
  14. <div class="navbar navbar-default navbar-fixed-top ">
  15. <div class="container">
  16. <div class="navbar-header">
  17. <a class="navbar-brand" href="index.html">Web Conferences</a>
  18. <button class="navbar-toggle" type="button" data-toggle="collapse" data-target="#topNavigation">
  19. <span class="icon-bar"></span>
  20. <span class="icon-bar"></span>
  21. <span class="icon-bar"></span>
  22. </button>
  23. </div>
  24. <div class="navbar-collapse collapse" id="topNavigation">
  25. <ul class="nav navbar-nav">
  26. </ul>
  27. <div class="col-sm-3 col-md-3">
  28. <form class="navbar-form" role="search">
  29. <div class="input-group">
  30. <input type="text" class="form-control" placeholder="Search" name="q" id="search-input">
  31. <div class="input-group-btn">
  32. <button class="btn btn-default" id="search-submit"><i class="glyphicon glyphicon-search"></i></button>
  33. </div>
  34. </div>
  35. </form>
  36. </div>
  37. </div>
  38. </div>
  39. </div>
  40. <div class="container" id="toc-content">
  41. <div class="row">
  42. <div class="col-md-8">
  43. <div id="main">
  44. <section class="readme-section">
  45. <article><h1>Web Conferences</h1><p><a href="https://travis-ci.org/artemgurzhii/conference"><img src="https://travis-ci.org/artemgurzhii/conference.svg" alt="Build Status"></a>
  46. <a href="https://david-dm.org/artemgurzhii/conference#info=devDependencies"><img src="https://david-dm.org/artemgurzhii/conference/dev-status.svg" alt="devDependency Status"></a>
  47. <a href="https://github.com/artemgurzhii/conference/releases/tag/v.0.0.1"><img src="https://img.shields.io/github/release/artemgurzhii/conference.svg" alt="GitHub release"></a>
  48. <a href="https://github.com/artemgurzhii/conference/blob/v.0.1.0/LICENSE"><img src="https://img.shields.io/npm/l/express.svg?maxAge=2592000" alt="npm"></a></p></article>
  49. </section>
  50. </div>
  51. </div>
  52. <div class="clearfix"></div>
  53. <div class="col-md-3">
  54. <div id="toc" class="col-md-3 hidden-xs hidden-sm hidden-md"></div>
  55. </div>
  56. </div>
  57. </div>
  58. <div class="modal fade" id="searchResults">
  59. <div class="modal-dialog">
  60. <div class="modal-content">
  61. <div class="modal-header">
  62. <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
  63. <h4 class="modal-title">Search results</h4>
  64. </div>
  65. <div class="modal-body"></div>
  66. <div class="modal-footer">
  67. <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
  68. </div>
  69. </div><!-- /.modal-content -->
  70. </div><!-- /.modal-dialog -->
  71. </div>
  72. <footer>
  73. <p class="copyright" style="font: 300 1.3em sans-serif;letter-spacing: 0.1em;text-align: center;">Copyright &copy; 2016 <a href="https://github.com/artemgurzhii" style="color: #2ebaae;"> Artem Gurzhii </a></p>
  74. <span class="jsdoc-message">
  75. Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.4.0</a>
  76. on 2016-05-23T11:44:28+02:00
  77. using the <a href="https://github.com/docstrap/docstrap">DocStrap template</a>.
  78. </span>
  79. </footer>
  80. <script src="scripts/docstrap.lib.js"></script>
  81. <script src="scripts/toc.js"></script>
  82. <script type="text/javascript" src="scripts/fulltext-search-ui.js"></script>
  83. <script>
  84. $( function () {
  85. $( "[id*='$']" ).each( function () {
  86. var $this = $( this );
  87. $this.attr( "id", $this.attr( "id" ).replace( "$", "__" ) );
  88. } );
  89. $( ".tutorial-section pre, .readme-section pre" ).each( function () {
  90. var $this = $( this );
  91. var example = $this.find( "code" );
  92. exampleText = example.html();
  93. var lang = /{@lang (.*?)}/.exec( exampleText );
  94. if ( lang && lang[1] ) {
  95. exampleText = exampleText.replace( lang[0], "" );
  96. example.html( exampleText );
  97. lang = lang[1];
  98. } else {
  99. var langClassMatch = example.parent()[0].className.match(/lang\-(\S+)/);
  100. lang = langClassMatch ? langClassMatch[1] : "javascript";
  101. }
  102. if ( lang ) {
  103. $this
  104. .addClass( "sunlight-highlight-" + lang )
  105. .addClass( "linenums" )
  106. .html( example.html() );
  107. }
  108. } );
  109. Sunlight.highlightAll( {
  110. lineNumbers : false,
  111. showMenu : true,
  112. enableDoclinks : true
  113. } );
  114. $.catchAnchorLinks( {
  115. navbarOffset: 10
  116. } );
  117. $( "#toc" ).toc( {
  118. anchorName : function ( i, heading, prefix ) {
  119. var id = $( heading ).attr( "id" );
  120. return id && id.replace(/\~/g, '-inner-').replace(/\./g, '-static-') || ( prefix + i );
  121. },
  122. selectors : "#toc-content h1,#toc-content h2,#toc-content h3,#toc-content h4",
  123. showAndHide : false,
  124. smoothScrolling: true
  125. } );
  126. $( "#main span[id^='toc']" ).addClass( "toc-shim" );
  127. $( '.dropdown-toggle' ).dropdown();
  128. $( "table" ).each( function () {
  129. var $this = $( this );
  130. $this.addClass('table');
  131. } );
  132. } );
  133. </script>
  134. <!--Navigation and Symbol Display-->
  135. <script>
  136. $( function () {
  137. $( '#main' ).localScroll( {
  138. offset : { top : 60 } //offset by the height of your header (give or take a few px, see what works for you)
  139. } );
  140. $( "dt.name" ).each( function () {
  141. var $this = $( this ).find("h4");
  142. var icon = $( "<i/>" ).addClass( "icon-plus-sign" ).addClass( "pull-right" ).addClass( "icon-white" );
  143. var dt = $(this);
  144. var children = dt.next( "dd" );
  145. dt.prepend( icon ).css( {cursor : "pointer"} );
  146. dt.addClass( "member-collapsed" ).addClass( "member" );
  147. children.hide();
  148. dt.children().on( "click", function () {
  149. children = dt.next( "dd" );
  150. children.slideToggle( "fast", function () {
  151. if ( children.is( ":visible" ) ) {
  152. icon.addClass( "icon-minus-sign" ).removeClass( "icon-plus-sign" ).removeClass( "icon-white" );
  153. dt.addClass( "member-open" ).animate( "member-collapsed" );
  154. } else {
  155. icon.addClass( "icon-plus-sign" ).removeClass( "icon-minus-sign" ).addClass( "icon-white" );
  156. dt.addClass( "member-collapsed" ).removeClass( "member-open" );
  157. }
  158. } );
  159. } );
  160. } );
  161. } );
  162. </script>
  163. <!--Google Analytics-->
  164. <script type="text/javascript">
  165. $(document).ready(function() {
  166. SearcherDisplay.init();
  167. });
  168. </script>
  169. </body>
  170. </html>