mirror of
https://github.com/Kyren223/website.git
synced 2026-03-30 01:31:44 +00:00
Update email
This commit is contained in:
@@ -181,6 +181,6 @@ curl -sS https://eko.kyren.codes/install.sh | sh
|
||||
|
||||
Hope to see you there!
|
||||
|
||||
As always if you have questions or want to chat, feel free to contact me on discord at Kyren223 or email me at Kyren223@proton.me.
|
||||
As always if you have questions or want to chat, feel free to contact me on discord at Kyren223 or email me at contact@kyren.codes.
|
||||
|
||||
You can also add me on Eko, here's my ID: `2102554263552`
|
||||
|
||||
@@ -75,4 +75,4 @@ Not in the mood to play? watch a demo playthrough [here](https://youtu.be/_clLDG
|
||||
|
||||
This is just a prototype, we plan on (eventually TM) making a full game out of it, so stay tuned!
|
||||
|
||||
As always if you have questions or want to chat, feel free to contact me on discord at Kyren223 or email me at Kyren223@proton.me.
|
||||
As always if you have questions or want to chat, feel free to contact me on discord at Kyren223 or email me at contact@kyren.codes.
|
||||
|
||||
@@ -281,4 +281,4 @@ If you'd like to learn more about NixOS, here are some resources I found useful:
|
||||
- [Vimjoyer's Youtube Channel](https://www.youtube.com/@vimjoyer/videos)
|
||||
|
||||
Have questions or just want to chat? feel free to contact me on discord at
|
||||
Kyren223 or email me at Kyren223@proton.me.
|
||||
Kyren223 or email me at contact@kyren.codes.
|
||||
|
||||
@@ -33,6 +33,8 @@ watching Anime or solving Rubik's cubes fast.`.trimStart();
|
||||
|
||||
const utcOffset = 3;
|
||||
|
||||
const email = "contact@kyren.codes";
|
||||
|
||||
---
|
||||
|
||||
<Terminal path="/home/kyren/">
|
||||
@@ -53,7 +55,7 @@ const utcOffset = 3;
|
||||
</div>
|
||||
</TerminalBorder>
|
||||
<TerminalBorder header="Email">
|
||||
<span id="email" class="flex-1">Kyren223@proton.me</span>
|
||||
<span id="email" class="flex-1">{email}</span>
|
||||
<button class="emailCopy hover:text-gray-700">
|
||||
<svg
|
||||
width="100%"
|
||||
@@ -160,7 +162,7 @@ const utcOffset = 3;
|
||||
/>
|
||||
<div class="mt-[8vw]">
|
||||
<TerminalBorder header="Email">
|
||||
<span id="email" class="flex-1">Kyren223@proton.me</span>
|
||||
<span id="email" class="flex-1">{email}</span>
|
||||
<button class="emailCopy hover:text-gray-700">
|
||||
<svg
|
||||
class="ml-[-4vw]"
|
||||
|
||||
@@ -52,7 +52,7 @@ import Project from "@components/Project.astro";
|
||||
title="Dotfiles"
|
||||
cd="dotfiles"
|
||||
description="Configuration"
|
||||
href="https://github.com/Kyren223/dotfiles"
|
||||
href="https://git.kyren.codes/Kyren223/dotfiles"
|
||||
dir="cd ~/"
|
||||
>
|
||||
My linux configuration, includes Neovim, tmux and others.
|
||||
|
||||
@@ -17,7 +17,7 @@ const langs = [
|
||||
"Zig", "Rust", "Kotlin", "C#" ,"Lua"
|
||||
];
|
||||
const tools = [
|
||||
"Git & GitHub",
|
||||
"Git & GitHub & Gitea",
|
||||
"SQLite and Firebase",
|
||||
"Linux & NixOS",
|
||||
"Neovim and Tmux",
|
||||
|
||||
Reference in New Issue
Block a user