Advertisement
Guest User

Untitled

a guest
Aug 8th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.48 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title> My website </title>
  5. <meta charset="utf-8">
  6. <link href='http://fonts.googleapis.com/css?family=Playfair+Display:400,900' rel='stylesheet' type='text/css'>
  7. <link href="https://fonts.googleapis.com/css?family=Qwigley" rel="stylesheet">
  8. <meta name="viewport" content="width=device-width">
  9. <script src="modernizr.custom.40753.js"></script>
  10. <link rel="stylesheet" href="MyCSS.css">
  11. <link rel="shortcut icon" href="Images/Favi(2).png">
  12.  
  13. </head>
  14. <body>
  15. <header id="indexhead">
  16. <div id "top">
  17. <p ><img id="logo"src ="Images/Logo 4 (used).JPG" alt="logo"></p>
  18. <nav class="sitenavigation">
  19. <p><a href="Index.html"> Home </a></p>
  20. <p><a href="Aboutme.html"> About me </a></p>
  21. <p><a href="Eduback.html"> Education background </a></p>
  22. <p><a href="Important.html">Important people and events</a></p>
  23. </nav>
  24. </div>
  25. </header>
  26.  
  27. <article>
  28. <div class="home">
  29. <p class="pointer"> What is this website about? </p>
  30. <p> &bull;&nbsp;This is my personal website which contains my personal information that I would like to share with you (users) and is also a platform to update my β€˜status’ through this e-portfolio </p>
  31. <p class="pointer"> What is this site for? </p>
  32. <p>&bull;&nbsp;I will be sharing information about myself,what my dreams and ambitions are,my educational background and feature some of the photos that I find meaningful for you (users) to get to know more about me.
  33. </p>
  34. <p class="pointer">Who are the users that I am targeting? </p>
  35. <p>&bull;&nbsp;This site is for anyone is interested and wants to know more about me. As for those who like to get to know me more on a personal level, you can submit your the form and I will contact you </p>
  36. </div>
  37. </article>
  38.  
  39. <footer>
  40. <figure id ="foot">
  41. <p>For those who are interested in my social medias, these are the links to my social media </p>
  42. <div id="fb"> <a href="https://www.facebook.com/anthony.chua.90" target="_blank">
  43. <img src="Images/WCDFacebookIcon(1).png" alt="facebook" ></a></div>
  44.  
  45. <div id="ig"> <a href="https://www.instagram.com/cyt.anthony/?hl=en" target="_blank">
  46. <img src="Images/WCDInstaIcon(1).png" alt="Insta" > </a></div>
  47.  
  48. <div id="tweet"> <a href="https://twitter.com/PyroMagnum" target="_blank">
  49. <img src="Images/WCDTwitterIcon(1).png" alt="Twitter" ></a></div>
  50. </figure>
  51. </footer>
  52. </body>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement