Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. <!doctype html>
  2. <htmllang="en">
  3.  
  4. <head>
  5.  
  6. <meta charset="utf-8">
  7. <meta name="viewport" content="width=device-width,initial-scale= 1">
  8.  
  9. <title>SITI NURADILA</title>
  10.  
  11. <link rel="stylesheet" href="css/normalize.css">
  12. <link rel="stylesheet" href="css/about_style.css">
  13.  
  14. <!--[if lt IE 9]>
  15. <script src= "dist/html5shiv.js"></script>
  16. <! [end if]-->
  17. </head>
  18. <body>
  19.  
  20. <div class="container">
  21.  
  22. <div class="header">
  23.  
  24. <h1> SuperWoman </h1>
  25. </div>
  26. <div class="image">
  27. <img src="img/kitten.jpg" alt="Kitten">
  28. </div><!-- end image -->
  29.  
  30.  
  31. <div class="intro column">
  32. <h2>Introduction</h2>
  33. <p> Web developer is life changing experience. Coding is magical. It give hope to me. Nothing
  34. could stop me from reaching my dream. I am a
  35. superwoman. </p>
  36.  
  37. </div>
  38.  
  39. <div class="skill">
  40. <div class="skills column">
  41. <h3>My Skills</h3>
  42.  
  43. <ul id="skill-list">
  44. <li>html5</li>
  45. <li>css3</li>
  46. <li>bootstrap</li>
  47.  
  48. </ul>
  49. </div>
  50. <div class="main-text">
  51. <h3>my story</h3>
  52.  
  53. <P>
  54. <strong>Changes</strong> could be make possible if we start now. I always think being a web developer is just a dream. But little did I know, It happen. Just like magic. I was unhappy with my old job. Standing long hours, not enough sleep and small amount of salary. <br>I thought that was my fate. But its not.
  55. <strong>Choices</strong> is what happen to me. I've become curious about how all this people who was once like me, dream of
  56. something extra ordinary. When <strong>people look down on them</strong>, They will <strong>never stong believing in creating something that they love</strong>.<br> That is what I called <strong>hope</strong>.
  57. </p>
  58.  
  59. </body>
  60.  
  61. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement