Skip to content

Commit

Permalink
sync changes from forked hazelmead - parameterization
Browse files Browse the repository at this point in the history
  • Loading branch information
chatch committed Nov 13, 2024
1 parent 8e688b9 commit 549c19f
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 27 deletions.
16 changes: 12 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,24 @@ logo:
main: "assets/images/logo.png"
light: "assets/images/logo-light.png"

footer:
copyright_text: 'You can start and finish one of these popular software landing in under a day - for free! Check the list below'
esco:
name: "Water Lilies"
domain: waterlilies.energy
email: [email protected]
phone: "+44 330 828 3096"
app_url: https://app.waterlilies.energy
image:
filename: water-lilies-battery-landing.webp
alt: "Water Lilies Battery Landing"
description: "Bright Green Futures, Clean Energy Prospector, and Bristol Energy Co-operative have partnered to design a microgrid at the Water Lilies housing development in Kingsweston, Bristol that is redefining the way housing estates provide an energy service to its residents."
investor_description: "Bristol Energy Cooperative (BEC) a ground-breaking community benefit society founded in 2011. BEC has over 9MW of solar PV under community ownership and has provided over £250,000 of community benefit payments to local organisations since inception."

seo:
meta_og_title: "Water Lilies Community Energy"
meta_og_type: "website"
meta_og_url: "https://www.waterlilies.energy/"
meta_og_image: "https://www.waterlilies.energy/assets/images/cepro-illa-water-lillies-2.webp"
meta_og_description: "Bright Green Futures, Clean Energy Prospector, and Bristol Energy Co-operative have partnered to design a microgrid at the Water Lilies housing development in Kingsweston, Bristol that is redefining the way housing estates provide an energy service to its residents."
meta_og_keywords: "The Water Lilies Community Energy company has been created to provide you with: Cheaper bills, Lower carbon footprint, Simple pricing and flat rate tariff, Integrated EV charging, Smart Heat"
meta_og_description: "Bright Green Futures, Clean Energy Prospector, and Bristol Energy Co-operative have partnered to design a microgrid at the Water Lilies housing development in Kingsweston, Bristol that is redefining the way housing estates provide an energy service to its residents."
meta_twitter_card: "summary"
meta_twitter_site: "@mappix"
meta_twitter_creator: "@mappix"
Expand Down
6 changes: 3 additions & 3 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
<footer class="site-footer">
<div class="container-fluid">
<ul class="contact-info-list">
<li><a href="mailto:[email protected]"><strong>Email:</strong> [email protected]</a></li>
<li><a href="tel:+443308283096"><strong>Phone:</strong> +44 330 828 3096</a></li>
<li><a href="mailto:{{ site.esco.email }}"><strong>Email:</strong> {{ site.esco.email }}</a></li>
<li><a href="tel:{{ site.esco.phone }}"><strong>Phone:</strong> {{ site.esco.phone }}</a></li>
</ul>
</div>
</footer>
<!-- Site Footer - End
================================================== -->
================================================== -->
4 changes: 2 additions & 2 deletions _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ <h1 class="hero-title">
Net zero energy communities
</a>
</h1>
<a class="btn" href="https://app.waterlilies.energy">
<a class="btn" href="{{ site.esco.app_url }}">
Customer Log In
</a>
</div>
</div>
</header>
<!-- Site Header - End
================================================== -->
================================================== -->
20 changes: 8 additions & 12 deletions _includes/homepage.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<section class="hero-section section-space" style="background-image: url('{{ site.url }}{{ site.baseurl }}/assets/images/cepro-illa-water-lillies.webp');">
<div class="container">
<div class="hero-image">
<img src="{{ site.url }}{{ site.baseurl }}/assets/images/site-logo.webp" alt="Water Lilies Community Energy">
<img src="{{ site.url }}{{ site.baseurl }}/assets/images/site-logo.webp" alt="{{ site.title }}">
</div>
</div>
</section>
Expand All @@ -17,23 +17,21 @@
<div class="container">
<div class="row">
<div class="about-image">
<img src="{{ site.url }}{{ site.baseurl }}/assets/images/water-lilies-battery-landing.webp" alt="Water Lilies Battery Landing">
<img src="{{ site.url }}{{ site.baseurl }}/assets/images/{{ site.esco.image.filename }}" alt="{{ site.esco.image.alt }}">
</div>
<div class="about-content">
<h2 class="heading-title">
Community Energy Reinvented
</h2>
<p class="heading-description">
Bright Green Futures, Clean Energy Prospector, and Bristol Energy Co-operative have partnered to design a
microgrid at the Water Lilies housing development in Kingsweston, Bristol that is redefining the way housing
estates provide an energy service to its residents.
{{ site.esco.description }}
</p>
<p>
As the technology behind solar PV panels, inverters, and battery energy storage systems has improved, it has
now become possible to build a microgrid system that shares key parts of the infrastructure, and get the
benefit of scale across a small site such as Water Lilies.
benefit of scale across a small site such as {{ site.esco.name }}.
</p>
<a class="btn" href="https://app.waterlilies.energy">
<a class="btn" href="{{ site.esco.app_url }}">
Customer Log In
</a>
</div>
Expand All @@ -56,9 +54,7 @@ <h2 class="heading-title">
<u>Your Impact Investor</u>
</h2>
<p class="heading-description">
Bright Green Futures, Clean Energy Prospector, and Bristol Energy Co-operative have partnered to design a
microgrid at the Water Lilies housing development in Kingsweston, Bristol that is redefining the way housing
estates provide an energy service to its residents.
{{ site.esco.investor_description }}
</p>
</div>
</div>
Expand All @@ -76,7 +72,7 @@ <h2 class="heading-title">
<div class="benefit-content">
<h2 class="heading-title">The Benefits</h2>
<p class="heading-description">
The Water Lilies Community Energy company has been created to provide you with:
The {{ site.title }} company has been created to provide you with:
</p>
<ul>
<li>✔ Cheaper bills</li>
Expand All @@ -94,4 +90,4 @@ <h2 class="heading-title">The Benefits</h2>
</div>
</section>
<!-- Benefit Section - End
================================================== -->
================================================== -->
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<meta name="twitter:card" content="{{ site.seo.meta_twitter_card }}" />
<meta name="twitter:site" content="{{ site.seo.meta_twitter_site }}" />
<meta name="twitter:creator" content="{{ site.seo.meta_twitter_creator }}" />
<meta name="author" content="waterlilies.energy">
<meta name="author" content="{{ site.esco.domain }}">



Expand Down
9 changes: 4 additions & 5 deletions xindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="thumbnail" content="assets/images/template_thumbnail.webp">
<meta name="description" content="Water Lilies Energy">
<meta name="keywords" content="The Water Lilies Community Energy company has been created to provide you with: Cheaper bills, Lower carbon footprint, Simple pricing and flat rate tariff, Integrated EV charging, Smart Heat">
<meta name="author" content="waterlilies.energy">
<meta name="description" content="{{ site.title }}">
<meta name="author" content="{{site.esco.domain}}">

<title>Water Lilies Community Energy</title>
<title>{{ site.title }}</title>

<link rel="shortcut icon" href="images/favicon.jpg">

Expand Down Expand Up @@ -48,4 +47,4 @@
<!-- <script src="assets/js/main.js"></script> -->

</body>
</html>
</html>

0 comments on commit 549c19f

Please sign in to comment.