Skip to content

Commit

Permalink
веб-студия
Browse files Browse the repository at this point in the history
исправила путь и добавила ссылку на адрес
  • Loading branch information
IrinaChoulgan committed Mar 5, 2021
1 parent 3324d7d commit bcd1499
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
Binary file modified .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions css/styless.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

25 changes: 16 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<title>Web-studio</title>
</head>
<body>
<!-- Head секция -->
<!-- Header секция -->

<header>
<nav>
<a href="/"> WebStudio </a>
<a href="./index.html"> WebStudio </a>
<ul>
<li><a href="">Студия</a></li>
<li><a href="">Портфолио</a></li>
Expand Down Expand Up @@ -154,12 +154,19 @@ <h2>Наша команда</h2>

<footer>
<a href="./index.html"> WebStudio </a>
<address>г. Киев, пр-т Леси Украинки, 26</address>

<ul>
<li><a href="mailto:info@example.com">info@example.com</a></li>
<li><a href="tel:+380991111111">+38 099 111 11 11</a></li>
</ul>
<address>
<a
href="https://goo.gl/maps/7fYRvrTEsQFAb9WB8"
target="_blank"
rel="noopener noreferrel"
>
г. Киев, пр-т Леси Украинки, 26</a
>
<ul>
<li><a href="mailto:info@example.com">info@example.com</a></li>
<li><a href="tel:+380991111111">+38 099 111 11 11</a></li>
</ul>
</address>
</footer>
</body>
</html>

0 comments on commit bcd1499

Please sign in to comment.