Linkler Kod Yapısı

<!DOCTYPE html>
<html lang="tr">
<head>
    <meta charset="UTF-8">
    <title>Linkler</title>
    <style>
        :root { --primary: #2c3e50; --accent: #3498db; --border: #dcdde1; --hover: #ccffcc; }
        body { font-family: 'Segoe UI', Tahoma, sans-serif; padding: 20px; background: #f8f9fa; color: #333; }

        /* Başlık Alanı */
        .header { display: flex; align-items: center; padding: 15px 20px; background: #fff; border-bottom: 4px solid var(--accent); border-radius: 8px; margin-bottom: 30px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); gap: 20px; }
        .logo-area { flex-shrink: 0; }
        .logo-area img { height: 50px; width: auto; display: block; }
        .title-area { flex-grow: 1; }
        .title-main { font-size: 1.2rem; font-weight: bold; color: var(--primary); }
        .title-sub { font-size: 0.9rem; color: #666; font-weight: 600; }
        .dept-info { font-size: 0.8rem; font-weight: bold; color: #444; text-align: right; }

        /* Tablo Modernizasyonu */
        table { width: 100%; border-collapse: collapse; margin-bottom: 25px; background: #fff; table-layout: fixed; border-radius: 8px; overflow: hidden; box-shadow: 0 1px 3px rgba(0,0,0,0.1); }
        th { background: var(--primary); color: #fff; padding: 10px 15px; text-align: left; font-size: 0.85rem; }
        td { padding: 8px 15px; border-bottom: 1px solid var(--border); font-size: 0.80rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
        
        th:nth-child(1), td:nth-child(1) { width: 28%; }
        th:nth-child(2), td:nth-child(2) { width: 42%; }
        th:nth-child(3), td:nth-child(3) { width: 30%; }

        /* Etkileşim */
        tr:hover { background-color: var(--hover) !important; transition: 0.1s; cursor: pointer; }
        a { color: var(--accent); text-decoration: none; font-weight: 600; }
        a:hover { text-decoration: underline; }
        b { color: #2c3e50; }
    </style>
</head>
<body>

<div class="header">
    <div class="logo-area">
        <img src="logo.jpg" alt="Logo" onerror="this.style.display='none'">
    </div>
    <div class="title-area">
        <div class="title-main">DENEYİM</div>
        <div class="title-sub">Linkler</div>
    </div>
    <div class="dept-info">MYO BAŞKANLIĞI</div>
</div>



<!-- EĞİTİM -->
<table>
    <thead><tr><th>(Eğitim)</th><th>Web Adres</th><th>Açıklama</th></tr></thead>
    <tbody>
        <tr><td><b>BTK Akademi</b></td><td><a href="https://www.btkakademi.gov.tr" target="_blank">btkakademi.gov.tr</a></td><td>Online Eğitim Platformu</td></tr>
        <tr><td><b>HEMBA</b></td><td><a href="https://hemba.gov.tr" target="_blank">hemba.gov.tr</a></td><td>Halk Eğitim Merkezleri</td></tr>
        <tr><td><b>Bilgeİş (ODTÜ)</b></td><td><a href="https://bilgeis.net/tr" target="_blank">bilgeis.net</a></td><td>Bilişim ile gelişen iş dünyası</td></tr>
        <tr><td><b>İSG-KATİP</b></td><td><a href="https://isgkatip.csgb.gov.tr" target="_blank">isgkatip.csgb.gov.tr</a></td><td>Kayıt ve Takip</td></tr>
        
    </tbody>
</table>



<!-- BİLİŞİM -->
<table>
    <thead><tr><th>(Bilişim)</th><th>Web Adres</th><th>Açıklama</th></tr></thead>
    <tbody>
        <tr><td><b>Hız Testi</b></td><td><a href="https://ttnet.speedtestcustom.com" target="_blank">ttnet.speedtestcustom.com</a></td><td>Download & Upload</td></tr>
        <tr><td><b>Epey</b></td><td><a href="https://www.epey.com/akilli-telefonlar" target="_blank">epey.com</a></td><td>Ürün Karşılaştırma</td></tr>
        <tr><td><b>Çözümpark</b></td><td><a href="https://www.cozumpark.com" target="_blank">cozumpark.com</a></td><td>Bilişim Portalı</td></tr>
    </tbody>
</table>


<!-- AI -->
<table>
    <thead><tr><th>(AI - Yapay Zeka)</th><th>Web Adres</th><th>Açıklama</th></tr></thead>
    <tbody>
        <tr><td><b>ChatGPT</b></td><td><a href="https://chat.openai.com" target="_blank">chat.openai.com</a></td><td>Yapay Zeka</td></tr>
        <tr><td><b>Copilot</b></td><td><a href="https://copilot.microsoft.com" target="_blank">copilot.microsoft.com</a></td><td>Microsoft AI</td></tr>
        <tr><td><b>Gemini</b></td><td><a href="https://gemini.google.com/app" target="_blank">gemini.google.com</a></td><td>Google AI</td></tr>
    </tbody>
</table>


</body>
</html>
Linkler
Logo
DENEYİM
Linkler
MYO BAŞKANLIĞI
(Eğitim)Web AdresAçıklama
BTK Akademibtkakademi.gov.trOnline Eğitim Platformu
HEMBAhemba.gov.trHalk Eğitim Merkezleri
Bilgeİş (ODTÜ)bilgeis.netBilişim ile gelişen iş dünyası
İSG-KATİPisgkatip.csgb.gov.trKayıt ve Takip
(Bilişim)Web AdresAçıklama
Hız Testittnet.speedtestcustom.comDownload & Upload
Epeyepey.comÜrün Karşılaştırma
Çözümparkcozumpark.comBilişim Portalı
(AI - Yapay Zeka)Web AdresAçıklama
ChatGPTchat.openai.comYapay Zeka
Copilotcopilot.microsoft.comMicrosoft AI
Geminigemini.google.comGoogle AI