From d6997bedc8fcd96466d9a8865d63ed8b31aaf6f6 Mon Sep 17 00:00:00 2001 From: Gigi Date: Tue, 26 Apr 2022 21:17:46 +0200 Subject: [PATCH 1/3] feat: add TFTC (external) --- data/countries.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/countries.json b/data/countries.json index 92b9e2a..472a8f8 100644 --- a/data/countries.json +++ b/data/countries.json @@ -1836,7 +1836,10 @@ "alpha3": "USA", "numeric": 840, "latitude": 38, - "longitude": -97 + "longitude": -97, + "name": "TFTC", + "link": "https://tftc.io/", + "external": true }, { "country": "United States Minor Outlying Islands", From 7e9b4d3946899cc8b204f2d31628f7fb1273d406 Mon Sep 17 00:00:00 2001 From: Gigi Date: Tue, 26 Apr 2022 21:22:06 +0200 Subject: [PATCH 2/3] fix: css syntax --- css/21.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/21.css b/css/21.css index 5082bb1..d8a3681 100644 --- a/css/21.css +++ b/css/21.css @@ -112,8 +112,7 @@ ul.thumbnails li { margin-bottom: 25px; } -.content h1, .content h2, .content h3, - { +.content h1, .content h2, .content h3 { font-family: Garamond, 'Garamond classico', Baskerville, "Baskerville Old Face", "Hoefler Text", "Times New Roman", serif; } From 87d296f1324ccf273f0c163783786d716cc863ab Mon Sep 17 00:00:00 2001 From: Gigi Date: Tue, 26 Apr 2022 21:22:18 +0200 Subject: [PATCH 3/3] refactor: layout name --- _layouts/{map.html => twentyone.html} | 0 add.md | 4 +++- index.html | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) rename _layouts/{map.html => twentyone.html} (100%) diff --git a/_layouts/map.html b/_layouts/twentyone.html similarity index 100% rename from _layouts/map.html rename to _layouts/twentyone.html diff --git a/add.md b/add.md index 68bab80..5d349c2 100644 --- a/add.md +++ b/add.md @@ -1,8 +1,10 @@ --- -layout: map +layout: twentyone title: Add Yourself --- +--- + # How to add yourself TODO \ No newline at end of file diff --git a/index.html b/index.html index 2a193e4..58ea512 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ --- -layout: map +layout: twentyone title: Twentyone.World jsplugins: qtip: '/js/jquery.qtip.min.js'