Advertisement
Guest User

Untitled

a guest
Jan 28th, 2015
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.43 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--[if IE 9]><html class="lt-ie10" lang="en" > <![endif]-->
  3. <html class="no-js" lang="no" >
  4.  
  5. <head>
  6. <meta charset="utf-8">
  7. <link rel="stylesheet" href="footballsite.css">
  8. <!-- If you delete this meta tag World War Z will become a reality -->
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  10. <title>Dortmund Fansite</title>
  11.  
  12. <!-- If you are using the CSS version, only link these 2 files, you may add app.css to use for your overrides if you like -->
  13. <link rel="stylesheet" href="css/normalize.css">
  14. <link rel="stylesheet" href="css/foundation.css">
  15.  
  16. <!-- If you are using the gem version, you need this only -->
  17. <link rel="stylesheet" href="css/app.css">
  18.  
  19. <script src="js/vendor/modernizr.js"></script>
  20.  
  21. </head>
  22. <body>
  23.  
  24. <!-- body content here -->
  25.  
  26. <script src="js/vendor/jquery.js"></script>
  27. <script src="js/foundation.min.js"></script>
  28. <script>
  29. $(document).foundation();
  30. </script>
  31.  
  32.  
  33.  
  34.  
  35. <nav class="top-bar foundation-bar" data-topbar>
  36. <ul class="title-area">
  37. <li class="name">
  38. <span data-tooltip class="has-tip" title="Try resizing your browser to see how the grid stacks"><h1 class="show-for-small-only"><a href="#">Small screen</a></h1></span>
  39. <span data-tooltip class="has-tip" title="Try resizing your browser to see how the grid stacks"><h1 class="show-for-medium-only"><a href="#">Medium Screen</a></h1></span>
  40. <span data-tooltip class="has-tip" title="Try resizing your browser to see how the grid stacks"><h1 class="show-for-large-only"><a href="#">Large screen</a></h1></span>
  41. </li>
  42. </ul>
  43. <section class="top-bar-section">
  44. <!-- Right Nav Section -->
  45. <ul class="right">
  46. <li><a href="http://foundation.zurb.com/docs/" target="_blank">Foundation Docs</a></li>
  47. <li><a href="http://codepen.io/ZURBFoundation/full/olduj/" target="_blank">Grid Example</a></li>
  48. <li class="active"><a href="http://codepen.io/ZURBFoundation/full/vKwHa/" target="_blank">Navigation Example</a></li>
  49. <li><a href="http://codepen.io/ZURBFoundation/full/AuvoL" target="_blank">Forms</a></li>
  50. <li><a href="http://codepen.io/ZURBFoundation/full/fcFnq" target="_blank">Interchange</a></li>
  51. </ul>
  52. </section>
  53. </nav>
  54.  
  55. <div class="row">
  56. <div class="small-12 columns">
  57.  
  58. <div data-alert class="alert-box radius secondary">
  59. <a href="http://codepen.io/ZURBFoundation/full/vKwHa/" target="_blank">Try viewing this in a separate tab and resizing your browser to see how the grid stacks →</a>
  60. <a href="#" class="close">&times;</a>
  61. </div>
  62. </div>
  63. </div>
  64.  
  65. <div class="row">
  66. <div class="small-12 columns">
  67. <div class="off-canvas-wrap" data-offcanvas>
  68. <div class="inner-wrap">
  69. <nav class="top-bar show-for-medium-up" data-topbar>
  70. <ul class="title-area">
  71. <li class="name">
  72. <h1><a href="#">Top Bar for Medium & Large</a></h1>
  73. </li>
  74. <li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
  75. </ul>
  76.  
  77. <section class="top-bar-section">
  78. <!-- Right Nav Section -->
  79. <ul class="right">
  80. <li><a href="#">Home</a></li>
  81. <li><a href="#">About</a></li>
  82. <li><a href="#">Contact</a></li>
  83. </ul>
  84. </section>
  85. </nav>
  86.  
  87.  
  88. <nav class="tab-bar show-for-small">
  89. <section class="left-small">
  90. <a class="left-off-canvas-toggle menu-icon" href="#"><span></span></a>
  91. </section>
  92.  
  93. <section class="middle tab-bar-section">
  94. <h1 class="title">Offcanvas for Small</h1>
  95. </section>
  96.  
  97. </nav>
  98.  
  99.  
  100. <aside class="left-off-canvas-menu">
  101. <ul class="off-canvas-list">
  102. <li><label>Foundation</label></li>
  103. <li><a href="#">Home</a></li>
  104. <li><a href="#">About</a></li>
  105. <li><a href="#">Contact</a></li>
  106. </ul>
  107. </aside>
  108.  
  109. <section class="main-section">
  110. <div class="row">
  111. <div class="large-12 columns">
  112.  
  113. <h4 class="">The Psychohistorians</h4>
  114.  
  115. <p>Set in the year 0 F.E. ("Foundation Era"), The Psychohistorians opens on Trantor, the capital of the 12,000-year-old Galactic Empire. Though the empire appears stable and powerful, it is slowly decaying in ways that parallel the decline of the Western Roman Empire. Hari Seldon, a mathematician and psychologist, has developed psychohistory, a new field of science and psychology that equates all possibilities in large societies to mathematics, allowing for the prediction of future events.</p>
  116.  
  117. <p>Using psychohistory, Seldon has discovered the declining nature of the Empire, angering the aristocratic members of the Committee of Public Safety, the de facto rulers of the Empire. The Committee considers Seldon's views and statements treasonous, and he is arrested along with young mathematician Gaal Dornick, who has arrived on Trantor to meet Seldon. Seldon is tried by the Committee and defends his beliefs, explaining his theories and predictions, including his belief that the Empire will collapse in 500 years and enter a 30,000-year dark age, to the Committee's members.</p>
  118.  
  119. </div>
  120. </div>
  121. </section>
  122.  
  123. <a class="exit-off-canvas"></a>
  124.  
  125. </div>
  126. </div>
  127. </div>
  128. </div>
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135. </body>
  136. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement