Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>Joe's Portfolio</title>
- <link rel="stylesheet" type="text/css" href="main.css">
- </head>
- <body>
- <header class="fix">
- <div class="nav-area">
- <ul class="menu-area">
- <li><a href="index.html">Home</a></li>
- <li><a href="work.html">Coursework</a></li>
- <li><a href="future.html">Future Aspirations</a></li>
- <li class="active"><a href="about.html">About Me</a></li>
- <li><a href="cv.html">CV</a></li>
- <li><a href="contact.html">Contact</a></li>
- </ul>
- </div>
- <div class="banner-text-name">
- <h2>Joe Busby</h2>
- </div>
- </header>
- <div class="container">
- <div class="first-section">
- <div class="split left">
- <div class="centered">
- <img src="Assets/coding.png" alt="Online World">
- <h2>Website Developer</h2>
- <div class="svg-wrapper">
- <svg height="40" width="150" xmlns="http://www.w3.org/2000/svg">
- <rect id="shape" height="40" width="150" />
- <div id="text">
- <a href="web.html"><span class="spot"></span>Learn More</a>
- </div>
- </svg>
- </div>
- </div>
- </div>
- <div class="split center">
- <div class="centered">
- <img src="Assets/technician.png" alt="Online World">
- <h2>ICT Technician</h2>
- <div class="svg-wrapper">
- <svg height="40" width="150" xmlns="http://www.w3.org/2000/svg">
- <rect id="shape" height="40" width="150" />
- <div id="text">
- <a href="web.html"><span class="spot"></span>Learn More</a>
- </div>
- </svg>
- </div>
- </div>
- </div>
- <div class="split right">
- <div class="centered">
- <img src="Assets/shield.png" alt="Security">
- <h2>Security Analyst</h2>
- <div class="svg-wrapper">
- <svg height="40" width="150" xmlns="http://www.w3.org/2000/svg">
- <rect id="shape" height="40" width="150" />
- <div id="text">
- <a href="web.html"><span class="spot"></span>Learn More</a>
- </div>
- </svg>
- </div>
- </div>
- </div>
- </div>
- <div class="second-section">
- <div class="split left">
- <div class="centered">
- <img src="Assets/coding.png" alt="Online World">
- <h2>Website Developer</h2>
- <div class="svg-wrapper">
- <svg height="40" width="150" xmlns="http://www.w3.org/2000/svg">
- <rect id="shape" height="40" width="150" />
- <div id="text">
- <a href="web.html"><span class="spot"></span>Learn More</a>
- </div>
- </svg>
- </div>
- </div>
- </div>
- <div class="split center">
- <div class="centered">
- <img src="Assets/technician.png" alt="Online World">
- <h2>ICT Technician</h2>
- <div class="svg-wrapper">
- <svg height="40" width="150" xmlns="http://www.w3.org/2000/svg">
- <rect id="shape" height="40" width="150" />
- <div id="text">
- <a href="web.html"><span class="spot"></span>Learn More</a>
- </div>
- </svg>
- </div>
- </div>
- </div>
- <div class="split right">
- <div class="centered">
- <img src="Assets/shield.png" alt="Security">
- <h2>Security Analyst</h2>
- <div class="svg-wrapper">
- <svg height="40" width="150" xmlns="http://www.w3.org/2000/svg">
- <rect id="shape" height="40" width="150" />
- <div id="text">
- <a href="web.html"><span class="spot"></span>Learn More</a>
- </div>
- </svg>
- </div>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment