Skip to content

Commit

Permalink
Add syntax edits in html
Browse files Browse the repository at this point in the history
  • Loading branch information
id-andyyy committed Jul 31, 2024
1 parent 418d979 commit 86fd0af
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/html/blocks/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h1 class="about__heading">Татьяна<br>Обрезкова</h1>
justo, fringilla vel, aliquet nec, vulputate eget, arcu. In enim justo, rhoncus ut, imperdiet a, venenatis
</div>
<div class="about__photo no-select">
<img src="img/photos/main-photo.jpg" alt="Фото">
<img src="./img/photos/main-photo.jpg" alt="Фото">
</div>
<div class="about__sign-up sign-up">
<a href="#contacts" class="sign-up__btn">Записаться на консультацию</a>
Expand Down
2 changes: 1 addition & 1 deletion src/html/blocks/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="container">
<div class="header__row">
<a href="#about" class="header__logo">
<img src="img/logo.png" alt="Лого">
<img src="./img/logo.png" alt="Лого">
</a>
<div class="header__menu menu">
<button class="menu__icon">
Expand Down
4 changes: 2 additions & 2 deletions src/html/blocks/prices.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h2 class="prices__title section-title">Услуги</h2>
<div class="prices__personal price-option">
<div class="price-option__image">
<div class="price-option__photo">
<img src="img/photos/prices-personal.jpg" alt="Фото кабинета">
<img src="./img/photos/prices-personal.jpg" alt="Фото кабинета">
</div>
</div>
<div class="price-option__description">
Expand All @@ -24,7 +24,7 @@ <h2 class="prices__title section-title">Услуги</h2>
</div>
<div class="price-option__image">
<div class="price-option__photo">
<img src="img/photos/prices-online.jpeg" alt="Фото онлайн консультации">
<img src="./img/photos/prices-online.jpeg" alt="Фото онлайн консультации">
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Психолог Татьяна Обрезкова</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="./css/style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&display=swap" rel="stylesheet">
Expand All @@ -27,7 +27,7 @@
@@include('./blocks/spacer.html')
</main>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script src="js/index.bundle.js"></script>
<script src="./js/index.bundle.js"></script>
</body>

</html>
2 changes: 1 addition & 1 deletion src/html/templates/edu-slider.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="edu-slider__slide swiper-slide">
<div class="edu-slider__diplom">
<img src="img/diplomas/@@filename" alt="@@title" loading="lazy">
<img src="./img/diplomas/@@filename" alt="@@title" loading="lazy">
<div class="swiper-lazy-preloader"></div>
</div>
</div>

0 comments on commit 86fd0af

Please sign in to comment.