-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
156 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<template> | ||
<div class="max-w-xl"> | ||
<h1 class="mt-4 text-3xl font-bold"> | ||
Thijs/Coding <span class="text-lg">[he/they]</span> | ||
</h1> | ||
<p class="mt-4"> | ||
Hey there! I'm a fullstack developer, designer, moderator, and high school | ||
student. I'm interested in development, moderation, and building thriving | ||
online communities. | ||
</p> | ||
<p class="mt-4 text-xl"> | ||
<a | ||
href="https://discord.gg/KWUxtWE8N5" | ||
target="_blank" | ||
class="hover:opacity-80 transition" | ||
><font-awesome-icon :icon="['fab', 'discord']" | ||
/></a> | ||
<a | ||
href="https://twitter.com/cdngdev" | ||
target="_blank" | ||
class="hover:opacity-80 transition" | ||
><font-awesome-icon :icon="['fab', 'twitter']" | ||
/></a> | ||
<a | ||
href="https://github.com/tandpfun" | ||
target="_blank" | ||
class="hover:opacity-80 transition" | ||
><font-awesome-icon :icon="['fab', 'github']" | ||
/></a> | ||
</p> | ||
</div> | ||
</template> |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<template> | ||
<div> | ||
<h1 class="mt-4 text-2xl font-bold">Contact</h1> | ||
<p class="mt-4"> | ||
Feel free to reach out to me! I check Discord most often, but any contact | ||
method below works. | ||
</p> | ||
<div class="flex flex-col md:flex-row justify-center"> | ||
<a | ||
href="https://discord.gg/KWUxtWE8N5" | ||
target="_blank" | ||
class="bg-indigo-500 bg-opacity-30 flex-1 md:mr-4 px-8 mt-6 py-4 rounded-md hover:scale-105 transform ease-in-out duration-300" | ||
> | ||
<font-awesome-icon :icon="['fab', 'discord']" /> @Coding#0001 | ||
</a> | ||
<a | ||
href="https://twitter.com/cdngdev" | ||
target="_blank" | ||
class="bg-blue-500 bg-opacity-30 flex-1 md:ml-4 mt-6 px-8 py-4 rounded-md hover:scale-105 transform ease-in-out duration-300" | ||
> | ||
<font-awesome-icon :icon="['fab', 'twitter']" /> @cdngdev | ||
</a> | ||
</div> | ||
<div class="flex flex-col md:flex-row justify-center"> | ||
<a | ||
href="mailto:[email protected]" | ||
target="_blank" | ||
class="bg-yellow-500 bg-opacity-30 flex-1 md:mr-4 px-8 mt-6 py-4 rounded-md hover:scale-105 transform ease-in-out duration-300" | ||
> | ||
<font-awesome-icon :icon="['fa', 'envelope']" /> [email protected] | ||
</a> | ||
<a | ||
href="https://github.com/tandpfun" | ||
target="_blank" | ||
class="bg-purple-500 bg-opacity-30 flex-1 md:ml-4 mt-6 px-8 py-4 rounded-md hover:scale-105 transform ease-in-out duration-300" | ||
> | ||
<font-awesome-icon :icon="['fab', 'github']" /> tandpfun | ||
</a> | ||
</div> | ||
</div> | ||
</template> |
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
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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