mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-08 03:18:36 +03:00
Updates
This commit is contained in:
156
assets/index-45c45b64.js
Normal file
156
assets/index-45c45b64.js
Normal file
File diff suppressed because one or more lines are too long
1
assets/index-8c9c1f81.css
Normal file
1
assets/index-8c9c1f81.css
Normal file
File diff suppressed because one or more lines are too long
BIN
assets/map-98397b77.png
Normal file
BIN
assets/map-98397b77.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
BIN
assets/sat-6c360e9c.png
Normal file
BIN
assets/sat-6c360e9c.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
BIN
assets/timemapfont-e963c927.woff
Normal file
BIN
assets/timemapfont-e963c927.woff
Normal file
Binary file not shown.
BIN
favicon.ico
Normal file
BIN
favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.6 KiB |
48
index.html
Normal file
48
index.html
Normal file
@@ -0,0 +1,48 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Civilian Harm in Ukraine Timemap - Bellingcat</title>
|
||||
<link rel="stylesheet" href="https://api.mapbox.com/mapbox.js/v3.1.1/mapbox.css">
|
||||
<!-- <link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet"> -->
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap" rel="stylesheet">
|
||||
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<script defer data-domain="ukraine.bellingcat.com" src="https://plausible.io/js/script.js"></script>
|
||||
<!-- Styles are always go to the head, never the body -->
|
||||
<style>
|
||||
@media (hover: none) {
|
||||
#id {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#nodisplay {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
@media (hover: hover) {
|
||||
#nodisplay {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<script type="module" crossorigin src="/assets/index-45c45b64.js"></script>
|
||||
<link rel="stylesheet" href="/assets/index-8c9c1f81.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="page">
|
||||
<div id="explore-app"></div>
|
||||
<div id="nodisplay">
|
||||
If you see this message wait up to 30s, otherwise please revisit on a desktop device.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user