diff options
Diffstat (limited to 'src/routes/about')
| -rw-r--r-- | src/routes/about/+page.svelte | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/routes/about/+page.svelte b/src/routes/about/+page.svelte index 3f47736..bd5b29d 100644 --- a/src/routes/about/+page.svelte +++ b/src/routes/about/+page.svelte @@ -1,35 +1,35 @@ <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> + 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. + 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. + 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. + 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. + 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> |
