Fixed centering for cards images and added link to my malware repo.

This commit is contained in:
Adrian Victor 2024-04-05 09:16:17 -03:00
commit 2605ec8f6c
2 changed files with 6 additions and 11 deletions

View file

@ -121,10 +121,7 @@ main {
.menuEntry { .menuEntry {
display: inline-block; display: inline-block;
width: 200; width: 220px;
margin-bottom: 10px;
margin-top: 10px;
gap: 10px;
} }
.menuEntryHelper { .menuEntryHelper {
@ -132,12 +129,12 @@ main {
height: 200px; height: 200px;
background-color: black; background-color: black;
border: 2px solid white; border: 2px solid white;
display: flex;
justify-content: center;
} }
.menuEntryIlustration { .menuEntryIlustration {
background-color: black; background-color: black;
margin: auto;
display: block;
} }
.menuEntryImage { .menuEntryImage {

View file

@ -27,17 +27,15 @@
</div> </div>
</div> </div>
</a> </a>
</div>
<div id="projectsShowcase" class="flex flex-row"> <a class="menuEntryColor" href="https://github.com/adrianvic/malware">
<a class="menuEntryColor" href="https://github.com/adrianvic/haruma">
<div class="flex flex-column box menuEntry flyOnHover"> <div class="flex flex-column box menuEntry flyOnHover">
<div class="menuEntryHelper"> <div class="menuEntryHelper">
<img class="menuEntryIlustration menuEntrySVG" src="./assets/svg/malware.svg"> <img class="menuEntryIlustration menuEntrySVG" src="./assets/svg/malware.svg">
</div> </div>
<div class="flex flex-column"> <div class="flex flex-column">
<h2 class="noMargin">Haruma</h2> <h2 class="noMargin">Malware</h2>
<p class="lightColor noMargin">A Discord bot (and vampire).</p> <p class="lightColor noMargin">My work with malware archiving.</p>
</div> </div>
</div> </div>
</a> </a>