Writing more of the home page
This commit is contained in:
parent
6b9a1311ea
commit
6e9486a338
6238
package-lock.json
generated
6238
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -27,7 +27,8 @@
|
||||||
"tslib": "^2.6.2",
|
"tslib": "^2.6.2",
|
||||||
"typescript": "^5.2.2",
|
"typescript": "^5.2.2",
|
||||||
"vite": "^4.4.2",
|
"vite": "^4.4.2",
|
||||||
"vite-imagetools": "^6.2.4"
|
"vite-imagetools": "^6.2.4",
|
||||||
|
"phosphor-svelte": "^1.3.0"
|
||||||
},
|
},
|
||||||
"type": "module"
|
"type": "module"
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,6 @@
|
||||||
<main><slot /></main>
|
<main><slot /></main>
|
||||||
<Spacer />
|
<Spacer />
|
||||||
<Footer />
|
<Footer />
|
||||||
<img src={''} />
|
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
main {
|
main {
|
||||||
|
|
|
@ -10,8 +10,36 @@
|
||||||
<img src={Jpeg} class="circle" alt="Kaan, wearing a beanie, in front of some shrubbery." style="max-width:20rem">
|
<img src={Jpeg} class="circle" alt="Kaan, wearing a beanie, in front of some shrubbery." style="max-width:20rem">
|
||||||
</picture>
|
</picture>
|
||||||
|
|
||||||
# Kaan Barmore-Genç
|
<h1>Kaan Barmore-Genç</h1>
|
||||||
|
|
||||||
Hi! I'm a Software Engineer, an avid Linux user, an enthusiast of many programming languages, a home cook, and an amateur gardener.
|
Hi! I'm a Software Engineer, an avid Linux user, an enthusiast of many
|
||||||
|
programming languages, a home cook, and an amateur cyclist. I'm working at
|
||||||
|
[Tailwind](https://tailwindapp.com), where I build microservices and user
|
||||||
|
interfaces alongside an amazing team.
|
||||||
|
|
||||||
My interests include building web and mobile applications, both front and back end. Over the years I learned and used many programming languages and technologies, including JavaScript, TypeScript, React, React Native, Python, Java, C, C++, Clojure, Rust, and Haskell. Pretty much everything I've worked on is open source and available on my Github page.
|
My interests include building web applications, both front and back end. Over
|
||||||
|
the years I learned and used many programming languages and technologies,
|
||||||
|
including TypeScript, React, SvelteKit, TailwindCSS, Rust, Docker, SQL, AWS
|
||||||
|
(DynamoDB, Lambda, EventBridge, ...), and more.
|
||||||
|
|
||||||
|
Outside work I build open source software, which is available on my
|
||||||
|
<a href="https://github.com/SeriousBug/" rel="me">Github profile</a>.
|
||||||
|
I showcase some of my proudest projects on my
|
||||||
|
|
||||||
|
[Portfolio](/portfolio)
|
||||||
|
|
||||||
|
> foo bar
|
||||||
|
|
||||||
|
<style>
|
||||||
|
picture {
|
||||||
|
max-width: 320px;
|
||||||
|
max-height: 320px;
|
||||||
|
margin: 0 auto;
|
||||||
|
clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
|
||||||
|
}
|
||||||
|
|
||||||
|
h1 {
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
unless specified otherwise.<br />Source code for this website is available at
|
unless specified otherwise.<br />Source code for this website is available at
|
||||||
<a href="https://gitea.bgenc.net/kaan/bgenc.net">gitea.bgenc.net</a>.
|
<a href="https://gitea.bgenc.net/kaan/bgenc.net">gitea.bgenc.net</a>.
|
||||||
</div>
|
</div>
|
||||||
|
<div>.</div>
|
||||||
<div class="rss"><a href="/posts/index.xml" target="_blank" title="rss">RSS</a></div>
|
<div class="rss"><a href="/posts/index.xml" target="_blank" title="rss">RSS</a></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue