Guest User

Untitled

a guest
Nov 22nd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="el">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6.  
  7. <title>About Me</title>
  8.  
  9. <link rel="stylesheet" href="css/normalize.css">
  10.  
  11. <!-- Custom styles for this template go here -->
  12. <link rel="stylesheet" href="css/about_styles.css">
  13.  
  14. <!--[if lt IE 9]>
  15. <script src="dist/html5shiv.js"></script>
  16. <![endif]-->
  17. </head>
  18.  
  19. <body>
  20. <div class="nav">
  21. <ul>
  22. <li><a href="index.html">Home</a></li>
  23. <li><a href="about.html">About</a></li>
  24. <li><a href="contact.html">Contact</a></li>
  25. <li><a href="#">Work</a></li>
  26. <li><a href="#">FAQ</a></li>
  27. </ul>
  28. </div><!-- end nav -->
  29.  
  30. <div class="container">
  31. <div class="header">
  32. <h1>About Me</h1>
  33. </div><!-- end header -->
  34.  
  35. <div class="image column">
  36. <img src="img/myself.jpg" alt="myself">
  37. </div><!-- end image -->
  38.  
  39. <div class="intro column">
  40. <h2>Introduction</h2>
  41. <p>
  42. I love skiing, hiking and many other things..!Currently i join at the Web Developer course of CareerFoundry because code is my passion.
  43. </p>
  44. </div><!-- end intro -->
  45.  
  46. <div class="skills column">
  47. <h3>My Skills</h3>
  48. <ul id="skill-list">
  49. <li>Html</li>
  50. <li>Css</li>
  51. <li>Ruby on Rails</li>
  52. </ul>
  53. </div><!-- end skill -->
  54.  
  55. <div class="main-text">
  56. <h3>More About Me</h3>
  57. <p>
  58. I also love to watch football with friends and listen music! I like everything about technology and how change the world! I have also two loves! Mountains...and the other?? What else? "CODING"! And this is the reason that i join the Web Developer course of CareerFoundry! I want to be a Web Developer!
  59. </p>
  60. </div><!-- end main-text-->
  61. </div><!-- end container -->
  62. </body>
  63. </html>
Add Comment
Please, Sign In to add comment