Guest User

Untitled

a guest
Dec 14th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.36 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-witdh, initial-scale=1">
  6. <link rel="stylesheet" href="css/normalize.css">
  7. <link rel="stylesheet" href="css/about_styles.css">
  8. <!--[if lt IE 9]>
  9. <script src="dist/html5shiv.js">
  10. </script>
  11. <![endif]-->
  12. <title>About Me</title>
  13. </head>
  14.  
  15. <body>
  16. <div class="container">
  17. <div class="header">
  18. <h1>About Me</h1>
  19. </div> <!-- end header -->
  20.  
  21. <div class="image column">
  22. <img src="img/casual.jpg" alt="A casual picture of me">
  23. </div> <!-- end image -->
  24.  
  25. <div class="intro column">
  26. <h3>Intro&shy;duction</h3>
  27. <p>Hi, my name is Andy!</p>
  28. <p>
  29. I am a recent business grad with experience in advertising and online marketing. I am interested in anything related to science and technology as well as startups. Besides that I am a traveller, casual gamer, procrastinator and self-educated person.
  30. </p>
  31. </div> <!-- end intro -->
  32.  
  33. <div class="skill column">
  34. <h3>My Skills</h3>
  35.  
  36. <ul id="skill-list">
  37.  
  38. <li>Online Marketing
  39. <ul id="marketing-list">
  40. <li>SEO / Content</li>
  41. <li>SEA / Adwords</li>
  42. <li>Face&shy;book Ads</li>
  43. <li>CRO / Lan&shy;ding Pages</li>
  44. <li>Analytics / Moni&shy;toring</li>
  45. </ul>
  46. </li> <!-- end marketing-list -->
  47.  
  48. <li>Program&shy;ming
  49. <ul id="programming-list">
  50. <li>C</li>
  51. <li>Python / Flask</li>
  52. <li>HTML / CSS</li>
  53. <li>JS Front&shy;end</li>
  54. <li>Ruby / Rails</li>
  55. </ul>
  56. </li> <!-- end programming-list -->
  57.  
  58. <li>Personal
  59. <ul id="personal-list">
  60. <li>Holistic thinking</li>
  61. <li>Willing&shy;ness to learn</li>
  62. <li>Ability to commu&shy;nicate</li>
  63. <li>Ability to work in a team</li>
  64. <li>Ablity to work indepen&shy;dently</li>
  65. </ul>
  66. </li> <!-- end personal-list -->
  67. </ul> <!-- end skill-list -->
  68. </div> <!-- end skill -->
  69.  
  70. <div class="main-text">
  71. <h3>More About Me</h3>
  72. <p>
  73. I have completed my studies in business administration early 2016. Sine then I have worked as a research assistant as well as a freelancer. I've completed a bunch of marketing and online marketing projects both during my studies as well as therafter. I am mostly self-taught and try to always incorporate the lates developments in content creation and advertising.
  74. </p>
  75. <p>
  76. As of late I've been expanding into the realms of web development. For search engine optimization it was always important for me to have a basic understanding of HTML/CSS. However, I was lacking the ability to independently create and deploy landing pages. Within a total of six months I have now achieved enough understanding of both frontend and backend technologies up to a point where I can create full fledged web apps in Python/Flask and Ruby/Rails.
  77. </p>
  78. <p>
  79. Besides working I like travelling and reading about science and philisophy. I enjoy playing any kind of card and board games. In my free time I follow the latest developments in the German startup scene as well as trends in AI, cryptocurrency and science in general.
  80. </p>
  81. </div> <!-- end main-text -->
  82. </div> <!-- end container -->
  83. </body>
  84. </html>
Add Comment
Please, Sign In to add comment