Advertisement
Guest User

Untitled

a guest
Feb 8th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title></title>
  5. <meta name="viewport" content="width=device-width" />
  6. <link rel="stylesheet" href="normalize.css">
  7. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
  8. <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
  9. <link rel="stylesheet" href="style.css">
  10.  
  11. </head>
  12. <body>
  13. <div class="container-fluid container">
  14. <header>
  15. <div class="nav-logo">
  16. <h1>JM</h1>
  17. <h2>DEV</h2>
  18. </div>
  19. <div id="menuButton" class ="glyphicon glyphicon-align-justify"></div>
  20. <ul class="mainNav">
  21. <li><a href="#about">About</a></li>
  22. <li><a href="#portfolio">Portfolio</a></li>
  23. <li><a href="#contact">Contact</a></li>
  24. </ul>
  25.  
  26. </header>
  27.  
  28. <div id="mainPage" class="container-fluid">
  29. <div class="posties">
  30. <h1 class="posty1">Hello, Im Jean...</h1>
  31. <h1 class="posty2">A Web-Dev driven by Challenge and Learning</h1>
  32. </div>
  33. </div><!---main-page close-->
  34.  
  35. <div id="skillsPage" class="container-fluid">
  36. <h1>What I do...</h1>
  37. <div class="row">
  38. <div class="col-md-4 skills"><span class="glyphicon glyphicon-pencil skillIcon" aria-hidden="true"></span>
  39. <h1>Web Design</h1>
  40. <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>
  41. </div>
  42. <div class="col-md-4 skills"><span class="glyphicon glyphicon-wrench skillIcon" aria-hidden="true">
  43. <h1>Development</h1>
  44. <p>By using my skills in HTML5, CSS, and Javascript we will create beautiful and unique web sites, accesible from all devices.</p>
  45. </div>
  46. <div class="col-md-4 skills">.col-md-4
  47.  
  48. </div>
  49. </div>
  50. </div>
  51.  
  52.  
  53.  
  54. <script src="https://code.jquery.com/jquery-3.1.1.min.js"
  55. integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
  56. crossorigin="anonymous">
  57. </script>
  58. <script src="app.js"></script>
  59. </div><!---container-fluid close-->
  60. </body>
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement