Skip to content

Instantly share code, notes, and snippets.

@muzimka
Created January 31, 2017 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save muzimka/be084a3f59c5572ddc5dc54eadf38f74 to your computer and use it in GitHub Desktop.
Save muzimka/be084a3f59c5572ddc5dc54eadf38f74 to your computer and use it in GitHub Desktop.
<head>
<title>Еще раз про article. Анонс поста</title>
<meta charset="utf-8">
</head>
<body>
<header class="page-header">
<div class="logo">
<img src="/assets/course73/logo.svg" width="90" height="90">
</div>
<nav class="main-menu">
<ul>
<li><a href="#home">Главная</a></li>
<li><a href="#blog">Посты</a></li>
<li><a href="#me">Обо мне</a></li>
</ul>
</nav>
</header>
<main>
<article class="about-me">
<section class="profile">
Личная информация
</section>
<aside class="last-actions">
Последняя активность
</aside>
</article>
<section class="posts">
Последние посты
</section>
</main>
<footer class="page-footer">
<section class="info">
<img src="/assets/course73/keks.jpg" width="50">
Кекс, keks@htmlacademy.ru
</section>
<section class="copyright">
© 2008—2014 Cat Energy
</section>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment