Skip to content

Commit

Permalink
fix: make all cards links
Browse files Browse the repository at this point in the history
  • Loading branch information
soni801 committed Mar 22, 2024
1 parent 8745aa0 commit 3744cca
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 21 deletions.
44 changes: 25 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,28 +85,34 @@ <h2 class="subheading">Who are we?</h2>
continued developing under this name. Most of our projects started during this period.</p>

<div class="flex">
<div class="card">
<h3>Soni</h3>
<img src="https://avatars.githubusercontent.com/u/32430506?v=4" alt="Soni">
<p>Full-stack developer</p>
</div>
<div class="card">
<h3>Henrik</h3>
<img src="https://avatars.githubusercontent.com/u/71038854?v=4" alt="Henrik">
<p>Backend developer</p>
</div>
<div class="card">
<a href="https://github.com/lilleandersen">
<a href="https://github.com/soni801" target="_blank">
<div class="card">
<h3>Soni</h3>
<img src="https://avatars.githubusercontent.com/u/32430506?v=4" alt="Soni">
<p>Full-stack developer</p>
</div>
</a>
<a href="https://github.com/HeinzNepe" target="_blank">
<div class="card">
<h3>Henrik</h3>
<img src="https://avatars.githubusercontent.com/u/71038854?v=4" alt="Henrik">
<p>Backend developer</p>
</div>
</a>
<a href="https://github.com/LilleAndersen" target="_blank">
<div class="card">
<h3>Little</h3>
<img src="https://avatars.githubusercontent.com/u/71332089?v=4" alt="Little">
<p>Frontend developer</p>
</a>
</div>
<div class="card">
<h3>MRcat77</h3>
<img src="assets/images/cat.png" alt="MRcat77">
<p>Frontend developer</p>
</div>
</div>
</a>
<a href="https://github.com/MRcat77" target="_blank">
<div class="card">
<h3>MRcat77</h3>
<img src="/assets/images/cat.png" alt="MRcat77">
<p>Frontend developer</p>
</div>
</a>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ p
// 3.2 Links
a
{
display: flex; // For some reason this is needed for the cards to fill the element properly
text-decoration: none;
color: unset;
}
Expand Down

0 comments on commit 3744cca

Please sign in to comment.