Skip to content

Commit 2e9597a

Browse files
committed
new deployment
1 parent b78157d commit 2e9597a

File tree

205 files changed

+583
-1075
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+583
-1075
lines changed

404.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<meta name="author" content="Ramiro Gómez">
88
<link rel="canonical" href="https://exploring-data.com/404.html">
9+
910
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.8/css/bootstrap.min.css" integrity="sha512-2bBQCjcnw658Lho4nlXJcc6WkV/UxpE/sAokbXPxQNGqmNdQrWqtw26Ns9kFF/yG792pKR1Sx8/Y1Lf1XN4GKA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1011
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/solid.min.css" integrity="sha512-EHa6vH03/Ty92WahM0/tet1Qicl76zihDCkBnFhN3kFGQkC+mc86d7V+6y2ypiLbk3h0beZAGdUpzfMcb06cMg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1112
<link href="/css/style.css" rel="stylesheet">
13+
1214
<link rel="shortcut icon" href="/favicon.ico">
1315
<link rel="alternate" type="application/rss+xml" title="Exploring Data RSS feed" href="https://exploring-data.com/rss.xml">
1416
</head>

about/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
<meta name="description" content="Exploring Data is about mining and visualizing public data with open source tools.">
88
<meta name="author" content="Ramiro Gómez">
99
<link rel="canonical" href="https://exploring-data.com/about/">
10+
1011
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.8/css/bootstrap.min.css" integrity="sha512-2bBQCjcnw658Lho4nlXJcc6WkV/UxpE/sAokbXPxQNGqmNdQrWqtw26Ns9kFF/yG792pKR1Sx8/Y1Lf1XN4GKA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1112
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/solid.min.css" integrity="sha512-EHa6vH03/Ty92WahM0/tet1Qicl76zihDCkBnFhN3kFGQkC+mc86d7V+6y2ypiLbk3h0beZAGdUpzfMcb06cMg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1213
<link href="/css/style.css" rel="stylesheet">
14+
1315
<link rel="shortcut icon" href="/favicon.ico">
1416
<link rel="alternate" type="application/rss+xml" title="Exploring Data RSS feed" href="https://exploring-data.com/rss.xml">
1517
</head>
@@ -39,8 +41,7 @@
3941
<p>Exploring Data is about mining and visualizing public data with open source tools created by Ramiro Gómez. The topics covered in the <a href="/vis/">visualizations</a>, <a href="/tags/map/">maps</a> and <a href="/tags/data-story/">stories</a> include human development, climate change,
4042
programming, software, social networks and football.</p>
4143
<p>To stay informed about new publications and updates you can
42-
<a href="https://exploring-data.com/rss.xml">subscribe to the RSS feed</a>
43-
or follow me on <a href="https://twitter.com/yaph">Twitter</a>. Also see what <a href="/what-others-say/">other people have said</a> about Exploring Data.</p>
44+
<a href="https://exploring-data.com/rss.xml">subscribe to the RSS feed</a>. Also see what <a href="/what-others-say/">other people have said</a> about Exploring Data.</p>
4445
<h2>Disclaimer</h2>
4546
<p>The information contained in this website is for general information purposes only. The information is provided by exploring-data.com and while we endeavor to keep the information up to date and correct, we make no representations or warranties of any kind, express or implied, about the completeness, accuracy, reliability, suitability or availability with respect to the website or the information, products, services, or related graphics contained on the website for any purpose. Any reliance you place on such information is therefore strictly at your own risk.</p>
4647
<p>In no event will we be liable for any loss or damage including without limitation, indirect or consequential loss or damage, or any loss or damage whatsoever arising from loss of data or profits arising out of, or in connection with, the use of this website.</p>

css/elevation-diary-nerja.css

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
* {
2-
margin: 0;
3-
padding: 0;
4-
box-sizing: border-box;
5-
}
6-
71
body {
8-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
2+
font-family: 'Segoe UI', Roboto, sans-serif;
93
overflow: hidden;
104
}
115

@@ -177,12 +171,11 @@ body {
177171

178172
.modal-close {
179173
color: rgba(255, 255, 255, 0.6);
174+
float: right;
180175
font-size: 28px;
181176
font-weight: bold;
182177
cursor: pointer;
183178
line-height: 20px;
184-
position: absolute;
185-
right: 1em;
186179
transition: color 0.2s;
187180
}
188181

data-visualization-books/analysis/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
<meta name="description" content="Books about mining and analyzing data, a.k.a. data science, using statistics and programming tools.">
88
<meta name="author" content="Ramiro Gómez">
99
<link rel="canonical" href="https://exploring-data.com/data-visualization-books/analysis/">
10+
1011
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.8/css/bootstrap.min.css" integrity="sha512-2bBQCjcnw658Lho4nlXJcc6WkV/UxpE/sAokbXPxQNGqmNdQrWqtw26Ns9kFF/yG792pKR1Sx8/Y1Lf1XN4GKA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1112
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/solid.min.css" integrity="sha512-EHa6vH03/Ty92WahM0/tet1Qicl76zihDCkBnFhN3kFGQkC+mc86d7V+6y2ypiLbk3h0beZAGdUpzfMcb06cMg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1213
<link href="/css/style.css" rel="stylesheet">
14+
1315
<link rel="shortcut icon" href="/favicon.ico">
1416
<link rel="alternate" type="application/rss+xml" title="Exploring Data RSS feed" href="https://exploring-data.com/rss.xml">
1517
</head>

data-visualization-books/coding/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
<meta name="description" content="Books about programmatic creation of data visualizations with D3.js, JavaScript, Python, Processing, SVG and other languages and tools.">
88
<meta name="author" content="Ramiro Gómez">
99
<link rel="canonical" href="https://exploring-data.com/data-visualization-books/coding/">
10+
1011
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.8/css/bootstrap.min.css" integrity="sha512-2bBQCjcnw658Lho4nlXJcc6WkV/UxpE/sAokbXPxQNGqmNdQrWqtw26Ns9kFF/yG792pKR1Sx8/Y1Lf1XN4GKA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1112
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/solid.min.css" integrity="sha512-EHa6vH03/Ty92WahM0/tet1Qicl76zihDCkBnFhN3kFGQkC+mc86d7V+6y2ypiLbk3h0beZAGdUpzfMcb06cMg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1213
<link href="/css/style.css" rel="stylesheet">
14+
1315
<link rel="shortcut icon" href="/favicon.ico">
1416
<link rel="alternate" type="application/rss+xml" title="Exploring Data RSS feed" href="https://exploring-data.com/rss.xml">
1517
</head>

data-visualization-books/ddj/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
<meta name="description" content="Books about data journalism.">
88
<meta name="author" content="Ramiro Gómez">
99
<link rel="canonical" href="https://exploring-data.com/data-visualization-books/ddj/">
10+
1011
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.8/css/bootstrap.min.css" integrity="sha512-2bBQCjcnw658Lho4nlXJcc6WkV/UxpE/sAokbXPxQNGqmNdQrWqtw26Ns9kFF/yG792pKR1Sx8/Y1Lf1XN4GKA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1112
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/solid.min.css" integrity="sha512-EHa6vH03/Ty92WahM0/tet1Qicl76zihDCkBnFhN3kFGQkC+mc86d7V+6y2ypiLbk3h0beZAGdUpzfMcb06cMg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1213
<link href="/css/style.css" rel="stylesheet">
14+
1315
<link rel="shortcut icon" href="/favicon.ico">
1416
<link rel="alternate" type="application/rss+xml" title="Exploring Data RSS feed" href="https://exploring-data.com/rss.xml">
1517
</head>

data-visualization-books/general/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
<meta name="description" content="Books about data visualization in general, covering theory and practice of creating data visualizations.">
88
<meta name="author" content="Ramiro Gómez">
99
<link rel="canonical" href="https://exploring-data.com/data-visualization-books/general/">
10+
1011
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.8/css/bootstrap.min.css" integrity="sha512-2bBQCjcnw658Lho4nlXJcc6WkV/UxpE/sAokbXPxQNGqmNdQrWqtw26Ns9kFF/yG792pKR1Sx8/Y1Lf1XN4GKA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1112
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/solid.min.css" integrity="sha512-EHa6vH03/Ty92WahM0/tet1Qicl76zihDCkBnFhN3kFGQkC+mc86d7V+6y2ypiLbk3h0beZAGdUpzfMcb06cMg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1213
<link href="/css/style.css" rel="stylesheet">
14+
1315
<link rel="shortcut icon" href="/favicon.ico">
1416
<link rel="alternate" type="application/rss+xml" title="Exploring Data RSS feed" href="https://exploring-data.com/rss.xml">
1517
</head>

data-visualization-books/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
<meta name="description" content="A collection of books about data visualization and related topics.">
88
<meta name="author" content="Ramiro Gómez">
99
<link rel="canonical" href="https://exploring-data.com/data-visualization-books/">
10+
1011
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.8/css/bootstrap.min.css" integrity="sha512-2bBQCjcnw658Lho4nlXJcc6WkV/UxpE/sAokbXPxQNGqmNdQrWqtw26Ns9kFF/yG792pKR1Sx8/Y1Lf1XN4GKA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1112
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/solid.min.css" integrity="sha512-EHa6vH03/Ty92WahM0/tet1Qicl76zihDCkBnFhN3kFGQkC+mc86d7V+6y2ypiLbk3h0beZAGdUpzfMcb06cMg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1213
<link href="/css/style.css" rel="stylesheet">
14+
1315
<link rel="shortcut icon" href="/favicon.ico">
1416
<link rel="alternate" type="application/rss+xml" title="Exploring Data RSS feed" href="https://exploring-data.com/rss.xml">
1517
</head>

data-visualization-books/maps/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
<meta name="description" content="Books about maps and cartography.">
88
<meta name="author" content="Ramiro Gómez">
99
<link rel="canonical" href="https://exploring-data.com/data-visualization-books/maps/">
10+
1011
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.8/css/bootstrap.min.css" integrity="sha512-2bBQCjcnw658Lho4nlXJcc6WkV/UxpE/sAokbXPxQNGqmNdQrWqtw26Ns9kFF/yG792pKR1Sx8/Y1Lf1XN4GKA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1112
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/solid.min.css" integrity="sha512-EHa6vH03/Ty92WahM0/tet1Qicl76zihDCkBnFhN3kFGQkC+mc86d7V+6y2ypiLbk3h0beZAGdUpzfMcb06cMg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1213
<link href="/css/style.css" rel="stylesheet">
14+
1315
<link rel="shortcut icon" href="/favicon.ico">
1416
<link rel="alternate" type="application/rss+xml" title="Exploring Data RSS feed" href="https://exploring-data.com/rss.xml">
1517
</head>

data-visualization-posters/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@
77
<meta name="description" content="These data visualization posters are available for purchase from Zazzle. You can choose between different sizes, print canvas and optionally add a frame to your visualization print.">
88
<meta name="author" content="Ramiro Gómez">
99
<link rel="canonical" href="https://exploring-data.com/data-visualization-posters/">
10+
1011
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.8/css/bootstrap.min.css" integrity="sha512-2bBQCjcnw658Lho4nlXJcc6WkV/UxpE/sAokbXPxQNGqmNdQrWqtw26Ns9kFF/yG792pKR1Sx8/Y1Lf1XN4GKA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1112
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/solid.min.css" integrity="sha512-EHa6vH03/Ty92WahM0/tet1Qicl76zihDCkBnFhN3kFGQkC+mc86d7V+6y2ypiLbk3h0beZAGdUpzfMcb06cMg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
1213
<link href="/css/style.css" rel="stylesheet">
14+
1315
<link rel="shortcut icon" href="/favicon.ico">
1416
<link rel="alternate" type="application/rss+xml" title="Exploring Data RSS feed" href="https://exploring-data.com/rss.xml">
1517
</head>

0 commit comments

Comments
 (0)