-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b64fd21
commit a6062de
Showing
4 changed files
with
88 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "Guide" | ||
meta_title: "Guide on how to quickly be productive with Geoweaver!" | ||
description: "" | ||
draft: false | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "Guide" | ||
meta_title: "Projects that already use Geoweaver" | ||
description: "" | ||
draft: false | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
{{ define "main" }} | ||
|
||
<section> | ||
<div class="container"> | ||
<h1 class="font-archivo text-center pt-10 tracking-wide">Guide Page</h1> | ||
|
||
<div class="pt-5"> | ||
<div class="pb-10"> | ||
<h4>Installation & Setup</h4> | ||
<hr/> | ||
<div class="mt-5 flex justify-center"> | ||
<iframe src="https://drive.google.com/file/d/1AXn19AGtOp5Yd2-AO_rXQkphtipBqhbx/preview" width="700" height="400" allow="autoplay"></iframe> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="pb-10"> | ||
<h4>Environment Setup</h4> | ||
<hr/> | ||
<div class="mt-5 flex justify-center"> | ||
<iframe src="https://drive.google.com/file/d/1NdJpjRHYFLi1WargZawIezvTwrea_Rt5/preview" width="700" height="400" allow="autoplay"></iframe> | ||
</div> | ||
</div> | ||
|
||
|
||
<div class="pb-10"> | ||
<h4>Hosts</h4> | ||
<hr/> | ||
<div class="mt-5 flex justify-center"> | ||
<iframe src="https://drive.google.com/file/d/1m_1Oo2z80bS3hMEkD_2hKEsoRQW7idIG/preview" width="700" height="400" allow="autoplay"></iframe> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
<div class="pb-10"> | ||
<h4>Workflow Demo</h4> | ||
<hr/> | ||
<div class="mt-5 flex justify-center"> | ||
<iframe src="https://drive.google.com/file/d/1RY_BgLTLE3o9AGYwEL9Ebc_0pc2KThaY/preview" width="700" height="400" allow="autoplay"></iframe> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
</div> | ||
</section> | ||
|
||
{{ end }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters