-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
content: update front page contact info
- Loading branch information
Showing
3 changed files
with
16 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,25 +5,13 @@ | |
GithubLogo, | ||
LinkedinLogo, | ||
DiscordLogo, | ||
EnvelopeClosed, | ||
ClipboardCopy | ||
EnvelopeClosed | ||
} from 'svelte-radix' | ||
import * as Popover from '$lib/components/ui/popover' | ||
export let center = false | ||
import Button from './ui/button/button.svelte' | ||
import { toast } from 'svelte-sonner' | ||
const copyDiscord = async () => { | ||
try { | ||
await navigator.clipboard.writeText('couscousdude') | ||
toast('Copied Discord username to clipboard') | ||
} catch (e) { | ||
console.error(e) | ||
toast('Failed to copy Discord username to clipboard') | ||
} | ||
} | ||
</script> | ||
|
||
<div class="flex gap-2 mt-2 flex-wrap" class:justify-center={center}> | ||
|
@@ -55,25 +43,14 @@ | |
> | ||
<LinkedinLogo /> | ||
</Button> | ||
<Popover.Root> | ||
<Popover.Trigger asChild let:builder> | ||
<Button | ||
class="hover:scale-110 transition-transform" | ||
variant="ghost" | ||
size="icon" | ||
builders={[builder]} | ||
> | ||
<DiscordLogo /> | ||
</Button> | ||
</Popover.Trigger> | ||
<Popover.Content> | ||
Discord (for some reason) doesn't support direct links to profiles. You can find me on discord | ||
with my username, <strong>@couscousdude</strong>. | ||
<Button variant="outline" size="icon" on:click={copyDiscord} class="mt-2" | ||
><ClipboardCopy /></Button | ||
> | ||
</Popover.Content> | ||
</Popover.Root> | ||
<Button | ||
class="hover:scale-110 transition-transform" | ||
variant="ghost" | ||
size="icon" | ||
href="https://discord.com/users/307507140199710720" | ||
> | ||
<DiscordLogo /> | ||
</Button> | ||
<Popover.Root> | ||
<Popover.Trigger asChild let:builder> | ||
<Button | ||
|
@@ -87,17 +64,15 @@ | |
</Popover.Trigger> | ||
<Popover.Content> | ||
<p> | ||
You can reach my Gmail at <a class="link" href="mailto:[email protected]" | ||
You can reach my personal mail at <a class="link" href="mailto:[email protected]" | ||
>[email protected]</a | ||
> | ||
or my institutional address at | ||
<a class="link" href="mailto:[email protected]">[email protected]</a>. I sign all of my mail | ||
with my <a href="./youwen.gpg">PGP key</a>. It is also available on the | ||
<a href="https://keys.openpgp.org/">OpenPGP key servers</a>. | ||
</p> | ||
<br /> | ||
<p> | ||
Or, if you prefer, you can securely email me on Protonmail at <a | ||
class="link" | ||
href="mailto:[email protected]">[email protected]</a | ||
> | ||
</p> | ||
</Popover.Content> | ||
</Popover.Root> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c27dec1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@check-spelling-bot Report
🔴 Please review
See the 📜action log or 📝 job summary for details.
Unrecognized words (8)
dotfile
edu
nixos
nixpkgs
numtide
stdenv
Treil
ucsb
Previously acknowledged words that are now absent
couscousdude protonmail 🫥To accept these unrecognized words as correct and remove the previously acknowledged and now absent words, you could run the following commands
... in a clone of the [email protected]:youwen5/coredump.git repository
on the
main
branch (ℹ️ how do I use this?):Available 📚 dictionaries could cover words (expected and unrecognized) not in the 📘 dictionary
This includes both expected items (205) from .github/actions/spelling/expect.txt and unrecognized words (8)
Consider adding them (in
.github/workflows/spelling.yml
) foruses: check-spelling/check-spelling@main
in itswith
:To stop checking additional dictionaries, add (in
.github/workflows/spelling.yml
) foruses: check-spelling/check-spelling@main
in itswith
: