summaryrefslogtreecommitdiff
path: root/src/routes/about/+page.svelte
blob: 3f477366a5cae4dc3c44c48e5b226d3a67ae40c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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>