Advertisement
Guest User

Untitled

a guest
Feb 9th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta name="viewport" content="width=device-width, initial-scale=1">
  4. <title></title>
  5. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
  6. <link rel="stylesheet" href="style.css">
  7. </head>
  8. <body>
  9. <div class="container">
  10.  
  11. <header class="page-header">
  12. <div class="nav navbar navbar-inverse navbar-fixed-top" role="navigation">
  13. <div class="container">
  14. <div class="navbar-header">
  15. <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
  16. <span class="sr-only">Toggle Nav</span>
  17. <span class="icon-bar"></span>
  18. <span class="icon-bar"></span>
  19. <span class="icon-bar"></span>
  20. </button>
  21.  
  22. <a class="navbar-brand" href="#">
  23. <div class="main-logo">
  24. <h1>JM</h1>
  25. <h2>DEV</h2>
  26. </div>
  27. </a>
  28. </div>
  29.  
  30. <div class="navbar-collapse collapse">
  31. <ul class="nav navbar-nav navbar-right">
  32. <li class="active"><a href="#">Home</a></li>
  33. <li><a href="#">About</a></li>
  34. <li><a href="#">Portfolio</a></li>
  35. <li><a href="#">Contact</a></li>
  36. <li><a href="#">Blog</a></li>
  37. </ul>
  38. </div>
  39. </div>
  40. </div>
  41. </header>
  42.  
  43. <section id="cover-page" class="container">
  44. <div class='posties'>
  45. <div>
  46. <h1 class="posty1">Hello, Im Jean...</h1>
  47. </div>
  48. <div>
  49. <h1 class="posty2">A Web-Dev driven by<span> Challenge</span></h1>
  50. </div>
  51. </div>
  52. </section>
  53.  
  54. <section id="skills-page" class="container">
  55. <h1>Skills</h1>
  56. <div class="row skills-container">
  57. <div class="col-md-6 skills"><span class="glyphicon glyphicon-pencil skillIcon" aria-hidden="true"></span>
  58. <h2>Web Design</h2>
  59. <p>Im gonna help you bring your site from the canvas to Life by using the most important principles of aesthetics, color theory and beautiful typography.</p>
  60. </div>
  61. <div class="col-md-6 skills"><span class="glyphicon glyphicon-wrench skillIcon" aria-hidden="true"></span>
  62. <h2>Development</h2>
  63. <p>By using my skills in HTML5, CSS, and Javascript we will create beautiful and unique web sites, accesible from all devices.</p>
  64. </div>
  65. </div>
  66. </section>
  67.  
  68. <section></section>
  69. <section></section>
  70. <script
  71. src="https://code.jquery.com/jquery-3.1.1.min.js"
  72. integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
  73. crossorigin="anonymous"></script>
  74. <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
  75.  
  76. </div>
  77. </body>
  78. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement