diff options
Diffstat (limited to 'src/routes/about')
| -rw-r--r-- | src/routes/about/+page.svelte | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte new file mode 100644 index 0000000..3f47736 --- /dev/null +++ b/src/routes/about/+page.svelte @@ -0,0 +1,40 @@ +<h1>About</h1> + +<p> + My name is Berke Güzel and I am a huge fan of + <a href="https://supergoodcode.com">Super. Good. Code.</a> +</p> + +<p> + I do not do code good. I am aiming to use this page as a means of publicly + sharing my thoughts, and + <i>maybe</i> projects. And who knows, maybe one day, this will grow into something + bigger than I could ever imagine. +</p> + +<p> + Currently I'm employed as a software "developer", working on projects that + use Django/rest_framework stack. +</p> + +<h2>More about me</h2> + +<p> + At present I work for a media company, they write news, also publish videos + on YouTube. This blog shall not contain anything about the place I work at, + or the future companies that I may get hired at. +</p> + +<p> + I try avoiding social media platforms (like Facebook, Instagram etc.) like a + plague. If anyone seems to act like me on those platforms, be certain that + it is not me, and maybe report them to the platform but I doubt they would + do anything anyway. +</p> + +<h2>Even more!</h2> + +<p><i>add text later</i></p> + +<h3>Links!</h3> +<p><a href="https://github.com/wenekar/">GitHub</a></p> |
