Writing more of the home page
This commit is contained in:
parent
6b9a1311ea
commit
6e9486a338
10
package-lock.json
generated
10
package-lock.json
generated
|
@ -16,6 +16,7 @@
|
||||||
"eslint-config-prettier": "^9.0.0",
|
"eslint-config-prettier": "^9.0.0",
|
||||||
"eslint-plugin-svelte": "^2.35.0",
|
"eslint-plugin-svelte": "^2.35.0",
|
||||||
"mdsvex": "^0.11.0",
|
"mdsvex": "^0.11.0",
|
||||||
|
"phosphor-svelte": "^1.3.0",
|
||||||
"prettier": "^3.1.0",
|
"prettier": "^3.1.0",
|
||||||
"prettier-plugin-svelte": "^3.1.0",
|
"prettier-plugin-svelte": "^3.1.0",
|
||||||
"svelte": "^4.2.5",
|
"svelte": "^4.2.5",
|
||||||
|
@ -2034,6 +2035,15 @@
|
||||||
"is-reference": "^3.0.0"
|
"is-reference": "^3.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/phosphor-svelte": {
|
||||||
|
"version": "1.3.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/phosphor-svelte/-/phosphor-svelte-1.3.0.tgz",
|
||||||
|
"integrity": "sha512-aW6/O2+j3TCA8oku8CwkMUvy00OHUa5CqpeqBr/Y9nT8wT/eTKZIBGt2G+JJddEHs0KkSBr7oIYdJUsUJY80fQ==",
|
||||||
|
"dev": true,
|
||||||
|
"peerDependencies": {
|
||||||
|
"svelte": ">=3"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/picocolors": {
|
"node_modules/picocolors": {
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
|
|
|
@ -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