Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
archeana committed Feb 2, 2024
1 parent df28f94 commit 079fbcb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Day_25/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<a class="card home-card" href="https://archeana.github.io/JS30/" onclick="goToHomepage()">
<span>Home</span>
</a>
<a class="card next-card" href="#" onclick="goToNextProject()">
<a class="card next-card" href="https://archeana.github.io/JS30/Day_26/index.html" onclick="goToNextProject()">
<span>Next</span>
</a>
</nav>
Expand Down
2 changes: 1 addition & 1 deletion Day_26/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</head>
<body>
<div class="navigation">
<a class="card previous-card" href="https://archeana.github.io/JS30/Day_24/index.html"
<a class="card previous-card" href="https://archeana.github.io/JS30/Day_25/index.html"
onclick="goToPreviousProject()">
<span>Previous</span>
</a>
Expand Down
11 changes: 10 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,16 @@ <h1>30 Day Vanilla JS Coding Challenge</h1>
</div>
</div>
</div>
<div class="card">Day 26</div>


<div class="card">
<div class="card-inner">
<div class="card-front">Day 26</div>
<div class="card-back"><a href="https://archeana.github.io/JS30/Day_26/index.html"
target="_blank">Done</a>
</div>
</div>
</div>
<div class="card">Day 27</div>
<div class="card">Day 28</div>
<div class="card">Day 29</div>
Expand Down

0 comments on commit 079fbcb

Please sign in to comment.