Skip to content

Commit

Permalink
Use wrap-reverse for the gifs going the other way to make it in order…
Browse files Browse the repository at this point in the history
… for mobile
  • Loading branch information
pflooky committed May 2, 2024
1 parent 9cdc258 commit 0a16e94
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata sources to automatically generate and validate data.

<hr>

<div style="display: flex; flex-wrap: wrap; justify-content: space-evenly">
<div style="display: flex; flex-wrap: wrap-reverse; justify-content: space-evenly">
<img src="diagrams/index/data_relationship.gif" alt="Create relationships between any data sources." style="max-width: 50%; min-width: 250px">
<div style="padding: 10px; max-width: 50%">
<h3><b>Relationships</b></h3><br>Generate data with relationships between any data source. Batch or real-time.
Expand All @@ -38,7 +38,7 @@ data source validations." style="max-width: 50%; min-width: 250px">

<hr>

<div style="display: flex; flex-wrap: wrap; justify-content: space-evenly">
<div style="display: flex; flex-wrap: wrap-reverse; 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%; min-width: 250px">
<div style="padding: 10px; max-width: 50%">
<h3><b>Data Cleanup</b></h3><br>Delete the generated data or even delete the data generated by your consumers. Keep your environments nice and tidy 😊.
Expand Down
4 changes: 2 additions & 2 deletions site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2231,7 +2231,7 @@ <h3><b>Data Connections</b></h3><br>Connect to databases, messaging systems, HTT

<hr>

<div style="display: flex; flex-wrap: wrap; justify-content: space-evenly">
<div style="display: flex; flex-wrap: wrap-reverse; justify-content: space-evenly">
<img src="diagrams/index/data_relationship.gif" alt="Create relationships between any data sources." style="max-width: 50%; min-width: 250px">
<div style="padding: 10px; max-width: 50%">
<h3><b>Relationships</b></h3><br>Generate data with relationships between any data source. Batch or real-time.
Expand All @@ -2251,7 +2251,7 @@ <h3><b>Complex Data Validations</b></h3><br>Don't just fire and forget. Validate

<hr>

<div style="display: flex; flex-wrap: wrap; justify-content: space-evenly">
<div style="display: flex; flex-wrap: wrap-reverse; 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%; min-width: 250px">
<div style="padding: 10px; max-width: 50%">
<h3><b>Data Cleanup</b></h3><br>Delete the generated data or even delete the data generated by your consumers. Keep your environments nice and tidy 😊.
Expand Down
Binary file modified site/sitemap.xml.gz
Binary file not shown.

0 comments on commit 0a16e94

Please sign in to comment.