log101-dot-dev/dist/index.html
2024-05-08 11:17:15 +03:00

2 lines
3.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html><html lang="en"> <head><meta charset="UTF-8"><meta name="description" content="Astro description"><meta name="viewport" content="width=device-width"><link rel="icon" type="image/svg+xml" href="/favicon.svg"><meta name="generator" content="Astro v4.7.0"><title>log101</title><style>:root{--h1-desktop: 3.815rem;--h2-desktop: 3.052rem;--h3-desktop: 2.441rem;--h4-desktop: 1.953rem;--h5-desktop: 1.563rem;--h6-desktop: 1.25rem;--small-desktop: .8rem;font-size:20px;font-family:Gill Sans,Gill Sans MT,Calibri,Trebuchet MS,sans-serif;background-color:#f5fffa}body{display:flex;justify-content:center}.container{width:750px;display:flex;flex-direction:column;gap:36px;margin:24px 0}.header{display:flex;flex-direction:column;justify-content:start;gap:6px}.contact-links{display:flex;flex-direction:row;align-items:center;list-style-type:none;padding:0;margin:0;gap:12px}.contact-links a{color:gray}.undecorated-anchor a{text-decoration:none}.nav-links{display:flex;flex-direction:row;align-items:center;justify-content:space-between;list-style-type:none;padding:0;margin:0;gap:12px}.nav-links a{font-size:var(--h6-desktop);color:inherit}.title-and-nav{display:flex;flex-direction:column;gap:8px}.title-and-nav hr{margin-bottom:0}.title-and-gol{display:flex;flex-direction:row;gap:16px;align-items:center;height:110px}.main-title{font-family:Courier New,Courier,monospace;font-size:var(--h1-desktop);max-width:250;margin:0;padding:0 0 8px}.footer{display:flex;flex-direction:row;align-items:center;gap:10px;color:gray}.footer a{color:inherit}.posts{display:flex;flex-direction:column;gap:48px}.post{display:flex;flex-direction:column;gap:8px}.post-category{margin:0;padding:0;color:#2f4f4f;letter-spacing:.03em}.post-title{font-size:var(--h4-desktop);font-weight:400;margin:0;padding:0}.post-summary{margin:0;padding:0}.post-date{margin:0;padding:0;color:gray}.home-all-posts{padding-top:16px;color:inherit}
</style><script type="module" src="/_astro/hoisted.1nV_f3w7.js"></script></head> <body> <div class="container"> <div class="header"> <ul class="contact-links undecorated-anchor"> <li><a href="#">Eposta</a></li> <li><a href="#">Github</a></li> <li><a href="#">LinkedIn</a></li> <li><a href="#">CV</a></li> </ul> <div class="title-and-nav"> <div class="title-and-gol"> <h1 class="main-title">log101</h1> <div id="board" class="board"></div> </div> <div> <ul class="nav-links undecorated-anchor"> <li> <a href="/category/fikir">Fikir</a> </li><li> <a href="/category/teknik">Teknik</a> </li><li> <a href="/category/edebiyat">Babür&#39;ün Serüvenleri</a> </li><li> <a href="/category/ansiklopedi">Ansiklopedi</a> </li> </ul> <hr> </div> </div> </div> <div class="posts"> <div class="post"> <p class="post-category">Teknik Yazı</p> <h4 class="post-title">Bir Komponentin Serüveni: Astro</h4> <p class="post-date"> 1 Nisan 2024 </p> <p class="post-summary">Yazdığınız komponentlere ne olur? Bu yazıda Astro komponentlerinin serüvenlerine göz atıyoruz!</p> </div><div class="post"> <p class="post-category">Kitap İncelemesi</p> <h4 class="post-title">Atatürk ve Demokratik Türkiye</h4> <p class="post-date"> 15 Mart 2024 </p> <p class="post-summary">Halil İnalcık&#39;ın kaleminden Türkiye Cumhuriyet&#39;nin kuruluş hikayesi ve Atatürk inkılaplarının toplumdaki akisleri.</p> </div><div class="post"> <p class="post-category">Öykü</p> <h4 class="post-title">5. Bölüm: Kaptan ile Mücadele</h4> <p class="post-date"> 3 Mart 2024 </p> <p class="post-summary">Babür&#39;ün önünde yalnızca tek bir engel kalmıştır: Komutan.</p> </div> </div> <a class="home-all-posts" href="#">Tüm Yayınlar</a> <div class="footer"> <p class="copyright">© 2024 Furkan Erdem</p> <a class="about-me" href="#">Hakkımda</a> </div> </div> </body></html>