Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>About Me</title>
  5. <script type="text/javascript" src="app.js"></script>
  6. <link rel="stylesheet" href="style.css">
  7. </head>
  8. <body>
  9. <header>
  10.  
  11. </header>
  12. <main>
  13. <div id="mainBox">
  14. <img src="aboutme.png" id="myface"height="150" width="150">
  15. <h2>RAN VAKNIN</h2><!--intentionally almost inivisible -->
  16. <br>
  17. <h3>Hi! I'm Ran</h3>
  18. <p>
  19. I'm originally from Israel, in high school I was in a music class, I like to play jazz and funk.
  20. I've served 3 years in the Israeli army as a combat artillery man both as a soldier and as a squadron commander.
  21. Diamonds and jewelry used to be my whole life until a couple of months ago. I was a sales manager for a diamond wholesale company here in Seattle,
  22. and the best part of the job was that I got to travel throughout the northwest and meet amazing people and of course - make sales $$$.
  23. <br>
  24. Nowdays Im focused on trying to secure a career in the tech field whether as a computer developer or a product management position that will benefit from my skills and ability to read and write code.
  25. </p>
  26. <h3>My top 10 bar/restaurants in Seattle:</h3>
  27. <p>
  28. <ol>
  29. <li>Rocco's Pizza</li>
  30. <li>Toulouse Petite</li>
  31. <li>Dawaat bar & grill</li>
  32. <li>Bait Shop</li>
  33. <li>Rocket Taco</li>
  34. <li>San Fernando Roasted Chicken</li>
  35. <li>Nue</li>
  36. <li>Tsukoshinbo</li>
  37. <li>Jade Garden</li>
  38. <li>Spinasse</li>
  39. </ol>
  40. </p>
  41. </div>
  42. </main>
  43. <footer>
  44. </footer>
  45. </body>
  46. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement