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

BIN
assets/blobcat_gitea.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

View file

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

View file

@ -77,7 +77,7 @@ div.info {
height: 400px; height: 400px;
} }
.github-block { .git-block {
display: grid; display: grid;
color: white; color: white;
grid-template-columns: 125px auto; grid-template-columns: 125px auto;
@ -92,18 +92,17 @@ div.info {
padding: 20px; padding: 20px;
} }
.github-block > h2 { .git-block > h2 {
margin-top: auto; margin-top: auto;
margin-bottom: auto; margin-bottom: auto;
} }
div.github-logo { div.git-logo {
background-color: #0000; background-color: #0000;
background-image: url("../assets/octicon.png"); background-image: url("../assets/blobcat_gitea.png");
background-size: cover; background-size: cover;
background-position: center; background-position: center;
background-repeat: no-repeat; background-repeat: no-repeat;
filter: invert(100%);
width: 100px; width: 100px;
height: 100px; height: 100px;
} }