Skip to content

Commit

Permalink
Make it friendly for mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed May 2, 2024
1 parent 734c7d0 commit c9e52a8
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 81 deletions.
63 changes: 23 additions & 40 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,59 +8,42 @@ image: "https://data.catering/diagrams/logo/data_catering_logo.svg"
<h1 align="center" style="padding-top: 50px;">Never manually generate or validate data again.</h1>
<h3 align="center" style="padding-bottom: 50px">Create simple managed flows for data generation, validation and cleanup.</h3>

<table border="0">
<tr>
<td>

<div style="display: flex; justify-content: space-evenly">
<div style="padding: 10px">
<h3>🔌 Data Connections</h3><br>Connect to databases, messaging systems, HTTP APIs, file systems, data catalogs and
metadata sources to automatically generate and validate data.
</div>
<img src="diagrams/index/data_connections.gif" alt="Define your data connections for data sources, metadata sources and alerts." style="max-width: 50%">
</div>

</td>
<td>

<img src="diagrams/index/data_connections.gif" alt="Define your data connections for data sources, metadata sources and alerts.">

</td>
</tr>
<tr>
<td>

<img src="diagrams/index/data_relationship.gif" alt="Create relationships between any data sources.">

</td>
<td>
<hr>

<div style="display: flex; justify-content: space-evenly">
<img src="diagrams/index/data_relationship.gif" alt="Create relationships between any data sources." style="max-width: 50%">
<div style="padding: 10px">
<h3>🚀 Relationships</h3><br>Generate data with relationships between any data source. Batch or real-time.
</div>
</div>

</td>
</tr>
<tr>
<td>
<hr>

<div style="display: flex; justify-content: space-evenly">
<div style="padding: 10px">
<h3>👀 Complex Data Validations</h3><br>Don't just fire and forget. Validate your data with powerful validations
that can be powered by the data generated.

</td>
<td>

</div>
<img src="diagrams/index/data_validations.gif" alt="Define specific field, group by/aggregate, column name or upstream
data source validations.">

</td>
</tr>
<tr>
<td>

<img src="diagrams/index/delete_data.gif" alt="Remove all generated and consumed data from data sources.">
data source validations." style="max-width: 50%">
</div>

</td>
<td>
<hr>

<div style="display: flex; justify-content: space-evenly">
<img src="diagrams/index/delete_data.gif" alt="Remove all generated and consumed data from data sources." style="max-width: 50%">
<div style="padding: 10px">
<h3>🧹 Data Cleanup</h3><br>Delete the generated data or even delete the data generated by your consumers. Keep your environments nice and tidy 😊.

</td>
</tr>
</table>
</div>
</div>

<span class="center-content">
[Try now](get-started/docker.md){ .md-button .md-button--primary .button-spaced }
Expand Down
63 changes: 23 additions & 40 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2221,59 +2221,42 @@
<h1 align="center" style="padding-top: 50px;">Never manually generate or validate data again.</h1>
<h3 align="center" style="padding-bottom: 50px">Create simple managed flows for data generation, validation and cleanup.</h3>

<table border="0">
<tr>
<td>

<div style="display: flex; justify-content: space-evenly">
<div style="padding: 10px">
<h3>🔌 Data Connections</h3><br>Connect to databases, messaging systems, HTTP APIs, file systems, data catalogs and
metadata sources to automatically generate and validate data.
</div>
<img src="diagrams/index/data_connections.gif" alt="Define your data connections for data sources, metadata sources and alerts." style="max-width: 50%">
</div>

</td>
<td>

<img src="diagrams/index/data_connections.gif" alt="Define your data connections for data sources, metadata sources and alerts.">

</td>
</tr>
<tr>
<td>

<img src="diagrams/index/data_relationship.gif" alt="Create relationships between any data sources.">

</td>
<td>
<hr>

<div style="display: flex; justify-content: space-evenly">
<img src="diagrams/index/data_relationship.gif" alt="Create relationships between any data sources." style="max-width: 50%">
<div style="padding: 10px">
<h3>🚀 Relationships</h3><br>Generate data with relationships between any data source. Batch or real-time.
</div>
</div>

</td>
</tr>
<tr>
<td>
<hr>

<div style="display: flex; justify-content: space-evenly">
<div style="padding: 10px">
<h3>👀 Complex Data Validations</h3><br>Don't just fire and forget. Validate your data with powerful validations
that can be powered by the data generated.

</td>
<td>

</div>
<img src="diagrams/index/data_validations.gif" alt="Define specific field, group by/aggregate, column name or upstream
data source validations.">

</td>
</tr>
<tr>
<td>

<img src="diagrams/index/delete_data.gif" alt="Remove all generated and consumed data from data sources.">
data source validations." style="max-width: 50%">
</div>

</td>
<td>
<hr>

<div style="display: flex; justify-content: space-evenly">
<img src="diagrams/index/delete_data.gif" alt="Remove all generated and consumed data from data sources." style="max-width: 50%">
<div style="padding: 10px">
<h3>🧹 Data Cleanup</h3><br>Delete the generated data or even delete the data generated by your consumers. Keep your environments nice and tidy 😊.

</td>
</tr>
</table>
</div>
</div>

<p><span class="center-content">
<a class="md-button md-button--primary button-spaced" href="get-started/docker/">Try now</a>
Expand Down
2 changes: 1 addition & 1 deletion site/search/search_index.json

Large diffs are not rendered by default.

Binary file modified site/sitemap.xml.gz
Binary file not shown.

0 comments on commit c9e52a8

Please sign in to comment.