Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Liam Docherty Digital Portfolio</title>
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
  8. </head>
  9. <style>
  10. .body {
  11. font-family: 'Roboto', sans-serif;
  12. color: black;
  13. }
  14. .jumbotron {
  15. background-color: #01BAEF;
  16. color: black;
  17. }
  18. </style>
  19. <body>
  20. <div class="container">
  21. <div class="jumbotron text-center">
  22. <h1>About Me</h1>
  23. <p>Find out more about me!</p>
  24. </div>
  25. <div class="container">
  26. <div class="row">
  27. <div class="col-md-4 col-sm-4">
  28. <div class="thumbnail">
  29. <a href="https://codemoji.com/blog/Coding.jpg" target="_blank">
  30. <img class="img-responsive" src="https://codemoji.com/blog/Coding.jpg" alt="Lights" style="min-height:300px;width:100%;">
  31. </a>
  32. <div class="well">
  33. <h3>Who am I?</h3>
  34. <p>My name is Liam Docherty and I'm 17 years old, currently studying at Hackney Community College. In 2016 when I was taking my GCSE exams, I found my passion which was IT. My favourite topic within IT is software development. The reason how I
  35. found out this was my main passion with IT is because, I was assigned a task which was to create a website advertising myself to potential employees and really enjoyed learning multiple programming languages.</p>
  36. <p>Overall, I have multiple experience within a range of different sectors within IT. For example, I have knowledge of installing and maintaining hardware and software in a technology system. Moreover, I have experience using application software
  37. such as Adobe Photoshop CS6, Adobe Premier Pro CS6 and Adobe Illustrator CS6.</p>
  38. </div>
  39. </div>
  40. </div>
  41. <div class="col-md-4 col-sm-4">
  42. <div class="thumbnail">
  43. <a href="http://i1126.photobucket.com/albums/l611/ldocherty1/IMG_0730_zpsiz4dqc47.jpg" target="_blank">
  44. <img class="img-responsive" src="http://i1126.photobucket.com/albums/l611/ldocherty1/IMG_0730_zpsiz4dqc47.jpg" alt="Nature" style="min-height:300px;width:100%;">
  45. </a>
  46. <div class="well">
  47. <h3>Skills I can offer</h3>
  48. <p>Front-end Development</p>
  49. <ul>
  50. <li>HTML</li>
  51. <li>CSS</li>
  52. <li>JavaScript</li>
  53. </ul>
  54. <p>Installing and maintaining hardware such as</p>
  55. <ul>
  56. <li>Upgrading RAM</li>
  57. <li>Installing network card</li>
  58. <li>Using air duster to reduce dust build up in fan component</li>
  59. </ul>
  60.  
  61. <p>Installing and maintaining software such as </p>
  62. <ul>
  63. <li>Installing an operating system</li>
  64. <li>Installing anti-virus application software</li>
  65. <li>Doing a defragment on hard drive</li>
  66. </ul>
  67.  
  68. <p>Experience using application software such as...</p>
  69. <ul>
  70. <li>Adobe Photoshop CS6</li>
  71. <li>Adobe Premier Pro CS6</li>
  72. <li>Adobe Illustrator CS6</li>
  73. </ul>
  74. </div>
  75. </div>
  76. </div>
  77. <div class="col-md-4 col-sm-4">
  78. <div class="thumbnail">
  79. <a href="http://www.discdepotdundee.co.uk/files/2014/07/intel-and-amd-processor-installation-disc-depot-dundee.jpg" target="_blank">
  80. <img class="img-responsive" src="http://www.discdepotdundee.co.uk/files/2014/07/intel-and-amd-processor-installation-disc-depot-dundee.jpg" alt="Fjords" style="min-height:300px;width:100%;">
  81. </a>
  82. <div class="well">
  83. <h3>Future goals within IT</h3>
  84. <ul>
  85. <li>Improve my skills on using programming language javascript</li>
  86. <li>Learn how to use Adobe After Effects to improve editing skills</li>
  87. <li>Expand my knowledge on bootstrap</li>
  88. </ul>
  89. </div>
  90. </div>
  91. </div>
  92. </div>
  93. </div>
  94. </div>
  95. </body>
  96. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement