Skip to content

Commit

Permalink
deploy: ba98ad9
Browse files Browse the repository at this point in the history
  • Loading branch information
ongtiffany committed Jan 15, 2024
1 parent 709d4f5 commit 5c813e8
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 48 deletions.
6 changes: 3 additions & 3 deletions about/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en-GB">
<head>
<meta charset="utf-8">
<!-- Built with 11ty - 2024-01-15 14:47 -->
<!-- Built with 11ty - 2024-01-15 15:19 -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="King's Digital Lab, King's College London">
<meta name="description" content="">
Expand All @@ -13,10 +13,10 @@

<title>About the project | BCC - Treatied Spaces</title>

<link rel="stylesheet" href="/bcc-11ty/assets/css/style.css?ts=1705330067">
<link rel="stylesheet" href="/bcc-11ty/assets/css/style.css?ts=1705331967">
<link rel="stylesheet" href="/bcc-11ty/assets/node_modules/leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="/bcc-11ty/assets/node_modules/leaflet-dvf/dist/css/dvf.css" />
<script src="/bcc-11ty/assets/js/navbar-toggle.js?ts=1705330067"></script>
<script src="/bcc-11ty/assets/js/navbar-toggle.js?ts=1705331967"></script>

<style>
.map-label {
Expand Down
6 changes: 3 additions & 3 deletions accessibility/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en-GB">
<head>
<meta charset="utf-8">
<!-- Built with 11ty - 2024-01-15 14:47 -->
<!-- Built with 11ty - 2024-01-15 15:19 -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="King's Digital Lab, King's College London">
<meta name="description" content="">
Expand All @@ -13,10 +13,10 @@

<title>Accessibility Statement for My Default Site | BCC - Treatied Spaces</title>

<link rel="stylesheet" href="/bcc-11ty/assets/css/style.css?ts=1705330067">
<link rel="stylesheet" href="/bcc-11ty/assets/css/style.css?ts=1705331967">
<link rel="stylesheet" href="/bcc-11ty/assets/node_modules/leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="/bcc-11ty/assets/node_modules/leaflet-dvf/dist/css/dvf.css" />
<script src="/bcc-11ty/assets/js/navbar-toggle.js?ts=1705330067"></script>
<script src="/bcc-11ty/assets/js/navbar-toggle.js?ts=1705331967"></script>

<style>
.map-label {
Expand Down
36 changes: 16 additions & 20 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Corben:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pontano+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap");
/*** MIXINS ***/
html {
box-sizing: border-box;
Expand All @@ -18,7 +14,7 @@ body {
width: 100%;
padding: 0;
margin: 0 auto;
font-family: "Manrope", sans-serif;
font-family: "Playfair Display", serif;
}

a:hover {
Expand All @@ -35,11 +31,8 @@ a#sitetitle {
background: #132b19;
height: 44px;
z-index: 9;
font-family: "Corben", cursive;
font-size: 22px;
border-bottom: 4px solid #4b5d04;
font-family: "Playfair Display", serif;
font-family: "EB Garamond", serif;
}

nav {
Expand Down Expand Up @@ -195,7 +188,6 @@ nav {
position: fixed;
width: 60%;
margin: 0 20%;
font-family: "Pontano Sans", sans-serif;
border: 1px solid #124d20;
border-top: 0;
}
Expand Down Expand Up @@ -323,10 +315,6 @@ nav {
margin: 0 15% 0 15%;
text-align: justify;
}
.mapOverlay section article blockquote {
font-family: "Playfair Display", serif;
font-family: "EB Garamond", serif;
}
.mapOverlay section article blockquote p {
font-style: italic;
line-height: 1.3;
Expand Down Expand Up @@ -517,15 +505,25 @@ nav {
padding-bottom: 65vh;
}
.mapOverlay section article.storyTitle {
padding: 0 2em;
padding: 2em;
margin-top: 10vh;
margin-bottom: 0;
background: #132b19;
}
.mapOverlay section article.storyTitle h2 {
color: white;
color: black;
margin: 0;
padding: 0.2em 0;
padding: 2em 0;
text-align: center;
border-bottom: 3px double;
border-top: 3px double;
font-size: 30px;
}
.mapOverlay section article.storyTitle h2 span {
display: block;
font-style: italic;
font-size: 16px;
padding-top: 16px;
font-weight: normal;
}

#filter-wrapper * {
Expand All @@ -535,7 +533,6 @@ nav {
#filter-wrapper {
z-index: 99;
pointer-events: auto;
font-family: "Pontano Sans", sans-serif;
/* end .content */
}
#filter-wrapper > label {
Expand Down Expand Up @@ -749,7 +746,6 @@ nav {
#legend-wrapper {
z-index: 99;
pointer-events: auto;
font-family: "Pontano Sans", sans-serif;
/* end .content */
}
#legend-wrapper > label {
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en-GB">
<head>
<meta charset="utf-8">
<!-- Built with 11ty - 2024-01-15 14:47 -->
<!-- Built with 11ty - 2024-01-15 15:19 -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="King's Digital Lab, King's College London">
<meta name="description" content="">
Expand All @@ -13,10 +13,10 @@

<title>This is the home page template | BCC - Treatied Spaces</title>

<link rel="stylesheet" href="/bcc-11ty/assets/css/style.css?ts=1705330067">
<link rel="stylesheet" href="/bcc-11ty/assets/css/style.css?ts=1705331967">
<link rel="stylesheet" href="/bcc-11ty/assets/node_modules/leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="/bcc-11ty/assets/node_modules/leaflet-dvf/dist/css/dvf.css" />
<script src="/bcc-11ty/assets/js/navbar-toggle.js?ts=1705330067"></script>
<script src="/bcc-11ty/assets/js/navbar-toggle.js?ts=1705331967"></script>

<style>
.map-label {
Expand Down
6 changes: 3 additions & 3 deletions stories/homelands/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en-GB">
<head>
<meta charset="utf-8">
<!-- Built with 11ty - 2024-01-15 14:47 -->
<!-- Built with 11ty - 2024-01-15 15:19 -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="King's Digital Lab, King's College London">
<meta name="description" content="">
Expand All @@ -13,10 +13,10 @@

<title>BCC | BCC - Treatied Spaces</title>

<link rel="stylesheet" href="/bcc-11ty/assets/css/style.css?ts=1705330067">
<link rel="stylesheet" href="/bcc-11ty/assets/css/style.css?ts=1705331967">
<link rel="stylesheet" href="/bcc-11ty/assets/node_modules/leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="/bcc-11ty/assets/node_modules/leaflet-dvf/dist/css/dvf.css" />
<script src="/bcc-11ty/assets/js/navbar-toggle.js?ts=1705330067"></script>
<script src="/bcc-11ty/assets/js/navbar-toggle.js?ts=1705331967"></script>

<style>
.map-label {
Expand Down
10 changes: 6 additions & 4 deletions stories/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en-GB">
<head>
<meta charset="utf-8">
<!-- Built with 11ty - 2024-01-15 14:47 -->
<!-- Built with 11ty - 2024-01-15 15:19 -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="King's Digital Lab, King's College London">
<meta name="description" content="">
Expand All @@ -13,10 +13,10 @@

<title>Stories Introduction | BCC - Treatied Spaces</title>

<link rel="stylesheet" href="/bcc-11ty/assets/css/style.css?ts=1705330067">
<link rel="stylesheet" href="/bcc-11ty/assets/css/style.css?ts=1705331968">
<link rel="stylesheet" href="/bcc-11ty/assets/node_modules/leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="/bcc-11ty/assets/node_modules/leaflet-dvf/dist/css/dvf.css" />
<script src="/bcc-11ty/assets/js/navbar-toggle.js?ts=1705330067"></script>
<script src="/bcc-11ty/assets/js/navbar-toggle.js?ts=1705331968"></script>

<style>
.map-label {
Expand Down Expand Up @@ -198,7 +198,9 @@ <h2>Homelands</h2>
<section id="s-3">
<div class="storyTitleSpacerAbove"></div>
<article id="slide_600" data-slideId="600" class="storyTitle mapSlide">
<h2>Pathways</h2>
<h2>Pathways
<span>connections between places and peoples</span>
</h2>
</article>
<div class="article_spacer">&nbsp;</div>
<div class="storyTitleSpacerBelow"></div>
Expand Down
6 changes: 3 additions & 3 deletions stories/introduction/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en-GB">
<head>
<meta charset="utf-8">
<!-- Built with 11ty - 2024-01-15 14:47 -->
<!-- Built with 11ty - 2024-01-15 15:19 -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="King's Digital Lab, King's College London">
<meta name="description" content="">
Expand All @@ -13,10 +13,10 @@

<title>BCC | BCC - Treatied Spaces</title>

<link rel="stylesheet" href="/bcc-11ty/assets/css/style.css?ts=1705330067">
<link rel="stylesheet" href="/bcc-11ty/assets/css/style.css?ts=1705331967">
<link rel="stylesheet" href="/bcc-11ty/assets/node_modules/leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="/bcc-11ty/assets/node_modules/leaflet-dvf/dist/css/dvf.css" />
<script src="/bcc-11ty/assets/js/navbar-toggle.js?ts=1705330067"></script>
<script src="/bcc-11ty/assets/js/navbar-toggle.js?ts=1705331967"></script>

<style>
.map-label {
Expand Down
6 changes: 3 additions & 3 deletions stories/lines/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en-GB">
<head>
<meta charset="utf-8">
<!-- Built with 11ty - 2024-01-15 14:47 -->
<!-- Built with 11ty - 2024-01-15 15:19 -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="King's Digital Lab, King's College London">
<meta name="description" content="">
Expand All @@ -13,10 +13,10 @@

<title>BCC | BCC - Treatied Spaces</title>

<link rel="stylesheet" href="/bcc-11ty/assets/css/style.css?ts=1705330067">
<link rel="stylesheet" href="/bcc-11ty/assets/css/style.css?ts=1705331967">
<link rel="stylesheet" href="/bcc-11ty/assets/node_modules/leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="/bcc-11ty/assets/node_modules/leaflet-dvf/dist/css/dvf.css" />
<script src="/bcc-11ty/assets/js/navbar-toggle.js?ts=1705330067"></script>
<script src="/bcc-11ty/assets/js/navbar-toggle.js?ts=1705331967"></script>

<style>
.map-label {
Expand Down
6 changes: 3 additions & 3 deletions stories/pathways/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en-GB">
<head>
<meta charset="utf-8">
<!-- Built with 11ty - 2024-01-15 14:47 -->
<!-- Built with 11ty - 2024-01-15 15:19 -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="King's Digital Lab, King's College London">
<meta name="description" content="">
Expand All @@ -13,10 +13,10 @@

<title>BCC | BCC - Treatied Spaces</title>

<link rel="stylesheet" href="/bcc-11ty/assets/css/style.css?ts=1705330067">
<link rel="stylesheet" href="/bcc-11ty/assets/css/style.css?ts=1705331967">
<link rel="stylesheet" href="/bcc-11ty/assets/node_modules/leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="/bcc-11ty/assets/node_modules/leaflet-dvf/dist/css/dvf.css" />
<script src="/bcc-11ty/assets/js/navbar-toggle.js?ts=1705330067"></script>
<script src="/bcc-11ty/assets/js/navbar-toggle.js?ts=1705331967"></script>

<style>
.map-label {
Expand Down
6 changes: 3 additions & 3 deletions stories/villagers_settlers/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html lang="en-GB">
<head>
<meta charset="utf-8">
<!-- Built with 11ty - 2024-01-15 14:47 -->
<!-- Built with 11ty - 2024-01-15 15:19 -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="King's Digital Lab, King's College London">
<meta name="description" content="">
Expand All @@ -13,10 +13,10 @@

<title>BCC | BCC - Treatied Spaces</title>

<link rel="stylesheet" href="/bcc-11ty/assets/css/style.css?ts=1705330067">
<link rel="stylesheet" href="/bcc-11ty/assets/css/style.css?ts=1705331967">
<link rel="stylesheet" href="/bcc-11ty/assets/node_modules/leaflet/dist/leaflet.css" />
<link rel="stylesheet" href="/bcc-11ty/assets/node_modules/leaflet-dvf/dist/css/dvf.css" />
<script src="/bcc-11ty/assets/js/navbar-toggle.js?ts=1705330067"></script>
<script src="/bcc-11ty/assets/js/navbar-toggle.js?ts=1705331967"></script>

<style>
.map-label {
Expand Down

0 comments on commit 5c813e8

Please sign in to comment.