This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="tr"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Halı Türleri ve Üretim Teknikleri</title> | |
<style> | |
/* Önceki CSS stil tanımlamaları aynı kaldı */ | |
.gallery { | |
display: grid; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="tr"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Türkiye Halı Sektörü Performansı</title> | |
<style> | |
body { | |
font-family: 'Segoe UI', Arial, sans-serif; | |
line-height: 1.6; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="tr"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Türkiye Halı Sektörü Performansı</title> | |
<style> | |
body { | |
font-family: 'Segoe UI', Arial, sans-serif; | |
line-height: 1.6; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<table border="1" cellpadding="8" cellspacing="0"> | |
<thead> | |
<tr> | |
<th>Kategori</th> | |
<th>Türkiye İhracatı ($)</th> | |
<th>Türkiye İthalatı ($)</th> | |
<th>Dünya İhracatı ($)</th> | |
<th>Türkiye’nin Dünya Payı</th> | |
<th>Başlıca İhraç Ülkeleri</th> | |
<th>Başlıca İthalat Ülkeleri</th> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="tr"> | |
<head> | |
<meta charset="UTF-8" /> | |
<title>Halı Sektörü 2022 Raporu</title> | |
</head> | |
<body> | |
<h2>Halı Sektörü Türkiye ve Dünya İhracat/İthalat Verileri (2022)</h2> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="tr"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<title>Halı Sektörü İhracat & İthalat Verileri</title> | |
<style> | |
body { font-family: Arial, sans-serif; margin: 20px; background: #f9f9f9; } | |
h2 { text-align: center; color: #333; } | |
table { border-collapse: collapse; width: 100%; max-width: 900px; margin: 0 auto; background: white; box-shadow: 0 0 10px rgba(0,0,0,0.1); } |