It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://www.birgun.net/feed

  1. <!DOCTYPE html>
  2. <html lang="tr">
  3. <head>
  4. <script>!function(){var t=document.createElement("script");t.setAttribute("src",'https://cdn.p.analitik.bik.gov.tr/tracker'+(typeof Intl!=="undefined"?(typeof (Intl||"").PluralRules!=="undefined"?'1':typeof Promise!=="undefined"?'2':typeof MutationObserver!=='undefined'?'3':'4'):'4')+'.js'),t.setAttribute("data-website-id","2de72d45-20df-4a19-9e28-7632b56b3328"),t.setAttribute("data-host-url",'//2de72d45-20df-4a19-9e28-7632b56b3328.collector.p.analitik.bik.gov.tr'),document.head.appendChild(t),window.dataLayer = window.dataLayer || [];window.dataLayer.push({'event': 'bikLoaded'});}();</script>
  5.  
  6. <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
  7.    new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
  8.    j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
  9.    'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
  10.    })(window,document,'script','dataLayer','GTM-WG6NC33');</script>
  11.  
  12. <meta charset="utf-8">
  13. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  14. <title>Aradığınız Sayfa Bulunamadı - BirGün Gazetesi</title>
  15. <meta itemprop="description" name="description" property="og:description" content="Birgün Gazetesi resmi internet sitesi. Gündemden en son haberler, yazar yazıları, yorumlar ve röportajlar." />
  16. <meta itemprop="keywords" name="keywords" content="Birgün, gazete, haber, gündem, yazarlar, son dakika, kültür sanat, ekonomi, röportaj" />
  17. <meta property="og:title" content="Aradığınız Sayfa Bulunamadı" />
  18. <meta name="twitter:title" content="Aradığınız Sayfa Bulunamadı" />
  19. <meta name="twitter:description" content="Birgün Gazetesi resmi internet sitesi. Gündemden en son haberler, yazar yazıları, yorumlar ve röportajlar." />
  20. <meta itemprop="genre" content="News" />
  21. <meta itemprop="inLanguage" content="tr-TR" />
  22. <meta itemprop="ogType" property="og:type" content="article" />
  23. <meta property="og:type" content="article" />
  24. <meta name="msapplication-starturl" content="https://www.birgun.net" />
  25. <meta name="twitter:card" content="summary_large_image" />
  26. <meta name="twitter:widgets:new-embed-design" content="on" />
  27. <meta name="twitter:widgets:csp" content="on" />
  28. <link href="/assets/images/favicon-light.png" type="image/png" rel="icon" media="(prefers-color-scheme: dark)" />
  29. <link href="/assets/images/favicon-dark.png" type="image/png" rel="icon" media="(prefers-color-scheme: light)" />
  30. <link rel="apple-touch-icon" href="/assets/images/apple-touch-icon.png">
  31. <link rel="mask-icon" href="/assets/images/safari-pinned-tab.svg" color="#5bbad5">
  32. <meta name="content-language" content="tr-TR">
  33. <meta http-equiv="Refresh" content="360">
  34. <meta name="robots" content="max-image-preview:large" />
  35. <meta name="language" content="Turkish">
  36. <meta name="robots" content="all">
  37. <meta name="rating" content="General">
  38. <meta name="distribution" content="global">
  39. <meta name="resource-type" content="document">
  40. <meta name="doc-type" content="white paper">
  41. <meta name="doc-class" content="living document">
  42. <meta name="doc-rights" content="public">
  43. <meta name="classification" content="Consumers">
  44. <meta name="medium" content="news">
  45. <meta name="audience" content="all">
  46. <meta property="fb:pages" content="119984304704521">
  47. <meta name="application-name" content="birgun.net">
  48. <meta property="og:site_name" content="birgun.net">
  49. <meta property="og:type" content="website">
  50. <meta name="twitter:site" content="@BirGun_Gazetesi">
  51. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  52. <meta name="revisit-after" content="1 days">
  53. <meta http-equiv="Expires" content="0">
  54. <meta http-equiv="Pragma" content="no-cache">
  55. <meta http-equiv="Cache-Control" content="no-cache">
  56.  
  57. <script>
  58.        const storedTheme = localStorage.getItem('theme')
  59.  
  60.        const getPreferredTheme = () => {
  61.            if (storedTheme) {
  62.                return storedTheme
  63.            }
  64.            return window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light'
  65.        }
  66.  
  67.        const setTheme = function (theme) {
  68.            if (theme === 'auto' && window.matchMedia('(prefers-color-scheme: dark)').matches) {
  69.                document.documentElement.setAttribute('data-bs-theme', 'dark')
  70.            } else {
  71.                document.documentElement.setAttribute('data-bs-theme', theme)
  72.            }
  73.        }
  74.  
  75.        setTheme(getPreferredTheme())
  76.  
  77.        window.addEventListener('DOMContentLoaded', () => {
  78.            var el = document.querySelector('.theme-icon-active');
  79.            if (el != 'undefined' && el != null) {
  80.                const showActiveTheme = theme => {
  81.                    const activeThemeIcon = document.querySelector('.theme-icon-active use')
  82.                    const btnToActive = document.querySelector(`[data-bs-theme-value="${theme}"]`)
  83.                    const svgOfActiveBtn = btnToActive.querySelector('.mode-switch use').getAttribute('href')
  84.  
  85.                    document.querySelectorAll('[data-bs-theme-value]').forEach(element => {
  86.                        element.classList.remove('active')
  87.                    })
  88.  
  89.                    btnToActive.classList.add('active')
  90.                    activeThemeIcon.setAttribute('href', svgOfActiveBtn)
  91.                }
  92.  
  93.                window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', () => {
  94.                    if (storedTheme !== 'light' || storedTheme !== 'dark') {
  95.                        setTheme(getPreferredTheme())
  96.                    }
  97.                })
  98.  
  99.                showActiveTheme(getPreferredTheme())
  100.  
  101.                document.querySelectorAll('[data-bs-theme-value]')
  102.                    .forEach(toggle => {
  103.                        toggle.addEventListener('click', () => {
  104.                            const theme = toggle.getAttribute('data-bs-theme-value')
  105.                            localStorage.setItem('theme', theme)
  106.                            setTheme(theme)
  107.                            showActiveTheme(theme)
  108.                        })
  109.                    })
  110.  
  111.            }
  112.        })
  113.    </script>
  114.  
  115. <link rel="preconnect" href="https://fonts.googleapis.com">
  116. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  117. <link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap">
  118. <link rel="stylesheet" media="print" onload="this.onload=null;this.removeAttribute('media');" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap">
  119. <noscript>
  120.        <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap">
  121.    </noscript>
  122.  
  123. <link rel="stylesheet" href="/assets/vendor/swiper/swiper-bundle.min.css?v=yUoNxsvX-Vo8Trj3lZ_Y5ZBf8HlBFsB6Xwm7rH75_9E">
  124. <link rel="preload" as="style" href="/assets/vendor/photoswipe/photoswipe.min.css">
  125. <link rel="stylesheet" media="print" onload="this.onload=null;this.removeAttribute('media');" href="/assets/vendor/photoswipe/photoswipe.min.css">
  126. <noscript>
  127.        <link rel="stylesheet" href="/assets/vendor/photoswipe/photoswipe.min.css">
  128.    </noscript>
  129. <link rel="preload" as="style" href="/assets/vendor/lightGallery/css/lightgallery-bundle.min.css">
  130. <link rel="stylesheet" media="print" onload="this.onload=null;this.removeAttribute('media');" href="/assets/vendor/lightGallery/css/lightgallery-bundle.min.css">
  131. <noscript>
  132.        <link rel="stylesheet" href="/assets/vendor/lightGallery/css/lightgallery-bundle.min.css">
  133.    </noscript>
  134. <link rel="stylesheet" href="/assets/vendor/jquery-ui/jquery-ui.min.css?v=FKvaSG618GT06WAX-RqfFNwTCGL-27MBtJZHj1yQlVU">
  135.  
  136. <link rel="stylesheet" href="/assets/css/birgun.min.css?v=Jg6lnO4f3xE5ZStTMji9JMTVa7ei2YF9_J-k9qGSfXo">
  137. <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?v=1"></script>
  138. <script>
  139.     (adsbygoogle = window.adsbygoogle || []).push({
  140.          google_ad_client: "ca-pub-6871289488376827",
  141.          enable_page_level_ads: true
  142.     });
  143. </script>
  144. <script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js?v=1"></script>
  145. <script>
  146.  var mastheadslot, leftskyscraperslot, rightskyscraperslot, sidebarslot1, sidebarslot2, feedbannerslot1, feedbannerslot2, feedbannerslot3, feedbannerslot4, feedbannerslot5, footerbannerslot, oopslot;
  147.  window.googletag = window.googletag || {cmd: []};
  148.  googletag.cmd.push(function() {
  149.     /* Start of Size Mapping */
  150. var ResponsiveMastheadSlot = googletag.sizeMapping().addSize([1000, 100], [[970, 250], [728, 90], [970, 90]]).addSize([750, 100], [[728, 90], [468, 60]]).addSize([300, 100], [[300, 250], [320, 100], [320, 50]]).addSize([0, 0], []).build();
  151. var ResponsiveSkyscrapperSlot = googletag.sizeMapping().addSize([1780, 100], [[300, 600], [160, 600], [120, 600]]).addSize([1550, 100], [[160, 600], [120, 600]]).addSize([1200, 100], [[120, 600]]).addSize([0, 0], []).build();
  152. var ResponsiveBodyMastheadSlot = googletag.sizeMapping().addSize([750, 100], [[970, 250], [970, 90], [728, 90]]).addSize([500, 100], [[728, 90],[468, 60],[336, 280], [300, 250]]).addSize([200, 100], [[336, 280],[300, 250], [320, 100]]).build();
  153.     var ResponsiveSidebar1Slot = googletag.sizeMapping().addSize([1000, 100], [[336, 280], [300, 250], [250, 250]]).addSize([0, 0], []).build();
  154.     var ResponsiveSidebar2Slot = googletag.sizeMapping().addSize([1000, 100], [[336, 280], [300, 600], [160, 600], [300, 250], [250, 250], [240, 400]]).addSize([0, 0], []).build();
  155.    /* End of Size Mapping */
  156.    mastheadslot = googletag.defineSlot('/282074390/Birgun.net/Details-Masthead', [[320, 50], [970, 250], [970, 90], [468, 60], [320, 100], [728, 90]], 'mastheadslot').defineSizeMapping(ResponsiveMastheadSlot).addService(googletag.pubads());
  157.    leftskyscraperslot = googletag.defineSlot('/282074390/Birgun.net/Details-Left-Skyscraper', [[300, 600], [160, 600], [120, 600]], 'leftskyscraperslot').defineSizeMapping(ResponsiveSkyscrapperSlot).addService(googletag.pubads());
  158.    rightskyscraperslot = googletag.defineSlot('/282074390/Birgun.net/Details-Right-Skyscraper', [[300, 600], [160, 600], [120, 600]], 'rightskyscraperslot').defineSizeMapping(ResponsiveSkyscrapperSlot).addService(googletag.pubads());
  159.    sidebarslot1 = googletag.defineSlot('/282074390/Birgun.net/Details-Sidebar1', [[336, 280], [300, 250], [250, 250], [240, 400]], 'sidebarslot1').defineSizeMapping(ResponsiveSidebar1Slot).addService(googletag.pubads());
  160.    sidebarslot2 = googletag.defineSlot('/282074390/Birgun.net/Details-Sidebar2', [[336, 280], [300, 600], [160, 600], [300, 250], [250, 250], [240, 400]], 'sidebarslot2').defineSizeMapping(ResponsiveSidebar2Slot).addService(googletag.pubads());
  161. feedbannerslot1 = googletag.defineSlot('/282074390/Birgun.net/Details-Feed-Banner1', [[336, 280], [300, 250], [250, 250]], 'feedbannerslot1').addService(googletag.pubads());
  162. feedbannerslot2 = googletag.defineSlot('/282074390/Birgun.net/Details-Feed-Banner2', [[336, 280], [300, 250], [250, 250]], 'feedbannerslot2').addService(googletag.pubads());
  163. feedbannerslot3 = googletag.defineSlot('/282074390/Birgun.net/Details-Feed-Banner3', [[336, 280], [300, 250], [250, 250]], 'feedbannerslot3').addService(googletag.pubads());
  164. feedbannerslot4 = googletag.defineSlot('/282074390/Birgun.net/Details-Feed-Banner4', [[336, 280], [300, 250], [250, 250]], 'feedbannerslot4').addService(googletag.pubads());
  165. feedbannerslot5 = googletag.defineSlot('/282074390/Birgun.net/Details-Feed-Banner5', [[336, 280], [300, 250], [250, 250]], 'feedbannerslot5').addService(googletag.pubads());
  166.    footerbannerslot = googletag.defineSlot('/282074390/Birgun.net/Details-Footer-Banner', [[320, 100], [970, 90], [970, 250], [320, 50], [468, 60], [300, 250], [728, 90], [336, 280]], 'footerbannerslot').defineSizeMapping(ResponsiveBodyMastheadSlot).addService(googletag.pubads());
  167.    oopslot = googletag.defineOutOfPageSlot('/282074390/Birgun.net/Details-OOP-Unit', 'oopslot').addService(googletag.pubads());
  168.  
  169.    googletag.pubads().setTargeting("ArticleID", "0");
  170.    googletag.pubads().setTargeting("ArticleTags", "");
  171.    googletag.pubads().setTargeting("Category", "0");
  172.    googletag.pubads().enableSingleRequest();
  173.    googletag.pubads().setCentering(true);
  174.    googletag.pubads().collapseEmptyDivs(true, true);
  175.    googletag.pubads().enableVideoAds();
  176.    googletag.enableServices();
  177.  });
  178. </script>
  179. <scripts></scripts>
  180. <link rel="manifest" href="/manifest.json?v=h8G3c3aUSCOlS7YgSLpzXyXzJFrxiRfvKIntV0mfMr8" />
  181. <script src="https://sw.primewidgets.com/birgun/init.js?2" async></script>
  182. <script>history.scrollRestoration = "manual"</script>
  183. </head>
  184. <body>
  185.  
  186. <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WG6NC33"
  187.    height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
  188.  
  189. <div class="offcanvas offcanvas-end" tabindex="-1" id="offcanvasMenu">
  190. <div class="offcanvas-header justify-content-end pb-1">
  191. <button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
  192. </div>
  193. <div class="offcanvas-body d-flex flex-column pt-0">
  194. <div>
  195. <div class="mb-3">
  196. <img class="light-mode-item logo" src="/assets/images/birgun-logo-dark.png" width="500" height="137" alt="Birgün Gazetesi">
  197. <img class="dark-mode-item logo" src="/assets/images/birgun-logo-light.png" width="500" height="137" alt="Birgün Gazetesi">
  198. </div>
  199. <div class="my-2 abone">
  200. <a href="https://abone.birgun.net/" target="_blank" class="btn btn-sm btn-danger w-100"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M217.9 105.9L340.7 228.7c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L217.9 406.1c-6.4 6.4-15 9.9-24 9.9c-18.7 0-33.9-15.2-33.9-33.9l0-62.1L32 320c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l128 0 0-62.1c0-18.7 15.2-33.9 33.9-33.9c9 0 17.6 3.6 24 9.9zM352 416l64 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c53 0 96 43 96 96l0 256c0 53-43 96-96 96l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z" /></svg> Giriş / Abone Ol</a>
  201. </div>
  202. <div class="border-top my-2"></div>
  203. <div>
  204. <div class="d-flex justify-content-between">
  205. <div class="me-1">
  206. <a href="https://play.google.com/store/apps/details?id=net.birgun.mobileapp&hl=tr" target="_blank"><img src="/assets/images/google-play.png" width="396" height="116"></a>
  207. </div>
  208. <div class="ms-1">
  209. <a href="https://apps.apple.com/tr/app/birg%C3%BCn-gazetesi/id1329499622" target="_blank"><img src="/assets/images/apple-store.png" width="396" height="116"></a>
  210. </div>
  211. </div>
  212. </div>
  213. <div class="border-top my-2"></div>
  214. <div class="social">
  215. <ul class="nav justify-content-center social">
  216. <li class="nav-item">
  217. <a class="nav-link" href="https://www.facebook.com/birgungazetesi" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 320 512"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" /></svg></a>
  218. </li>
  219. <li class="nav-item">
  220. <a class="nav-link" href="https://twitter.com/BirGun_Gazetesi" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z" /></svg></a>
  221. </li>
  222. <li class="nav-item">
  223. <a class="nav-link" href="https://www.instagram.com/birgungazetesi" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" /></svg></a>
  224. </li>
  225. <li class="nav-item">
  226. <a class="nav-link" href="https://www.youtube.com/user/birgunmedya" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 576 512"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" /></svg></a>
  227. </li>
  228. <li class="nav-item">
  229. <a class="nav-link" href="https://t.me/+QcqQfxRnS07fxq93" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 496 512"><path d="M248,8C111.033,8,0,119.033,0,256S111.033,504,248,504,496,392.967,496,256,384.967,8,248,8ZM362.952,176.66c-3.732,39.215-19.881,134.378-28.1,178.3-3.476,18.584-10.322,24.816-16.948,25.425-14.4,1.326-25.338-9.517-39.287-18.661-21.827-14.308-34.158-23.215-55.346-37.177-24.485-16.135-8.612-25,5.342-39.5,3.652-3.793,67.107-61.51,68.335-66.746.153-.655.3-3.1-1.154-4.384s-3.59-.849-5.135-.5q-3.283.746-104.608,69.142-14.845,10.194-26.894,9.934c-8.855-.191-25.888-5.006-38.551-9.123-15.531-5.048-27.875-7.717-26.8-16.291q.84-6.7,18.45-13.7,108.446-47.248,144.628-62.3c68.872-28.647,83.183-33.623,92.511-33.789,2.052-.034,6.639.474,9.61,2.885a10.452,10.452,0,0,1,3.53,6.716A43.765,43.765,0,0,1,362.952,176.66Z" /></svg></a>
  230. </li>
  231. <li class="nav-item">
  232. <a class="nav-link" href="https://www.dailymotion.com/birguntv" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M298.93,267a48.4,48.4,0,0,0-24.36-6.21q-19.83,0-33.44,13.27t-13.61,33.42q0,21.16,13.28,34.6t33.43,13.44q20.5,0,34.11-13.78T322,307.47A47.13,47.13,0,0,0,315.9,284,44.13,44.13,0,0,0,298.93,267ZM0,32V480H448V32ZM374.71,405.26h-53.1V381.37h-.67q-15.79,26.2-55.78,26.2-27.56,0-48.89-13.1a88.29,88.29,0,0,1-32.94-35.77q-11.6-22.68-11.59-50.89,0-27.56,11.76-50.22a89.9,89.9,0,0,1,32.93-35.78q21.18-13.09,47.72-13.1a80.87,80.87,0,0,1,29.74,5.21q13.28,5.21,25,17V153l55.79-12.09Z" /></svg></a>
  233. </li>
  234. <li class="nav-item">
  235. <a class="nav-link" href="https://open.spotify.com/show/2zKeCLGfRQ5EwU9Cn0zuBl?si=bacc1a9f5bda48cb" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 496 512"><path d="M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm100.7 364.9c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4zm26.9-65.6c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm31-76.2c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3z" /></svg></a>
  236. </li>
  237. <li class="nav-item">
  238. <a class="nav-link" href="https://soundcloud.com/user-221229936" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 640 512"><path d="M111.4 256.3l5.8 65-5.8 68.3c-.3 2.5-2.2 4.4-4.4 4.4s-4.2-1.9-4.2-4.4l-5.6-68.3 5.6-65c0-2.2 1.9-4.2 4.2-4.2 2.2 0 4.1 2 4.4 4.2zm21.4-45.6c-2.8 0-4.7 2.2-5 5l-5 105.6 5 68.3c.3 2.8 2.2 5 5 5 2.5 0 4.7-2.2 4.7-5l5.8-68.3-5.8-105.6c0-2.8-2.2-5-4.7-5zm25.5-24.1c-3.1 0-5.3 2.2-5.6 5.3l-4.4 130 4.4 67.8c.3 3.1 2.5 5.3 5.6 5.3 2.8 0 5.3-2.2 5.3-5.3l5.3-67.8-5.3-130c0-3.1-2.5-5.3-5.3-5.3zM7.2 283.2c-1.4 0-2.2 1.1-2.5 2.5L0 321.3l4.7 35c.3 1.4 1.1 2.5 2.5 2.5s2.2-1.1 2.5-2.5l5.6-35-5.6-35.6c-.3-1.4-1.1-2.5-2.5-2.5zm23.6-21.9c-1.4 0-2.5 1.1-2.5 2.5l-6.4 57.5 6.4 56.1c0 1.7 1.1 2.8 2.5 2.8s2.5-1.1 2.8-2.5l7.2-56.4-7.2-57.5c-.3-1.4-1.4-2.5-2.8-2.5zm25.3-11.4c-1.7 0-3.1 1.4-3.3 3.3L47 321.3l5.8 65.8c.3 1.7 1.7 3.1 3.3 3.1 1.7 0 3.1-1.4 3.1-3.1l6.9-65.8-6.9-68.1c0-1.9-1.4-3.3-3.1-3.3zm25.3-2.2c-1.9 0-3.6 1.4-3.6 3.6l-5.8 70 5.8 67.8c0 2.2 1.7 3.6 3.6 3.6s3.6-1.4 3.9-3.6l6.4-67.8-6.4-70c-.3-2.2-2-3.6-3.9-3.6zm241.4-110.9c-1.1-.8-2.8-1.4-4.2-1.4-2.2 0-4.2.8-5.6 1.9-1.9 1.7-3.1 4.2-3.3 6.7v.8l-3.3 176.7 1.7 32.5 1.7 31.7c.3 4.7 4.2 8.6 8.9 8.6s8.6-3.9 8.6-8.6l3.9-64.2-3.9-177.5c-.4-3-2-5.8-4.5-7.2zm-26.7 15.3c-1.4-.8-2.8-1.4-4.4-1.4s-3.1.6-4.4 1.4c-2.2 1.4-3.6 3.9-3.6 6.7l-.3 1.7-2.8 160.8s0 .3 3.1 65.6v.3c0 1.7.6 3.3 1.7 4.7 1.7 1.9 3.9 3.1 6.4 3.1 2.2 0 4.2-1.1 5.6-2.5 1.7-1.4 2.5-3.3 2.5-5.6l.3-6.7 3.1-58.6-3.3-162.8c-.3-2.8-1.7-5.3-3.9-6.7zm-111.4 22.5c-3.1 0-5.8 2.8-5.8 6.1l-4.4 140.6 4.4 67.2c.3 3.3 2.8 5.8 5.8 5.8 3.3 0 5.8-2.5 6.1-5.8l5-67.2-5-140.6c-.2-3.3-2.7-6.1-6.1-6.1zm376.7 62.8c-10.8 0-21.1 2.2-30.6 6.1-6.4-70.8-65.8-126.4-138.3-126.4-17.8 0-35 3.3-50.3 9.4-6.1 2.2-7.8 4.4-7.8 9.2v249.7c0 5 3.9 8.6 8.6 9.2h218.3c43.3 0 78.6-35 78.6-78.3.1-43.6-35.2-78.9-78.5-78.9zm-296.7-60.3c-4.2 0-7.5 3.3-7.8 7.8l-3.3 136.7 3.3 65.6c.3 4.2 3.6 7.5 7.8 7.5 4.2 0 7.5-3.3 7.5-7.5l3.9-65.6-3.9-136.7c-.3-4.5-3.3-7.8-7.5-7.8zm-53.6-7.8c-3.3 0-6.4 3.1-6.4 6.7l-3.9 145.3 3.9 66.9c.3 3.6 3.1 6.4 6.4 6.4 3.6 0 6.4-2.8 6.7-6.4l4.4-66.9-4.4-145.3c-.3-3.6-3.1-6.7-6.7-6.7zm26.7 3.4c-3.9 0-6.9 3.1-6.9 6.9L227 321.3l3.9 66.4c.3 3.9 3.1 6.9 6.9 6.9s6.9-3.1 6.9-6.9l4.2-66.4-4.2-141.7c0-3.9-3-6.9-6.9-6.9z" /></svg></a>
  239. </li>
  240. <li class="nav-item">
  241. <a class="nav-link" href="https://www.linkedin.com/company/birg%C3%BCn-gazetesi/" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z" /></svg></a>
  242. </li>
  243. <li class="nav-item">
  244. <a class="nav-link" href="https://podcasts.apple.com/us/podcast/birg%C3%BCn/id1570124475" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M319.4 372c48.5-31.3 80.6-85.9 80.6-148c0-97.2-78.8-176-176-176S48 126.8 48 224c0 62.1 32.1 116.6 80.6 148c1.2 17.3 4 38 7.2 57.1l.2 1C56 395.8 0 316.5 0 224C0 100.3 100.3 0 224 0S448 100.3 448 224c0 92.5-56 171.9-136 206.1l.2-1.1c3.1-19.2 6-39.8 7.2-57zm-2.3-38.1c-1.6-5.7-3.9-11.1-7-16.2c-5.8-9.7-13.5-17-21.9-22.4c19.5-17.6 31.8-43 31.8-71.3c0-53-43-96-96-96s-96 43-96 96c0 28.3 12.3 53.8 31.8 71.3c-8.4 5.4-16.1 12.7-21.9 22.4c-3.1 5.1-5.4 10.5-7 16.2C99.8 307.5 80 268 80 224c0-79.5 64.5-144 144-144s144 64.5 144 144c0 44-19.8 83.5-50.9 109.9zM224 312c32.9 0 64 8.6 64 43.8c0 33-12.9 104.1-20.6 132.9c-5.1 19-24.5 23.4-43.4 23.4s-38.2-4.4-43.4-23.4c-7.8-28.5-20.6-99.7-20.6-132.8c0-35.1 31.1-43.8 64-43.8zm0-144a56 56 0 1 1 0 112 56 56 0 1 1 0-112z" /></svg></a>
  245. </li>
  246. <li class="nav-item">
  247. <a class="nav-link" href="/rss"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M0 64C0 46.3 14.3 32 32 32c229.8 0 416 186.2 416 416c0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96C14.3 96 0 81.7 0 64zM0 416a64 64 0 1 1 128 0A64 64 0 1 1 0 416zM32 160c159.1 0 288 128.9 288 288c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224c-17.7 0-32-14.3-32-32s14.3-32 32-32z" /></svg></a>
  248. </li>
  249. </ul>
  250. </div>
  251. <div class="border-top my-2"></div>
  252. <div>
  253. <div id="DivExchangeRates1"></div>
  254. </div>
  255. <div class="border-top my-2"></div>
  256. <div class="d-flex justify-content-center">
  257. <div class="weather d-flex align-items-center">
  258. <div class="weather-icon me-1">
  259. <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-cloud-sun-fill" viewBox="0 0 16 16">
  260. <path d="M11.473 11a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 16h8.5a2.5 2.5 0 0 0 0-5h-.027z" />
  261. <path d="M10.5 1.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0v-1zm3.743 1.964a.5.5 0 1 0-.707-.707l-.708.707a.5.5 0 0 0 .708.708l.707-.708zm-7.779-.707a.5.5 0 0 0-.707.707l.707.708a.5.5 0 1 0 .708-.708l-.708-.707zm1.734 3.374a2 2 0 1 1 3.296 2.198c.199.281.372.582.516.898a3 3 0 1 0-4.84-3.225c.352.011.696.055 1.028.129zm4.484 4.074c.6.215 1.125.59 1.522 1.072a.5.5 0 0 0 .039-.742l-.707-.707a.5.5 0 0 0-.854.377zM14.5 6.5a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z" />
  262. </svg>
  263. </div>
  264. <div>
  265. <select class="weather-service weather-widget">
  266. <option value="34">İstanbul</option>
  267. <option value="06">Ankara</option>
  268. <option value="35">İzmir</option>
  269. <option value="01">Adana</option>
  270. <option value="02">Adıyaman</option>
  271. <option value="03">Afyon</option>
  272. <option value="04">Ağrı</option>
  273. <option value="68">Aksaray</option>
  274. <option value="05">Amasya</option>
  275. <option value="07">Antalya</option>
  276. <option value="75">Ardahan</option>
  277. <option value="08">Artvin</option>
  278. <option value="09">Aydın</option>
  279. <option value="10">Balıkesir</option>
  280. <option value="74">Bartın</option>
  281. <option value="72">Batman</option>
  282. <option value="69">Bayburt</option>
  283. <option value="11">Bilecik</option>
  284. <option value="12">Bingöl</option>
  285. <option value="13">Bitlis</option>
  286. <option value="14">Bolu</option>
  287. <option value="15">Burdur</option>
  288. <option value="16">Bursa</option>
  289. <option value="17">Çanakkale</option>
  290. <option value="18">Çankırı</option>
  291. <option value="19">Çorum</option>
  292. <option value="20">Denizli</option>
  293. <option value="21">Diyarbakır</option>
  294. <option value="81">Düzce</option>
  295. <option value="22">Edirne</option>
  296. <option value="23">Elazığ</option>
  297. <option value="24">Erzincan</option>
  298. <option value="25">Erzurum</option>
  299. <option value="26">Eskişehir</option>
  300. <option value="27">Gaziantep</option>
  301. <option value="28">Giresun</option>
  302. <option value="29">Gümüşhane</option>
  303. <option value="30">Hakkari</option>
  304. <option value="31">Hatay</option>
  305. <option value="76">Iğdır</option>
  306. <option value="32">Isparta</option>
  307. <option value="33">Mersin</option>
  308. <option value="46">K.Maraş</option>
  309. <option value="78">Karabük</option>
  310. <option value="70">Karaman</option>
  311. <option value="36">Kars</option>
  312. <option value="37">Kastamonu</option>
  313. <option value="38">Kayseri</option>
  314. <option value="71">Kırıkkale</option>
  315. <option value="39">Kırklareli</option>
  316. <option value="40">Kırşehir</option>
  317. <option value="79">Kilis</option>
  318. <option value="41">Kocaeli</option>
  319. <option value="42">Konya</option>
  320. <option value="43">Kütahya</option>
  321. <option value="44">Malatya</option>
  322. <option value="45">Manisa</option>
  323. <option value="47">Mardin</option>
  324. <option value="48">Muğla</option>
  325. <option value="49">Muş</option>
  326. <option value="50">Nevşehir</option>
  327. <option value="51">Niğde</option>
  328. <option value="52">Ordu</option>
  329. <option value="80">Osmaniye</option>
  330. <option value="53">Rize</option>
  331. <option value="54">Sakarya</option>
  332. <option value="55">Samsun</option>
  333. <option value="56">Siirt</option>
  334. <option value="57">Sinop</option>
  335. <option value="58">Sivas</option>
  336. <option value="73">Şırnak</option>
  337. <option value="59">Tekirdağ</option>
  338. <option value="60">Tokat</option>
  339. <option value="61">Trabzon</option>
  340. <option value="62">Tunceli</option>
  341. <option value="63">Şanlıurfa</option>
  342. <option value="64">Uşak</option>
  343. <option value="65">Van</option>
  344. <option value="77">Yalova</option>
  345. <option value="66">Yozgat</option>
  346. <option value="67">Zonguldak</option>
  347. </select>
  348. <div class="weather-summary"><label class="lbl-weather"></label></div>
  349. </div>
  350. </div>
  351. </div>
  352. <div class="border-top mt-2 mb-2"></div>
  353. <ul class="nav d-block wdot">
  354. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link text-brgn text-danger" href="/son-dakika-haberleri"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M75 75L41 41C25.9 25.9 0 36.6 0 57.9V168c0 13.3 10.7 24 24 24H134.1c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192c-40.8 0-78.6-12.7-109.7-34.4c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75zm181 53c-13.3 0-24 10.7-24 24V256c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65V152c0-13.3-10.7-24-24-24z" /></svg> Son Dakika</a></li>
  355. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/tv"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> BirGün TV</a></li>
  356. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/kategori/birgun-pazar-19"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> BirGün Pazar</a></li>
  357. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/kategori/birgun-kitap-21"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> BirGün Kitap</a></li>
  358. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/kategori/guncel-7"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> Güncel</a></li>
  359. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/yazarlar"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> Yazarlar</a></li>
  360. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/kategori/siyaset-8"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> Siyaset</a></li>
  361. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/kategori/dunya-13"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> Dünya</a></li>
  362. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/resmi-ilanlar"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> Resmi İlanlar</a></li>
  363. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/kategori/avrupa-36"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> BirGün Avrupa</a></li>
  364. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/kategori/birgun-ege-32"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> BirGün Ege</a></li>
  365. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/kategori/ekonomi-9"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> Ekonomi</a></li>
  366. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/kategori/birgun-daily-30"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> BirGün Daily</a></li>
  367. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/kategori/guney-39"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> BirGün Güney</a></li>
  368. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/kategori/cevre-15"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> Çevre</a></li>
  369. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/kategori/calisma-yasami-10"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> Çalışma Yaşamı</a></li>
  370. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/kategori/egitim-31"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> Eğitim</a></li>
  371. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/kategori/kadin-33"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> Kadın</a></li>
  372. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/kategori/kultur-sanat-11"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> Kültür-Sanat</a></li>
  373. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/kategori/medya-16"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> Medya</a></li>
  374. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/kategori/saglik-27"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> Sağlık</a></li>
  375. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/kategori/spor-12"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> Spor</a></li>
  376. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/kategori/soylesi-29"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> Söyleşi</a></li>
  377. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/kategori/teknoloji-28"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> Teknoloji</a></li>
  378. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/kategori/yasam-14"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> Yaşam</a></li>
  379. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/kategori/yesil-birgun-35"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> Yeşil BirGün</a></li>
  380. <li class="nav-item h6 border-bottom pb-2"><a class="btn-link" href="/yazi-dizileri"><svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm0-352a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg> Yazı Dizileri</a></li>
  381. </ul>
  382. </div>
  383. <div class="mt-auto pb-1 pt-4">
  384. <div class="text-body mb-2">
  385. <nav class="footer-nav d-flex justify-content-center align-items-center">
  386. <a class="btn-link mx-2" href="/page/kunye-428191">Künye</a>
  387. <svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg>
  388. <a class="btn-link mx-2" href="/page/bize-ulasin-428192">İletişim</a>
  389. <svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg>
  390. <a class="btn-link mx-2" href="/page/kvkk-aydinlatma-428193">KVKK</a>
  391. </nav>
  392. <nav class="footer-nav d-flex justify-content-center align-items-center">
  393. <a class="btn-link mx-2" href="/page/kullanim-kosullari-428194">Kullanım Koşulları</a>
  394. <svg xmlns="http://www.w3.org/2000/svg" height="0.7em" viewBox="0 0 512 512"><path d="M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg>
  395. <a class="btn-link mx-2" href="/page/reklam-428195">Reklam</a>
  396. </nav>
  397. </div>
  398. </div>
  399. </div>
  400. </div>
  401. <header class="navbar-light navbar-sticky header-static">
  402. <div class="navbar-top small">
  403. <div class="container">
  404. <div class="desktop-menu d-none d-lg-block">
  405. <div class="d-flex justify-content-between align-items-center py-3">
  406. <a class="navbar-brand" href="/">
  407. <img class="navbar-brand-item light-mode-item" src="/assets/images/birgun-logo-dark.png" width="500" height="137" alt="Birgün Gazetesi">
  408. <img class="navbar-brand-item dark-mode-item" src="/assets/images/birgun-logo-light.png" width="500" height="137" alt="Birgün Gazetesi">
  409. </a>
  410. <div>
  411. <div id="DivExchangeRates2"></div>
  412. </div>
  413. <div>
  414. <div class="weather d-flex align-items-center">
  415. <div class="weather-icon me-1">
  416. <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" fill="currentColor" class="bi bi-cloud-sun-fill" viewBox="0 0 16 16">
  417. <path d="M11.473 11a4.5 4.5 0 0 0-8.72-.99A3 3 0 0 0 3 16h8.5a2.5 2.5 0 0 0 0-5h-.027z" />
  418. <path d="M10.5 1.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0v-1zm3.743 1.964a.5.5 0 1 0-.707-.707l-.708.707a.5.5 0 0 0 .708.708l.707-.708zm-7.779-.707a.5.5 0 0 0-.707.707l.707.708a.5.5 0 1 0 .708-.708l-.708-.707zm1.734 3.374a2 2 0 1 1 3.296 2.198c.199.281.372.582.516.898a3 3 0 1 0-4.84-3.225c.352.011.696.055 1.028.129zm4.484 4.074c.6.215 1.125.59 1.522 1.072a.5.5 0 0 0 .039-.742l-.707-.707a.5.5 0 0 0-.854.377zM14.5 6.5a.5.5 0 0 0 0 1h1a.5.5 0 0 0 0-1h-1z" />
  419. </svg>
  420. </div>
  421. <div>
  422. <select class="weather-service weather-widget">
  423. <option value="34">İstanbul</option>
  424. <option value="06">Ankara</option>
  425. <option value="35">İzmir</option>
  426. <option value="01">Adana</option>
  427. <option value="02">Adıyaman</option>
  428. <option value="03">Afyon</option>
  429. <option value="04">Ağrı</option>
  430. <option value="68">Aksaray</option>
  431. <option value="05">Amasya</option>
  432. <option value="07">Antalya</option>
  433. <option value="75">Ardahan</option>
  434. <option value="08">Artvin</option>
  435. <option value="09">Aydın</option>
  436. <option value="10">Balıkesir</option>
  437. <option value="74">Bartın</option>
  438. <option value="72">Batman</option>
  439. <option value="69">Bayburt</option>
  440. <option value="11">Bilecik</option>
  441. <option value="12">Bingöl</option>
  442. <option value="13">Bitlis</option>
  443. <option value="14">Bolu</option>
  444. <option value="15">Burdur</option>
  445. <option value="16">Bursa</option>
  446. <option value="17">Çanakkale</option>
  447. <option value="18">Çankırı</option>
  448. <option value="19">Çorum</option>
  449. <option value="20">Denizli</option>
  450. <option value="21">Diyarbakır</option>
  451. <option value="81">Düzce</option>
  452. <option value="22">Edirne</option>
  453. <option value="23">Elazığ</option>
  454. <option value="24">Erzincan</option>
  455. <option value="25">Erzurum</option>
  456. <option value="26">Eskişehir</option>
  457. <option value="27">Gaziantep</option>
  458. <option value="28">Giresun</option>
  459. <option value="29">Gümüşhane</option>
  460. <option value="30">Hakkari</option>
  461. <option value="31">Hatay</option>
  462. <option value="76">Iğdır</option>
  463. <option value="32">Isparta</option>
  464. <option value="33">Mersin</option>
  465. <option value="46">K.Maraş</option>
  466. <option value="78">Karabük</option>
  467. <option value="70">Karaman</option>
  468. <option value="36">Kars</option>
  469. <option value="37">Kastamonu</option>
  470. <option value="38">Kayseri</option>
  471. <option value="71">Kırıkkale</option>
  472. <option value="39">Kırklareli</option>
  473. <option value="40">Kırşehir</option>
  474. <option value="79">Kilis</option>
  475. <option value="41">Kocaeli</option>
  476. <option value="42">Konya</option>
  477. <option value="43">Kütahya</option>
  478. <option value="44">Malatya</option>
  479. <option value="45">Manisa</option>
  480. <option value="47">Mardin</option>
  481. <option value="48">Muğla</option>
  482. <option value="49">Muş</option>
  483. <option value="50">Nevşehir</option>
  484. <option value="51">Niğde</option>
  485. <option value="52">Ordu</option>
  486. <option value="80">Osmaniye</option>
  487. <option value="53">Rize</option>
  488. <option value="54">Sakarya</option>
  489. <option value="55">Samsun</option>
  490. <option value="56">Siirt</option>
  491. <option value="57">Sinop</option>
  492. <option value="58">Sivas</option>
  493. <option value="73">Şırnak</option>
  494. <option value="59">Tekirdağ</option>
  495. <option value="60">Tokat</option>
  496. <option value="61">Trabzon</option>
  497. <option value="62">Tunceli</option>
  498. <option value="63">Şanlıurfa</option>
  499. <option value="64">Uşak</option>
  500. <option value="65">Van</option>
  501. <option value="77">Yalova</option>
  502. <option value="66">Yozgat</option>
  503. <option value="67">Zonguldak</option>
  504. </select>
  505. <div class="weather-summary"><label class="lbl-weather"></label></div>
  506. </div>
  507. </div>
  508. </div>
  509. <div class="d-none d-xxl-block social">
  510. <ul class="nav social">
  511. <li class="nav-item">
  512. <a class="nav-link px-2" href="https://www.facebook.com/birgungazetesi" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 320 512"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" /></svg></a>
  513. </li>
  514. <li class="nav-item">
  515. <a class="nav-link px-2" href="https://twitter.com/BirGun_Gazetesi" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z" /></svg></a>
  516. </li>
  517. <li class="nav-item">
  518. <a class="nav-link px-2" href="https://www.instagram.com/birgungazetesi" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" /></svg></a>
  519. </li>
  520. <li class="nav-item">
  521. <a class="nav-link px-2" href="https://www.youtube.com/user/birgunmedya" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 576 512"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" /></svg></a>
  522. </li>
  523. <li class="nav-item">
  524. <a class="nav-link px-2 pe-0" href="/rss"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M0 64C0 46.3 14.3 32 32 32c229.8 0 416 186.2 416 416c0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96C14.3 96 0 81.7 0 64zM0 416a64 64 0 1 1 128 0A64 64 0 1 1 0 416zM32 160c159.1 0 288 128.9 288 288c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224c-17.7 0-32-14.3-32-32s14.3-32 32-32z" /></svg></a>
  525. </li>
  526. </ul>
  527. </div>
  528. <div class="d-flex align-items-center">
  529. <div class="nav-item dropdown dropdown-toggle-icon-none d-none d-lg-block d-xxl-none navSocial mt-1 me-1">
  530. <a class="nav-link dropdown-toggle" role="button" href="#" id="navSocial" data-bs-toggle="dropdown" aria-expanded="false">
  531. <svg xmlns="http://www.w3.org/2000/svg" height="1.8em" class="mb-1" viewBox="0 0 448 512"><path d="M352 320c-22.608 0-43.387 7.819-59.79 20.895l-102.486-64.054a96.551 96.551 0 0 0 0-41.683l102.486-64.054C308.613 184.181 329.392 192 352 192c53.019 0 96-42.981 96-96S405.019 0 352 0s-96 42.981-96 96c0 7.158.79 14.13 2.276 20.841L155.79 180.895C139.387 167.819 118.608 160 96 160c-53.019 0-96 42.981-96 96s42.981 96 96 96c22.608 0 43.387-7.819 59.79-20.895l102.486 64.054A96.301 96.301 0 0 0 256 416c0 53.019 42.981 96 96 96s96-42.981 96-96-42.981-96-96-96z" /></svg>
  532. </a>
  533. <div class="dropdown-menu dropdown-menu-end shadow rounded p-2" aria-labelledby="navSocial">
  534. <ul class="nav social">
  535. <li class="nav-item">
  536. <a class="nav-link px-2" href="https://www.facebook.com/birgungazetesi" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 320 512"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" /></svg></a>
  537. </li>
  538. <li class="nav-item">
  539. <a class="nav-link px-2" href="https://twitter.com/BirGun_Gazetesi" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z" /></svg></a>
  540. </li>
  541. <li class="nav-item">
  542. <a class="nav-link px-2" href="https://www.instagram.com/birgungazetesi" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" /></svg></a>
  543. </li>
  544. <li class="nav-item">
  545. <a class="nav-link px-2" href="https://www.youtube.com/user/birgunmedya" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 576 512"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" /></svg></a>
  546. </li>
  547. <li class="nav-item">
  548. <a class="nav-link px-2 pe-0" href="/rss"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M0 64C0 46.3 14.3 32 32 32c229.8 0 416 186.2 416 416c0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96C14.3 96 0 81.7 0 64zM0 416a64 64 0 1 1 128 0A64 64 0 1 1 0 416zM32 160c159.1 0 288 128.9 288 288c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224c-17.7 0-32-14.3-32-32s14.3-32 32-32z" /></svg></a>
  549. </li>
  550. </ul>
  551. </div>
  552. </div>
  553. <div class="nav-item dropdown mx-2">
  554. <button class="modeswitch" id="bd-theme1" type="button" aria-expanded="false" data-bs-toggle="dropdown" data-bs-display="static">
  555. <svg xmlns="http://www.w3.org/2000/svg" class="theme-icon-active" height="1em" viewBox="0 0 512 512"><path d="M448 256c0-106-86-192-192-192V448c106 0 192-86 192-192zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z" />
  556. <use href="#"></use>
  557. </svg>
  558. </button>
  559. <ul class="dropdown-menu min-w-auto dropdown-menu-end" aria-labelledby="bd-theme1">
  560. <li class="mb-1">
  561. <button type="button" class="dropdown-item d-flex align-items-center" data-bs-theme-value="light">
  562. <svg width="16" height="16" fill="currentColor" class="bi bi-brightness-high-fill fa-fw mode-switch me-1" viewBox="0 0 16 16">
  563. <path d="M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z" />
  564. <use href="#"></use>
  565. </svg>Açık
  566. </button>
  567. </li>
  568. <li class="mb-1">
  569. <button type="button" class="dropdown-item d-flex align-items-center" data-bs-theme-value="dark">
  570. <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-moon-stars-fill fa-fw mode-switch me-1" viewBox="0 0 16 16">
  571. <path d="M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z" />
  572. <path d="M10.794 3.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387a1.734 1.734 0 0 0-1.097 1.097l-.387 1.162a.217.217 0 0 1-.412 0l-.387-1.162A1.734 1.734 0 0 0 9.31 6.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387a1.734 1.734 0 0 0 1.097-1.097l.387-1.162zM13.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732l-.774-.258a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L13.863.1z" />
  573. <use href="#"></use>
  574. </svg>Koyu
  575. </button>
  576. </li>
  577. <li>
  578. <button type="button" class="dropdown-item d-flex align-items-center active" data-bs-theme-value="auto">
  579. <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-circle-half fa-fw mode-switch me-1" viewBox="0 0 16 16">
  580. <path d="M8 15A7 7 0 1 0 8 1v14zm0 1A8 8 0 1 1 8 0a8 8 0 0 1 0 16z" />
  581. <use href="#"></use>
  582. </svg>Oto
  583. </button>
  584. </li>
  585. </ul>
  586. </div>
  587. <div class="nav-item abone">
  588. <a href="https://abone.birgun.net/" target="_blank" class="btn btn-sm btn-danger mb-0 ms-2"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M217.9 105.9L340.7 228.7c7.2 7.2 11.3 17.1 11.3 27.3s-4.1 20.1-11.3 27.3L217.9 406.1c-6.4 6.4-15 9.9-24 9.9c-18.7 0-33.9-15.2-33.9-33.9l0-62.1L32 320c-17.7 0-32-14.3-32-32l0-64c0-17.7 14.3-32 32-32l128 0 0-62.1c0-18.7 15.2-33.9 33.9-33.9c9 0 17.6 3.6 24 9.9zM352 416l64 0c17.7 0 32-14.3 32-32l0-256c0-17.7-14.3-32-32-32l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32l64 0c53 0 96 43 96 96l0 256c0 53-43 96-96 96l-64 0c-17.7 0-32-14.3-32-32s14.3-32 32-32z" /></svg> Abone</a>
  589. </div>
  590. </div>
  591. </div>
  592. </div>
  593. </div>
  594. </div>
  595. <div class="navbar-mobile-top scroll-fix small">
  596. <div class="container">
  597. <div class="mobile-menu d-lg-none">
  598. <div class="d-flex justify-content-between align-items-center my-2">
  599. <div class="modeswitch-left">
  600. <div class="nav-item dropdown">
  601. <button class="modeswitch" id="bd-theme2" type="button" aria-expanded="false" data-bs-toggle="dropdown" data-bs-display="static">
  602. <svg xmlns="http://www.w3.org/2000/svg" class="theme-icon-active" height="1em" viewBox="0 0 512 512"><path d="M448 256c0-106-86-192-192-192V448c106 0 192-86 192-192zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256z" />
  603. <use href="#"></use>
  604. </svg>
  605. </button>
  606. <ul class="dropdown-menu min-w-auto" aria-labelledby="bd-theme2">
  607. <li class="mb-1">
  608. <button type="button" class="dropdown-item d-flex align-items-center" data-bs-theme-value="light">
  609. <svg width="16" height="16" fill="currentColor" class="bi bi-brightness-high-fill fa-fw mode-switch me-1" viewBox="0 0 16 16">
  610. <path d="M12 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0zM8 0a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 0zm0 13a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 8 13zm8-5a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2a.5.5 0 0 1 .5.5zM3 8a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h2A.5.5 0 0 1 3 8zm10.657-5.657a.5.5 0 0 1 0 .707l-1.414 1.415a.5.5 0 1 1-.707-.708l1.414-1.414a.5.5 0 0 1 .707 0zm-9.193 9.193a.5.5 0 0 1 0 .707L3.05 13.657a.5.5 0 0 1-.707-.707l1.414-1.414a.5.5 0 0 1 .707 0zm9.193 2.121a.5.5 0 0 1-.707 0l-1.414-1.414a.5.5 0 0 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .707zM4.464 4.465a.5.5 0 0 1-.707 0L2.343 3.05a.5.5 0 1 1 .707-.707l1.414 1.414a.5.5 0 0 1 0 .708z" />
  611. <use href="#"></use>
  612. </svg>Açık
  613. </button>
  614. </li>
  615. <li class="mb-1">
  616. <button type="button" class="dropdown-item d-flex align-items-center" data-bs-theme-value="dark">
  617. <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-moon-stars-fill fa-fw mode-switch me-1" viewBox="0 0 16 16">
  618. <path d="M6 .278a.768.768 0 0 1 .08.858 7.208 7.208 0 0 0-.878 3.46c0 4.021 3.278 7.277 7.318 7.277.527 0 1.04-.055 1.533-.16a.787.787 0 0 1 .81.316.733.733 0 0 1-.031.893A8.349 8.349 0 0 1 8.344 16C3.734 16 0 12.286 0 7.71 0 4.266 2.114 1.312 5.124.06A.752.752 0 0 1 6 .278z" />
  619. <path d="M10.794 3.148a.217.217 0 0 1 .412 0l.387 1.162c.173.518.579.924 1.097 1.097l1.162.387a.217.217 0 0 1 0 .412l-1.162.387a1.734 1.734 0 0 0-1.097 1.097l-.387 1.162a.217.217 0 0 1-.412 0l-.387-1.162A1.734 1.734 0 0 0 9.31 6.593l-1.162-.387a.217.217 0 0 1 0-.412l1.162-.387a1.734 1.734 0 0 0 1.097-1.097l.387-1.162zM13.863.099a.145.145 0 0 1 .274 0l.258.774c.115.346.386.617.732.732l.774.258a.145.145 0 0 1 0 .274l-.774.258a1.156 1.156 0 0 0-.732.732l-.258.774a.145.145 0 0 1-.274 0l-.258-.774a1.156 1.156 0 0 0-.732-.732l-.774-.258a.145.145 0 0 1 0-.274l.774-.258c.346-.115.617-.386.732-.732L13.863.1z" />
  620. <use href="#"></use>
  621. </svg>Koyu
  622. </button>
  623. </li>
  624. <li>
  625. <button type="button" class="dropdown-item d-flex align-items-center active" data-bs-theme-value="auto">
  626. <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-circle-half fa-fw mode-switch me-1" viewBox="0 0 16 16">
  627. <path d="M8 15A7 7 0 1 0 8 1v14zm0 1A8 8 0 1 1 8 0a8 8 0 0 1 0 16z" />
  628. <use href="#"></use>
  629. </svg>Oto
  630. </button>
  631. </li>
  632. </ul>
  633. </div>
  634. </div>
  635. <div>
  636. <a class="navbar-brand py-2" href="/" title="Haberler, Köşe Yazıları, Son Dakika Gelişmeler - BirGün Gazetesi">
  637. <img class="navbar-brand-item light-mode-item" src="/assets/images/birgun-logo-dark.png" width="500" height="137" alt="Birgün Gazetesi">
  638. <img class="navbar-brand-item dark-mode-item" src="/assets/images/birgun-logo-light.png" width="500" height="137" alt="Birgün Gazetesi">
  639. </a>
  640. </div>
  641. <div class="menuicon-right">
  642. <div class="d-flex justify-content-end align-items-center">
  643. <div class="nav-item dropdown dropdown-toggle-icon-none nav-search me-3">
  644. <a class="nav-link dropdown-toggle" role="button" href="#" data-bs-toggle="dropdown" aria-expanded="false">
  645. <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="currentColor" class="bi bi-search" viewBox="0 0 16 16">
  646. <path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z" />
  647. </svg>
  648. </a>
  649. <div class="dropdown-menu dropdown-menu-end shadow rounded p-2">
  650. <div class="input-group">
  651. <input class="form-control border-brgn searchkw" type="search" placeholder aria-label="Ara">
  652. <button class="btn btn-brgn m-0 btnsearch" type="button">ARA</button>
  653. </div>
  654. </div>
  655. </div>
  656. <div class="nav flex-nowrap align-items-center">
  657. <div class="nav-item">
  658. <a class="nav-link p-0" data-bs-toggle="offcanvas" href="#offcanvasMenu" role="button" aria-controls="offcanvasMenu">
  659. <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" class="bi bi-text-right" viewBox="0 0 16 16" data-bs-target="#offcanvasMenu">
  660. <path fill-rule="evenodd" d="M6 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm4-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z" />
  661. </svg>
  662. </a>
  663. </div>
  664. </div>
  665. </div>
  666. </div>
  667. </div>
  668. </div>
  669. </div>
  670. </div>
  671. <nav class="navbar navbar-expand-lg d-none d-lg-block">
  672. <div class="container">
  673. <div class="collapse navbar-collapse" id="navbarCollapse">
  674. <ul class="navbar-nav navbar-nav-scroll text-nowrap mainmenu">
  675. <li class="nav-item "><a class="nav-link text-danger text-brgn" href="/son-dakika-haberleri"><svg xmlns="http://www.w3.org/2000/svg" class="mb-1" height="1em" viewBox="0 0 512 512"><path d="M75 75L41 41C25.9 25.9 0 36.6 0 57.9V168c0 13.3 10.7 24 24 24H134.1c21.4 0 32.1-25.9 17-41l-30.8-30.8C155 85.5 203 64 256 64c106 0 192 86 192 192s-86 192-192 192c-40.8 0-78.6-12.7-109.7-34.4c-14.5-10.1-34.4-6.6-44.6 7.9s-6.6 34.4 7.9 44.6C151.2 495 201.7 512 256 512c141.4 0 256-114.6 256-256S397.4 0 256 0C185.3 0 121.3 28.7 75 75zm181 53c-13.3 0-24 10.7-24 24V256c0 6.4 2.5 12.5 7 17l72 72c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-65-65V152c0-13.3-10.7-24-24-24z" /></svg> Son Dakika</a></li>
  676. <li class="nav-item dropdown">
  677. <a class="nav-link dropdown-toggle" href="#" id="birgunMenu" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">BirGün</a>
  678. <div class="dropdown-menu menu-custom" aria-labelledby="birgunMenu">
  679. <div class="container">
  680. <div class="p-2 d-flex align-items-center">
  681. <div class="card bg-transparent">
  682. <a href="/tv">
  683. <img class="light-mode-item logo" src="/assets/images/birgun-tv-dark.png" width="300" height="125" alt="BirGün TV">
  684. <img class="dark-mode-item logo" src="/assets/images/birgun-tv-light.png" width="300" height="125" alt="BirGün TV">
  685. </a>
  686. </div>
  687. <div class="card bg-transparent">
  688. <a href="/kategori/birgun-pazar-19">
  689. <img class="light-mode-item logo" src="/assets/images/birgun-pazar-dark.png" width="300" height="110" alt="BirGün Pazar">
  690. <img class="dark-mode-item logo" src="/assets/images/birgun-pazar-light.png" width="300" height="110" alt="BirGün Pazar">
  691. </a>
  692. </div>
  693. <div class="card bg-transparent">
  694. <a href="/kategori/birgun-kitap-21">
  695. <img class="light-mode-item logo" src="/assets/images/birgun-kitap-dark.png" width="300" height="115" alt="BirGün Kitap">
  696. <img class="dark-mode-item logo" src="/assets/images/birgun-kitap-light.png" width="300" height="115" alt="BirGün Kitap">
  697. </a>
  698. </div>
  699. </div>
  700. </div>
  701. </div>
  702. </li>
  703. <li class="nav-item "><a class="nav-link" href="/kategori/guncel-7">Güncel</a></li>
  704. <li class="nav-item "><a class="nav-link" href="/yazarlar">Yazarlar</a></li>
  705. <li class="nav-item "><a class="nav-link" href="/kategori/siyaset-8">Siyaset</a></li>
  706. <li class="nav-item "><a class="nav-link" href="/kategori/dunya-13">Dünya</a></li>
  707. <li class="nav-item "><a class="nav-link" href="/kategori/avrupa-36">Avrupa</a></li>
  708. <li class="nav-item "><a class="nav-link" href="/kategori/birgun-ege-32">Ege</a></li>
  709. <li class="nav-item "><a class="nav-link" href="/kategori/ekonomi-9">Ekonomi</a></li>
  710. <li class="nav-item "><a class="nav-link" href="/resmi-ilanlar">Resmi İlanlar</a></li>
  711. <li class="nav-item dropdown dropdown-fullwidth">
  712. <a class="nav-link dropdown-toggle" href="#" id="allMenu" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Diğer</a>
  713. <div class="dropdown-menu menu-custom" aria-labelledby="allMenu">
  714. <div class="container">
  715. <div class="px-4 py-2 d-flex justify-content-between">
  716. <div>
  717. <div class="mb-2 h6"><a class="btn-link" href="/kategori/birgun-daily-30">BirGün Daily</a></div>
  718. <div class="mb-2 h6"><a class="btn-link" href="/kategori/guney-39">BirGün Güney</a></div>
  719. <div class="mb-2 h6"><a class="btn-link" href="/kategori/cevre-15">Çevre</a></div>
  720. </div>
  721. <div>
  722. <div class="mb-2 h6"><a class="mb-2 btn-link" href="/kategori/calisma-yasami-10">Çalışma Yaşamı</a></div>
  723. <div class="mb-2 h6"><a class="mb-2 btn-link" href="/kategori/egitim-31">Eğitim</a></div>
  724. <div class="mb-2 h6"><a class="mb-2 btn-link" href="/kategori/kadin-33">Kadın</a></div>
  725. </div>
  726. <div>
  727. <div class="mb-2 h6"><a class="mb-2 btn-link" href="/kategori/kultur-sanat-11">Kültür-Sanat</a></div>
  728. <div class="mb-2 h6"><a class="mb-2 btn-link" href="/kategori/medya-16">Medya</a></div>
  729. <div class="mb-2 h6"><a class="mb-2 btn-link" href="/kategori/saglik-27">Sağlık</a></div>
  730. </div>
  731. <div>
  732. <div class="mb-2 h6"><a class="mb-2 btn-link" href="/kategori/spor-12">Spor</a></div>
  733. <div class="mb-2 h6"><a class="mb-2 btn-link" href="/kategori/soylesi-29">Söyleşi</a></div>
  734. <div class="mb-2 h6"><a class="mb-2 btn-link" href="/kategori/teknoloji-28">Teknoloji</a></div>
  735. </div>
  736. <div>
  737. <div class="mb-2 h6"><a class="mb-2 btn-link" href="/kategori/yasam-14">Yaşam</a></div>
  738. <div class="mb-2 h6"><a class="mb-2 btn-link" href="/kategori/yesil-birgun-35">Yeşil BirGün</a></div>
  739. <div class="mb-2 h6"><a class="mb-2 btn-link" href="/yazi-dizileri">Yazı Dizileri</a></div>
  740. </div>
  741. </div>
  742. </div>
  743. </div>
  744. </li>
  745. </ul>
  746. </div>
  747. <div class="nav-item dropdown dropdown-toggle-icon-none nav-search me-3">
  748. <a class="nav-link dropdown-toggle" role="button" href="#" data-bs-toggle="dropdown" aria-expanded="false">
  749. <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" fill="currentColor" class="bi bi-search" viewBox="0 0 16 16">
  750. <path d="M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z" />
  751. </svg>
  752. </a>
  753. <div class="dropdown-menu dropdown-menu-end shadow rounded p-2">
  754. <div class="input-group">
  755. <input class="form-control border-brgn searchkw" type="search" placeholder aria-label="Ara">
  756. <button class="btn btn-brgn m-0 btnsearch" type="button">ARA</button>
  757. </div>
  758. </div>
  759. </div>
  760. <div class="nav flex-nowrap align-items-center">
  761. <div class="nav-item">
  762. <a class="nav-link p-0" data-bs-toggle="offcanvas" href="#offcanvasMenu" role="button" aria-controls="offcanvasMenu">
  763. <svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" fill="currentColor" class="bi bi-text-right" viewBox="0 0 16 16" data-bs-target="#offcanvasMenu">
  764. <path fill-rule="evenodd" d="M6 12.5a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zm4-3a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1-.5-.5zm-4-3a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z" />
  765. </svg>
  766. </a>
  767. </div>
  768. </div>
  769. </div>
  770. </nav>
  771. </header>
  772. <scripts></scripts>
  773. <div class="d-none d-xl-block">
  774. <div class="sticky-ads scroll-fix d-flex justify-content-center">
  775. <div class="mw-ads">
  776. <div id="DivAds-StickyLeft-1243211366"></div>
  777. <scripts></scripts>
  778. </div>
  779. <div class="container-ads"></div>
  780. <div class="mw-ads">
  781. <div id="DivAds-StickyRight-1906141468"></div>
  782. <scripts></scripts>
  783. </div>
  784. </div>
  785. </div>
  786. <main class="page">
  787. <div class="breadcrumb">
  788. <div class="container d-none d-md-block">
  789. <div class="row">
  790. <div class="col-12">
  791. <nav aria-label="breadcrumb">
  792. <ol class="breadcrumb">
  793. <li class="breadcrumb-item"><a href="/">
  794. <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="currentColor" class="bi bi-house mb-1 me-1" viewBox="0 0 16 16">
  795. <path d="M8.707 1.5a1 1 0 0 0-1.414 0L.646 8.146a.5.5 0 0 0 .708.708L2 8.207V13.5A1.5 1.5 0 0 0 3.5 15h9a1.5 1.5 0 0 0 1.5-1.5V8.207l.646.647a.5.5 0 0 0 .708-.708L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.707 1.5ZM13 7.207V13.5a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5V7.207l5-5 5 5Z" />
  796. </svg> Anasayfa
  797. </a>
  798. </li>
  799. <li class="breadcrumb-item active" aria-current="page">404</li>
  800. </ol>
  801. </nav>
  802. </div>
  803. </div>
  804. </div>
  805. </div>
  806. <div class="container">
  807. <div class="row">
  808. <div class="col-12 text-center">
  809. <div id="DivAds-Header-2014772461"></div>
  810. <scripts></scripts>
  811. </div>
  812. </div>
  813. </div>
  814. <div class="container">
  815. <div class="row">
  816. <div class="col-12 text-center">
  817. <div class="text-danger">
  818. <h1>404</h1>
  819. </div>
  820. <div>
  821. <p>Aradığınız sayfa bulunamadı…</p>
  822. <p>Sayfa değiştirilmiş, kaldırılmış veya mahkeme kararı gereği zorunlu olarak yayından çıkarılmış olabilir.</p>
  823. <p>En güncel haber ve yorumlara ulaşmak için <a href="/">anasayfamızı</a> ziyaret edebilirsiniz.</p>
  824. <p></p>
  825. <p></p>
  826. <p class="text-danger">5 saniye içinde anasayfaya yönlendirileceksiniz...</p>
  827. </div>
  828. </div>
  829. </div>
  830. </div>
  831. </main>
  832. <div class="container">
  833. <div class="row">
  834. <div class="col-12 text-center">
  835. <div id="DivAds-Footer-1996358961"></div>
  836. <scripts></scripts>
  837. </div>
  838. </div>
  839. </div>
  840. <footer class="bg-dark pt-3 mt-4">
  841. <div class="container">
  842. <div class="d-md-flex justify-content-between align-items-center mt-2 pb-2">
  843. <div class="footer-logo text-center">
  844. <img class="logo" src="/assets/images/birgun-logo-light.png" width="500" height="137" alt="Birgün Gazetesi">
  845. </div>
  846. <div class="mobile-apps">
  847. <div class="d-flex justify-content-between">
  848. <div class="me-1">
  849. <a href="https://play.google.com/store/apps/details?id=net.birgun.mobileapp&hl=tr" target="_blank"><img src="/assets/images/google-play.png" width="396" height="116"></a>
  850. </div>
  851. <div class="ms-1">
  852. <a href="https://apps.apple.com/tr/app/birg%C3%BCn-gazetesi/id1329499622" target="_blank"><img src="/assets/images/apple-store.png" width="396" height="116"></a>
  853. </div>
  854. </div>
  855. </div>
  856. </div>
  857. <hr>
  858. <div class="py-1">
  859. <div class="social text-primary-hover">
  860. <div class="text-center text-muted fw-bold">... bizi takip edin ...</div>
  861. <ul class="nav justify-content-center social">
  862. <li class="nav-item">
  863. <a class="nav-link" href="https://www.facebook.com/birgungazetesi" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 320 512"><path d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z" /></svg></a>
  864. </li>
  865. <li class="nav-item">
  866. <a class="nav-link" href="https://twitter.com/BirGun_Gazetesi" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z" /></svg></a>
  867. </li>
  868. <li class="nav-item">
  869. <a class="nav-link" href="https://www.instagram.com/birgungazetesi" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z" /></svg></a>
  870. </li>
  871. <li class="nav-item">
  872. <a class="nav-link" href="https://www.youtube.com/user/birgunmedya" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 576 512"><path d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z" /></svg></a>
  873. </li>
  874. <li class="nav-item">
  875. <a class="nav-link" href="https://t.me/+QcqQfxRnS07fxq93" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 496 512"><path d="M248,8C111.033,8,0,119.033,0,256S111.033,504,248,504,496,392.967,496,256,384.967,8,248,8ZM362.952,176.66c-3.732,39.215-19.881,134.378-28.1,178.3-3.476,18.584-10.322,24.816-16.948,25.425-14.4,1.326-25.338-9.517-39.287-18.661-21.827-14.308-34.158-23.215-55.346-37.177-24.485-16.135-8.612-25,5.342-39.5,3.652-3.793,67.107-61.51,68.335-66.746.153-.655.3-3.1-1.154-4.384s-3.59-.849-5.135-.5q-3.283.746-104.608,69.142-14.845,10.194-26.894,9.934c-8.855-.191-25.888-5.006-38.551-9.123-15.531-5.048-27.875-7.717-26.8-16.291q.84-6.7,18.45-13.7,108.446-47.248,144.628-62.3c68.872-28.647,83.183-33.623,92.511-33.789,2.052-.034,6.639.474,9.61,2.885a10.452,10.452,0,0,1,3.53,6.716A43.765,43.765,0,0,1,362.952,176.66Z" /></svg></a>
  876. </li>
  877. <li class="nav-item">
  878. <a class="nav-link" href="https://www.dailymotion.com/birguntv" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M298.93,267a48.4,48.4,0,0,0-24.36-6.21q-19.83,0-33.44,13.27t-13.61,33.42q0,21.16,13.28,34.6t33.43,13.44q20.5,0,34.11-13.78T322,307.47A47.13,47.13,0,0,0,315.9,284,44.13,44.13,0,0,0,298.93,267ZM0,32V480H448V32ZM374.71,405.26h-53.1V381.37h-.67q-15.79,26.2-55.78,26.2-27.56,0-48.89-13.1a88.29,88.29,0,0,1-32.94-35.77q-11.6-22.68-11.59-50.89,0-27.56,11.76-50.22a89.9,89.9,0,0,1,32.93-35.78q21.18-13.09,47.72-13.1a80.87,80.87,0,0,1,29.74,5.21q13.28,5.21,25,17V153l55.79-12.09Z" /></svg></a>
  879. </li>
  880. <li class="nav-item">
  881. <a class="nav-link" href="https://open.spotify.com/show/2zKeCLGfRQ5EwU9Cn0zuBl?si=bacc1a9f5bda48cb" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 496 512"><path d="M248 8C111.1 8 0 119.1 0 256s111.1 248 248 248 248-111.1 248-248S384.9 8 248 8zm100.7 364.9c-4.2 0-6.8-1.3-10.7-3.6-62.4-37.6-135-39.2-206.7-24.5-3.9 1-9 2.6-11.9 2.6-9.7 0-15.8-7.7-15.8-15.8 0-10.3 6.1-15.2 13.6-16.8 81.9-18.1 165.6-16.5 237 26.2 6.1 3.9 9.7 7.4 9.7 16.5s-7.1 15.4-15.2 15.4zm26.9-65.6c-5.2 0-8.7-2.3-12.3-4.2-62.5-37-155.7-51.9-238.6-29.4-4.8 1.3-7.4 2.6-11.9 2.6-10.7 0-19.4-8.7-19.4-19.4s5.2-17.8 15.5-20.7c27.8-7.8 56.2-13.6 97.8-13.6 64.9 0 127.6 16.1 177 45.5 8.1 4.8 11.3 11 11.3 19.7-.1 10.8-8.5 19.5-19.4 19.5zm31-76.2c-5.2 0-8.4-1.3-12.9-3.9-71.2-42.5-198.5-52.7-280.9-29.7-3.6 1-8.1 2.6-12.9 2.6-13.2 0-23.3-10.3-23.3-23.6 0-13.6 8.4-21.3 17.4-23.9 35.2-10.3 74.6-15.2 117.5-15.2 73 0 149.5 15.2 205.4 47.8 7.8 4.5 12.9 10.7 12.9 22.6 0 13.6-11 23.3-23.2 23.3z" /></svg></a>
  882. </li>
  883. <li class="nav-item">
  884. <a class="nav-link" href="https://soundcloud.com/user-221229936" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 640 512"><path d="M111.4 256.3l5.8 65-5.8 68.3c-.3 2.5-2.2 4.4-4.4 4.4s-4.2-1.9-4.2-4.4l-5.6-68.3 5.6-65c0-2.2 1.9-4.2 4.2-4.2 2.2 0 4.1 2 4.4 4.2zm21.4-45.6c-2.8 0-4.7 2.2-5 5l-5 105.6 5 68.3c.3 2.8 2.2 5 5 5 2.5 0 4.7-2.2 4.7-5l5.8-68.3-5.8-105.6c0-2.8-2.2-5-4.7-5zm25.5-24.1c-3.1 0-5.3 2.2-5.6 5.3l-4.4 130 4.4 67.8c.3 3.1 2.5 5.3 5.6 5.3 2.8 0 5.3-2.2 5.3-5.3l5.3-67.8-5.3-130c0-3.1-2.5-5.3-5.3-5.3zM7.2 283.2c-1.4 0-2.2 1.1-2.5 2.5L0 321.3l4.7 35c.3 1.4 1.1 2.5 2.5 2.5s2.2-1.1 2.5-2.5l5.6-35-5.6-35.6c-.3-1.4-1.1-2.5-2.5-2.5zm23.6-21.9c-1.4 0-2.5 1.1-2.5 2.5l-6.4 57.5 6.4 56.1c0 1.7 1.1 2.8 2.5 2.8s2.5-1.1 2.8-2.5l7.2-56.4-7.2-57.5c-.3-1.4-1.4-2.5-2.8-2.5zm25.3-11.4c-1.7 0-3.1 1.4-3.3 3.3L47 321.3l5.8 65.8c.3 1.7 1.7 3.1 3.3 3.1 1.7 0 3.1-1.4 3.1-3.1l6.9-65.8-6.9-68.1c0-1.9-1.4-3.3-3.1-3.3zm25.3-2.2c-1.9 0-3.6 1.4-3.6 3.6l-5.8 70 5.8 67.8c0 2.2 1.7 3.6 3.6 3.6s3.6-1.4 3.9-3.6l6.4-67.8-6.4-70c-.3-2.2-2-3.6-3.9-3.6zm241.4-110.9c-1.1-.8-2.8-1.4-4.2-1.4-2.2 0-4.2.8-5.6 1.9-1.9 1.7-3.1 4.2-3.3 6.7v.8l-3.3 176.7 1.7 32.5 1.7 31.7c.3 4.7 4.2 8.6 8.9 8.6s8.6-3.9 8.6-8.6l3.9-64.2-3.9-177.5c-.4-3-2-5.8-4.5-7.2zm-26.7 15.3c-1.4-.8-2.8-1.4-4.4-1.4s-3.1.6-4.4 1.4c-2.2 1.4-3.6 3.9-3.6 6.7l-.3 1.7-2.8 160.8s0 .3 3.1 65.6v.3c0 1.7.6 3.3 1.7 4.7 1.7 1.9 3.9 3.1 6.4 3.1 2.2 0 4.2-1.1 5.6-2.5 1.7-1.4 2.5-3.3 2.5-5.6l.3-6.7 3.1-58.6-3.3-162.8c-.3-2.8-1.7-5.3-3.9-6.7zm-111.4 22.5c-3.1 0-5.8 2.8-5.8 6.1l-4.4 140.6 4.4 67.2c.3 3.3 2.8 5.8 5.8 5.8 3.3 0 5.8-2.5 6.1-5.8l5-67.2-5-140.6c-.2-3.3-2.7-6.1-6.1-6.1zm376.7 62.8c-10.8 0-21.1 2.2-30.6 6.1-6.4-70.8-65.8-126.4-138.3-126.4-17.8 0-35 3.3-50.3 9.4-6.1 2.2-7.8 4.4-7.8 9.2v249.7c0 5 3.9 8.6 8.6 9.2h218.3c43.3 0 78.6-35 78.6-78.3.1-43.6-35.2-78.9-78.5-78.9zm-296.7-60.3c-4.2 0-7.5 3.3-7.8 7.8l-3.3 136.7 3.3 65.6c.3 4.2 3.6 7.5 7.8 7.5 4.2 0 7.5-3.3 7.5-7.5l3.9-65.6-3.9-136.7c-.3-4.5-3.3-7.8-7.5-7.8zm-53.6-7.8c-3.3 0-6.4 3.1-6.4 6.7l-3.9 145.3 3.9 66.9c.3 3.6 3.1 6.4 6.4 6.4 3.6 0 6.4-2.8 6.7-6.4l4.4-66.9-4.4-145.3c-.3-3.6-3.1-6.7-6.7-6.7zm26.7 3.4c-3.9 0-6.9 3.1-6.9 6.9L227 321.3l3.9 66.4c.3 3.9 3.1 6.9 6.9 6.9s6.9-3.1 6.9-6.9l4.2-66.4-4.2-141.7c0-3.9-3-6.9-6.9-6.9z" /></svg></a>
  885. </li>
  886. <li class="nav-item">
  887. <a class="nav-link" href="https://www.linkedin.com/company/birg%C3%BCn-gazetesi/" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z" /></svg></a>
  888. </li>
  889. <li class="nav-item">
  890. <a class="nav-link" href="https://podcasts.apple.com/us/podcast/birg%C3%BCn/id1570124475" rel="nofollow" target="_blank"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M319.4 372c48.5-31.3 80.6-85.9 80.6-148c0-97.2-78.8-176-176-176S48 126.8 48 224c0 62.1 32.1 116.6 80.6 148c1.2 17.3 4 38 7.2 57.1l.2 1C56 395.8 0 316.5 0 224C0 100.3 100.3 0 224 0S448 100.3 448 224c0 92.5-56 171.9-136 206.1l.2-1.1c3.1-19.2 6-39.8 7.2-57zm-2.3-38.1c-1.6-5.7-3.9-11.1-7-16.2c-5.8-9.7-13.5-17-21.9-22.4c19.5-17.6 31.8-43 31.8-71.3c0-53-43-96-96-96s-96 43-96 96c0 28.3 12.3 53.8 31.8 71.3c-8.4 5.4-16.1 12.7-21.9 22.4c-3.1 5.1-5.4 10.5-7 16.2C99.8 307.5 80 268 80 224c0-79.5 64.5-144 144-144s144 64.5 144 144c0 44-19.8 83.5-50.9 109.9zM224 312c32.9 0 64 8.6 64 43.8c0 33-12.9 104.1-20.6 132.9c-5.1 19-24.5 23.4-43.4 23.4s-38.2-4.4-43.4-23.4c-7.8-28.5-20.6-99.7-20.6-132.8c0-35.1 31.1-43.8 64-43.8zm0-144a56 56 0 1 1 0 112 56 56 0 1 1 0-112z" /></svg></a>
  891. </li>
  892. <li class="nav-item">
  893. <a class="nav-link" href="/rss"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M0 64C0 46.3 14.3 32 32 32c229.8 0 416 186.2 416 416c0 17.7-14.3 32-32 32s-32-14.3-32-32C384 253.6 226.4 96 32 96C14.3 96 0 81.7 0 64zM0 416a64 64 0 1 1 128 0A64 64 0 1 1 0 416zM32 160c159.1 0 288 128.9 288 288c0 17.7-14.3 32-32 32s-32-14.3-32-32c0-123.7-100.3-224-224-224c-17.7 0-32-14.3-32-32s14.3-32 32-32z" /></svg></a>
  894. </li>
  895. </ul>
  896. </div>
  897. </div>
  898. <hr>
  899. <div class="d-md-flex mt-4 pb-3">
  900. <div class="logo-links">
  901. <div class="mb-3">
  902. <a href="/tv"><img class="logo-link" src="/assets/images/birgun-tv-light.png" width="300" height="125" alt="BirGün TV"></a>
  903. </div>
  904. <div class="mb-4">
  905. <a href="/kategori/birgun-pazar-19"> <img class="logo-link" width="300" height="110" src="/assets/images/birgun-pazar-light.png" alt="BirGün Pazar"></a>
  906. </div>
  907. <div>
  908. <a href="/kategori/birgun-kitap-21"> <img class="logo-link" width="300" height="115" src="/assets/images/birgun-kitap-light.png" alt="BirGün Pazar"></a>
  909. </div>
  910. </div>
  911. <div class="w-25"></div>
  912. <div class="w-100">
  913. <ul class="nav text-primary-hover d-block full-menu">
  914. <li class="nav-item h6"><a class="nav-link" href="/kategori/guncel-7">Güncel</a></li>
  915. <li class="nav-item h6"><a class="nav-link" href="/yazarlar">Yazarlar</a></li>
  916. <li class="nav-item h6"><a class="nav-link" href="/kategori/siyaset-8">Siyaset</a></li>
  917. <li class="nav-item h6"><a class="nav-link" href="/kategori/dunya-13">Dünya</a></li>
  918. <li class="nav-item h6"><a class="nav-link" href="/kategori/avrupa-36">BirGün Avrupa</a></li>
  919. <li class="nav-item h6"><a class="nav-link" href="/kategori/birgun-ege-32">BirGün Ege</a></li>
  920. <li class="nav-item h6"><a class="nav-link" href="/kategori/ekonomi-9">Ekonomi</a></li>
  921. <li class="nav-item h6"><a class="nav-link" href="/kategori/birgun-daily-30">BirGün Daily</a></li>
  922. <li class="nav-item h6"><a class="nav-link" href="/kategori/guney-39">BirGün Güney</a></li>
  923. <li class="nav-item h6"><a class="nav-link" href="/kategori/cevre-15">Çevre</a></li>
  924. <li class="nav-item h6"><a class="nav-link" href="/kategori/calisma-yasami-10">Çalışma Yaşamı</a></li>
  925. <li class="nav-item h6"><a class="nav-link" href="/kategori/egitim-31">Eğitim</a></li>
  926. <li class="nav-item h6"><a class="nav-link" href="/kategori/kadin-33">Kadın</a></li>
  927. <li class="nav-item h6"><a class="nav-link" href="/kategori/kultur-sanat-11">Kültür-Sanat</a></li>
  928. <li class="nav-item h6"><a class="nav-link" href="/kategori/medya-16">Medya</a></li>
  929. <li class="nav-item h6"><a class="nav-link" href="/kategori/saglik-27">Sağlık</a></li>
  930. <li class="nav-item h6"><a class="nav-link" href="/kategori/spor-12">Spor</a></li>
  931. <li class="nav-item h6"><a class="nav-link" href="/kategori/soylesi-29">Söyleşi</a></li>
  932. <li class="nav-item h6"><a class="nav-link" href="/kategori/teknoloji-28">Teknoloji</a></li>
  933. <li class="nav-item h6"><a class="nav-link" href="/kategori/yasam-14">Yaşam</a></li>
  934. <li class="nav-item h6"><a class="nav-link" href="/kategori/yesil-birgun-35">Yeşil BirGün</a></li>
  935. </ul>
  936. </div>
  937. </div>
  938. </div>
  939. <div class="bg-dark-overlay-3 mt-2">
  940. <div class="container">
  941. <div class="row align-items-center justify-content-md-between pt-3 pb-3">
  942. <div class="col-md-6">
  943. <div class="text-center text-md-start text-primary-hover text-muted">©2024 birgun.net - Tüm Hakları Saklıdır</div>
  944. </div>
  945. <div class="col-md-6 d-sm-flex align-items-center justify-content-center justify-content-md-end">
  946. <ul class="nav last-menu text-primary-hover text-center justify-content-center mt-3 mt-md-0 align-items-center">
  947. <li class="nav-item"><a class="nav-link" href="/page/kunye-428191">Künye</a></li>
  948. <svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg>
  949. <li class="nav-item"><a class="nav-link" href="/page/bize-ulasin-428192">İletişim</a></li>
  950. <svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg>
  951. <li class="nav-item"><a class="nav-link" href="/page/kvkk-aydinlatma-428193">KVKK</a></li>
  952. <svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg>
  953. <li class="nav-item"><a class="nav-link" href="/page/gizlilik-kullanim-sartlari-428194">Kullanım Koşulları</a></li>
  954. <svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg>
  955. <li class="nav-item"><a class="nav-link" href="/page/reklam-428195">Reklam</a></li>
  956. <svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm256-96a96 96 0 1 1 0 192 96 96 0 1 1 0-192z" /></svg>
  957. <li class="nav-item"><a class="nav-link pe-0" target="_blank" href="https://abone.birgun.net/">Abone Ol</a></li>
  958. </ul>
  959. </div>
  960. </div>
  961. </div>
  962. </div>
  963. </footer>
  964.  
  965. <div class="back-top text-white"><svg xmlns="http://www.w3.org/2000/svg" height="1.5em" viewBox="0 0 384 512"><path d="M214.6 41.4c-12.5-12.5-32.8-12.5-45.3 0l-160 160c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L160 141.2V448c0 17.7 14.3 32 32 32s32-14.3 32-32V141.2L329.4 246.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3l-160-160z" /></svg></div>
  966. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
  967.  
  968. <script src="/assets/vendor/bootstrap/dist/js/bootstrap.bundle.min.js?v=CNgc8G8lAvLHQC-Yqcs6GITa_VZmkTH7nEv_RGsd2fI"></script>
  969.  
  970. <script src="/assets/vendor/sticky-js/sticky.min.js?v=9f205VaXRuer0K27u56J1WjDTv3-8OCwBPXdLesUJiI"></script>
  971. <script src="/assets/vendor/swiper/swiper-bundle.min.js?v=aULwhztqcQjhipg7QZKtRpARqBMTF_iBYdbwkXBY2iI"></script>
  972. <script src="/assets/vendor/vanilla-lazyload/lazyload.min.js?v=jOs5koYe0f2iWFXC5QDnaEKuDXiEBeUOOp9F3zZJnPY"></script>
  973. <script src="/assets/vendor/jquery-ui/jquery-ui.min.js?v=1cHSELLp5vZ2TI5i0Te-zJr34N6jl2EEBieKT_JBlJw" type="text/javascript"></script>
  974. <script src="/assets/vendor/jquery-ui/datepicker-tr.js?v=ScqPrhsPddOGabGVXolDRpKQ7WdTjoUmJM3idPiJDB4" type="text/javascript"></script>
  975. <script src="/assets/vendor/lightGallery/lightgallery.min.js"></script>
  976. <script src="/assets/vendor/lightGallery/plugins/video/lg-video.min.js"></script>
  977. <script src="/assets/vendor/lightGallery/plugins/hash/lg-hash.min.js"></script>
  978. <script src="/js/scrollama.min.js?v=F9jG24d3CABtDyKkLQMLGS-minISkiU85wp9hTAedDM"></script>
  979. <script src="/js/birgun.min.js?v=KXcmtLNrlYAFOMzasBjXxjb4tq42OTE7HOT9Bm2WItc" type="text/javascript"></script>
  980. <script>
  981.        window.setTimeout(function(){
  982.            window.location.href = "/";
  983.        }, 5000);
  984.    </script>
  985. <scripts render="true">
  986. <script type="text/javascript">
  987.        $(document).ready(function () {
  988.            let deviceType = getDeviceType();
  989.            $.ajax({
  990.                url: '/api/Ads/AdsGetList?slotname=Header&devicetype=' + deviceType + '&pagetype=',
  991.                method: 'GET',
  992.                success: function (dataResponse) {
  993.                    $("#DivAds-Header-2014772461").html(dataResponse.data);
  994.                    if (dataResponse.TaboolaEnabled) {
  995.                        window._taboola = window._taboola || [];
  996.                            _taboola.push({ article: 'auto' });
  997.                            !function (e, f, u, i) {
  998.                                if (!document.getElementById(i)) {
  999.                                    e.async = 1;
  1000.                                    e.src = u;
  1001.                                    e.id = i;
  1002.                                    f.parentNode.insertBefore(e, f);
  1003.                                }
  1004.                            }(document.createElement('script'),
  1005.                                document.getElementsByTagName('script')[0],
  1006.                                '//cdn.taboola.com/libtrc/birgn/loader.js',
  1007.                                'tb_loader_script');
  1008.                            if (window.performance && typeof window.performance.mark == 'function') { window.performance.mark('tbl_ic'); }
  1009.                    }
  1010.                }
  1011.            });
  1012.        });
  1013.    </script>
  1014. <script type="text/javascript">
  1015.    </script>
  1016. <script type="text/javascript">
  1017.        $.ajax({
  1018.            url: '/api/ExchangeRate/ExchangeRateGetList',
  1019.            method: 'GET',
  1020.            success: function (dataResponse) {
  1021.                $("#DivExchangeRates1,#DivExchangeRates2").html(dataResponse.data);
  1022.            }
  1023.        });
  1024.    </script>
  1025. <script type="text/javascript">
  1026.        $(document).ready(function () {
  1027.            let deviceType = getDeviceType();
  1028.            $.ajax({
  1029.                url: '/api/Ads/AdsGetList?slotname=StickyLeft&devicetype=' + deviceType + '&pagetype=',
  1030.                method: 'GET',
  1031.                success: function (dataResponse) {
  1032.                    $("#DivAds-StickyLeft-1243211366").html(dataResponse.data);
  1033.                    if (dataResponse.TaboolaEnabled) {
  1034.                        window._taboola = window._taboola || [];
  1035.                            _taboola.push({ article: 'auto' });
  1036.                            !function (e, f, u, i) {
  1037.                                if (!document.getElementById(i)) {
  1038.                                    e.async = 1;
  1039.                                    e.src = u;
  1040.                                    e.id = i;
  1041.                                    f.parentNode.insertBefore(e, f);
  1042.                                }
  1043.                            }(document.createElement('script'),
  1044.                                document.getElementsByTagName('script')[0],
  1045.                                '//cdn.taboola.com/libtrc/birgn/loader.js',
  1046.                                'tb_loader_script');
  1047.                            if (window.performance && typeof window.performance.mark == 'function') { window.performance.mark('tbl_ic'); }
  1048.                    }
  1049.                }
  1050.            });
  1051.        });
  1052.    </script>
  1053. <script type="text/javascript">
  1054.        $(document).ready(function () {
  1055.            let deviceType = getDeviceType();
  1056.            $.ajax({
  1057.                url: '/api/Ads/AdsGetList?slotname=StickyRight&devicetype=' + deviceType + '&pagetype=',
  1058.                method: 'GET',
  1059.                success: function (dataResponse) {
  1060.                    $("#DivAds-StickyRight-1906141468").html(dataResponse.data);
  1061.                    if (dataResponse.TaboolaEnabled) {
  1062.                        window._taboola = window._taboola || [];
  1063.                            _taboola.push({ article: 'auto' });
  1064.                            !function (e, f, u, i) {
  1065.                                if (!document.getElementById(i)) {
  1066.                                    e.async = 1;
  1067.                                    e.src = u;
  1068.                                    e.id = i;
  1069.                                    f.parentNode.insertBefore(e, f);
  1070.                                }
  1071.                            }(document.createElement('script'),
  1072.                                document.getElementsByTagName('script')[0],
  1073.                                '//cdn.taboola.com/libtrc/birgn/loader.js',
  1074.                                'tb_loader_script');
  1075.                            if (window.performance && typeof window.performance.mark == 'function') { window.performance.mark('tbl_ic'); }
  1076.                    }
  1077.                }
  1078.            });
  1079.        });
  1080.    </script>
  1081. <script type="text/javascript">
  1082.        $(document).ready(function () {
  1083.            let deviceType = getDeviceType();
  1084.            $.ajax({
  1085.                url: '/api/Ads/AdsGetList?slotname=Footer&devicetype=' + deviceType + '&pagetype=',
  1086.                method: 'GET',
  1087.                success: function (dataResponse) {
  1088.                    $("#DivAds-Footer-1996358961").html(dataResponse.data);
  1089.                    if (dataResponse.TaboolaEnabled) {
  1090.                        window._taboola = window._taboola || [];
  1091.                            _taboola.push({ article: 'auto' });
  1092.                            !function (e, f, u, i) {
  1093.                                if (!document.getElementById(i)) {
  1094.                                    e.async = 1;
  1095.                                    e.src = u;
  1096.                                    e.id = i;
  1097.                                    f.parentNode.insertBefore(e, f);
  1098.                                }
  1099.                            }(document.createElement('script'),
  1100.                                document.getElementsByTagName('script')[0],
  1101.                                '//cdn.taboola.com/libtrc/birgn/loader.js',
  1102.                                'tb_loader_script');
  1103.                            if (window.performance && typeof window.performance.mark == 'function') { window.performance.mark('tbl_ic'); }
  1104.                    }
  1105.                }
  1106.            });
  1107.        });
  1108.    </script>
  1109. </scripts>
  1110. <script type="application/ld+json">{"@context": "http://schema.org","@type": "WebSite","url": "https://www.birgun.net"}</script>
  1111. <script data-schema="organization" type="application/ld+json">{"@context": "http://schema.org","@type": "Organization", "name": "Birgün Gazetesi", "url": "https://www.birgun.net", "logo": "https://static.birgun.net/images/birgun-logo-dark.png", "sameAs" : ["https://www.facebook.com/birgungazetesi","https://twitter.com/BirGun_Gazetesi"],"contactPoint" : [{ "@type": "ContactPoint", "telephone": "+902122882800", "contactType": "customer service", "contactOption": "TollFree", "areaServed" : "TR"} ]}</script>
  1112. <script src="https://pubads.g.doubleclick.net/gampad/adx?iu=/282074390/Birgun-site-geneli_1x1&sz=1x1&pre=1&m=text/javascript" async></script>
  1113. <script async src="https://cdn.insurads.com/bootstrap/ENMYTSH0.js"></script>
  1114. <input type="hidden" id="HdnVirtualPageViewIndex" value="0">
  1115. </body>
  1116. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda