Merge branch 'master' into master

main
Seth Cottle 2020-11-02 15:53:39 -05:00 committed by GitHub
commit d7d6182679
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 1 deletions

View File

@ -181,6 +181,14 @@ button:hover,
.button.button-youtube:focus {
filter: brightness(90%) }
/* Rocketseat */
.button.button-rocketseat {
color: #FFFFFF;
background-color: #8257E6 }
.button.button-rocketseat:hover,
.button.button-rocketseat:focus {
filter: brightness(90%) }
/* Snapchat */
.button.button-snapchat {
color: #000000;

View File

@ -0,0 +1,3 @@
<svg width="280" height="347" viewBox="0 0 280 347" fill="none" xmlns="http://www.w3.org/2000/svg">
<path fill-rule="evenodd" clip-rule="evenodd" d="M276.548 7.24237L231.284 0.580887C229.945 0.314428 228.606 0.847314 228.07 1.38023L208.787 26.4274C207.447 28.0262 207.18 30.1579 207.715 32.0231C208.251 33.8883 206.644 35.4871 204.769 35.2206L188.967 31.7566C186.557 31.2237 183.878 32.0231 182.271 34.1548L119.599 114.093C118.527 115.691 116.385 116.224 114.51 115.425L90.673 104.767C88.5303 103.701 86.1199 103.967 84.245 105.299L72.1926 113.56C70.3178 114.892 67.6395 115.158 65.4968 114.093L59.6045 111.162C55.8549 109.296 51.3018 111.428 50.2304 115.425L45.9451 134.344C44.8738 138.873 46.7486 143.403 50.7661 145.801L59.8723 151.397L89.066 169.25L103.261 178.043C107.279 180.441 112.367 179.908 115.849 176.977L139.686 156.193C141.561 154.594 144.507 154.062 146.65 155.394L153.881 159.124C156.292 160.457 159.238 159.924 161.113 158.058L173.165 146.867C175.04 145.002 177.986 144.735 180.129 145.801L198.073 154.062C200.752 155.394 203.966 154.594 205.84 152.196L214.143 141.538L277.084 61.3336C280.03 57.6032 278.155 52.0076 273.334 50.9417L259.407 47.7442C256.461 47.2113 255.121 43.4808 257.264 41.3492L278.958 14.4367C281.101 11.2392 279.762 7.77529 276.548 7.24237ZM68.9781 168.717C67.6389 167.918 66.2998 169.25 66.8354 170.582L73.5312 188.168C74.0669 189.501 74.0668 190.833 73.799 192.165L67.9067 215.081C67.6389 216.68 68.1746 218.278 69.2459 219.078L86.1193 232.134C87.7263 233.2 89.8689 233.2 91.2081 231.868L108.885 216.413C109.956 215.614 111.295 215.081 112.367 214.814L132.454 212.683C133.793 212.416 134.329 210.551 132.99 209.752L68.9781 168.717ZM59.0689 227.338C60.4081 226.805 62.0151 227.072 63.0864 227.871L81.2989 241.727C82.1024 242.526 82.6381 243.592 82.6381 244.924L81.0311 265.175C80.7633 266.241 80.4955 267.04 79.692 267.84L1.21734 346.179C0.681676 346.978 -0.389674 346.179 0.145989 345.38L21.8404 309.94C22.1082 309.674 21.8403 309.141 21.5725 308.875H20.769L13.8054 311.539C13.2697 311.539 13.0019 311.273 12.7341 311.006V310.473L42.999 236.131C43.5347 235.332 44.0704 234.532 44.8739 234.266L59.0689 227.338Z" fill="white"/>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -81,7 +81,11 @@
<!-- Reddit -->
<a class="button button-reddit" href="#"><img class="icon" src="icons/reddit.svg">Reddit</a>
<br>
<br>
<!-- Rocketseat -->
<a class="button button-rocketseat" href="#"><img class="icon" src="icons/rocketseat.svg">Rocketseat</a>
<br>
<!-- Medium -->
<a class="button button-medium" href="#"><img class="icon" src="icons/medium.svg">Medium</a>