Merge pull request 'About us -> card -> new link -> target='blank'' (#2) from sageTheDm/pages:main into main
Reviewed-on: https://interstellardevelopment.org/code/code/interstellar_development/pages/pulls/2
This commit is contained in:
commit
ad0d184fa1
1 changed files with 7 additions and 7 deletions
14
index.html
14
index.html
|
@ -35,11 +35,11 @@
|
|||
<h2>Our Games</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="https://www.freettrpg.org/" target="_blank">FreeTTRPG</a>
|
||||
<a href="freettrpg/" target="_blank">FreeTTRPG</a>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
href="https://patrick_pluto.codeberg.page/freeftf/"
|
||||
href="freeftf/"
|
||||
target="_blank"
|
||||
>FreeFTF</a
|
||||
>
|
||||
|
@ -49,8 +49,8 @@
|
|||
<h2>Our Other Projects</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<a
|
||||
href="https://patrick_pluto.codeberg.page/foss_alternatives/"
|
||||
<a
|
||||
href="foss_alternatives/"
|
||||
target="_blank"
|
||||
>FOSS Alternatives</a
|
||||
>
|
||||
|
@ -68,7 +68,7 @@
|
|||
<!-- Cards section with team members -->
|
||||
<section class="cards">
|
||||
<div class="card">
|
||||
<a href="https://interstellardevelopment.org/code/Patrick_Pluto" class="card-link">
|
||||
<a href="https://interstellardevelopment.org/code/Patrick_Pluto" class="card-link" target="_blank">
|
||||
<img src="images/Patrick.png" alt="Patrick" />
|
||||
<h3>Patrick_Pluto</h3>
|
||||
<p>
|
||||
|
@ -79,7 +79,7 @@
|
|||
</div>
|
||||
|
||||
<div class="card">
|
||||
<a href="https://interstellardevelopment.org/code/sageTheDm" class="card-link">
|
||||
<a href="https://interstellardevelopment.org/code/sageTheDm" class="card-link" target="_blank">
|
||||
<img src="images/sage.png" alt="Sage" />
|
||||
<h3>sageTheDM</h3>
|
||||
<p>
|
||||
|
@ -91,7 +91,7 @@
|
|||
</div>
|
||||
|
||||
<div class="card">
|
||||
<a href="https://interstellardevelopment.org/code/NorwayLCAndTrains" class="card-link">
|
||||
<a href="https://interstellardevelopment.org/code/NorwayLCAndTrains" class="card-link" target="_blank">
|
||||
<img src="images/norway.png" alt="Norway" />
|
||||
<h3>NorwayLC</h3>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue