Advertisement
begaines23

Index_Project1

Apr 7th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 3.28 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <title>Sweet Dreams</title>
  8.  
  9. <link href="CSS/bootstrap.css" rel="stylesheet" type="text/css">
  10. <link href="CSS/styles.css" rel="stylesheet" type="text/css">
  11. <!--The following script tag downloads a font from the Adobe Edge Web Fonts server for use within the web page. We recommend that you do not modify it.-->
  12. <script>var __adobewebfontsappname__="dreamweaver"</script>
  13. <script src="http://use.edgefonts.net/crushed:n4:default;aclonica:n4:default;actor:n4:default;alfa-slab-one:n4:default.js" type="text/javascript"></script>
  14. <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  15. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  16. <!--[if lt IE 9]>
  17. <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  18. <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  19. <![endif]-->
  20. </head>
  21.  
  22. <body style="padding-top: 70px">
  23. <nav class="navbar navbar-default navbar-fixed-top">
  24.  <div class="container-fluid">
  25.    <!-- Brand and toggle get grouped for better mobile display -->
  26.    <div class="navbar-header">
  27.      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#topFixedNavbar1" aria-expanded="false"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button>
  28.      <a class="navbar-brand" href="#">Sweet Dreams | No more nightmares</a></div>
  29.    <!-- Collect the nav links, forms, and other content for toggling -->
  30.    <div class="collapse navbar-collapse" id="topFixedNavbar1">
  31.      <ul class="nav navbar-nav navlist">
  32.        <li class="navlistitem active"><a href="Index.html">Home</a></li>
  33.        <li class="navlistitem"><a href="About.html">About</a></li>
  34.        <li class="navlistitem"><a href="Register.html">Register</a></li>
  35.        
  36.      </ul>
  37.      
  38.      <ul class="nav navbar-nav navbar-right">
  39.         <li class="navlistitem"><img src="Sweetdreamslogo.png" width="68" height="50" alt=""/></li>
  40.      
  41.      </ul>
  42.    </div>
  43.    <!-- /.navbar-collapse -->
  44.  </div>
  45.  <!-- /.container-fluid -->
  46. </nav>
  47.  
  48.  
  49. <aside class="asideleft">
  50.  
  51.  <section1>
  52.    <h1>New Product Released!</h1>
  53.    <p><img src="sweetdreamsbottle.png" width="259" height="321" alt=""/></p>
  54.  </section1>
  55. </aside>
  56. <aside class="asideright">
  57.  <section2>
  58.    <h2>Prevent and treat your nightmares!</h2>
  59.    <p>Sweet Dreams could be the answer to calm your mind while you sleep. Disarm your nightmares with our 100% organic ingredients we have formulated to help you sleep sweet and sound throughout the night!*</p>
  60.    <p><a href="Register.html">Register here</a> for more information and special offers!</p>
  61.  </section2>
  62. </aside>
  63. <div>
  64. <footer>
  65.  <p>&nbsp;</p>
  66.  <p><br>
  67.    <br>
  68.    Copyright 2017. Made with 100% organic matter. *These statements have not been evaluated by the FDA. This product is not intended to diagnose, treat, cure, or prevent any disease.</p>
  69. </footer></div>
  70. <script src="../js/jquery-1.11.3.min.js"></script>
  71. <script src="../js/bootstrap.js"></script>
  72. </body>
  73. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement