-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
5 lines (5 loc) · 3.57 KB
/
index.html
File metadata and controls
5 lines (5 loc) · 3.57 KB
1
2
3
4
5
<!DOCTYPE html><html lang="en"> <head><meta charset="UTF-8"><meta name="description" content="Julian Hasreiter's website"><meta name="viewport" content="width=device-width"><meta name="referrer" content="no-referrer"><meta name="generator" content="Astro v6.1.2"><link rel="icon" type="image/png" href="/favicon.png"><title>Julian's site - Home</title><!--<ClientRouter />--><style>body{max-width:900px;margin:10px auto auto;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-optical-sizing:auto;font-style:normal;font-size:18px;background-color:#202020;color:#ece3e3}@media(max-width:910px){body{margin-left:15px;margin-right:15px}}a:link{font-style:normal;color:inherit}a:visited{color:inherit}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#787878}::-webkit-scrollbar-thumb:hover{background:#b1b1b1}div[data-astro-cid-uz4sxja2],a[data-astro-cid-uz4sxja2]{display:flex;align-items:center}
#title[data-astro-cid-c7gr6yg2]{display:flex;align-items:center}#iconDisplay[data-astro-cid-c7gr6yg2]{border-radius:100%;width:80px;height:80px}a[data-astro-cid-thpmvig2]{background-color:#2d2d2d;margin-bottom:5px;padding-left:10px;border-radius:5px;display:flex;align-items:center;text-decoration:none;border:2px solid transparent;transition:border-color .2s linear}a[data-astro-cid-thpmvig2]:hover{background-color:#484848;cursor:pointer;border-color:teal}a[data-astro-cid-thpmvig2]>p[data-astro-cid-thpmvig2]{margin-left:7px}
</style></head> <body> <div data-astro-cid-uz4sxja2> <p style="margin-left: 5px;" data-astro-cid-uz4sxja2>Home</p> </div> <main> <div id="title" data-astro-cid-c7gr6yg2> <img src="/assets/profile.CrAxSnaB_1jPiMw.webp" id="iconDisplay" alt="A young male with a colorful background" data-astro-cid-c7gr6yg2="true" loading="lazy" decoding="async" width="256" height="256"> <h2 style="font-size: 35px; margin-left: 10px;" data-astro-cid-c7gr6yg2>Julian Hasreiter</h2> </div> <p>Hello there, welcome to my website 👋</p> <a href="/about" data-astro-prefetch="page">Read more..</a> <br><br> <a href="/gallery" data-astro-cid-thpmvig2> <img src="/assets/gallery.CI4plOYa_ZaN2O8.webp" id="imgContainer" alt="A gallery icon" data-astro-cid-thpmvig2="true" loading="lazy" decoding="async" width="32" height="32"> <p data-astro-cid-thpmvig2>Gallery</p> </a> <h3>Featured projects</h3> <div id="projects"> <a href="/projects/lexel" data-astro-cid-thpmvig2> <img src="/assets/lexel.ndDpmn-g_Z1RpyPH.svg" id="imgContainer" alt="Two yellow flashcards ontop of each other" data-astro-cid-thpmvig2="true" loading="lazy" decoding="async" width="32" height="32"> <p data-astro-cid-thpmvig2>LexeL</p> </a> <a href="/projects/penguinstore" data-astro-cid-thpmvig2> <img src="/assets/penguinstore.DX4AF-MZ_Z1RpyPH.svg" id="imgContainer" alt="A yellow-blue gradient stylised p" data-astro-cid-thpmvig2="true" loading="lazy" decoding="async" width="32" height="32"> <p data-astro-cid-thpmvig2>PenguinStore</p> </a> <a href="/projects/horizon" data-astro-cid-thpmvig2> <img src="/assets/horizon.BXk71tkw_Z1HpP44.webp" id="imgContainer" alt="A two-layered sun icon" data-astro-cid-thpmvig2="true" loading="lazy" decoding="async" width="32" height="32"> <p data-astro-cid-thpmvig2>Horizon</p> </a> </div> <p>
Discover more projects on my <a href="https://github.com/pinguin2001">GitHub page</a> </p> <p> <a href="/privacy-policy">Privacy policy</a> | powered by <a href="https://bun.sh/" target="_blank">Bun</a> and
<a href="https://astro.build/" target="_blank">Astro v6.1.2</a> </p> </main> </body></html>