/pmateti/ceg4440/Internals/blank_template.html

https://gitlab.com/bithinalangot/summer_school · HTML · 87 lines · 63 code · 13 blank · 11 comment · 0 complexity · 4cd110e4d5e7464e9069d8c6cfbb2e53 MD5 · raw file

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <meta name="description" content="">
  8. <meta name="author" content="">
  9. <title>PMateti ISSISP 2016</title>
  10. <!-- Bootstrap Core CSS -->
  11. <link href="../../css/bootstrap.min.css" rel="stylesheet">
  12. <link href="../../css/style.css" rel="stylesheet">
  13. <!-- Custom CSS -->
  14. <style>
  15. body {
  16. padding-top: 70px;
  17. /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  18. }
  19. </style>
  20. </head>
  21. <body>
  22. <!-- Navigation -->
  23. <nav class="navbar navbar-default navbar-fixed-top" role="navigation">
  24. <div class="container">
  25. <!-- Brand and toggle get grouped for better mobile display -->
  26. <div class="navbar-header">
  27. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
  28. <span class="sr-only">Toggle navigation</span>
  29. <span class="icon-bar"></span>
  30. <span class="icon-bar"></span>
  31. <span class="icon-bar"></span>
  32. </button>
  33. <a class="navbar-brand" href="../../index.html">Prabhaker Mateti</a>
  34. </div>
  35. <!-- Collect the nav links, forms, and other content for toggling -->
  36. <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
  37. <ul class="nav navbar-nav">
  38. <li>
  39. <a href="../../android-security.html">Android Security</a>
  40. </li>
  41. </ul>
  42. </div>
  43. <!-- /.navbar-collapse -->
  44. </div>
  45. <!-- /.container -->
  46. </nav>
  47. <!-- Page Content -->
  48. <div class="container">
  49. <h1 style="text-align:center">Android Internals</h1>
  50. [<a href="index.html"><span class="glyphicon glyphicon glyphicon-arrow-left"></span> Back</a>]
  51. <br/>
  52. <div class="row">
  53. <div class="col-md-4">
  54. <div id="text-table-of-contents">
  55. <ul class="list-group">
  56. </ul>
  57. </div> <!-- table of contents -->
  58. </div> <!-- col-md-4 -->
  59. </div> <!-- row -->
  60. </div>
  61. <!-- /.container -->
  62. <footer class="footer">
  63. <div class="container">
  64. <div class="col-md-8 col-md-offset-4">
  65. <p>Copyright © 2016 | pmateti [AT] wright [DOT] edu | ISSISP 2016</p>
  66. </div>
  67. </div>
  68. </footer>
  69. <!-- jQuery Version 1.11.1 -->
  70. <script src="../../js/jquery.js"></script>
  71. <!-- Bootstrap Core JavaScript -->
  72. <script src="../../js/bootstrap.min.js"></script>
  73. </body>
  74. </html>