Skip to content

Commit 97d5052

Browse files
committedJan 24, 2025
fix: imgs
1 parent 874eb9c commit 97d5052

File tree

2 files changed

+33
-9
lines changed

2 files changed

+33
-9
lines changed
 

‎095-headphones product page/index.html

+31-7
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ <h1>The headphones of the future.</h1>
3939
</p>
4040
<a href="#about" class="btn">Read More</a>
4141
</div>
42-
<img src="https://i.ibb.co/37Y74kv/showcase.jpg" alt="" />
42+
<img src="https://i.ibb.co/ydpFGg6/showcase.png" alt="" />
4343
</div>
4444
</section>
4545

@@ -61,12 +61,36 @@ <h2>People Aren't Hearing All the Music</h2>
6161
<!-- Gallery -->
6262
<section class="section-gallery">
6363
<div class="gallery">
64-
<img src="https://i.ibb.co/CHLBZnp/gal2323.jpg" alt="" class="big" />
65-
<img src="https://i.ibb.co/4pBbhfY/gal39834.jpg" alt="" class="big" />
66-
<img src="https://i.ibb.co/xSnHP7g/gal43884.jpg" alt="" class="big" />
67-
<img src="https://i.ibb.co/QN6Bnrb/gal4958.jpg" alt="" class="big" />
68-
<img src="https://i.ibb.co/dGZvj75/gal4545.jpg" alt="" class="big" />
69-
<img src="https://i.ibb.co/S6FVFNt/gal74744.jpg" alt="" class="big" />
64+
<img
65+
src="https://images.unsplash.com/photo-1619113026857-7aa017691b1f?q=80&w=1887"
66+
alt=""
67+
class="big"
68+
/>
69+
<img
70+
src="https://images.unsplash.com/photo-1509098681029-b45e9c845022?q=80&w=2070"
71+
alt=""
72+
class="big"
73+
/>
74+
<img
75+
src="https://images.unsplash.com/photo-1620578077783-33e254311182?w=500"
76+
alt=""
77+
class="big"
78+
/>
79+
<img
80+
src="https://images.unsplash.com/photo-1545127398-14699f92334b?q=80&w=1935"
81+
alt=""
82+
class="big"
83+
/>
84+
<img
85+
src="https://images.unsplash.com/photo-1545127398-5aae47194b22?q=80&w=1935"
86+
alt=""
87+
class="big"
88+
/>
89+
<img
90+
src="https://images.unsplash.com/photo-1491927570842-0261e477d937?q=80&w=1887"
91+
alt=""
92+
class="big"
93+
/>
7094
</div>
7195
</section>
7296

‎095-headphones product page/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ img {
120120

121121
.section-large-text {
122122
position: relative;
123-
background: url("https://i.ibb.co/1RS1dqC/section-b.jpg") bottom center/cover
124-
no-repeat;
123+
background: url("https://images.unsplash.com/photo-1593121925328-369cc8459c08?q=80&w=2070")
124+
bottom center/cover no-repeat;
125125
height: 600px;
126126
}
127127

0 commit comments

Comments
 (0)