joelnazarene

Untitled

Feb 18th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 7.49 KB | None | 0 0
  1. ach.html
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html>
  6. <head>
  7. <style>
  8. div.container {
  9.     width: 100%;
  10.     border: 1px solid gray;
  11. }
  12.  
  13. header, footer {
  14.     padding: 1em;
  15.     color: white;
  16.     background-color: black;
  17.     clear: left;
  18.     text-align: center;
  19. }
  20.  
  21. nav {
  22.     float: left;
  23.     max-width: 160px;
  24.     margin: 0;
  25.     padding: 1em;
  26. }
  27.  
  28. nav ul {
  29.     list-style-type: none;
  30.     padding: 0;
  31. }
  32.    
  33. nav ul a {
  34.     text-decoration: none;
  35. }
  36.  
  37. article {
  38.     margin-left: 170px;
  39.     border-left: 1px solid gray;
  40.     padding: 1em;
  41.     overflow: hidden;
  42. }
  43. </style>
  44. </head>
  45. <body>
  46.  
  47. <div class="container">
  48.  
  49. <header>
  50.    <h1>BARCELONA</h1>
  51. </header>
  52.  
  53. <nav>
  54.   <ul>
  55.     <a href="htmlmain.html">homepage </a> <br>
  56. <a href="team.html">team gallery</a>
  57.   </ul>
  58. </nav>
  59.  
  60. <article>
  61.   <h1>London</h1>
  62.   Xavi presently holds the team record for most number of total games played (767) and the record number of La Liga appearances (505), Andrés Iniesta comes second with 655 in all competitions and 428 in the League.
  63.  
  64.  
  65. Lionel Messi is the club's all-time top-scorer.
  66. Barcelona's all-time highest goalscorer in all competitions (including friendlies) is Lionel Messi with 568 goals, surpassing Paulino Alcántara's record (369 goals) held for 87 years,[199] as well as being the highest goalscorer in official competitions with 534 goals. He is also the record goalscorer for Barcelona in European (100 goals) and international club competitions (105 goals), and the record league scorer with 369 goals in La Liga. Alongside Messi, four other players have managed to score over 100 league goals at Barcelona: César (190), László Kubala (131), Samuel Eto'o (108) and Luis Suárez (101). Josep Samitier is the club's highest goalscorer in the Copa del Rey, with 65 goals.
  67.  
  68. László Kubala holds the La Liga record for most goals scored in one match, with seven goals against Sporting de Gijón in 1952.[200] Lionel Messi holds the Champions League record with five goals against Bayer Leverkusen in 2012.[a][201] Eulogio Martínez became Barça's top goalscorer in a cup game, when he scored seven goals against Atlético Madrid in 1957.
  69.  
  70. Barcelona goalkeepers have won a record number of Zamora trophies (20), with Antoni Ramallets and Víctor Valdés winning a record five each. Valdés had a ratio of 0.832 goals-conceded-per-game, a La Liga record,[202] and he also holds the record for longest period without conceding a goal (896 minutes) in all competitions for Barcelona.[203] Claudio Bravo has the record of best unbeaten start in a season in La Liga history, at 754 minutes.[204][205]
  71.  
  72. Barcelona's longest serving manager is Jack Greenwell, with nine years in two spells (1917–1924) and (1931–1933), and Pep Guardiola is the club's most successful manager (14 trophies in 4 years). The most successful Barcelona players are Andrés Iniesta and Lionel Messi with 30 trophies each, surpassing Xavi, with 25 trophies.[206]
  73.  
  74. Barcelona's Camp Nou is the largest stadium in Europe. The club's highest home attendance was 120,000 in a European Cup quarter-final against Juventus on 3 March 1986.[207] The modernisation of Camp Nou during the 1990s and the introduction of all-seater stands means the record will not be broken for the foreseeable future as the current capacity of the stadium is 99,354.[208]
  75.  
  76. El Barça de les Cinc Copes is the first team in Spanish football to have won five trophies in a single season (1951–1952).[209][210][211] Barcelona is the only club to have played in every season of European competitions since they started in 1955 counting non-UEFA competition Inter Cities Fair Cup.[212][213] On 18 December 2009, alongside being the only Spanish club to achieve the continental treble, Barcelona became the first ever football team to complete the sextuple.[214][215] In January 2018, Barcelona signed Philippe Coutinho from Liverpool for €120 million, the highest transfer fee in club history.[216][217] In August 2017, Barcelona player Neymar transferred to Paris Saint-Germain for a world record transfer fee of €222 million.[218][219]
  77.  
  78. In 2016, Barcelona's La Masia was ranked second by the International Centre for Sports Studies (CIES) as the most top-level players producing academy in the world
  79. </article>
  80.  
  81. <footer>Copyright &copy; wolfpackdevelopers.com</footer>
  82.  
  83. </div>
  84.  
  85. </body>
  86. </html>
  87. =================================================================================
  88. STADIUM.html
  89.  
  90.  
  91. <!DOCTYPE html>
  92. <html>
  93. <head>
  94. <style>
  95. div.container {
  96.     width: 100%;
  97.     border: 1px solid gray;
  98. }
  99.  
  100. header, footer {
  101.     padding: 1em;
  102.     color: white;
  103.     background-color: black;
  104.     clear: left;
  105.     text-align: center;
  106. }
  107.  
  108. nav {
  109.     float: left;
  110.     max-width: 160px;
  111.     margin: 0;
  112.     padding: 1em;
  113. }
  114.  
  115. nav ul {
  116.     list-style-type: none;
  117.     padding: 0;
  118. }
  119.    
  120. nav ul a {
  121.     text-decoration: none;
  122. }
  123.  
  124. article {
  125.     margin-left: 170px;
  126.     border-left: 1px solid gray;
  127.     padding: 1em;
  128.     overflow: hidden;
  129. }
  130. </style>
  131. </head>
  132. <body>
  133.  
  134. <div class="container">
  135.  
  136. <header>
  137.    <h1>STADIUM</h1>
  138. </header>
  139.  
  140. <nav>
  141.   <ul>
  142.    <a href="htmlmain.html">homepage </a> <br>
  143. <a href="team.html">team gallery</a>
  144.   </ul>
  145. </nav>
  146.  
  147. <article>
  148.   <h1>STADIUM</h1>
  149.  Barcelona initially played in the Camp de la Indústria. The capacity was about 6,000, and club officials deemed the facilities inadequate for a club with growing membership.[234]
  150.  
  151. In 1922, the number of supporters had surpassed 20,000 and by lending money to the club, Barça was able to build the larger Camp de Les Corts, which had an initial capacity of 20,000 spectators. After the Spanish Civil War the club started attracting more members and a larger number of spectators at matches. This led to several expansion projects: the grandstand in 1944, the southern stand in 1946, and finally the northern stand in 1950. After the last expansion, Les Corts could hold 60,000 spectators.[235]
  152.  
  153. After the construction was complete there was no further room for expansion at Les Corts. Back-to-back La Liga titles in 1948 and 1949 and the signing of László Kubala in June 1950, who would later go on to score 196 goals in 256 matches, drew larger crowds to the games.[235][236][237] The club began to make plans for a new stadium.[235] The building of Camp Nou commenced on 28 March 1954, before a crowd of 60,000 Barça fans. The first stone of the future stadium was laid in place under the auspices of Governor Felipe Acedo Colunga and with the blessing of Archbishop of Barcelona Gregorio Modrego. Construction took three years and ended on 24 September 1957 with a final cost of 288 million pesetas, 336% over budget.[235]
  154.  
  155.  
  156. One of the Camp Nou stands displays Barcelona's motto, "Més que un club", meaning 'More than a club'
  157. In 1980, when the stadium was in need of redesign to meet UEFA criteria, the club raised money by offering supporters the opportunity to inscribe their name on the bricks for a small fee. The idea was popular with supporters, and thousands of people paid the fee. Later this became the centre of controversy when media in Madrid picked up reports that one of the stones was inscribed with the name of long-time Real Madrid chairman and Franco supporter Santiago Bernabéu.[238][239][240] In preparation for the 1992 Summer Olympics two tiers of seating were installed above the previous roofline.[241] It has a current capacity of 99,354 making it the largest stadium in Europe.[1]
  158. </article>
  159.  
  160. <footer>Copyright &copy; W3Schools.com</footer>
  161.  
  162. </div>
  163.  
  164. </body>
  165. </html>
  166. ===================================================
Add Comment
Please, Sign In to add comment