Guest User

Untitled

a guest
Dec 10th, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.86 KB | None | 0 0
  1. <! DOCTYPE html>
  2.     <head>
  3.         <meta charset="utf-8">
  4.         <meta http-equiv="X-UA-Compatible" content="IE-edge">
  5.         <title>John Smith | Portfolio</title>
  6.         <meta name="description" conetent"">
  7.         <meta name="viewpoint" content="width=device-width, initial-scale=1">
  8.         <link rel="stylesheet" type="text/css" href="C:\Users\matth\Documents\PEPD\Week8\styles\main.css" />
  9.         <link rel="shortcut icon" type="image/x-icon" href="C:\Users\matth\Documents\PEPD\Week8\images/developer.ico"/>
  10.     </head>
  11.     <body>
  12.         <header>
  13.             <h1>John Smith</h1>
  14.                 <nav>
  15.                     <ul class="navLinks">
  16.                         <li><a href="index.html">Home</a></li>
  17.                         <li><a href="qualifications.html">Qualifications</a></li>
  18.                         <li><a href="skill-set.html">Skill Set</a></li>
  19.                         <li><a href="work-experience.html">Work Experience</a></li>
  20.                     </ul>
  21.                 </nav>
  22.                
  23.             </h1>
  24.         </header>
  25.         <div class="wrapper">
  26.             <h2>This is my website</h2>
  27.             <div class="backgroundImage"></div>
  28.             <p> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
  29.                 incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud
  30.                 exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute
  31.                 irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
  32.                 pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia
  33.                 deserunt mollit anim id est laborum.
  34.             </p>
  35.         </div>
  36.  
  37.         <div class="wrapper">
  38.         </div>
  39.        
  40.  
  41.        
  42.    
  43.     <footer>
  44.  
  45.     </footer>
  46.     </body>
Advertisement
Add Comment
Please, Sign In to add comment