Skip to content

Commit

Permalink
website: add dataviz feature section
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdanp committed Nov 26, 2023
1 parent 81820e5 commit 4e5e3f0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Binary file added website/assets/06-data-visualization.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,23 @@ <h1 class="title">Filter &amp; Process Data</h1>
</div>
</section>

<section class="feature alt">
<div class="container">
<div class="row prefer-right">
<div class="col">
<h1 class="title">Visualize Your Data</h1>
<p>
Leverage the Lua programming environment to aggregate and
visualize data from your topics.
</p>
</div>
<div class="col">
<img alt="a screenshot of candlestick graphs visualizing financial candle data on a topic" src="/assets/06-data-visualization.png" class="screenshot">
</div>
</div>
</div>
</section>

<section class="footer">
<div class="container">
<ul class="footer__links">
Expand Down

0 comments on commit 4e5e3f0

Please sign in to comment.