mirror of
https://github.com/Stefan-5422/-T5-Elektrifikatsiya.git
synced 2026-09-10 07:36:02 +02:00
Squashed commit of the following:
commita0adfc850dAuthor: Stefan <[email protected]> Date: Thu Jun 1 15:28:39 2023 +0200 Revert using Prom.Net commit08a5bd4772Merge:a47c2529d64698Author: Stefan <[email protected]> Date: Thu Jun 1 15:27:48 2023 +0200 Merge remote-tracking branch 'origin/feature-DeviceRegistration' into feature-DeviceRegistration commita47c2525e1Author: Stefan <[email protected]> Date: Thu Jun 1 15:27:30 2023 +0200 Revert using Prom.Net commit9d646988d1Merge:889fc5e4ef3958Author: Friend2868 <[email protected]> Date: Thu Jun 1 15:24:56 2023 +0200 Merge branch 'feature-DeviceRegistration' of https://github.com/Stefan-5422/-T5-Elektrifikatsiya into feature-DeviceRegistration commit889fc5e3ddAuthor: Friend2868 <[email protected]> Date: Thu Jun 1 15:24:21 2023 +0200 Final2 commit92a7538996Merge:d5f5ec2f04724eAuthor: Friend2868 <[email protected]> Date: Thu Jun 1 15:23:59 2023 +0200 Merge branch 'feature-DeviceRegistration' of https://github.com/Stefan-5422/-T5-Elektrifikatsiya into feature-DeviceRegistration commit4ef3958da3Author: Stone_Red <[email protected]> Date: Thu Jun 1 15:23:10 2023 +0200 Fix .gitignore commitd5f5ec2d0eAuthor: Friend2868 <[email protected]> Date: Thu Jun 1 15:21:37 2023 +0200 Final commit236c2418c5Author: Friend2868 <[email protected]> Date: Thu Jun 1 15:18:57 2023 +0200 Update .gitignore commitf04724e258Merge:9b2db9cf74cff3Author: Stefan <[email protected]> Date: Thu Jun 1 15:15:57 2023 +0200 Merge remote-tracking branch 'origin/feature-DeviceRegistration' into feature-DeviceRegistration commit9b2db9c97dAuthor: Stefan <[email protected]> Date: Thu Jun 1 15:15:44 2023 +0200 Changes 🐙 commitf74cff3d39Author: Stone_Red <[email protected]> Date: Wed May 24 11:48:07 2023 +0200 Update appsettings.Development.json commit2f79ccb22dAuthor: Stone_Red <[email protected]> Date: Wed May 24 11:45:16 2023 +0200 Update appsettings.Development.json commit104bd37bcbAuthor: Stone_Red <[email protected]> Date: Wed May 24 11:44:58 2023 +0200 Update appsettings.Development.json commitbdac3581deAuthor: Stefan <[email protected]> Date: Wed May 24 11:29:38 2023 +0200 Revert test shid commit5b58318699Merge:5b342c1b054b9cAuthor: Stefan <[email protected]> Date: Wed May 24 11:28:20 2023 +0200 Merge remote-tracking branch 'origin/feature-DeviceRegistration' into feature-DeviceRegistration commit5b342c1a8fAuthor: Stefan <[email protected]> Date: Wed May 24 11:28:12 2023 +0200 Add `ScheduledService` and email things ༼ つ ◕_◕ ༽つ commitb054b9cfe3Author: Friend2868 <[email protected]> Date: Wed May 24 11:16:18 2023 +0200 EventService finish commit9520fa04b8Author: Stefan <[email protected]> Date: Wed May 10 12:13:31 2023 +0200 Email Inferstructure
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,49 @@
|
||||
<mjml>
|
||||
<mj-head>
|
||||
<mj-attributes>
|
||||
<mj-class name="primary" background-color="#1a237e"/>
|
||||
</mj-attributes>
|
||||
<mj-style>
|
||||
@font-face {
|
||||
font-family: Nunito;
|
||||
src: url(https://fonts.gstatic.com/s/nunito/v16/XRXV3I6Li01BKofINeaB.woff2)
|
||||
format('truetype');
|
||||
}
|
||||
</mj-style>
|
||||
</mj-head>
|
||||
<mj-body background-color="white">
|
||||
<mj-wrapper padding-right="20px" padding-left="20px" padding-top="7%" >
|
||||
<mj-section border-right="2px solid #B0B0B0" border-top="2px solid #B0B0B0" border-left="2px solid #B0B0B0" border-radius="33px">
|
||||
</mj-section>
|
||||
<mj-section padding-bottom="0px" padding-top="0px" border-left="2px solid #B0B0B0" border-right="2px solid #B0B0B0">
|
||||
<mj-column>
|
||||
<mj-text align="center" font-family="Nunito, Sans-Serif" font-weight="bold" font-size="30px">
|
||||
Daily Notification
|
||||
</mj-text>
|
||||
</mj-column>
|
||||
</mj-section>
|
||||
<mj-section padding-bottom="0px" border-left="2px solid #B0B0B0" border-right="2px solid #B0B0B0">
|
||||
<mj-column padding-left="5%" padding-right="5%">
|
||||
<mj-text font-family="Nunito, Sans-Serif" align="center" font-size="18px">
|
||||
Energy Consumption yesterday: {{yesterday}}
|
||||
</mj-text>
|
||||
</mj-column>
|
||||
<mj-column>
|
||||
<mj-text font-family="Nunito, Sans-Serif" algin="center" font-size="18px">
|
||||
Energy Consumption since the start of the year: {{yearly}}
|
||||
</mj-text>
|
||||
</mj-column>
|
||||
</mj-section>
|
||||
<mj-section padding-top="0px" border-right="2px solid #B0B0B0" border-left="2px solid #B0B0B0" border-bottom="2px solid #B0B0B0" border-radius="33px">
|
||||
<mj-column>
|
||||
<mj-button font-size="16px" mj-class="primary" font-weight="bold" font-family="Nunito, Sans-Serif">
|
||||
<mj-text>
|
||||
<a href="{{link}}" target="_blank" style="color:white; text-decoration:none;">Goto Dashboard</a>
|
||||
</mj-text>
|
||||
</mj-button>
|
||||
</mj-column>
|
||||
</mj-section>
|
||||
</mj-wrapper>
|
||||
|
||||
</mj-body>
|
||||
</mjml>
|
||||
Reference in New Issue
Block a user