Update en/index.html
This commit is contained in:
parent
f41bcba74d
commit
4994d719e7
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
||||||
<h3>Character Planner</h3>
|
<h3>Character Planner</h3>
|
||||||
<span class="row separate">
|
<span class="row separate">
|
||||||
<a href="https://erdtree.palmoe.dk">project</a>
|
<a href="https://erdtree.palmoe.dk">project</a>
|
||||||
<a href="https://git.palmoe.dk/vodofrede/erdtree">source</a>
|
<a href="https://github.com/vodofrede/erdtree">source</a>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<p>This project utilizes fundamental web technologies such as HTML, CSS, and JavaScript. The purpose was to make it easier to plan a character for the game Elden Ring. Game data for the website was scraped into JSON format by a homemade Python script.</p>
|
<p>This project utilizes fundamental web technologies such as HTML, CSS, and JavaScript. The purpose was to make it easier to plan a character for the game Elden Ring. Game data for the website was scraped into JSON format by a homemade Python script.</p>
|
||||||
|
@ -78,8 +78,8 @@
|
||||||
<img src="/assets/palmoe.png" width="100" height="100" style="width: 50%; height: auto; border-radius: 10px" alt="palmoe.dk logo" />
|
<img src="/assets/palmoe.png" width="100" height="100" style="width: 50%; height: auto; border-radius: 10px" alt="palmoe.dk logo" />
|
||||||
<dl class="column center" style="gap: 8px;">
|
<dl class="column center" style="gap: 8px;">
|
||||||
<div class="row separate">
|
<div class="row separate">
|
||||||
<dt>Repos</dt>
|
<dt>Forge</dt>
|
||||||
<dd><a href="https://git.palmoe.dk/">git.palmoe.dk</a></dd>
|
<dd><a href="https://git.palmoe.dk/">git.palmoe.dk/vodofrede</a></dd>
|
||||||
</div>
|
</div>
|
||||||
<div class="row separate" style="gap: 20px">
|
<div class="row separate" style="gap: 20px">
|
||||||
<dt>GitHub</dt>
|
<dt>GitHub</dt>
|
||||||
|
|
Loading…
Reference in a new issue