feat: Add Proxmox and Gitea images to tech banner
This commit is contained in:
@@ -76,6 +76,13 @@
|
||||
onmouseover="this.style.filter='grayscale(0%)'; this.style.opacity='1';"
|
||||
onmouseout="this.style.filter='grayscale(100%)'; this.style.opacity='0.7';"
|
||||
/>
|
||||
<img
|
||||
src="/images/tech-banner/proxmox-color.svg"
|
||||
alt="Proxmox"
|
||||
style="height: {{ $height }}; width: auto; filter: grayscale(100%); opacity: 0.7; transition: all 0.3s ease;"
|
||||
onmouseover="this.style.filter='grayscale(0%)'; this.style.opacity='1';"
|
||||
onmouseout="this.style.filter='grayscale(100%)'; this.style.opacity='0.7';"
|
||||
/>
|
||||
<img
|
||||
src="/images/tech-banner/scaleway-color.svg"
|
||||
alt="Scaleway"
|
||||
@@ -125,6 +132,13 @@
|
||||
onmouseover="this.style.filter='grayscale(0%)'; this.style.opacity='1';"
|
||||
onmouseout="this.style.filter='grayscale(100%)'; this.style.opacity='0.7';"
|
||||
/>
|
||||
<img
|
||||
src="/images/tech-banner/proxmox-color.svg"
|
||||
alt="Proxmox"
|
||||
style="height: {{ $height }}; width: auto; filter: grayscale(100%); opacity: 0.7; transition: all 0.3s ease;"
|
||||
onmouseover="this.style.filter='grayscale(0%)'; this.style.opacity='1';"
|
||||
onmouseout="this.style.filter='grayscale(100%)'; this.style.opacity='0.7';"
|
||||
/>
|
||||
<img
|
||||
src="/images/tech-banner/scaleway-color.svg"
|
||||
alt="Scaleway"
|
||||
|
||||
Reference in New Issue
Block a user