Skip to content

Commit cdb7913

Browse files
committed
fix id
1 parent a6d12b3 commit cdb7913

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

95-headphones product page/index.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h1 class="logo">Phono</h1>
2727
</nav>
2828

2929
<!-- Showcase -->
30-
<section class="section-showcase">
30+
<section id="home" class="section-showcase">
3131
<div class="container">
3232
<div>
3333
<h1>The headphones of the future.</h1>
@@ -37,7 +37,7 @@ <h1>The headphones of the future.</h1>
3737
commodi placeat ea itaque modi corrupti corporis nam voluptas aut
3838
reprehenderit eaque culpa.
3939
</p>
40-
<a href="#" class="btn">Read More</a>
40+
<a href="#about" class="btn">Read More</a>
4141
</div>
4242
<img src="https://i.ibb.co/37Y74kv/showcase.jpg" alt="" />
4343
</div>
@@ -124,6 +124,5 @@ <h3>Subscribe</h3>
124124
</div>
125125
</div>
126126
</footer>
127-
<script src="script.js"></script>
128127
</body>
129128
</html>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
| 92 | [Music Streaming Service](https://github.com/solygambas/html-css-fifty-projects/tree/master/92-music%20streaming%20service) | [Live Demo](https://codepen.io/solygambas/full/qBRvLmg) |
101101
| 93 | [Creative Portfolio](https://github.com/solygambas/html-css-fifty-projects/tree/master/93-creative%20portfolio) | [Live Demo](https://codepen.io/solygambas/full/zYNbgxR) |
102102
| 94 | [Laptop UI](https://github.com/solygambas/html-css-fifty-projects/tree/master/94-laptop%20UI) | [Live Demo](https://codepen.io/solygambas/full/eYgoxMo) |
103-
| 95 | [Headphones Product Page](https://github.com/solygambas/html-css-fifty-projects/tree/master/95-headphones%20product%20page) | [Live Demo](#) |
103+
| 95 | [Headphones Product Page](https://github.com/solygambas/html-css-fifty-projects/tree/master/95-headphones%20product%20page) | [Live Demo](https://codepen.io/solygambas/full/KKaLmEr) |
104104

105105
This repository is mostly based on 2 courses by Brad Traversy (2020):
106106

0 commit comments

Comments
 (0)