Add Alpha Universe

Alpha Universe is Sony's official community for creators that use the Sony Alpha line of imaging products.

https://alphauniverse.com
This commit is contained in:
Kevin M. Cox 2022-12-25 13:21:33 -06:00
parent 7074eab936
commit 7dcefea50f
3 changed files with 15 additions and 0 deletions

View file

@ -94,6 +94,16 @@ button:hover,
filter: brightness(90%); filter: brightness(90%);
} }
/* Alpha Universe (Sony) */
.button.button-alphauniverse {
color: #ffffff;
background-color: #000000;
}
.button.button-alphauniverse:hover,
.button.button-alphauniverse:focus {
filter: brightness(90%);
}
/* Behance */ /* Behance */
.button.button-behance { .button.button-behance {
color: #1769ff; color: #1769ff;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

View file

@ -101,6 +101,11 @@
<img class="icon" src="images/icons-extended/500px.svg" alt="500px Logo">500px</a> <img class="icon" src="images/icons-extended/500px.svg" alt="500px Logo">500px</a>
<br> <br>
<!-- Alpha Universe (Sony) -->
<a class="button button-alphauniverse" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons-extended/alphauniverse.png" alt="Alpha Universe Logo">Universe</a>
<br>
<!-- Behance --> <!-- Behance -->
<a class="button button-behance" href="#" target="_blank" rel="noopener"> <a class="button button-behance" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons-extended/behance.svg" alt="Behance Logo">Behance</a> <img class="icon" src="images/icons-extended/behance.svg" alt="Behance Logo">Behance</a>