Toegevoegd -> energie pagina
This commit is contained in:
parent
0bcc578e77
commit
9ba61fbe0b
2 changed files with 189 additions and 3 deletions
182
energie.html
Executable file
182
energie.html
Executable file
|
@ -0,0 +1,182 @@
|
|||
<!DOCTYPE html>
|
||||
<!--
|
||||
.___ ___. ___ .___________. __ __ __ __ _______.
|
||||
| \/ | / \ | || | | | | | | | / |
|
||||
| \ / | / ^ \ `---| |----`| |__| | | | | | | (----`
|
||||
| |\/| | / /_\ \ | | | __ | | | .--. | | \ \
|
||||
| | | | / _____ \ | | | | | | | | | `--' | .----) |
|
||||
|__| |__| /__/ \__\ |__| |__| |__| |__| \______/ |_______/
|
||||
__ _______ .______ .___ ___. _______ .______
|
||||
| | | ____|| _ \ | \/ | | ____|| _ \
|
||||
| | | |__ | |_) | | \ / | | |__ | |_) |
|
||||
| | | __| | / | |\/| | | __| | /
|
||||
| `----.| |____ | |\ \----.| | | | | |____ | |\ \----.
|
||||
|_______||_______|| _| `._____||__| |__| |_______|| _| `._____|
|
||||
-->
|
||||
|
||||
<html lang="nl">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<!--- SEO-->
|
||||
<title>Mathijs Lermer - Energie</title>
|
||||
<meta name="author" content="Mathijs Lermer">
|
||||
<meta name="keywords" content="CV, Mathijs Lermer, curriculum vitae, Werkvoorbereider, Bouw, Rotterdam">
|
||||
<meta name="description" content="Website van Mathijs Ronald Lermer">
|
||||
<meta name="robots" content="all">
|
||||
<link rel="canonical" href="https://www.lermer.nl">
|
||||
|
||||
<!--- Mastodon-->
|
||||
<link rel="me" href="https://mastodon.lermer.nl/@mathijs" />
|
||||
|
||||
<!-- IE 10+ "Metro" Tiles -->
|
||||
<meta name="msapplication-TileColor" content="#056605">
|
||||
<meta name="msapplication-TileImage" content="assets/afb/MRL-Logo_150.png">
|
||||
|
||||
<!--- Open Graph Meta Tags -->
|
||||
<meta property="og:site_name" content="Mathijs Ronald Lermer">
|
||||
<meta property="og:title" content="Mathijs Lermer - Energie">
|
||||
<meta property="og:description" content="Website van Mathijs Ronald Lermer">
|
||||
<meta property="og:type" content="homepage">
|
||||
<meta property="og:url" content="https://www.lermer.nl">
|
||||
<meta property="og:image" content="https://www.lermer.nl/assets/afb/logo_320x254.png">
|
||||
|
||||
<!-- X Meta Tags -->
|
||||
<meta name="twitter:title" content="Mathijs Ronald Lermer">
|
||||
<meta name="twitter:description" content="Website van Mathijs Ronald Lermer">
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:image" content="https://www.lermer.nl/assets/afb/logo_320x254.png">
|
||||
<meta property="twitter:domain" content="lermer.nl">
|
||||
<meta property="twitter:url" content="https://www.lermer.nl/">
|
||||
|
||||
<!--- icon clasic-->
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="assets/afb/icons/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="assets/afb/icons/favicon-16x16.png">
|
||||
<link rel="icon" type="image/png" sizes="57x57" href="assets/afb/icons/favicon-57x57.png">
|
||||
<link rel="icon" type="image/png" sizes="70x70" href="assets/afb/icons/favicon-70x70.png">
|
||||
<link rel="icon" type="image/png" sizes="144x144" href="assets/afb/icons/favicon-144x144.png">
|
||||
<link rel="icon" type="image/png" sizes="150x150" href="assets/afb/icons/favicon-150x150.png">
|
||||
<link rel="icon" type="image/png" sizes="310x310" href="assets/afb/icons/favicon-310x310.png">
|
||||
|
||||
<!--- icon android-->
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
|
||||
<!--- icon apple-->
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="assets/afb/icons/apple-touch-icon.png">
|
||||
<link rel="mask-icon" href="assets/afb/icons/safari-pinned-tab.svg" color="#5bbad5">
|
||||
|
||||
<!--- icon msapplication-->
|
||||
<meta name="msapplication-TileColor" content="#da532c">
|
||||
<meta name="msapplication-TileImage" content="/mstile-144x144.png">
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<!--- assets-->
|
||||
<link href="/assets/css/mrl.css" rel="stylesheet">
|
||||
<link href="/assets/Fork-Awesome/css/fork-awesome.min.css" rel="stylesheet">
|
||||
<script src="/assets/js/mrl.js"></script>
|
||||
<!--- ackee-->
|
||||
<script async
|
||||
src="https://ackee.lermer.nl/tracker.js"
|
||||
data-ackee-server="https://ackee.lermer.nl"
|
||||
data-ackee-domain-id="dfb61309-1488-47e5-af63-4dfa56a63534"
|
||||
data-ackee-opts='{ "detailed": true }'
|
||||
>
|
||||
</script>
|
||||
|
||||
<!--- site-->
|
||||
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" >
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="page-container">
|
||||
<div id="content-wrap">
|
||||
<section id="sectie_kop">
|
||||
<div class="container">
|
||||
<header>
|
||||
<a href="/" class="logo">LERMER.NL</a>
|
||||
<nav id="main_menu_01">
|
||||
<ul>
|
||||
<li> <a href="/">Welkom</a></Li>
|
||||
<li> <a href="/contact">Contact</a></Li>
|
||||
<li> <a href="/assets/downloads/CURRICULUM_VITAE_Mathijs_Lermer_zonder_contact_gegevens.pdf">Curriculum vitae</a></Li>
|
||||
<li class="active"> <a href="/energie">energie</a></Li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<a href='#' id="menuknopje" onclick="hamburgermenuknopje()" style="display: none;">
|
||||
<i class="fa fa-bars" aria-hidden="true"></i></a>
|
||||
|
||||
</header>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section id="sectie_pagina">
|
||||
<div class="container">
|
||||
<div id="tekst-midden">
|
||||
|
||||
<h1>Energie door zonnepanelen</h1>
|
||||
<p>Overzicht van de energie die mijn zonnepanelen opgewekt hebben<br>
|
||||
</p><br>
|
||||
|
||||
<h2>Totaal opgewekte energie:</h2>
|
||||
<picture>
|
||||
<source media="(max-width: 850px)" srcset="https://docs.google.com/spreadsheets/d/e/2PACX-1vRP84gA7tFftZlYIZwY1ha-oY0O6I36hSMynZrg935eJZ3sFJXBKDR_uqkexWeLfnSbWtX_7j94Urf3/pubchart?oid=131664982&format=image" width="300">
|
||||
<img src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRP84gA7tFftZlYIZwY1ha-oY0O6I36hSMynZrg935eJZ3sFJXBKDR_uqkexWeLfnSbWtX_7j94Urf3/pubchart?oid=131664982&format=image">
|
||||
</picture>
|
||||
|
||||
<h2>Opwekking per uur:</h2>
|
||||
<picture>
|
||||
<source media="(max-width: 850px)" srcset="https://docs.google.com/spreadsheets/d/e/2PACX-1vRP84gA7tFftZlYIZwY1ha-oY0O6I36hSMynZrg935eJZ3sFJXBKDR_uqkexWeLfnSbWtX_7j94Urf3/pubchart?oid=1773602458&format=image" width="300">
|
||||
<img src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRP84gA7tFftZlYIZwY1ha-oY0O6I36hSMynZrg935eJZ3sFJXBKDR_uqkexWeLfnSbWtX_7j94Urf3/pubchart?oid=1773602458&format=image">
|
||||
</picture>
|
||||
|
||||
<h2>Opwekking afgelopen dagen:</h2>
|
||||
<picture>
|
||||
<source media="(max-width: 850px)" srcset="https://docs.google.com/spreadsheets/d/e/2PACX-1vRP84gA7tFftZlYIZwY1ha-oY0O6I36hSMynZrg935eJZ3sFJXBKDR_uqkexWeLfnSbWtX_7j94Urf3/pubchart?oid=448647474&format=image" width="300">
|
||||
<img src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRP84gA7tFftZlYIZwY1ha-oY0O6I36hSMynZrg935eJZ3sFJXBKDR_uqkexWeLfnSbWtX_7j94Urf3/pubchart?oid=448647474&format=image">
|
||||
</picture>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
|
||||
<section id="sectie_footer">
|
||||
<div class="container">
|
||||
<footer>
|
||||
|
||||
<table style="width:100%">
|
||||
<tr>
|
||||
<td style="width:45%">
|
||||
<div class="footer-links-r">
|
||||
<ul>
|
||||
<li><a href="mailto:info@lermer.nl" title="e-mail" rel="me"> <i class="fa fa-at fa-lg" aria-hidden="true"></i></a></Li>
|
||||
<li><a href="https://matrix.to/#/@mathijs:lermer.nl" title="Bericht via MATRIX" rel="me"> <i class="fa fa-matrix-org fa-lg" aria-hidden="true"></i></a></Li>
|
||||
</ul>
|
||||
</div>
|
||||
</td>
|
||||
<td style="width:2%">
|
||||
<div class="footer-links-bar">
|
||||
<ul>
|
||||
<li>|</Li>
|
||||
</ul>
|
||||
</div>
|
||||
</td>
|
||||
<td style="width:45%">
|
||||
<div class="footer-links-l">
|
||||
<ul>
|
||||
<li><a href="https://git.lermer.nl/Mathijs/lermer.nl" title="GIT" rel="external"> <i class="fa fa-code-fork fa-lg" aria-hidden="true"></i></a></Li>
|
||||
<li><a href="https://uptime.lermer.nl/status/overzicht" title="Uptime" rel="external"> <i class="fa fa-arrow-up fa-lg" aria-hidden="true"></i></a></Li>
|
||||
</ul>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</footer>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
10
sitemap.xml
10
sitemap.xml
|
@ -7,12 +7,12 @@
|
|||
|
||||
<url>
|
||||
<loc>https://www.lermer.nl/</loc>
|
||||
<lastmod>2023-12-29T23:28:00+00:00</lastmod>
|
||||
<lastmod>2025-01-08T21:41:00+00:00</lastmod>
|
||||
<priority>1.00</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://www.lermer.nl/contact</loc>
|
||||
<lastmod>2024-4-29T19:37:00+00:00</lastmod>
|
||||
<lastmod>2025-01-08T21:41:00+00:00</lastmod>
|
||||
<priority>0.60</priority>
|
||||
</url>
|
||||
<url>
|
||||
|
@ -20,6 +20,10 @@
|
|||
<lastmod>2023-11-16T16:41:37+00:00</lastmod>
|
||||
<priority>0.30</priority>
|
||||
</url>
|
||||
|
||||
<url>
|
||||
<loc>https://www.lermer.nl/energie</loc>
|
||||
<lastmod>2025-01-08T21:41:00+00:00</lastmod>
|
||||
<priority>0.60</priority>
|
||||
</url>
|
||||
|
||||
</urlset>
|
Loading…
Add table
Reference in a new issue