-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbulten_ornek.html
More file actions
228 lines (220 loc) · 6.01 KB
/
Copy pathbulten_ornek.html
File metadata and controls
228 lines (220 loc) · 6.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Aylık Bülten Örneği</title>
<style>
body {
background: #f5f5f5;
font-family: "Roboto", Arial, sans-serif;
font-size: 16px;
color: #333;
line-height: 1.6;
margin: 0;
padding: 0;
}
header {
border-bottom: 3px solid #ff6b6b;
padding: 30px 20px;
margin-bottom: 30px;
text-align: center;
background: linear-gradient(135deg, #4a6fa5, #245091);
color: white;
}
header h1 {
font-family: "Playfair Display", serif;
font-size: 42px;
margin: 0 0 10px 0;
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
header p {
margin: 5px 0;
font-size: 18px;
}
.container {
background: #fff;
width: 650px;
max-width: 90%;
margin: 0 auto;
padding: 0;
border-radius: 8px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
overflow: hidden;
}
.content {
padding: 20px 30px;
}
.post {
margin-bottom: 35px;
padding-bottom: 35px;
border-bottom: 1px solid #eaeaea;
transition: transform 0.3s ease;
}
.post:hover {
transform: translateY(-5px);
}
.post:last-child {
border-bottom: none;
margin-bottom: 10px;
}
.post h2 {
font-family: "Playfair Display", serif;
margin-top: 0;
margin-bottom: 15px;
color: #245091;
font-size: 28px;
}
.post-meta {
color: #777;
font-size: 14px;
margin-bottom: 15px;
background: #f8f9fa;
padding: 6px 12px;
border-radius: 4px;
display: inline-block;
}
.post-summary {
line-height: 1.7;
color: #555;
}
.btn {
display: inline-block;
background: #ff6b6b;
color: white;
padding: 10px 20px;
text-decoration: none;
border-radius: 5px;
font-weight: 500;
margin-top: 10px;
transition: background 0.3s;
}
.btn:hover {
background: #e74c3c;
}
.subscriber-details {
margin-top: 30px;
padding: 15px;
background: #f9f9f9;
border-radius: 5px;
}
footer {
text-align: center;
background: #2d3748;
color: #e2e8f0;
padding: 30px 15px;
border-top: 5px solid #ff6b6b;
}
</style>
</head>
<body>
<section class="container">
<header>
<h1>Aylık Bülten</h1>
<p>12 Nisan 2023 tarihli bülten</p>
<p>Merhaba Değerli Okuyucumuz!</p>
</header>
<div class="content">
<div class="post">
<h2>Listmonk ile E-posta Kampanyaları Oluşturma</h2>
<div class="post-meta">Yayın Tarihi: 10 Nisan 2023 14:30</div>
<div class="post-summary">
<p>
Listmonk, açık kaynaklı ve güçlü bir e-posta pazarlama aracıdır.
Bu yazıda Listmonk kurulumu ve kullanımını adım adım anlatıyoruz.
</p>
</div>
<a href="#" class="btn">Devamını Oku</a>
</div>
<div class="post">
<h2>Python ile RSS Okuyucu Geliştirme</h2>
<div class="post-meta">Yayın Tarihi: 5 Nisan 2023 09:45</div>
<div class="post-summary">
<p>
Python ve feedparser kütüphanesini kullanarak kendi RSS
okuyucunuzu nasıl geliştirebileceğinizi anlatan kapsamlı bir
rehber.
</p>
</div>
<a href="#" class="btn">Devamını Oku</a>
</div>
<div class="post">
<h2>HTML E-posta Şablonları: En İyi Uygulamalar</h2>
<div class="post-meta">Yayın Tarihi: 1 Nisan 2023 16:20</div>
<div class="post-summary">
<p>
E-posta istemcileri arasında tutarlı görünen HTML e-posta
şablonları oluşturmak için ipuçları ve en iyi uygulamalar.
</p>
</div>
<a href="#" class="btn">Devamını Oku</a>
</div>
<!-- Abone bilgileri örneği -->
<div class="subscriber-details">
<h3>Sevgili Okuyucumuz,</h3>
<p>Bu bülteni ornek@example.com adresine gönderiyoruz.</p>
<p>12 Nisan 2023 tarihinde güncellenmiştir.</p>
<p>
<a href="#" style="color: #4a6fa5">Tarayıcıda görüntüle</a> |
<a href="#" style="color: #4a6fa5">Aboneliği yönet</a>
</p>
</div>
</div>
<footer>
<div
style="
font-family: 'Playfair Display', serif;
font-size: 22px;
margin-bottom: 15px;
"
>
Yücel Toluyağ
</div>
<p>Yazılım, Teknoloji ve Yaşam Üzerine Paylaşımlar</p>
<div style="margin: 15px 0">
<a
href="#"
style="
display: inline-block;
margin: 0 10px;
font-size: 18px;
color: white;
"
>Twitter</a
>
<a
href="#"
style="
display: inline-block;
margin: 0 10px;
font-size: 18px;
color: white;
"
>GitHub</a
>
<a
href="#"
style="
display: inline-block;
margin: 0 10px;
font-size: 18px;
color: white;
"
>LinkedIn</a
>
</div>
<p>
Bu bülten
<a href="#" style="color: #63b3ed; text-decoration: none"
>Yücel Toluyağ</a
>
tarafından gönderilmiştir.
</p>
<p>
<a href="#" style="color: #63b3ed; text-decoration: none"
>Abonelikten çıkmak için tıklayın</a
>
</p>
</footer>
</section>
</body>
</html>