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:
parent
7074eab936
commit
7dcefea50f
3 changed files with 15 additions and 0 deletions
|
@ -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;
|
||||||
|
|
BIN
images/icons-extended/alphauniverse.png
Normal file
BIN
images/icons-extended/alphauniverse.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue