Skip to content

Commit

Permalink
replace the svg with dashboard gif
Browse files Browse the repository at this point in the history
  • Loading branch information
sumitshinde-84 committed Jul 30, 2024
1 parent 5090b54 commit 7eea732
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
7 changes: 6 additions & 1 deletion src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1615,4 +1615,9 @@ input[type="range"] {
margin: 0 auto;
height: 2rem;
width: 100%;
}
}

.dashboard-image img {
border: 2px solid theme(colors.indigo.100);
border-radius: 8px;
}
Binary file added src/images/dashboard/bar-chart.jpeg
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 src/images/dashboard/donut-chart.jpeg
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 src/images/dashboard/line-chart.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src/product/dashboard.njk
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ meta:
<h4 class="font-light mt-2 text-gray-500">
Build visually appealing and useful UIs in minutes!
</h4>
<div class="justify-center items-center m-auto w-full flex mt-10">
{% image "../images/dashboard/dashboard.svg", "FlowFuse Dashboard", [1920] %}
<div class="justify-center items-center m-auto w-full flex mt-10 gap-3 dashboard-image">
{% image "../images/dashboard/bar-chart.gif", "chart1",[1920]%}
{% image "../images/dashboard/donut-chart.gif", "chart2", [1920]%}
{% image "../images/dashboard/line-chart.gif", "chart3", [1920]%}
</div>
<p class="mt-8 text-left">
FlowFuse Dashboard is a revolutionary tool that allows you to create beautiful and functional dashboards
Expand Down

0 comments on commit 7eea732

Please sign in to comment.