Skip to content

Add Tank level Monitong page #1451

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
c5a2703
add tank monitoring level landing page
pinkevmladchy Apr 9, 2024
084175e
Add validation for msg input and add mobile pictures
pinkevmladchy Apr 15, 2024
6376629
refactor code
pinkevmladchy Apr 16, 2024
6af3a1a
change images format to webp + refactor code
pinkevmladchy Apr 22, 2024
03e544c
change background image
pinkevmladchy Apr 22, 2024
8844402
Change format of images, add alts, add lazy loading
pinkevmladchy Apr 22, 2024
0eb6dd0
Change format of images in article pages
pinkevmladchy Apr 22, 2024
a359855
Merge branch 'master' into tank_level_monitong_solution
pinkevmladchy Apr 24, 2024
769ec68
change button hover styles & change image on smart energy page
pinkevmladchy Apr 25, 2024
d7a598d
Merge branch 'tank_level_monitong_solution' of github.com:pinkevmladc…
pinkevmladchy Apr 25, 2024
65532da
Merge remote-tracking branch 'origin/master' into tank_level_monitong…
pinkevmladchy Aug 9, 2024
5cfec89
Change images for CDU page
pinkevmladchy Aug 20, 2024
fa591a0
Merge branch 'master' into tank_level_monitong_solution
pinkevmladchy Sep 26, 2024
cadcc34
Merge branch 'master' into tank_level_monitong_solution
pinkevmladchy Oct 18, 2024
d576500
Minor fix
pinkevmladchy Oct 18, 2024
834d75c
Merge branch 'master' into tank_level_monitong_solution
pinkevmladchy Dec 31, 2024
8cc6bb9
Merge remote-tracking branch 'origin/master' into tank_level_monitong…
pinkevmladchy Apr 16, 2025
004d10f
update design of landing
pinkevmladchy Apr 17, 2025
8cc0bf0
refactor styles
pinkevmladchy Apr 18, 2025
c9d7ca7
change title and description of page
pinkevmladchy Apr 18, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion _includes/use-cases-partners.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<section id="partners" class="content-wrapper">
<h2 class="title">Our hardware partners</h2>
<div class="sub-text">We maintain ongoing partnerships with many hardware providers, offering pre-integrated sensors for easy setup without building integrations from scratch.</div>
<div class="logos">
<div class="logo"><img loading="lazy" alt="Efento logo" src="/images/usecases/partners-logos/efento-logo.webp"/></div>
<div class="logo"><img loading="lazy" alt="Seeed logo" src="/images/usecases/partners-logos/seeed-logo.webp"/></div>
Expand All @@ -10,5 +11,5 @@ <h2 class="title">Our hardware partners</h2>
<div class="logo"><img loading="lazy" alt="Decode logo" src="/images/usecases/partners-logos/decode-logo.webp"/></div>
<div class="logo"><img loading="lazy" alt="Monoz logo" src="/images/usecases/partners-logos/monoz-logo.webp"/></div>
</div>
<a class="outline-button" href="/partners/hardware/" type="button" value="All partners">All partners</a>
<a class="outline-button" href="/partners/hardware/" target="_blank" type="button" value="All partners">All partners</a>
</section>
22 changes: 19 additions & 3 deletions _includes/use-cases-partners.sass
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,23 @@ $step5: 1439px
flex-direction: column
align-items: center
justify-content: space-around
margin-bottom: 150px
margin-bottom: 50px
.title
font-size: 48px
font-weight: 600
line-height: 62.4px
text-align: center
color: #212529
padding-bottom: 10px
margin-bottom: 60px
margin-bottom: 20px

.sub-text
width: 656px !important
font-weight: 400
font-size: 16px
text-align: center
color: #495057
padding-bottom: 60px

.logos
width: 100%
Expand Down Expand Up @@ -74,4 +82,12 @@ $step5: 1439px
max-width: 127px

.outline-button
width: 100%
width: 100%

.sub-text
max-width: 100% !important
font-weight: 400
font-size: 16px
text-align: center
color: #495057
padding-bottom: 60px
14 changes: 14 additions & 0 deletions _layouts/tank-level-monitoring.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{% if page.notitle == "true" %}{% assign notitle = "true" %}{% endif %}

<!Doctype html>
<html id="tank-level-monitoring" lang="en">

{% include head-header.html%}

<div class="noToc">
{{content}}
</div>

{% include footer.html %}

</html>
2 changes: 1 addition & 1 deletion css/styles.sass
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
@import "../_includes/carousel"
@import "../_includes/accordion"
@import "../google-iot-core-alternative/google-iot-core-alternative"

@import "../use-cases/tank-level-monitoring"

@import "../_sass/tablet"
@import "../_sass/desktop"
Expand Down
1 change: 1 addition & 0 deletions css/use-cases.sass
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@
@import "../_sass/tablet"
@import "../_sass/desktop"
@import "../_sass/desktop-xl"
@import "../use-cases/tank-level-monitoring"
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified images/development-services/solution-coinify.webp
Binary file not shown.
Binary file not shown.
Binary file modified images/development-services/solution-market-solution.webp
Binary file not shown.
Binary file modified images/development-services/solution-market-solution2.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified images/development-services/solution-mvp.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified images/iot-articles/asset-management_2_2180x1364.webp
Binary file not shown.
Binary file not shown.
Binary file removed images/iot-articles/device_settings_1_2180x1316.webp
Binary file not shown.
Binary file modified images/iot-articles/energy_management_1_1110x678.webp
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified images/iot-articles/monitoring_dashboard_1_2180x1484.webp
Binary file not shown.
Binary file modified images/iot-articles/monitoring_dashboard_2_2180x1362.webp
Binary file not shown.
Binary file modified images/iot-articles/monitoring_dashboard_3_2180x1316.webp
Binary file not shown.
Binary file modified images/iot-articles/monitoring_dashboard_4_2180x1344.webp
Binary file not shown.
3 changes: 3 additions & 0 deletions images/usecases/fuel-level-monitoring/accurate-level.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions images/usecases/fuel-level-monitoring/alarm-management.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/usecases/fuel-level-monitoring/alert.webp
Binary file not shown.
3 changes: 3 additions & 0 deletions images/usecases/fuel-level-monitoring/asset-management.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions images/usecases/fuel-level-monitoring/cost.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions images/usecases/fuel-level-monitoring/customizations.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/usecases/fuel-level-monitoring/dashboard.webp
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions images/usecases/fuel-level-monitoring/data-logging.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
3 changes: 3 additions & 0 deletions images/usecases/fuel-level-monitoring/device-management.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading