-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
646 lines (553 loc) · 20 KB
/
index.html
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
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
<!DOCTYPE html>
<html lang="tr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Genesis</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat&display=swap" rel="stylesheet">
<style media="screen">
.part {
border: 1px solid #D8D8D8;
border-radius: 25px;
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.16);
margin: 9px;
width: 100%;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.main-header {
width: inherit;
height: inherit;
margin: 0px;
padding: 0px;
border-radius: 22px 22px 0px 0px;
}
.sub-header {
font-size: 18px;
font-weight: normal;
font-family: 'Montserrat', sans-serif;
background-color: #F4F4F3;
text-align: center;
margin-top: -5px;
margin-bottom: -5px;
margin-left: 0.5px;
margin-right: 0.5px;
padding: 8px;
border-radius: 0 0 4px 4px;
color: black;
}
.tarih {
font-size: 12px;
}
.text {
margin: 10px 20px 10px 20px;
line-height: 1.5;
font-size: 14px;
font-family: 'Montserrat', sans-serif;
text-align: inherit;
text-align: left;
}
.genesis {
margin-top: 15px;
font-size: 12px;
}
ul {
list-style: none;
}
ul li::before {
content: '▮';
font-weight: bolder;
display: inline-block;
width: 0.8em;
margin-left: -1em;
}
.tarz-bir {
background-color: #8241A0;
color: #8241A0;
margin: 0;
padding: 0;
border-radius: 25px 25px 0 0;
}
.tarz-iki {
background-color: #0f4d92;
color: #0f4d92;
margin: 0 0.5px 0 0.5px;
padding: 0;
border-radius: 25px 25px 0 0;
}
.tarz-üç {
background-color: #216331;
color: #216331;
margin: 0 0.5px 0 0.5px;
padding: 0;
border-radius: 25px 25px 0 0;
}
.tarz-dört {
background-color: #A40000;
color: #A40000;
margin: 0 0.5px 0 0.5px;
padding: 0;
border-radius: 25px 25px 0 0;
}
.tarz-beş {
background-color: #D95D39;
color: #D95D39;
margin: 0;
padding: 0;
border-radius: 25px 25px 0 0;
}
.tarz-altı {
background-color: #EF545F;
color: #EF545F;
margin: 0 0.5px 0 0.5px;
padding: 0;
border-radius: 25px 25px 0 0;
}
.tarz-yedi {
background-color: #1DA1F2;
color: #1DA1F2;
margin: 0 0.5px 0 0.5px;
padding: 0;
border-radius: 25px 25px 0 0;
}
.tarz-sekiz {
background-color: #5d996a;
color: #5d996a;
margin: 0 0.5px 0 0.5px;
padding: 0;
border-radius: 25px 25px 0 0;
}
.tarz-dokuz {
background-color: #8AA338;
color: #8AA338;
margin: 0 0.5px 0 0.5px;
padding: 0;
border-radius: 25px 25px 0 0;
}
.part-bir {
color: #8241A0;
}
.part-iki {
color: #0f4d92;
}
.part-üç {
color: #216331;
}
.part-dört {
color: #A40000;
}
.part-beş {
color: #D95D39;
}
.part-altı {
color: #EF545F;
}
.part-yedi {
color: #1DA1F2;
}
.part-sekiz {
color: #FFAA00;
}
.part-dokuz {
color: #8AA338;
}
.siyahyap {
color: black;
text-decoration: none;
font-size: 16px;
word-spacing: 3px;
text-align: left;
}
.part-header {
font-size: 20px;
margin: 20px 20px 20px 20px;
font-weight: bolder;
font-family: 'Montserrat', sans-serif;
text-align: justify;
/* text-align: left; */
}
.news-header {
font-size: 16px;
margin: 20px 20px 0px 20px;
font-family: 'Montserrat', sans-serif;
text-align: justify;
/* text-align: left; */
}
.news {
margin: 0px 20px 20px 20px;
line-height: 1.5;
font-size: 14px;
font-family: 'Montserrat', sans-serif;
text-align: inherit;
text-align: left;
}
.haber-link {
font-weight: bold;
font-family: 'Montserrat', sans-serif;
}
.news::before {
content: "\2022";
font-weight: bolder;
display: inline-block;
}
.bize-ulaşın {
text-align: center;
color: black;
font-size: 20px;
font-weight: bold;
font-family: 'Montserrat', sans-serif;
margin: 20px;
}
.tercihleriniz {
font-size: 14px;
text-align: center;
color: gray;
margin-bottom: 5px;
font-family: 'Montserrat', sans-serif;
margin: 5px;
}
.mail {
text-align: center;
color: gray;
margin: 12px;
font-style: italic;
font-size: 12px;
display: block;
}
.sosyal-medya {
max-width: 45px;
max-height: 45px;
border: 0;
align-items: center;
border-radius: 10px;
margin: 5px;
margin-bottom: 10px;
}
.logolar {
max-height: 100px;
max-width: 100px;
margin: 15px;
}
.yukarı-çık {
display: block;
text-align: center;
color: black;
font-weight: bold;
font-family: 'Bree Serif', serif;
margin-bottom: 5px;
}
.ok {
text-decoration: none;
font-weight: bolder;
color: goldenrod;
font-size: 20px;
}
.çubuk {
width: 6px;
}
.haber-gorseli-sabit {
object-fit: cover;
width: 90%;
height: 100px;
margin: 0px 5px 5px 5px;
border-radius: 10px;
}
@media only screen and (min-width: 768px) {
/* BİLGİSAYAR GÖRÜNÜMÜ */
.resimli-haber {
display: flex;
width: 100%;
/*align-items: center;*/
}
.haber-gorseli {
object-fit: cover;
width: 30%;
margin: 0px 20px 20px 20px;
border-radius: 10px;
margin-left: 5px;
}
.gif {
margin: 40px 10px 10px 10px;
margin-left: -10px;
width: 200px;
border-radius: 10px;
}
}
@media only screen and (max-width: 768px) {
/* MOBİL GÖRÜNÜM */
.resimli-haber {
width: 100%;
}
.haber-gorseli {
object-fit: cover;
width: 90%;
height: 100px;
margin: 5px;
margin-top: -10px;
border-radius: 10px;
}
.gif {
margin: -10px;
margin-bottom: 5px;
width: 200px;
border-radius: 10px;
}
}
</style>
</head>
<body style="text-align: inherit;text-align: left; word-spacing: 3px;">
<!--<body align="center" style="text-align:left; word-spacing: 3px;"> -->
<div style="max-width:600px;">
<div class="part">
<img id="yukarı-link" class="main-header"
src="https://raw.githubusercontent.com/blockchainhaber/Genesis/master/logolar/Genesis-Header.png" alt="Header">
<h2 class="sub-header"> HAFTALIK BLOCKCHAIN HABERLERİ <br> <em class="tarih">26.11.2020 #43</em> <br> <a
style="font-weight: bold; font-size: 12px; color: goldenrod;" target="_blank"
href="http://genesisnews.co/#arsiv-home">BÜLTEN ARŞİVİMİZ</a> </h2>
<!--
<p class="text"> Haftalık blockchain haber bültenimiz
<b>"Genesis"</b>in on birinci sayısından herkese merhabalar! Bu hafta da ilgi çekici haberler ve faydalı
olduğunu düşündüğümüz iki online etkinlikle karşınızdayız. Sosyal izolasyon döneminde verimli zaman geçirmek
adına katılmanızı öneriyoruz.
<br>Bültenimizin yeni sayısı gelene kadar herkese blockchain dolu ve sağlıklı bir hafta diliyoruz. İyi okumalar!
<b style="color: goldenrod;">#EvdeKal</b>
</p>
-->
<p class="text genesis"><b style="color: goldenrod;">Genesis</b> Bloğu: Bir blockchain ağında kaydedilen ilk bloğa
verilen isimdir. "Başlangıç bloğu" da denmektedir.</p>
<p class="text">Bu hafta <b>değindiğimiz konuları</b> aşağıda görelim.</p>
<table class="text" style="padding-left: 50px;">
<tr>
<th><img class="çubuk"
src="https://raw.githubusercontent.com/blockchainhaber/Genesis/master/yeni%20B%C3%B6l%C3%BCm%20Renk%20%C3%87ubuklar%C4%B1/Teknoloji.png"
alt="teknoloji" height="25" width="6"></th>
<th>
<p> <a class="siyahyap"> Teknoloji </a></p>
</th>
<!--<th><p> <a class="siyahyap" href="#başlık-bir"> Teknoloji </a></p></th>-->
</tr>
<tr>
<th><img class="çubuk"
src="https://raw.githubusercontent.com/blockchainhaber/Genesis/master/yeni%20B%C3%B6l%C3%BCm%20Renk%20%C3%87ubuklar%C4%B1/Pop%C3%BCler.png"
alt="popüler" height="25" width="6"></th>
<!--<th><p> <a class="siyahyap" href="#başlık-iki"> Popüler </a></p></th>-->
<th>
<p> <a class="siyahyap"> Popüler </a></p>
</th>
</tr>
<tr>
<th><img class="çubuk"
src="https://raw.githubusercontent.com/blockchainhaber/Genesis/master/yeni%20B%C3%B6l%C3%BCm%20Renk%20%C3%87ubuklar%C4%B1/Uygulama%20Alanlar%C4%B1.png"
alt="uygulama alanları" height="25" width="6"></th>
<th>
<p> <a class="siyahyap"> Uygulama Alanları </a></p>
</th>
<!--<th><p> <a class="siyahyap" href="#başlık-üç"> Uygulama Alanları </a></p></th>-->
</tr>
<tr>
<th><img class="çubuk"
src="https://raw.githubusercontent.com/blockchainhaber/Genesis/master/yeni%20B%C3%B6l%C3%BCm%20Renk%20%C3%87ubuklar%C4%B1/Reg%C3%BClasyon-Hukuk.png"
alt="regülatif & resmi" height="25" width="6"></th>
<th>
<p> <a class="siyahyap"> Regülatif & Resmi </a></p>
</th>
<!--
<th>
<p> <a class="siyahyap" href="#başlık-dört"> Regülatif & Resmi </a></p>
</th>-->
</tr>
<!--
<tr>
<th><img class="çubuk"
src="https://raw.githubusercontent.com/blockchainhaber/Genesis/master/yeni%20B%C3%B6l%C3%BCm%20Renk%20%C3%87ubuklar%C4%B1/Etkinlikler.png"
alt="etkinlik" height="25" width="6"></th>
<th>
<p> <a class="siyahyap"> Etkinlik </a></p>
</th>
</tr>
-->
<!--
<tr>
<th><img class="çubuk"
src="https://raw.githubusercontent.com/blockchainhaber/Genesis/master/yeni%20B%C3%B6l%C3%BCm%20Renk%20%C3%87ubuklar%C4%B1/E%C4%9Fitimler.png"
alt="eğitim" height="25" width="6"></th>
<th>
<p> <a class="siyahyap"> Eğitim </a></p>
</th>
</tr>
-->
<!--
<tr>
<th><img class="çubuk"
src="https://raw.githubusercontent.com/blockchainhaber/Genesis/master/yeni%20B%C3%B6l%C3%BCm%20Renk%20%C3%87ubuklar%C4%B1/Akademik%20Ara%C5%9Ft%C4%B1rma.png"
alt="akademik & araştırma" height="25" width="6"></th>
<th>
<p> <a class="siyahyap"> Akademik & Araştırma </a></p>
</th>
</tr>
-->
<!--
<tr style="height: 25;">
<th><img class="çubuk" src="https://raw.githubusercontent.com/blockchainhaber/Genesis/master/yeni%20B%C3%B6l%C3%BCm%20Renk%20%C3%87ubuklar%C4%B1/Anket.png" alt="anket" height="25" width="6"></th>
<th><p> <a class="siyahyap" href="#başlık-sekiz"> Anket </a></p></th>
</tr style="height: 25">
-->
<tr>
<th><img class="çubuk"
src="https://raw.githubusercontent.com/GenesisNews/Genesis/master/yeni%20B%C3%B6l%C3%BCm%20Renk%20%C3%87ubuklar%C4%B1/Sponsorlu-%C4%B0%C3%A7erik.png"
alt="sponsorlu icerik" height="25" width="6"></th>
<!--<th><p> <a class="siyahyap" href="#başlık-dokuz"> Sponsorlu İçerik </a></p></th>-->
<th>
<p> <a class="siyahyap"> Sponsorlu İçerik </a></p>
</th>
</tr>
</table>
</div>
<div class="part">
<h4 class="tarz-bir">.</h4>
<h1 id="başlık-bir" class="part-header part-bir"> Teknoloji </h1>
<!--<a class="yukarı-çık ok" href="#yukarı-link"> ^</a>-->
</div>
<div class="part">
<h4 class="tarz-iki">.</h4>
<h1 id="başlık-iki" class="part-header part-iki"> Popüler </h1>
<!-- <a class="yukarı-çık ok" href="#yukarı-link"> ^</a> -->
</div>
<div class="part">
<h4 class="tarz-üç">.</h4>
<h1 id="başlık-üç" class="part-header part-üç"> Uygulama Alanları </h1>
<!-- <a class="yukarı-çık ok" href="#yukarı-link"> ^</a> -->
</div>
<div class="part">
<h4 class="tarz-dört">.</h4>
<h1 id="başlık-dört" class="part-header part-dört"> Regülatif & Resmi </h1>
<!-- <a class="yukarı-çık ok" href="#yukarı-link"> ^</a> -->
</div>
<!--
<div class="part">
<h4 class="tarz-beş">.</h4>
<h1 id="başlık-beş" class="part-header part-beş"> Etkinlik </h1>
</div>
-->
<!--
<div class="part">
<h4 class="tarz-altı">.</h4>
<h1 id="başlık-altı" class="part-header part-altı"> Eğitim </h1>
</div>
-->
<!--
<div class="part">
<h4 class="tarz-yedi">.</h4>
<h1 id="başlık-yedi" class="part-header part-yedi"> Akademik & Araştırma </h1>
</div>
-->
<!-- BURADAKİ OK KALKACAK
<div class="part">
<h4 class="tarz-sekiz">.</h4>
<h1 id="başlık-sekiz" class="part-header part-sekiz"> Anket </h1>
<a class="yukarı-çık ok" href="#yukarı-link"> ^</a>
</div>
-->
<div class="part">
<h4 class="tarz-dokuz">.</h4>
<h1 id="başlık-dokuz" class="part-header part-dokuz"> Sponsorlu İçerik </h1>
<article>
<!-- <h2 class="news-header"> Bitcoin Dünyasına Paribu ile Adım Atın </h2><br> -->
<img src="https://theme.zdassets.com/theme_assets/1357002/f1907c089430c4cdfeed126a5f0ff5b4492d129b.png"
style="object-fit: cover; width: 40%; margin: 0px 5px 5px 5px; border-radius: 10px;" alt="Haber Görseli">
<p class="news"> Kullanıcılarına hızlı, kolay ve güvenli kripto para işlem hizmeti sunan Paribu’da Bitcoin dahil
22 kripto para birimi alınıp satılabiliyor. 750 bin kullanıcıya hizmet veren Paribu, 7/24 kesintisiz işlem ve
destek
hizmeti sağlıyor. İster tek adımda işlem yapan bir kullanıcı olun ister profesyonel bir yatırımcı, Paribu;
kullanıcılarına sunduğu yüksek performanslı altyapısı, her an TL yatırma ve çekme imkanı ile tam size
göre! Bunların yanında Paribu mobil uygulamasındaki “Kolay Al/Sat” özelliğiyle işlemlerinizi anında
yapabilir; fiyat alarmı ve detaylı grafikler ile kripto para piyasasını anbean takip edebilirsiniz. </p>
<img src="https://raw.githubusercontent.com/GenesisNews/Genesis/master/Haber%20G%C3%B6rselleri/Paribu1.png"
style="object-fit: cover; width: 90%; margin: 0px 5px 5px 5px; border-radius: 10px;" alt="Haber Görseli">
<p class="news"> Yeni kullanıcıların merkeziyetsiz finansın avantajlarıyla tanışması için başlatılan
<a class="haber-link part-dokuz" target="_blank" href="https://www.paribu.com/">"Bitcoin Dünyasına İlk Adımını
Paribu ile At"</a>; kampanyası kapsamında, Paribu
mobil uygulamasını <a class="haber-link part-dokuz" target="_blank"
href="https://download.paribu.com/app?utm_source=Genesis&utm_medium=partner&utm_campaign=Ilk_Adim">indirip</a>,
ücretsiz üye olup, kimlik doğrulamasını
tamamlayan yeni kullanıcıların hesabına 10 TL’lik “ilk adım” hediyesi yatırılıyor.
Kullanıcılar ilk adım hediyeleriyle, 10 TL’ye dahi kripto para almanın mümkün
olduğu Paribu’da işlem gören 22 kripto para biriminden dilediğini satın
alabiliyor.
</p>
</article>
</div>
<div class="part">
<h1 class="bize-ulaşın"> Bize Ulaşın </h1>
<div>
<a href="https://dar.vin/genesis-twitter" style="text-decoration:none;" target="_blank">
<img class="sosyal-medya" style="max-width:60px;" title="Twitter'da Biz" alt="Twitter'da Biz"
src="https://raw.githubusercontent.com/blockchainhaber/Genesis/master/ayarlanm%C4%B1%C5%9F%20logolar/Y-logo-twitter.png">
</a>
<a href="https://dar.vin/genesis-instagram" style="text-decoration:none;" target="_blank">
<img class="sosyal-medya" style="max-width:60px;" title="Instagram" alt="Instagram'da Biz"
src="https://raw.githubusercontent.com/blockchainhaber/Genesis/master/ayarlanm%C4%B1%C5%9F%20logolar/Y-logo-instagram.png">
</a>
<a href="https://dar.vin/genesis-linkedin" style="text-decoration:none;" target="_blank">
<img class="sosyal-medya" style="max-width:60px;" title="Linkedin" alt="LinkedIn'de Biz"
src="https://raw.githubusercontent.com/blockchainhaber/Genesis/master/ayarlanm%C4%B1%C5%9F%20logolar/Y-logo-linkedin.png">
</a>
</div>
<p class="tercihleriniz"><a class="tercihleriniz"
href="mailto:?subject=Genesis Blockchain Haber Bülteni&body=Merhabalar. Genesis, blockchain hakkında dünyada ve Türkiye'deki&nbspönemli haberlerin toplandığı haftalık bir haber bültenidir. Kaydolmak için linke tıklayabilirsiniz. Kayıt Linki: genesisnews.co">
Bülteni Mail
ile Paylaşın</a></p>
<p class="tercihleriniz"><a class="tercihleriniz"
href="https://wa.me/?text=Haftalık%20blockchain%20haber%20bülteni%20www.genesisnews.co"> Bülteni Whatsapp ile
Paylaşın
</a></p><a class="tercihleriniz" target="_blank" href="mailto:[email protected]?subject=Geri Bildirim">
Görüşlerinizi Bizle Paylaşın</a>
<div>
<a href="https://www.instagram.com/itublockchain" style="text-decoration:none;" target="_blank">
<img class="inkube logolar" style="max-width:150px;" title="ITU-Blockchain-Instagram" alt="ITU Blockchain Logo"
src="./logolar/Normal - Siyah&Siyah.png">
</a>
</div>
</div>
</div>
<!--
RESİMSİZ HABER TEMPLATE
<article>
<h2 class="news-header"> </h2><br>
<p class="news">
</p>
<a class="haber-link" target="_blank" href=""></a>
</article>
<article>
<h2 class="news-header"> </h2><br>
<img src="" class="haber-gorseli-sabit" alt="Haber Görseli">
<p class="news">
</p>
<a class="haber-link" target="_blank" href=""></a>
</article>
RESİMLİ HABER TEMPLATE
<article>
<h2 class="news-header"> </h2><br>
<div class="resimli-haber">
<p class="news">
</p>
<a class="haber-link" target="_blank" href=""></a>
<img class="haber-gorseli" style="max-height: 300px; max-height: 300px;border-radius: 10px;"
src="" alt="Haber Görseli">
</div>
</article>
GİF TEMPLATE
<article>
<h2 class="news-header"> </h2><br>
<div class="resimli-haber">
<p class="news">
</p>
<a class="haber-link" target="_blank" href=""></a>
<img class="gif" style="max-height: 200px; max-width: 200px;" src="" alt="Haber Gifi">
</div>
</article>
-->
</body>
</html>