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>
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.

View file

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