Skip to content

Instantly share code, notes, and snippets.

@buraxta
Last active June 27, 2025 15:00
Show Gist options
  • Save buraxta/e2a4773e10c8957009bf6320300bd15f to your computer and use it in GitHub Desktop.
Save buraxta/e2a4773e10c8957009bf6320300bd15f to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Fenerbahçe Basketbol Altyapı Seçmeleri Sonucu</title>
</head>
<body style="margin: 0; font-family: Arial, Helvetica, sans-serif; background-color: #002b5c; color: white; padding: 20px;">
<table width="100%" cellpadding="0" cellspacing="0" style="max-width: 600px; margin: 0 auto; background-color: #002b5c;">
<tr>
<td style="text-align: center; padding: 20px;">
<!-- Logo Section -->
<img
src="https://upload.wikimedia.org/wikipedia/tr/archive/8/86/20210127193236%21Fenerbah%C3%A7e_SK.png"
alt="Fenerbahçe Logo"
style="width: 80px; margin-bottom: 10px;"
/>
<div style="height: 6px; background-color: #ffcc00; margin: 10px 0; width: 100%;"></div>
<!-- Content Section -->
<h1 style="font-size: 20px; margin: 20px 0; font-weight: normal; color: white;">Değerli katılımcımız,</h1>
<p style="font-size: 16px; line-height: 1.5; color: white; margin-bottom: 20px; text-align: left;">
Fenerbahçe Erkek Basketbol altyapı seçmeleri 22 Haziran Pazar günü tarihi bir katılımla gerçekleştirildi.
</p>
<p style="font-size: 16px; line-height: 1.5; color: white; margin-bottom: 20px; text-align: left;">
Fenerbahçe Ailesi’nin ne denli büyük olduğunu bizlere bir kez daha hissettiren bu özel günde sizinle buluşmaktan büyük bir memnuniyet duyduk.
</p>
<!-- Result Section - Now as plain text, bolded for emphasis -->
<p style="font-size: 16px; line-height: 1.5; color: white; margin-bottom: 20px; text-align: left;">
Seçmelerde sonuçlar, antrenörlerimiz tarafından yapılan detaylı değerlendirmelerin ardından belirlendi ve
<strong style="color: #ffcc00;">bu noktada size ne yazık ki olumlu dönüş sağlayamamaktayız.</strong>
</p>
<p style="font-size: 16px; line-height: 1.5; color: white; margin-bottom: 20px; text-align: left;">
Altyapı seçmelerimize göstermiş olduğunuz ilgi için sizlere bir kez daha teşekkürlerimizi sunuyor,
yollarımızın tekrar kesişmesini temenni ederek spor yaşantınızın ilerleyen bölümünde sizlere başarılar diliyoruz.
</p>
<p style="color: white; font-size: 16px; margin-bottom: 40px; text-align: left;">
Sevgilerimizle,
</p>
<div style="margin-top: 40px; font-weight: bold; font-size: 16px; color: white; text-align: left;">
Fenerbahçe Erkek Basketbol Altyapı Organizasyonu
</div>
<div style="height: 6px; background-color: #ffcc00; margin: 20px 0; width: 100%;"></div>
</td>
</tr>
</table>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment