Advertisement
Guest User

nnn

a guest
Dec 10th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.21 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <meta http-equiv="Content-type"
  5.    content="text/html; charset=utf-8 "/>
  6.     <title>Визитка</title>
  7.     <link rel="stylesheet" type="text/css" href="style.css">
  8.     <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
  9.     <!--style type="text/css" src>
  10.    </style-->
  11. </head>
  12. <body>
  13.     <header class="jumbotron head">
  14.         <div class="center">
  15.             <ul class="nav nav-pills">
  16.                 <li><a href="#">О себе</a></li>
  17.                 <li><a href="#">Галерея</a></li>
  18.                 <li><a href="#">Контакты</a></li>
  19.             </ul>
  20.         </div>
  21.     </header>
  22.     <section>
  23.         <article>
  24.             <img class="img-rounded avatar" src="images/photo.jpg">
  25.             <p>
  26.                 Меня зовут Светлана Фомина. Учусь в Урфу на Мат-Мехе.
  27.             </p>
  28.         </article>
  29.         <article>
  30.             <p>
  31.                 Знания: C#,Python, etc.
  32.             </p>
  33.         </article>
  34.     </section>
  35.     <footer>
  36.         <p>Сайт Фоминой Светланы</p>
  37.     </footer>
  38. </body>
  39. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement