Этот коммит содержится в:
higsch 2020-09-29 20:46:58 +02:00
родитель 9068e19e60
Коммит 692de0491b
5 изменённых файлов: 10 добавлений и 10 удалений

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Просмотреть файл

@ -31,24 +31,24 @@
<meta property="og:image" content="images/screenshots/fiat_image.jpg"/>
<meta property="og:image:secure_url" content="images/screenshots/fiat_image.jpg"/>
<link rel="stylesheet" href="global.css" />
<link rel="stylesheet" href="build/bundle.css" />
<link rel="stylesheet" href="https://interference2020.org/global.css" />
<link rel="stylesheet" href="https://interference2020.org/build/bundle.css" />
<link href="https://fonts.googleapis.com/css2?family=Volkhov:ital,wght@0,400;0,700;1,400&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap" rel="stylesheet">
<script defer src="build/bundle.js"></script>
<script defer src="https://interference2020.org/build/bundle.js"></script>
</head>
<body>
<div class="page-wrapper" id="top">
<div class="fiat-title-bg">
<img src="images/logos/fiat_blurry.png" alt="The FIAT emblem showing blurred circles" />
<img src="https://interference2020.org/images/logos/fiat_blurry.png" alt="The FIAT emblem showing blurred circles" />
</div>
<section class="content title">
<div class="logos">
<a href="https://www.atlanticcouncil.org"><img src="images/logos/ac.svg" alt="Atlantic Council Logo" /></a>
<a class="smaller" href="https://www.atlanticcouncil.org/programs/digital-forensic-research-lab/"><img src="images/logos/dfrlab.svg" alt="Digital Forensic Research Lab Logo" /></a>
<a href="https://www.atlanticcouncil.org"><img src="https://interference2020.org/images/logos/ac.svg" alt="Atlantic Council Logo" /></a>
<a class="smaller" href="https://www.atlanticcouncil.org/programs/digital-forensic-research-lab/"><img src="https://interference2020.org/images/logos/dfrlab.svg" alt="Digital Forensic Research Lab Logo" /></a>
</div>
<h1>Interference 2020</h1>
<h2>Foreign Interference Attribution Tracker <span class="info-card">beta</span></h2>

Просмотреть файл

@ -191,7 +191,7 @@
</div>
{#if ($tooltip.tp.imageUrl)}
<div class="image">
<img src="images/cases/{$tooltip.tp.caseHash}.jpg" alt={$tooltip.tp.shortTitle} />
<img src="https://interference2020.org/images/cases/{$tooltip.tp.caseHash}.jpg" alt={$tooltip.tp.shortTitle} />
<p>{$tooltip.tp.imageCredit}</p>
</div>
{/if}