removed github

This commit is contained in:
Sara 2023-12-02 20:27:56 +01:00
parent 2e3b773b00
commit 3ce9029a33
3 changed files with 12 additions and 20 deletions

View file

@ -31,19 +31,19 @@
<p>
The repository for the boids simulation.
</p>
<a class="internal" target="_blank" href="https://github.com/Sara-G-GD/boids-ecs">
<div class="github-block">
<div class="github-logo"></div>
<h2>Sara-G-GD/boids-ecs</h2>
<a class="internal" target="_blank" href="https://git.saragerretsen.nl/Sara/boids-ecs">
<div class="git-block">
<div class="git-logo"></div>
<h2>Sara/boids-ecs</h2>
</div>
</a>
<p>
The ecs library i wrote this for.
</p>
<a class="internal" target="_blank" href="https://github.com/Sara-G-GD/easy-ecs">
<div class="github-block">
<div class="github-logo"></div>
<h2>Sara-G-GD/easy-ecs</h2>
<a class="internal" target="_blank" href="https://git.saragerretsen.nl/Sara/easy-ecs">
<div class="git-block">
<div class="git-logo"></div>
<h2>Sara/easy-ecs</h2>
</div>
</a>
@ -169,13 +169,6 @@
class="embed" youtube
></iframe>
<a class="internal" target="_blank" href="https://github.com/Sara-G-GD/boids-cpp">
<div class="github-block">
<div class="github-logo"></div>
<h2>Sara-G-GD/boids-cpp</h2>
</div>
</a>
<h2 id="product-overview-v1">Product Overview</h2>
<p indented>
My first version of a boids simulation. Written in C++ with sfml.