Advertisement
Guest User

Html

a guest
Jul 13th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.88 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <title>Intro</title>
  6.  
  7. <link href="Style.css" rel="stylesheet">
  8. <link href="Intro.css" rel="stylesheet">
  9.  
  10.  
  11. <meta name="viewport" content="width=device-width, initial-scale=1">
  12. <link href="css/jquery.bxslider.css" rel="stylesheet" />
  13. <link href="css/nav.css" rel="stylesheet">
  14. <link rel="shortcut icon" type="image/png" href="img/w3-favicon.png"/>
  15. <meta name="viewport" content="width=device-width, initial-scale=1">
  16. <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
  17. <meta charset="utf-8">
  18. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  19. <meta name="viewport" content="width=device-width, initial-scale=1">
  20. <meta name="keywords" content="footer, contact, form, icons" />
  21. <link rel="stylesheet" href="css/demo.css">
  22. <link rel="stylesheet" href="css/footer-distributed-with-contact-form.css">
  23. <link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
  24. <link href="http://fonts.googleapis.com/css?family=Cookie" rel="stylesheet" type="text/css">
  25. <meta name="viewport" content="width=device-width, initial-scale=1">
  26. <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
  27. </head>
  28. <body>
  29. <script src="js/jquery-1.11.2.min.js">
  30. </script>
  31. <script src="js/main.js">
  32. </script>
  33.  
  34.  
  35. <!-- Navbar-->
  36.  
  37. <div class="navbar">
  38.  
  39. JJJJJ
  40.  
  41. </div>
  42.  
  43.  
  44. <!-- Simple Intro-->
  45. <div class="IntroNeeded">
  46. <div id= "Intro">
  47. <div class="IntroText">
  48. <h2 style="font-size: 700%; font-weight: bolder; padding-bottom: 0; font-family: 'Arial'; margin-bottom: -0.3em;"> Fuchs Julian. </h2>
  49. <h6> Untertext </h6>
  50. <p id="demo"></p>
  51. </div>
  52. <a class = "button" onclick="myFunction()" href="#bottom">Bottom</a>
  53. <img class="IntroImg" src="Stock.png" alt="Intro">
  54. </div>
  55.  
  56. <style> *{overflow: hidden;}</style>
  57.  
  58. <script>
  59. function myFunction() {
  60. document.getElementById("demo").innerHTML = "Hello World";
  61. document.getElementById("Intro").innerHTML= ('');
  62. obj.style.overflow = "visible";
  63. document.navbar.style.position= "fixed";
  64. }
  65.  
  66. </script>
  67.  
  68. </div>
  69.  
  70. <div class="MainBody">
  71. <br>
  72. <div id="bottom">
  73. <a href="bottom" style="font-size: 300%; text-align: center; text-transform: uppercase;">
  74. Welcome
  75. </a>
  76. </div>
  77. <h3 class="Section" style="margin-left: 5%; margin-right: 5%; color: black;"> Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eost</h3>
  78.  
  79. </div>
  80.  
  81.  
  82.  
  83.  
  84.  
  85. </body>
  86. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement