diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index ebf8cd6..e71a087 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,15 +4,10 @@
-
-
-
+
-
-
-
-
-
+
+
@@ -21,91 +16,227 @@
+
- {
- "lastFilter": {
- "state": "OPEN",
- "assignee": "gokulprathin8"
- }
-}
- {
- "prStates": [
- ]
-}
- {
- "selectedUrlAndAccountId": {
- "url": "https://github.com/earth-artificial-intelligence/geoweaver-site.git",
- "accountId": "db8f0cd8-6bd6-4841-9460-87d115ebde06"
- }
-}
+
+
+
{
- "associatedIndex": 1
+ "customColor": "",
+ "associatedIndex": 3
}
-
+
- {
+ "keyToString": {
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
+ "RunOnceActivity.ShowReadmeOnStart": "true",
+ "dart.analysis.tool.window.visible": "false",
+ "git-widget-placeholder": "main",
+ "node.js.detected.package.eslint": "true",
+ "node.js.detected.package.tslint": "true",
+ "node.js.selected.package.eslint": "(autodetect)",
+ "node.js.selected.package.tslint": "(autodetect)",
+ "nodejs_package_manager_path": "npm",
+ "npm.dev.executor": "Run",
+ "npm.preview.executor": "Run",
+ "settings.editor.selected.configurable": "preferences.pluginManager",
+ "vue.rearranger.settings.migration": "true"
}
-}]]>
+}
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
+
-
+
+
+ 1703002206530
+
+
+ 1703002206530
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
- 1707505926131
+ 1703634334293
- 1707505926131
+ 1703634334293
-
-
- 1707777954207
-
-
- 1707777954207
-
-
-
+
+
+ 1706625313093
+
+
+
+ 1706625313093
+
+
+
+ 1706625485337
+
+
+
+ 1706625485337
+
+
+
+ 1706625630659
+
+
+
+ 1706625630659
+
+
+
+ 1706626078032
+
+
+
+ 1706626078032
+
+
+
+ 1706626193065
+
+
+
+ 1706626193065
+
+
+
+ 1706626278085
+
+
+
+ 1706626278085
+
+
+
+ 1706627377771
+
+
+
+ 1706627377771
+
+
+
+ 1707251544180
+
+
+
+ 1707251544180
+
+
+
+ 1707260188683
+
+
+
+ 1707260188683
+
+
+
+ 1707455973017
+
+
+
+ 1707455973017
+
+
+
+ 1707456456132
+
+
+
+ 1707456456132
+
+
+
+ 1707456920892
+
+
+
+ 1707456920892
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/assets/images/landing-page/cat_illu.png b/assets/images/landing-page/cat_illu.png
deleted file mode 100644
index 3bbf3eb..0000000
Binary files a/assets/images/landing-page/cat_illu.png and /dev/null differ
diff --git a/assets/images/landing-page/underline_1_install.png b/assets/images/landing-page/underline_1_install.png
deleted file mode 100644
index 3521ec1..0000000
Binary files a/assets/images/landing-page/underline_1_install.png and /dev/null differ
diff --git a/assets/js/main.js b/assets/js/main.js
index 772a82f..37f1eaa 100644
--- a/assets/js/main.js
+++ b/assets/js/main.js
@@ -16,21 +16,3 @@ installIcon.addEventListener('click', () => {
installIcon.querySelector('img').src = originalLogoSrc;
}, 3000);
});
-
-const copyGetStarted = document.getElementById('copy-get-started-text');
-
-copyGetStarted.addEventListener('click', () => {
- "use strict";
- const originalLogoSrc = installIcon.querySelector('img').src;
- const tickIcon = installIcon.getAttribute('data-image-url');
-
- copyGetStarted.querySelector('img').src = tickIcon;
- navigator.clipboard.writeText('gw start').then(() => {
- console.log('Text copied to clipboard');
- }).catch(err => {
- console.error('Failed to copy text: ', err);
- });
- setTimeout(() => {
- copyGetStarted.querySelector('img').src = originalLogoSrc;
- }, 3000);
-});
diff --git a/content/english/_index.md b/content/english/_index.md
index c6fcbfc..5c4c829 100755
--- a/content/english/_index.md
+++ b/content/english/_index.md
@@ -33,9 +33,6 @@ banner:
clipboardTickIcon: "/images/landing-page/clipboard-copy-done-tick.png"
noaaLogo: "/images/landing-page/noaa-logo.png"
pythonLogo: "/images/landing-page/python-logo.png"
- catIllu: "/images/landing-page/cat_illu.png"
- installUnderline: "/images/landing-page/underline_1_install.png"
-
button:
enable: false
label: "view on GitHub"
diff --git a/tailwind.config.js b/tailwind.config.js
index b457acc..2a9afd3 100755
--- a/tailwind.config.js
+++ b/tailwind.config.js
@@ -88,7 +88,6 @@ module.exports = {
primary: [fontPrimary, fontPrimaryType],
secondary: [fontSecondary, fontSecondaryType],
'heebo': ['heebo', 'ui-serif', 'Georgia'],
- 'roboto': ['roboto', 'ui-sans-serif', 'system-ui'],
},
},
},
diff --git a/themes/geoweaver/assets/scss/main.scss b/themes/geoweaver/assets/scss/main.scss
index 892b2f2..4bbaf78 100755
--- a/themes/geoweaver/assets/scss/main.scss
+++ b/themes/geoweaver/assets/scss/main.scss
@@ -4,7 +4,6 @@
@layer base {
@import "base";
- @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
}
@layer components {
diff --git a/themes/geoweaver/layouts/index.html b/themes/geoweaver/layouts/index.html
index 8dacba5..bbcd670 100755
--- a/themes/geoweaver/layouts/index.html
+++ b/themes/geoweaver/layouts/index.html
@@ -221,13 +221,8 @@
Works where you WORK
-
-
- {{ partial "image" (dict "Src" .catIllu "Alt" "python logo" "Loading" "eager")}}
-
-
-
+
{{ partial "image" (dict "Src" .pythonLogo "Alt" "python logo" "Loading" "eager")}}
@@ -241,15 +236,7 @@
Pygeoweaver
Geoweaver can now run directly inside your Jupyter notebooks and Python scripts, empowering you to effortlessly navigate complex scientific workflows with ease.
-
-
-
Install
-
- {{ partial "image" (dict "Src" .installUnderline "Alt" "Demo Icon" "Loading" "eager" "Class" "inline-block mr-2" "Width" "2px" "Height" "2px") }}
-
-
-
-
+
$ pip install pygeoweaver
@@ -261,25 +248,6 @@
Pygeoweaver
-
-
Get Started
-
- {{ partial "image" (dict "Src" .installUnderline "Alt" "Demo Icon" "Loading" "eager" "Class" "inline-block mr-2" "Width" "2px" "Height" "2px") }}
-
-
-
-
-
-
- {{ $image := resources.Get "images/landing-page/clipboard-copy-done-tick.png" }}
-
- {{ partial "image" (dict "Src" .clipboardCopyIcon "Alt" "python logo" "Loading" "eager")}}
-
-
-
-
Learn More