hire.php 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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. <link rel="shortcut icon" href="../../assets/ico/favicon.ico">
  10. <title>Starter Template for Bootstrap</title>
  11. <!-- Custom styles for this template -->
  12. <!-- Bootstrap core CSS -->
  13. <link href="../../bootstrap/css/bootstrap.min.css" rel="stylesheet">
  14. <link href="../../bootstrap/css/normalize.css" rel="stylesheet">
  15. <link href="style.css" rel="stylesheet" type="text/css">
  16. <!-- Just for debugging purposes. Don't actually copy this line! -->
  17. <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
  18. <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
  19. <!--[if lt IE 9]>
  20. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  21. <script src="https://oss.maxcdn.com/libs/r espond.js/1.4.2/respond.min.js"></script>
  22. <![enddif]-->
  23. </head>
  24. <body>
  25. <div class="container regular">
  26. <nav class="navbar navbar-inverse" role="navigation">
  27. <div class="container-fluid">
  28. <!-- Brand and toggle get grouped for better mobile display -->
  29. <div class="navbar-header">
  30. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
  31. <span class="sr-only">Toggle navigation</span>
  32. <span class="icon-bar"></span>
  33. <span class="icon-bar"></span>
  34. <span class="icon-bar"></span>
  35. </button>
  36. <a class="navbar-brand" href="index.html">Home</a>
  37. </div>
  38. <!-- Collect the nav links, forms, and other content for toggling -->
  39. <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
  40. <ul class="nav navbar-nav">
  41. <li><a href="about.html">About Me</a></li>
  42. <li><a href="contact.html">Contact Me</a></li>
  43. </ul>
  44. </div><!-- /.navbar-collapse -->
  45. </div><!-- /.container-fluid -->
  46. </nav>
  47. </div> <!-- container -->
  48. <div class="container">
  49. <br/><br/>
  50. <div class="jumbotron">
  51. <div class="row">
  52. <div class="col-xs-4">
  53. <img src="./img/me.jpg" class="img-thumbnail grow"/>
  54. </div>
  55. <div class="col-xs-8">
  56. <h3 style="color:#E18A07">
  57. I want to work with your company; here's how you can contact me.
  58. </h3>
  59. <p>
  60. </p>
  61. </div>
  62. </div>
  63. </div>
  64. </div>
  65. </div><!-- /.container -->
  66. <br/><br/>
  67. <div class="container footer">
  68. <div class="row">
  69. <div class="col-sm-4">
  70. <h6>
  71. <a href="work.html">Work Experience</a>
  72. <h6>
  73. <p>
  74. I spent five years working for Duke Energy as their CEO. In that time period, I increased
  75. Duke's profits by 20% and it's stocks by 15%.
  76. </p>
  77. </div>
  78. <div class="col-sm-4">
  79. <h6 class="brown">
  80. Favorite Quotation
  81. </h6>
  82. <p>
  83. Never forget what you are. <i>The rest of the world will not.</i> Wear it like armor,
  84. and it can never be used to harm you.<br/>
  85. -Tyrion Lannister
  86. <em>Game of Thrones</em>
  87. </p>
  88. </div>
  89. <div class="col-sm-4">
  90. <h6>
  91. <a href="refence.html">What People say about me</a>
  92. </h6>
  93. <p>
  94. "Josh is a great asset to any team. If you need to bring in some fresh talent, don't pass Josh
  95. up." Josh's girlfrind
  96. </p>
  97. </div>
  98. </div>
  99. </div>
  100. <br/><br/><br/>
  101. <!-- Bootstrap core JavaScript
  102. ================================================== -->
  103. <!-- Placed at the end of the document so the pages load faster -->
  104. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
  105. <script src="../../bootstrap/js/bootstrap.min.js"></script>
  106. </body>
  107. </html>