Advertisement
Guest User

Untitled

a guest
Aug 1st, 2015
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.67 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <link rel="icon" type="image/ico" href="favicon.ico"/>
  5. <link rel="stylesheet" type="text/css" href="hover.css">
  6. <link rel="stylesheet" type="text/css" href="animate.css">
  7. <link rel="stylesheet" href=" http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
  8. <meta charset="utf-8">
  9. <link type="text/css" rel="stylesheet" href="./css/bootstrap.css">
  10. <link rel="stylesheet" type="text/css" href="site.css">
  11. <title>Sites Stash - Home</title>
  12. </head>
  13. <body>
  14. <nav class="navbar navbar-inverse">
  15. <div class="container-fluid">
  16. <div>
  17. <span class="col-md-4"></span>
  18. <ul class="nav navbar-nav">
  19. <li class="active"><a href="index.html" class="hvr-underline-reveal">Home</a></li>
  20. <li> <a href="prices.html" class="hvr-underline-reveal">Prices</a></li>
  21. <li><img src="mod.png" alt="mod" class="img-responsive hvr-grow-rotate" style="height:50px;"></li>
  22. <li><a href="gallery.html" class="hvr-underline-reveal">Gallery</a></li>
  23. <li><a href="contact.html" class="hvr-underline-reveal">Contact</a></li>
  24. </ul>
  25.  
  26. </div>
  27. </div>
  28. </nav>
  29.  
  30.  
  31. <div class="jumbotron">
  32. <div class="row">
  33. <span class="col-sm-2"></span>
  34. <div class="col-sm-6">
  35. <h1>Welcome To Sites Stash</h1>
  36. <span class="indexp">We create your website with the strongest tools online.<br>
  37. We use the combination of HTML, CSS, Angular.js and Node.js, to create your Static or CMS website.<br>
  38. If you own your own business or anything which makes profit,<br>
  39. you should always have a website, to point your viewers to!<br>
  40. So get yours <mark>Today!</mark></span>
  41. <br>
  42. <br>
  43. <a href="gallery.html" class="btn btn-primary btn-lg hvr-wobble-vertical">
  44. <span class="glyphicon glyphicon-camera"></span> Open Gallery</a>
  45. </div>
  46. <span class="col-sm-2"></span>
  47. <img src="left.png" alt="left pic" style="height:250px;"/>
  48. </div>
  49. </div>
  50.  
  51. <div class="jumbotron jumboindex">
  52. <span class="col-sm-1"></span>
  53. <span class="col-sm-2" style="right:80px;"><img src="service.png" alt="service" style="height:280px;"/></span>
  54. <div class="row">
  55. <div class="col-sm-8">
  56. <span class="sechead">Why choose us?</span>
  57. <br>
  58. <span class="parag">We use the latest and most powerfull and efficent tools online.
  59. <br>
  60. Node.js is one of the strongest back-end tool online that can be used to create a Content Managment System,
  61. <br>
  62. with it you can only find the pros.
  63. <br>
  64. Angular.js is a unique front-end tool that can be used to display the information,
  65. <br>
  66. the combination of using javascript in both front-end and back-end makes the website run twice as fast.
  67. </span>
  68. </div>
  69. </div>
  70.  
  71.  
  72. </body>
  73. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement