website/dist/about/index.html

14 lines
3.9 KiB
HTML
Raw Normal View History

2025-06-12 11:59:23 +02:00
<!DOCTYPE html><html lang="en"> <head><meta charset="UTF-8"><meta name="description" content="Evalyte"><meta name="viewport" content="width=device-width"><!--<link rel="icon" type="image/svg+xml" href="/favicon.svg" />--><meta name="generator" content="Astro v5.9.2"><title>Evalyte - About</title><script defer src="https://umami.evalyte.net/script.js" data-website-id="4fd77337-0f39-4eac-b19b-c09ebf8c8db3"></script><style>@font-face{font-family:Comfortaa;src:url(/fonts/Comfortaa-Regular.ttf);font-weight:400}@font-face{font-family:Comfortaa;src:url(/fonts/Comfortaa-Bold.ttf);font-weight:700}:root{--primary: #5d9eda;--secondary: #b1d0ee;--background: #282c34;--pane: #21252b;--surface: #31353f;--surface2: #51555f;--text: #d1d1d1;--headline: #ffffff;--hint: #797979;color:var(--text);--default-gap: 16px}a{text-decoration:none;color:var(--secondary)}nav>a{color:var(--text)}body{margin:0;min-height:100vh;display:flex;flex-direction:column}html{margin:0;font-family:system-ui,sans-serif;background:var(--background)}main{flex:1}header{background:var(--pane)}header>div{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:2rem;margin:auto;padding:16px;font-family:Comfortaa;font-weight:700;font-size:1rem;@media (min-width: 1200px){width:1200px}}nav{display:flex;flex-direction:row;align-items:center;gap:2rem}#logo{font-size:2rem;color:var(--primary);text-wrap:nowrap}h1,h2,h3,h4{font-family:Comfortaa;font-weight:400;color:var(--headline);padding:0}h1{color:var(--primary);font-size:3rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}code{font-family:Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace}code:not(pre>code){background-color:#21252b;font-size:.9rem;padding:0 4px;border-radius:4px}.astro-code{padding:16px;max-width:80vw}pre{background-color:#21252b!important}.markdown-alert-title{margin-bottom:8px}footer{color:var(--hint);text-align:center;margin-bottom:16px}
main[data-astro-cid-kh7btl4r]{margin:auto;padding:32px;width:800px;max-width:calc(100% - 2rem);display:flex;flex-direction:column}section[data-astro-cid-kh7btl4r]{display:flex;flex-direction:column}
</style></head> <body> <header> <div> <a href="/" id="logo">&gt; _</a> <nav> <a href="https://code.evalyte.net" target="_blank">Repositories</a> <!--<a href="/devlog">Devlog</a>--> <a href="/notes">Notes</a> <!--<a href="/utilities">Utilities</a>--> <!--<a href="/services">Services</a>--> <a href="/about">About</a> </nav> </div> </header> <main data-astro-cid-kh7btl4r> <section data-astro-cid-kh7btl4r> <h1 data-astro-cid-kh7btl4r>Hello, World</h1> <p data-astro-cid-kh7btl4r>
I'm a self-taught developer who likes to create desktop & web applications, custom tools and sometimes games.<br data-astro-cid-kh7btl4r><br data-astro-cid-kh7btl4r>
As I really like to understand how things work, I do a lot of projects and enjoy reinventing the wheel, creating my own software, this is the reason this website exists.
</p> </section> <section data-astro-cid-kh7btl4r> <h1 data-astro-cid-kh7btl4r>What exactly is Evalyte ?</h1> <p data-astro-cid-kh7btl4r>
Evalyte is the brand for my projects, a namespace, my lab and my way of sharing about software and open source, it's like my home, it's not my nickname.<br data-astro-cid-kh7btl4r><br data-astro-cid-kh7btl4r>
You'll find here mostly desktop apps, web apps and other things related to tech.<br data-astro-cid-kh7btl4r><br data-astro-cid-kh7btl4r>
Everything I make available here is free and open source, most are self-made but I might also host existing software.
</p> </section> <section data-astro-cid-kh7btl4r> <h1 data-astro-cid-kh7btl4r>Want to contribute ?</h1> <p data-astro-cid-kh7btl4r>
You can report issues or make suggestions,
but I don't accept contributions in the form code or pull request, I want to stay the
only owner and developer for now.
</p> </section> </main> <footer>© 2024 Evalyte</footer> </body></html>