Skip to content

Commit

Permalink
Update tools.html
Browse files Browse the repository at this point in the history
  • Loading branch information
EkaterinaTet authored Nov 30, 2023
1 parent b9338a9 commit 6fd9f87
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions pages/tools.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
href="https://fonts.googleapis.com/css2?family=Poppins&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,400&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/css/style.css" />
<link rel="stylesheet" href="/css/styleTools.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/styleTools.css" />
</head>
<body>
<header class="header">
<div class="container">
<nav class="nav">
<a href="/index.html" class="logo">
<img src="/images/logo.svg" alt="logo" />
<a href="index.html" class="logo">
<img src="images/logo.svg" alt="logo" />
</a>
<a class="menu__btn open-popup">Get template</a>
</nav>
</div>
<!-- popup -->
<div class="popup__bg">
<form class="popup">
<img src="/images/close.svg" alt="close" class="close-popup" />
<img src="images/close.svg" alt="close" class="close-popup" />
<label>
<input type="text" name="name" />
<div class="label__text">Name</div>
Expand Down Expand Up @@ -64,7 +64,7 @@ <h3 class="tools__title">Photographer's Tools</h3>
class="tools__play"
href="https://www.youtube.com/watch?v=s1w60KVjVmE"
>
<img class="tools__imgbtn" src="/images-tools/play.svg" alt="play" />
<img class="tools__imgbtn" src="images-tools/play.svg" alt="play" />
</a>
</div>

Expand All @@ -86,7 +86,7 @@ <h2 class="section__title">
<div class="footer__top">
<div class="footer__left">
<a href="#" class="logo">
<img src="/images/logo.svg" alt="logo" />
<img src="images/logo.svg" alt="logo" />
</a>
<p class="footer__info">
Photographers & videographers capturing the world around us.
Expand Down Expand Up @@ -169,25 +169,24 @@ <h2 class="section__title">
<ul class="footer__social">
<li class="footer__social-icon">
<a href="#" class="footer__social-link"
><img src="/images/twitter.svg" alt="twitter"
><img src="images/twitter.svg" alt="twitter"
/></a>
</li>
<li class="footer__social-icon">
<a href="#" class="footer__social-link"
><img src="/images/instagram.svg" alt="instagram"
><img src="images/instagram.svg" alt="instagram"
/></a>
</li>
<li class="footer__social-icon">
<a href="#" class="footer__social-link"
><img src="/images/facebook.svg" alt="facebook"
><img src="images/facebook.svg" alt="facebook"
/></a>
</li>
</ul>
</div>
</div>
</footer>
<div class="btnUp"></div>
<script src="/js/popup.js"></script>
<script src="/js/main.js"></script>
<script src="js/popup.js"></script>
<script src="js/main.js"></script>
</body>
</html>

0 comments on commit 6fd9f87

Please sign in to comment.