diff --git a/app/views/home/demo-airtable.html.erb b/app/views/home/demo-airtable.html.erb index 8482834..fd19b46 100644 --- a/app/views/home/demo-airtable.html.erb +++ b/app/views/home/demo-airtable.html.erb @@ -4,10 +4,27 @@
-

Demo

+ +
+
    +
  • + <%= link_to demo_url(backend: 'google-sheets') do %> + <%= image_tag 'google_sheets-icon.svg' %> + Google Sheets + <% end %> +
  • +
  • + <%= link_to demo_url(backend: 'airtable') do %> + <%= image_tag 'airtable-icon.svg' %> + Airtable + <% end %> +
  • +
+
+

- This short form is connected to the embedded <%= link_to 'document', AIRTABLE_DEMO_EMBED_URL %> on the right.
- Submit the form and see the update of the document in realtime. + This short demo form is connected to the embedded <%= link_to 'document', AIRTABLE_DEMO_EMBED_URL %> on the right.
+ Submit the form and see the update of the document in real-time.

-
+
@@ -71,7 +88,7 @@
- +
diff --git a/app/views/home/demo-google.html.erb b/app/views/home/demo-google.html.erb index 540245a..28961e1 100644 --- a/app/views/home/demo-google.html.erb +++ b/app/views/home/demo-google.html.erb @@ -4,10 +4,28 @@
-

Demo

+ +
+
    +
  • + <%= link_to demo_url(backend: 'google-sheets') do %> + <%= image_tag 'google_sheets-icon.svg' %> + Google Sheets + <% end %> +
  • +
  • + <%= link_to demo_url(backend: 'airtable') do %> + <%= image_tag 'airtable-icon.svg' %> + Airtable + <% end %> +
  • +
+
+ +

- This short form is connected to the embedded <%= link_to 'document', GOOGLE_DEMO_FORM.spreadsheet_url %> on the right.
- Submit the form and see the update of the document in realtime. + This short demo form is connected to the embedded <%= link_to 'document', GOOGLE_DEMO_FORM.spreadsheet_url %> on the right.
+ Submit the form and see the update of the document in real-time.

-
+
@@ -71,7 +89,7 @@
- +