Skip to content

Commit

Permalink
Merge pull request #8 from earth-artificial-intelligence/faq-form
Browse files Browse the repository at this point in the history
form added
  • Loading branch information
saivivek116 authored Jun 15, 2024
2 parents fa4dc00 + faa1d8a commit a5bccf7
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
8 changes: 8 additions & 0 deletions content/english/faq/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,12 @@ draft: false
faqDetails:
- question: "What is Geoweaver?"
answer: "Geoweaver is an open-source platform that enables the ad hoc management, open sharing, and robust reuse of NASA Earth data-driven hybrid AI workflows. Geoweaver is designed to help scientists and engineers to automate the process of creating, executing, and sharing complex workflows that involve a combination of AI and geospatial data processing tasks."

- question: "What types of scripts does Geoweaver support?"
answer: "Geoweaver supports both Python and shell scripts, allowing users to leverage a wide range of data processing and automation tasks within their workflows."

- question: "Can we create and share workflows in Geoweaver?"
answer: "Yes, you can create and share workflows in Geoweaver. To share a workflow, you can download it as a zip file. This zip file can then be uploaded to Geoweaver, where it will be displayed and ready to use."


---
17 changes: 14 additions & 3 deletions themes/geoweaver/layouts/faq/faq.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{{ define "main" }}


<section>
<div class="container">

<h1 class="font-mono text-center pt-10 tracking-wide">FAQ</h1>
<div class="pt-5">
<h4>Common Questions</h4>
<hr/>
<hr />


<div>
Expand All @@ -16,6 +15,18 @@ <h4>Common Questions</h4>
<p>{{.answer}}</p>
{{ end }}
</div>
<h4 class="mt-4">
Contact Us
</h4>
<p>If you have any issues, please fill out the form below:</p>


<div class="flex justify-center align-middle my-4">

<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSexLRsyysEvvuTw_6PFVywLeWVJOG5z5_FITK9KiXX_CZcOCA/viewform?embedded=true"
width="640" height="1000" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
</section>

{{ end }}
{{ end }}

0 comments on commit a5bccf7

Please sign in to comment.