├── .gitattributes ├── .gitignore ├── README.md ├── name.svg └── textforreadme.png /.gitattributes: -------------------------------------------------------------------------------- 1 | # Auto detect text files and perform LF normalization 2 | * text=auto 3 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .idea -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 | Marton Lederer 3 |

4 | 5 | ## Hey! 👋 6 | I'm Marton, a 20 years old web developer from Hungary. 7 | 8 | - 🦔 Founder of [ArConnect](https://arconnect.io) Arweave Wallet 9 | 10 | - 👨‍💻 Working at [Community Labs](https://communitylabs.com) ([We raised $30M!](https://www.bloomberg.com/news/articles/2022-09-08/teenage-founder-raises-30-million-for-crypto-startup-community-labs?utm_medium=email&utm_source=newsletter&utm_term=220908&utm_campaign=author_22684653#xj4y7vzkg&leadSource=uverify%20wall)) 11 | 12 | - 🧭 Founder at [@th8ta](https://github.com/th8ta) and [@useverto](https://github.com/useverto) 13 | 14 | - 👥 Core team member at [@nestdotland](https://github.com/nestdotland) 15 | 16 | + a lot more ;) 17 | 18 | ## Skills 19 | - 👨‍💻 TypeScript, JavaScript, Lua, C, Go, PHP, C#, etc... 20 | - ⚙️ React, Svelte, Vue 21 | - 👁️ SASS, CSS, Stylus 22 | - 💽 MySQL, SQL, Mongo 23 | + a lot more :D 24 | 25 | ## Contact 26 | - [marton.lederer.hu](https://marton.lederer.hu) 27 | - [@martonlederer](https://twitter.com/martonlederer) on Twitter 28 | - [@martonlederer](./) on Discord 29 | -------------------------------------------------------------------------------- /name.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 51 |

Marton Lederer

52 |
53 |
54 |
55 |
56 |
57 |
58 |
59 |
60 |
61 |
62 | -------------------------------------------------------------------------------- /textforreadme.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/martonlederer/old-profile-readme/402c1cd803a02b3825be08a807308e3919fd7b1a/textforreadme.png --------------------------------------------------------------------------------