Advertisement
oxguy3

jacob 2

Oct 7th, 2014
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.44 KB | None | 0 0
  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. <title>Jacob Niebloom</title>
  8.  
  9. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
  10. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
  11. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
  12. <style>
  13. .main-link {
  14. font-size: 160px;
  15. }
  16. .text-default {
  17. color: #333;
  18. }
  19. a.text-default:hover {
  20. color: #111;
  21. }
  22. </style>
  23.  
  24. <!--[if lt IE 9]>
  25. <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  26. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  27. <![endif]-->
  28. </head>
  29. <body>
  30. <div class="container">
  31. <div class="page-header text-center">
  32. <h1>Jacob Niebloom</h1>
  33. <h2 class="text-muted">Computer Scientist</h2>
  34. </div>
  35.  
  36. <div class="row">
  37. <div class="col-sm-3">
  38. <div class="text-center">
  39. <a href="resume/" class="main-link text-primary">
  40. <i class="fa fa-user"></i>
  41. </a>
  42. <h3>Resume</h3>
  43. </div>
  44. </div>
  45. <div class="col-sm-3">
  46. <div class="text-center">
  47. <a href="//github.com/niebloomj" class="main-link text-default">
  48. <i class="fa fa-github"></i>
  49. </a>
  50. <h3>GitHub</h3>
  51. </div>
  52. </div>
  53. <div class="col-sm-3">
  54. <div class="text-center">
  55. <a href="http://phatapps.co" class="main-link text-success">
  56. <i class="fa fa-briefcase"></i>
  57. </a>
  58. <h3>Phatapps</h3>
  59. </div>
  60. </div>
  61. <div class="col-sm-3">
  62. <div class="text-center">
  63. <a href="http://uofrpg.com" class="main-link text-danger">
  64. <i class="fa fa-gamepad"></i>
  65. </a>
  66. <h3>UofRPG</h3>
  67. </div>
  68. </div>
  69. </div>
  70.  
  71. </div>
  72. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  73. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
  74. </body>
  75. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement