Skip to content

Commit

Permalink
ci: deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
Fuhji committed Mar 22, 2024
1 parent c90fa06 commit 901fdcc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions src/app/content/pages/about/about.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h4 class="!text-2xl !font-aspekta-semibold !mt-8">
1).
</p>

<img src="/assets/img/about/figure-1.png" alt="Figure 1" class="mt-4">
<img src="assets/img/about/figure-1.png" alt="Figure 1" class="mt-4">
<p class="text-sm text-bgs-mono-grey-4 img-caption font-aspekta-light">Figure 1 Overview of key plans and
organisations in current UK
water
Expand Down Expand Up @@ -120,7 +120,7 @@ <h4 class="!text-2xl !font-aspekta-semibold !mt-8">

<div class="flex items-start justify-between w-full mt-8">
<div class="w-1/4">
<img src="/assets/img/about/figure-2.jpg" alt="Figure 2">
<img src="assets/img/about/figure-2.jpg" alt="Figure 2">
<p class="!mt-2 text-sm text-bgs-mono-grey-4 img-caption font-aspekta-light">Figure 2 Stakeholder mapping with
GM
trilateral team in March 2022
Expand All @@ -140,7 +140,7 @@ <h4 class="!text-2xl !font-aspekta-semibold !mt-8">
</div>
<div class="flex items-start justify-between w-full mt-8">
<div class="w-1/4">
<img src="/assets/img/about/figure-3.jpg" alt="Figure 3">
<img src="assets/img/about/figure-3.jpg" alt="Figure 3">
<p class="!mt-2 text-sm text-bgs-mono-grey-4 img-caption font-aspekta-light">Figure 3 Empathy mapping
</p>
</div>
Expand Down Expand Up @@ -227,7 +227,7 @@ <h5 class="pl-4 !text-xl !font-aspekta-semibold">
</p>

<div>
<img src="/assets/img/about/figure-4.png" alt="Figure 4" class="mt-4">
<img src="assets/img/about/figure-4.png" alt="Figure 4" class="mt-4">
<p class="!mt-2 text-sm text-bgs-mono-grey-4 img-caption font-aspekta-light">
Figure 4 Upper Mersey catchment and 45 sub-catchments derived from topographic data for the purpose of the
VENTURA project. Contains Google Maps data © Google.
Expand Down Expand Up @@ -272,7 +272,7 @@ <h5 class="!text-xl !font-aspekta-semibold !mt-4">
allowing for quick comparison between them, through which an initial systems structure was developed (Figure 5).
</p>

<img src="/assets/img/about/figure-5.png" alt="Figure 5" class="mt-4">
<img src="assets/img/about/figure-5.png" alt="Figure 5" class="mt-4">
<p class="!mt-2 text-sm text-bgs-mono-grey-4 img-caption font-aspekta-light">
Figure 5 Diagrams summarising the links between a range of variables affecting partner organisation’s
understanding of water neutrality and its governance (text not intended to be readable). Image &copy; University
Expand All @@ -289,7 +289,7 @@ <h5 class="!text-xl !font-aspekta-semibold !mt-4">
governance scenarios might be reflected in the VDR and used as a decision support tool.
</p>

<img src="/assets/img/about/figure-6.png" alt="Figure 6" class="mt-4">
<img src="assets/img/about/figure-6.png" alt="Figure 6" class="mt-4">
<p class="!mt-2 text-sm text-bgs-mono-grey-4 img-caption font-aspekta-light">
Figure 6 Simplified CLD. Full report is available on
https://www.imperial.ac.uk/media/images/non-standard-dimensions/Manchester-Pre-showcase-report.pdf. Image &copy;
Expand Down Expand Up @@ -337,7 +337,7 @@ <h5 class="!text-xl !font-aspekta-semibold !mt-4">
where the VDR user proposes improvements at the sub-catchment level (Figure 7).
</p>

<img src="/assets/img/about/figure-7.jpg" alt="Figure 7" class="mt-4">
<img src="assets/img/about/figure-7.jpg" alt="Figure 7" class="mt-4">
<p class="!mt-2 text-sm text-bgs-mono-grey-4 img-caption font-aspekta-light">
Figure 7: Summary of the WSIMOD modelling framework. WRZ=Water Resources Zone. Contains OS data © Crown
copyright and database rights. Image &copy; Imperial College London 2024.
Expand Down Expand Up @@ -392,7 +392,7 @@ <h5 class="!text-xl !font-aspekta-semibold !mt-4">
created (Figure 8).
</p>

<img src="/assets/img/about/figure-8.png" alt="Figure 8" class="mt-4">
<img src="assets/img/about/figure-8.png" alt="Figure 8" class="mt-4">

<p class="!mt-2 text-sm text-bgs-mono-grey-4 img-caption font-aspekta-light">
Figure 8 Example screenshot from the
Expand Down
4 changes: 2 additions & 2 deletions src/app/core/header/header.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<nav class="relative top-0 left-0 flex items-center justify-around w-full h-20 px-16 header bg-bgs-primary-earth">
<div class="w-1/3 left">
<img src="/assets/icons/logo.svg" alt="Logo">
<img src="assets/icons/logo.svg" alt="Logo">
</div>
<div class="flex flex-col items-center justify-center w-1/3 text-center center">
<p class="!m-0 font-aspekta-semibold text-white title lg:text-3xl md:text-xl">
Expand All @@ -17,4 +17,4 @@
</li>
</ul>
</div>
</nav>
</nav>

0 comments on commit 901fdcc

Please sign in to comment.