switch to svg for 'verified' icon
This commit is contained in:
@@ -41,10 +41,10 @@
|
||||
<div class="spacer" style="--size: 1em;"></div>
|
||||
<!-- <div class="spacer" style="--size: 0.5em;"></div>
|
||||
<div class="box">
|
||||
<div class="column" style="width: 100%; background-color: var(--accent); border-radius: 1em; padding: 1em 1em 0 1em;">
|
||||
<div class="column" style="width: 100%; background-color: var(--accent); border-radius: 1.25em; padding: 1em 1em 0 1em;">
|
||||
<h3 style="color: black; margin-top: 0; margin-bottom: 0.5em">Are you a recruiter?</h3>
|
||||
<p style="color: black;">If you wish to see case studies and other previous works, <a href="#" class="bold" style="color: black; text-decoration: underline dotted; text-decoration-thickness: 2px;">click here</a>.
|
||||
The projects you might find interesting on this page are marked with a <img class="verified" style="filter: brightness(0); top: 0.35em;" src="media/icons/verified.png" />
|
||||
The projects you might find interesting on this page are marked with a <img class="verified" style="filter: brightness(0); top: 0.35em;" src="media/icons/verified.svg" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="spacer" style="--size: 1.5em;"></div> -->
|
||||
@@ -82,7 +82,7 @@
|
||||
<img src="projects/kaya/thumb.png" alt="Kaya sur la banquise" title="Kaya sur la banquise" class="card_image"/>
|
||||
<div class="box">
|
||||
<div class="column" style="width: 100%;">
|
||||
<h3 class="card_title">Kaya sur la banquise <img class="verified" src="media/icons/verified.png" /></h3>
|
||||
<h3 class="card_title">Kaya sur la banquise <img class="verified" src="media/icons/verified.svg" /></h3>
|
||||
<p class="card_text">
|
||||
A puppet show telling the story of Kaya, a young inuit girl who seeks a magic flower.
|
||||
</p>
|
||||
@@ -95,7 +95,7 @@
|
||||
<img src="projects/patatotapopata/thumb.png" alt="Patatotapopata" title="Patatotapopata" class="card_image"/>
|
||||
<div class="box">
|
||||
<div class="column" style="width: 100%;">
|
||||
<h3 class="card_title">Patatotapopata <img class="verified" src="media/icons/verified.png" /></h3>
|
||||
<h3 class="card_title">Patatotapopata <img class="verified" src="media/icons/verified.svg" /></h3>
|
||||
<p class="card_text">
|
||||
A 30 seconds 3D animated short film about choice, freedom and death.
|
||||
</p>
|
||||
@@ -118,7 +118,7 @@
|
||||
<img src="projects/moxxy/thumb.png" alt="Moxxy" title="Moxxy" class="card_image"/>
|
||||
<div class="box">
|
||||
<div class="column" style="width: 100%;">
|
||||
<h3 class="card_title">Moxxy <img class="verified" src="media/icons/verified.png" /></h3>
|
||||
<h3 class="card_title">Moxxy <img class="verified" src="media/icons/verified.svg" /></h3>
|
||||
<p class="card_text">
|
||||
A modern open source XMPP client for Android written in Flutter.
|
||||
</p>
|
||||
@@ -155,7 +155,7 @@
|
||||
<img src="projects/gang/thumb.png" alt="Gang" title="Gang" class="card_image"/>
|
||||
<div class="box">
|
||||
<div class="column" style="width: 100%;">
|
||||
<h3 class="card_title">Gang <img class="verified" src="media/icons/verified.png" /></h3>
|
||||
<h3 class="card_title">Gang <img class="verified" src="media/icons/verified.svg" /></h3>
|
||||
<p class="card_text">
|
||||
A complete redesign of the famous card game "Gang of Four" in my own style, with a focus on being clean and accessible to colorblind people.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user