Skip to content

Commit

Permalink
Site updated: 2023-11-27 16:00:28
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhiggs committed Nov 27, 2023
1 parent fd8c7d4 commit 1b05e48
Show file tree
Hide file tree
Showing 9 changed files with 64 additions and 82 deletions.
4 changes: 1 addition & 3 deletions 1000cities/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,9 @@ <h1>Global Healthy &amp; Sustainable City Indicators</h1>
<span id="actions">
<ul>

<li><a class="icon" aria-label="Previous post" href="/software/"><i class="fas fa-chevron-left" aria-hidden="true" onmouseover="$('#i-prev').toggle();" onmouseout="$('#i-prev').toggle();"></i></a></li>
<li><a class="icon" aria-label="Previous post" href="/indicators/"><i class="fas fa-chevron-left" aria-hidden="true" onmouseover="$('#i-prev').toggle();" onmouseout="$('#i-prev').toggle();"></i></a></li>


<li><a class="icon" aria-label="Next post" href="/indicators/"><i class="fas fa-chevron-right" aria-hidden="true" onmouseover="$('#i-next').toggle();" onmouseout="$('#i-next').toggle();"></i></a></li>

<li><a class="icon" aria-label="Back to top" href="#" onclick="$('html, body').animate({ scrollTop: 0 }, 'fast');"><i class="fas fa-chevron-up" aria-hidden="true" onmouseover="$('#i-top').toggle();" onmouseout="$('#i-top').toggle();"></i></a></li>
<li><a class="icon" aria-label="Share post" href="#"><i class="fas fa-share-alt" aria-hidden="true" onmouseover="$('#i-share').toggle();" onmouseout="$('#i-share').toggle();" onclick="$('#share').toggle();return false;"></i></a></li>
</ul>
Expand Down
4 changes: 2 additions & 2 deletions archives/2023/02/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h1>Global Healthy &amp; Sustainable City Indicators</h1>

<span>

<a class="" href="/1000cities/">1000 Cities Challenge</a>
<a class="" href="/indicators/">Policy and spatial indicators for healthy and sustinable cities</a>



Expand All @@ -130,7 +130,7 @@ <h1>Global Healthy &amp; Sustainable City Indicators</h1>

<span>

<a class="" href="/indicators/">Policy and spatial indicators for healthy and sustinable cities</a>
<a class="" href="/1000cities/">1000 Cities Challenge</a>



Expand Down
2 changes: 1 addition & 1 deletion archives/2023/07/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h1>Global Healthy &amp; Sustainable City Indicators</h1>

<span>

<a class="" href="/software/">Global Healthy &amp; Sustinable City Indicators software</a>
<a class="" href="/software/">Global Healthy &amp; Sustainable City Indicators software</a>



Expand Down
6 changes: 3 additions & 3 deletions archives/2023/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h1>Global Healthy &amp; Sustainable City Indicators</h1>

<span>

<a class="" href="/software/">Global Healthy &amp; Sustinable City Indicators software</a>
<a class="" href="/software/">Global Healthy &amp; Sustainable City Indicators software</a>



Expand All @@ -130,7 +130,7 @@ <h1>Global Healthy &amp; Sustainable City Indicators</h1>

<span>

<a class="" href="/1000cities/">1000 Cities Challenge</a>
<a class="" href="/indicators/">Policy and spatial indicators for healthy and sustinable cities</a>



Expand All @@ -154,7 +154,7 @@ <h1>Global Healthy &amp; Sustainable City Indicators</h1>

<span>

<a class="" href="/indicators/">Policy and spatial indicators for healthy and sustinable cities</a>
<a class="" href="/1000cities/">1000 Cities Challenge</a>



Expand Down
6 changes: 3 additions & 3 deletions archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h1>Global Healthy &amp; Sustainable City Indicators</h1>

<span>

<a class="" href="/software/">Global Healthy &amp; Sustinable City Indicators software</a>
<a class="" href="/software/">Global Healthy &amp; Sustainable City Indicators software</a>



Expand All @@ -130,7 +130,7 @@ <h1>Global Healthy &amp; Sustainable City Indicators</h1>

<span>

<a class="" href="/1000cities/">1000 Cities Challenge</a>
<a class="" href="/indicators/">Policy and spatial indicators for healthy and sustinable cities</a>



Expand All @@ -154,7 +154,7 @@ <h1>Global Healthy &amp; Sustainable City Indicators</h1>

<span>

<a class="" href="/indicators/">Policy and spatial indicators for healthy and sustinable cities</a>
<a class="" href="/1000cities/">1000 Cities Challenge</a>



Expand Down
64 changes: 23 additions & 41 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -735,86 +735,68 @@ body {
#header-post #menu-icon:hover {
color: #2bbc8a;
}
#header-post #menu-icon-tablet {
float: right;
margin-right: 2rem;
margin-left: 15px;
}
#header-post #menu-icon-tablet:hover {
color: #2bbc8a;
}
#header-post #top-icon-tablet {
position: fixed;
right: 2rem;
bottom: 2rem;
margin-right: 2rem;
margin-left: 15px;
}
#header-post #top-icon-tablet:hover {
color: #2bbc8a;
}
#header-post .active {
.active {
color: #2bbc8a;
}
#header-post #menu {
#menu {
display: inline;
margin-right: 2rem;
}
#header-post #nav {
#nav {
color: #2bbc8a;
letter-spacing: 0.01em;
font-weight: 200;
font-style: normal;
font-size: 0.8rem;
}
#header-post #nav ul {
#nav ul {
line-height: 15px;
}
#header-post #nav ul a {
#nav ul a {
margin-right: 15px;
color: #2bbc8a;
}
#header-post #nav ul a:hover {
#nav ul a:hover {
background-image: linear-gradient(transparent, transparent 5px, #2bbc8a 5px, #2bbc8a);
background-position: bottom;
background-size: 100% 6px;
background-repeat: repeat-x;
}
#header-post #nav ul li {
#nav ul li {
border-right: 1px dotted #2bbc8a;
}
#header-post #nav ul li:last-child {
#nav ul li:last-child {
margin-right: 0;
border-right: 0;
}
#header-post #nav ul li:last-child a {
#nav ul li:last-child a {
margin-right: 0;
}
#header-post #actions {
#actions {
float: right;
margin-top: 2rem;
margin-right: 2rem;
width: 100%;
text-align: right;
}
#header-post #actions ul {
#actions ul {
display: block;
}
#header-post #actions .info {
#actions .info {
display: block;
font-style: italic;
}
#header-post #share {
#share {
clear: both;
padding-top: 1rem;
padding-right: 2rem;
text-align: right;
}
#header-post #share li {
#share li {
display: block;
margin: 0;
}
#header-post #toc {
#toc {
float: right;
clear: both;
overflow: auto;
Expand All @@ -825,33 +807,33 @@ body {
text-align: right;
background: rgba(255,255,255,0.8);
}
#header-post #toc a:hover {
#toc a:hover {
color: #d480aa;
}
#header-post #toc .toc-level-1 > .toc-link {
#toc .toc-level-1 > .toc-link {
color: #2bbc8a;
font-size: 0.8rem;
font-weight: bold;
}
#header-post #toc .toc-level-2 {
#toc .toc-level-2 {
color: #383838;
font-size: 0.8rem;
}
#header-post #toc .toc-level-3 {
#toc .toc-level-3 {
color: #666;
font-size: 0.7rem;
}
#header-post #toc .toc-level-4 {
#toc .toc-level-4 {
color: #525252;
font-size: 0.4rem;
}
#header-post #toc .toc-level-5 {
#toc .toc-level-5 {
display: none;
}
#header-post #toc .toc-level-6 {
#toc .toc-level-6 {
display: none;
}
#header-post #toc .toc-number {
#toc .toc-number {
display: none;
}
@media screen and (min-width: 1199px) {
Expand Down
4 changes: 3 additions & 1 deletion indicators/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,11 @@ <h1>Global Healthy &amp; Sustainable City Indicators</h1>
<span id="actions">
<ul>

<li><a class="icon" aria-label="Previous post" href="/1000cities/"><i class="fas fa-chevron-left" aria-hidden="true" onmouseover="$('#i-prev').toggle();" onmouseout="$('#i-prev').toggle();"></i></a></li>
<li><a class="icon" aria-label="Previous post" href="/software/"><i class="fas fa-chevron-left" aria-hidden="true" onmouseover="$('#i-prev').toggle();" onmouseout="$('#i-prev').toggle();"></i></a></li>


<li><a class="icon" aria-label="Next post" href="/1000cities/"><i class="fas fa-chevron-right" aria-hidden="true" onmouseover="$('#i-next').toggle();" onmouseout="$('#i-next').toggle();"></i></a></li>

<li><a class="icon" aria-label="Back to top" href="#" onclick="$('html, body').animate({ scrollTop: 0 }, 'fast');"><i class="fas fa-chevron-up" aria-hidden="true" onmouseover="$('#i-top').toggle();" onmouseout="$('#i-top').toggle();"></i></a></li>
<li><a class="icon" aria-label="Share post" href="#"><i class="fas fa-share-alt" aria-hidden="true" onmouseover="$('#i-share').toggle();" onmouseout="$('#i-share').toggle();" onclick="$('#share').toggle();return false;"></i></a></li>
</ul>
Expand Down
Loading

0 comments on commit 1b05e48

Please sign in to comment.