Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lampi8426 committed Nov 8, 2023
1 parent fba644a commit 25bbc86
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
<div class="w3-dropdown-hover">
<button class="w3-button"><i class="fas fa-briefcase"></i> Portfolio's</button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="./pages/portfolio/iris.html" class="w3-bar-item w3-button">Iris Rouwhorst</a>
<a href="./pages/portfolio/bart.html" class="w3-bar-item w3-button">Bart Walvoort</a>
<a href="./pages/portfolio/frank.html" class="w3-bar-item w3-button">Frank Schonenberg</a>
<a href="./pages/iris.html" class="w3-bar-item w3-button">Iris Rouwhorst</a>
<a href="./pages/bart.html" class="w3-bar-item w3-button">Bart Walvoort</a>
<a href="./pages/frank.html" class="w3-bar-item w3-button">Frank Schonenberg</a>
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions pages/portfolio/bart.html → pages/bart.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
<div class="w3-dropdown-hover">
<button class="w3-button"><i class="fas fa-briefcase"></i> Portfolio's</button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="./iris.html" class="w3-bar-item w3-button">Iris Rouwhorst</a>
<a href="./bart.html" class="w3-bar-item w3-button">Bart Walvoort</a>
<a href="./frank.html" class="w3-bar-item w3-button">Frank Schonenberg</a>
<a href="../pages/iris.html" class="w3-bar-item w3-button">Iris Rouwhorst</a>
<a href="../pages/bart.html" class="w3-bar-item w3-button">Bart Walvoort</a>
<a href="../pages/frank.html" class="w3-bar-item w3-button">Frank Schonenberg</a>
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions pages/portfolio/frank.html → pages/frank.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
<div class="w3-dropdown-hover">
<button class="w3-button"><i class="fas fa-briefcase"></i> Portfolio's</button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="./iris.html" class="w3-bar-item w3-button">Iris Rouwhorst</a>
<a href="./bart.html" class="w3-bar-item w3-button">Bart Walvoort</a>
<a href="./frank.html" class="w3-bar-item w3-button">Frank Schonenberg</a>
<a href="../pages/iris.html" class="w3-bar-item w3-button">Iris Rouwhorst</a>
<a href="../pages/bart.html" class="w3-bar-item w3-button">Bart Walvoort</a>
<a href="../pages/frank.html" class="w3-bar-item w3-button">Frank Schonenberg</a>
</div>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions pages/portfolio/iris.html → pages/iris.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
<div class="w3-dropdown-hover">
<button class="w3-button"><i class="fas fa-briefcase"></i> Portfolio's</button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="./iris.html" class="w3-bar-item w3-button">Iris Rouwhorst</a>
<a href="./bart.html" class="w3-bar-item w3-button">Bart Walvoort</a>
<a href="./frank.html" class="w3-bar-item w3-button">Frank Schonenberg</a>
<a href="../pages/iris.html" class="w3-bar-item w3-button">Iris Rouwhorst</a>
<a href="../pages/bart.html" class="w3-bar-item w3-button">Bart Walvoort</a>
<a href="../pages/frank.html" class="w3-bar-item w3-button">Frank Schonenberg</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 25bbc86

Please sign in to comment.