Skip to content

Commit

Permalink
リンク修正
Browse files Browse the repository at this point in the history
  • Loading branch information
juliecogley committed Mar 30, 2024
1 parent d6a491a commit 4bb71e5
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 16 deletions.
17 changes: 8 additions & 9 deletions css/top.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,28 +48,27 @@ height: 30vh;
.section-top__image-4 {
width: 100%;
height: 100%;
background-position: center;
background-size: cover;
}

.section-top__image-1 {
background-image: url("../img/00top/utuwa_blue.JPG");

background-image: url("../img/00top/utuwa08.jpg");
background-position: 50% 40%;
}

.section-top__image-2 {
background-image: url("../img/00top/utuwa08.jpg");

background-image: url("../img/00top/utuwa_blue.JPG");
background-position: 50% 40%;
}

.section-top__image-3 {
background-image: url("../img/00top/utuwa_blue.JPG");
background-position: 50% 70%;
background-image: url("../img/00top/utuwa08.jpg");
background-position: 50% 55%;
}

.section-top__image-4 {
background-image: url("../img/00top/utuwa08.jpg");
background-position: 50% 60%;
background-image: url("../img/00top/utuwa_blue.JPG");
background-position: 50% 60%;
}

.loop03__box {
Expand Down
2 changes: 1 addition & 1 deletion works/works1/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h2>watering flowers,is it love or not?</h2>
</div>
<div class="back-to-works">
<img class="back-to-works__line" src="../../img/line.svg" alt="line">
<a class="back-to-works__text" href="../works.html">作品集へ戻る</a>
<a class="back-to-works__text" href="../../works/index.html">作品集へ戻る</a>
</div>
</main>

Expand Down
2 changes: 1 addition & 1 deletion works/works2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h1>Imaginary melancholy</h1>
</div>
<div class="back-to-works">
<img class="back-to-works__line" src="../../img/line.svg" alt="line">
<a class="back-to-works__text" href="../works.html">作品集へ戻る</a>
<a class="back-to-works__text" href="../../works/index.html">作品集へ戻る</a>
</div>
</main>
<footer class="footer">
Expand Down
2 changes: 1 addition & 1 deletion works/works3/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h1>今日の月、ひとつかみ</h1>
</div>
<div class="back-to-works">
<img class="back-to-works__line" src="../../img/line.svg" alt="line">
<a class="back-to-works__text" href="../works.html">作品集へ戻る</a>
<a class="back-to-works__text" href="../../works/index.html">作品集へ戻る</a>
</div>

</main>
Expand Down
2 changes: 1 addition & 1 deletion works/works5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h2>I sow the seeds of tropical fruits of memories.<br>
</div>
<div class="back-to-works">
<img class="back-to-works__line" src="../../img/line.svg" alt="line">
<a class="back-to-works__text" href="../works.html">作品集へ戻る</a>
<a class="back-to-works__text" href="../../works/index.html">作品集へ戻る</a>
</div>
</main>
<footer class="footer">
Expand Down
2 changes: 1 addition & 1 deletion works/works6/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h1>行きしなに</h1>
</div>
<div class="back-to-works">
<img class="back-to-works__line" src="../../img/line.svg" alt="line">
<a class="back-to-works__text" href="../works.html">作品集へ戻る</a>
<a class="back-to-works__text" href="../../works/index.html">作品集へ戻る</a>
</div>
</main>
<footer class="footer">
Expand Down
2 changes: 1 addition & 1 deletion works/works7/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h1>よるの森</h1>
</div>
<div class="back-to-works">
<img class="back-to-works__line" src="../../img/line.svg" alt="line">
<a class="back-to-works__text" href="../works.html">作品集へ戻る</a>
<a class="back-to-works__text" href="../../works/index.html">作品集へ戻る</a>
</div>
</main>
<footer class="footer">
Expand Down
2 changes: 1 addition & 1 deletion works/works8/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h1>目が眩む</h1>
</div>
<div class="back-to-works">
<img class="back-to-works__line" src="../../img/line.svg" alt="line">
<a class="back-to-works__text" href="../works.html">作品集へ戻る</a>
<a class="back-to-works__text" href="../../works/index.html">作品集へ戻る</a>
</div>
</main>
<footer class="footer">
Expand Down

0 comments on commit 4bb71e5

Please sign in to comment.