Guest User

Untitled

a guest
Jan 24th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>Joe's Portfolio</title>
  8. <link rel="stylesheet" type="text/css" href="main.css">
  9. </head>
  10.  
  11. <body>
  12. <header class="fix">
  13. <div class="nav-area">
  14. <ul class="menu-area">
  15. <li><a href="index.html">Home</a></li>
  16. <li><a href="work.html">Coursework</a></li>
  17. <li><a href="future.html">Future Aspirations</a></li>
  18. <li class="active"><a href="about.html">About Me</a></li>
  19. <li><a href="cv.html">CV</a></li>
  20. <li><a href="contact.html">Contact</a></li>
  21. </ul>
  22. </div>
  23.  
  24. <div class="banner-text-name">
  25. <h2>Joe Busby</h2>
  26. </div>
  27.  
  28. </header>
  29.  
  30. <div class="container">
  31. <div class="first-section">
  32. <div class="split left">
  33. <div class="centered">
  34. <img src="Assets/coding.png" alt="Online World">
  35. <h2>Website Developer</h2>
  36. <div class="svg-wrapper">
  37. <svg height="40" width="150" xmlns="http://www.w3.org/2000/svg">
  38. <rect id="shape" height="40" width="150" />
  39. <div id="text">
  40. <a href="web.html"><span class="spot"></span>Learn More</a>
  41. </div>
  42. </svg>
  43. </div>
  44. </div>
  45. </div>
  46.  
  47.  
  48. <div class="split center">
  49. <div class="centered">
  50. <img src="Assets/technician.png" alt="Online World">
  51. <h2>ICT Technician</h2>
  52. <div class="svg-wrapper">
  53. <svg height="40" width="150" xmlns="http://www.w3.org/2000/svg">
  54. <rect id="shape" height="40" width="150" />
  55. <div id="text">
  56. <a href="web.html"><span class="spot"></span>Learn More</a>
  57. </div>
  58. </svg>
  59. </div>
  60. </div>
  61. </div>
  62.  
  63. <div class="split right">
  64. <div class="centered">
  65. <img src="Assets/shield.png" alt="Security">
  66. <h2>Security Analyst</h2>
  67. <div class="svg-wrapper">
  68. <svg height="40" width="150" xmlns="http://www.w3.org/2000/svg">
  69. <rect id="shape" height="40" width="150" />
  70. <div id="text">
  71. <a href="web.html"><span class="spot"></span>Learn More</a>
  72. </div>
  73. </svg>
  74. </div>
  75. </div>
  76. </div>
  77. </div>
  78. <div class="second-section">
  79. <div class="split left">
  80. <div class="centered">
  81. <img src="Assets/coding.png" alt="Online World">
  82. <h2>Website Developer</h2>
  83. <div class="svg-wrapper">
  84. <svg height="40" width="150" xmlns="http://www.w3.org/2000/svg">
  85. <rect id="shape" height="40" width="150" />
  86. <div id="text">
  87. <a href="web.html"><span class="spot"></span>Learn More</a>
  88. </div>
  89. </svg>
  90. </div>
  91. </div>
  92. </div>
  93.  
  94.  
  95. <div class="split center">
  96. <div class="centered">
  97. <img src="Assets/technician.png" alt="Online World">
  98. <h2>ICT Technician</h2>
  99. <div class="svg-wrapper">
  100. <svg height="40" width="150" xmlns="http://www.w3.org/2000/svg">
  101. <rect id="shape" height="40" width="150" />
  102. <div id="text">
  103. <a href="web.html"><span class="spot"></span>Learn More</a>
  104. </div>
  105. </svg>
  106. </div>
  107. </div>
  108. </div>
  109.  
  110. <div class="split right">
  111. <div class="centered">
  112. <img src="Assets/shield.png" alt="Security">
  113. <h2>Security Analyst</h2>
  114. <div class="svg-wrapper">
  115. <svg height="40" width="150" xmlns="http://www.w3.org/2000/svg">
  116. <rect id="shape" height="40" width="150" />
  117. <div id="text">
  118. <a href="web.html"><span class="spot"></span>Learn More</a>
  119. </div>
  120. </svg>
  121. </div>
  122. </div>
  123. </div>
  124. </div>
  125. </div>
  126.  
  127. </body>
  128.  
  129. </html>
Advertisement
Add Comment
Please, Sign In to add comment