diff --git a/css/brands.css b/css/brands.css index 4759feb..59f6cb7 100644 --- a/css/brands.css +++ b/css/brands.css @@ -192,6 +192,17 @@ button:hover, filter: brightness(90%); } +/* BeReal */ +.button.button-bereal { + color: #ffffff; + background-color: #000000; + border: 1px solid #ffffff; +} +.button.button-bereal:hover, +.button.button-bereal:focus { + filter: brightness(90%); +} + /* Bluesky */ .button.button-bluesky { color: #000000; @@ -758,6 +769,17 @@ button:hover, filter: brightness(90%); } +/* Revolut */ +.button.button-revolut { + color: #000000; + background-color: #ffffff; + border: 1px solid black; +} +.button.button-rev:hover, +.button.button-rev:focus { + filter: brightness(90%); +} + /* Shop */ .button.button-shop { color: #ffffff; @@ -1130,3 +1152,6 @@ button:hover, filter: brightness(90%); } + + + diff --git a/images/icons/bereal.svg b/images/icons/bereal.svg new file mode 100644 index 0000000..2d22bf4 --- /dev/null +++ b/images/icons/bereal.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/images/icons/revolut.svg b/images/icons/revolut.svg new file mode 100644 index 0000000..8619d4b --- /dev/null +++ b/images/icons/revolut.svg @@ -0,0 +1,4 @@ + + + + diff --git a/index.html b/index.html index c4b9004..0b02672 100644 --- a/index.html +++ b/index.html @@ -130,6 +130,9 @@ Behance
+ + BeReal
+ Bluesky
@@ -289,6 +292,9 @@ Reddit
+ + Revolut
+ Buy with Shop
@@ -444,7 +450,6 @@ Visit Website
-