Merge pull request #9 from kevinmcox/Alpha-Universe

Add Alpha Universe
This commit is contained in:
Seth Cottle 2023-01-03 12:26:53 -05:00 committed by GitHub
commit fd2f597182
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 15 additions and 0 deletions

View file

@ -94,6 +94,16 @@ button:hover,
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 */
.button.button-behance {
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>
<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 -->
<a class="button button-behance" href="#" target="_blank" rel="noopener">
<img class="icon" src="images/icons-extended/behance.svg" alt="Behance Logo">Behance</a>