Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.04 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4.     <!-- TO SĄ KOMENTARZE -->
  5.     <!-- Informacje nagłówkowe -->
  6.     <!--[if lt IE 9]>
  7. <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  8. <![endif]-->
  9.  
  10.     <title>Strona główna – Piotr Bednarek</title>
  11.     <meta name="viewport" content="width=device-width, maximum-scale=3.0, minimum-scale=1.0, initial-scale=1" />
  12.  
  13.     <meta charset="utf-8" />
  14. <meta name="author" content=""/>
  15. <meta name="description" content=""/>
  16. <meta name="keywords" content=""/>
  17. <link rel="stylesheet" type="text/css" href="css/style_desktop.css" />
  18. <link rel="stylesheet" type="text/css" media="only screen and (max-width:500px)" href="css/style_mobile.css">
  19.  
  20. </head>
  21. <body>
  22.    <div id="container">
  23.         <header id="naglowek">
  24.              <div id="logo">
  25.                  
  26.                  <a  href="https://www.google.pl/" target="blank"><img src="obrazy/logo.png" width="250" height="60" alt="" ></a>
  27.              </div>
  28.             <aside id="links">
  29.                 <ul>
  30.                    <li>
  31.                     <a href="http://www.pja.edu.pl/" target="blank"><img src="obrazy/logopjwstk.png" width="60" height="60" alt="logopjwstk" style="float: center;"></a>
  32.                    </li>
  33.                    <li>
  34.                         <a href="http://www.pja.edu.pl/" target="blank"><img src="obrazy/logotwitter.png" width="60" height="60" alt="logotwitter" style="float: center;"></a>
  35.                    </li>
  36.                    <li>
  37.                         <a href="http://www.pja.edu.pl/" target="blank">
  38.                             <img src="obrazy/logoapple.png" width="60" height="60" alt="logoapple" style="float: center;">
  39.                         </a>
  40.                    </li>
  41.                    <li>
  42.                         <a href="http://www.pja.edu.pl/" target="blank">
  43.                             <img src="obrazy/logowp.png" width="60" height="60" alt="logowp" style="float: center;">
  44.                         </a>
  45.                    </li>
  46.                    <li>
  47.                         <a href="http://www.pja.edu.pl/" target="blank">
  48.                             <img src="obrazy/logowin.png" width="60" height="60" alt="logowin" style="float: center;">
  49.                         </a>
  50.                    </li>
  51.                 </ul>
  52.              </aside>
  53.              <div id="search">
  54.                
  55.                 <form action="jakasakcja" method="post">
  56.                 <input type="text" name="szukaj" placeholder="--wyszukaj--" size="15" maxlength="30">
  57.                 <input type="submit" value="Szukaj">
  58.                 </form>
  59.  
  60.              </div>
  61.         </header>
  62.         <div id="tresc">
  63.             <div id="lewakolumna">
  64.                 <div id="menu_container">
  65.                     <nav id="menu">
  66.                        <ul>
  67.                             <li><a href="index.html" id="active">Strona główna</a></li>
  68.                             <li><a href="autor.html">O Autorze</a></li>
  69.                             <li><a href="galeria.html">Galeria zdjęć</a></li>
  70.                             <li><a href="kontakt.html">Kontakt</a></li>    
  71.                         </ul>  
  72.  
  73.                     </nav>
  74.                 </div>
  75.             </div>
  76.             <div id="prawakolumna">
  77.                 <div id="crunch">
  78.                         <a href="index.html">Strona główna</a>&nbsp;&gt;&nbsp;
  79.                 </div>
  80.                 <article id="content">
  81.                
  82.                         <h3>Strona główna</h3>
  83.                         <img id="Obrazek1" src="obrazy/foto.jpg" width="171" height="176" alt="" style="float: right; ">
  84.                         <p>
  85.                             ed magna et est placerat pulvinar faucibus eget nisi. Vestibulum accumsan, odio non iaculis sollicitudin, mauris nibh consequat enim, nec ultricies dui dolor eget quam. Curabitur eros elit, iaculis blandit blandit at, semper sed nisi. Nunc egestas tellus sed elit aliquam eu consectetur nisl auctor. Suspendisse egestas rutrum eros, nec laoreet arcu accumsan vitae. Sed quam neque, pretium sagittis venenatis nec, semper in eros.
  86.                         </p>
  87.                         <p> Etiam hendrerit convallis mi, sed fermentum felis varius sed. Proin elementum lacus quis nulla malesuada interdum. Fusce nisi ante, fermentum quis gravida et, mattis eget tellus. Donec malesuada metus vel nisl luctus sed vulputate lacus viverra. Proin porttitor ultricies nisl, eu fringilla magna pellentesque ut. Nulla sit amet dui sit amet quam commodo posuere a laoreet odio. Ut fringilla, eros sit amet scelerisque porta, lectus nibh accumsan libero, a bibendum enim odio vel arcu. Nam ac neque nibh, ac ultrices lectus. Quisque elementum velit et nisl fringilla adipiscing.
  88.                         </p>
  89.                        
  90.                                
  91.                 </article>
  92.             </div>
  93.             <div style="clear:both"></div>
  94.         </div>
  95.         <footer id="footer">
  96.              tutaj będzie stopka
  97.         </footer >
  98.    </div>
  99.  
  100. </body>
  101. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement