Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

add discord icon #82

Merged
merged 5 commits into from
Jun 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion app/views/includes/navigation.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,14 @@
</a>
</li>
<li class="nav-item">
<a class="nav-link px-2" href="https://slack.sdkman.io" target="_blank" rel="noopener noreferrer" aria-label="slack">
<a class="nav-link px-2" href="https://discord.gg/y9mVJYVyu4" target="_blank" rel="noopener noreferrer" aria-label="slack">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512" width="24" height="24">
<path fill="currentColor" d="M524.5 69.8a1.5 1.5 0 0 0 -.8-.7A485.1 485.1 0 0 0 404.1 32a1.8 1.8 0 0 0 -1.9 .9 337.5 337.5 0 0 0 -14.9 30.6 447.8 447.8 0 0 0 -134.4 0 309.5 309.5 0 0 0 -15.1-30.6 1.9 1.9 0 0 0 -1.9-.9A483.7 483.7 0 0 0 116.1 69.1a1.7 1.7 0 0 0 -.8 .7C39.1 183.7 18.2 294.7 28.4 404.4a2 2 0 0 0 .8 1.4A487.7 487.7 0 0 0 176 479.9a1.9 1.9 0 0 0 2.1-.7A348.2 348.2 0 0 0 208.1 430.4a1.9 1.9 0 0 0 -1-2.6 321.2 321.2 0 0 1 -45.9-21.9 1.9 1.9 0 0 1 -.2-3.1c3.1-2.3 6.2-4.7 9.1-7.1a1.8 1.8 0 0 1 1.9-.3c96.2 43.9 200.4 43.9 295.5 0a1.8 1.8 0 0 1 1.9 .2c2.9 2.4 6 4.9 9.1 7.2a1.9 1.9 0 0 1 -.2 3.1 301.4 301.4 0 0 1 -45.9 21.8 1.9 1.9 0 0 0 -1 2.6 391.1 391.1 0 0 0 30 48.8 1.9 1.9 0 0 0 2.1 .7A486 486 0 0 0 610.7 405.7a1.9 1.9 0 0 0 .8-1.4C623.7 277.6 590.9 167.5 524.5 69.8zM222.5 337.6c-29 0-52.8-26.6-52.8-59.2S193.1 219.1 222.5 219.1c29.7 0 53.3 26.8 52.8 59.2C275.3 311 251.9 337.6 222.5 337.6zm195.4 0c-29 0-52.8-26.6-52.8-59.2S388.4 219.1 417.9 219.1c29.7 0 53.3 26.8 52.8 59.2C470.7 311 447.5 337.6 417.9 337.6z"/>
</svg>
</a>
</li>
<li class="nav-item">
<a class="nav-link px-2" href="https://sdkman.slack.com" target="_blank" rel="noopener noreferrer" aria-label="slack">
<svg viewBox="0 0 128 128" width="24" height="24">
<path fill="currentColor" d="M27.15 80.766c0 7.351-5.994 13.355-13.345 13.355C6.454 94.12.45 88.117.45 80.766c0-7.351 6.004-13.355 13.355-13.355H27.15zm6.73 0c0-7.351 6.003-13.355 13.354-13.355 7.351 0 13.355 6.004 13.355 13.355v33.43c0 7.35-6.004 13.354-13.355 13.354-7.351 0-13.355-6.004-13.355-13.355v-33.43zM47.234 27.15c-7.351 0-13.355-5.994-13.355-13.345C33.88 6.454 39.883.45 47.234.45c7.351 0 13.355 6.004 13.355 13.355V27.15zm0 6.73c7.351 0 13.355 6.003 13.355 13.354 0 7.351-6.004 13.355-13.355 13.355h-33.43C6.455 60.589.45 54.585.45 47.234c0-7.351 6.004-13.355 13.355-13.355h33.43zm53.616 13.354c0-7.351 5.994-13.355 13.345-13.355 7.351 0 13.355 6.004 13.355 13.355 0 7.351-6.004 13.355-13.355 13.355H100.85zm-6.73 0c0 7.351-6.003 13.355-13.354 13.355-7.351 0-13.355-6.004-13.355-13.355v-33.43C67.411 6.455 73.415.45 80.766.45c7.351 0 13.355 6.004 13.355 13.355zM80.766 100.85c7.351 0 13.355 5.994 13.355 13.345 0 7.351-6.004 13.355-13.355 13.355-7.351 0-13.355-6.004-13.355-13.355V100.85zm0-6.73c-7.351 0-13.355-6.003-13.355-13.354 0-7.351 6.004-13.355 13.355-13.355h33.43c7.35 0 13.354 6.004 13.354 13.355 0 7.351-6.004 13.355-13.355 13.355zm0 0"></path>
</svg>
Expand Down
27 changes: 0 additions & 27 deletions app/views/includes/socialise.scala.html

This file was deleted.

4 changes: 3 additions & 1 deletion project/metals.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// format: off
// DO NOT EDIT! This file is auto-generated.

// This file enables sbt-bloop to create bloop config files.

addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.13")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.17")

// format: on
Loading