diff --git a/app.css b/app.css new file mode 100644 index 0000000..18af4ff --- /dev/null +++ b/app.css @@ -0,0 +1,4 @@ +iframe { + border-radius: 15px; + box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); +} diff --git a/app.js b/app.js new file mode 100644 index 0000000..2431e38 --- /dev/null +++ b/app.js @@ -0,0 +1,31 @@ +document.addEventListener("DOMContentLoaded", function() { +document.getElementById("appButton").addEventListener("click", function() { + var iframe = document.createElement("iframe"); + iframe.src = "https://demogpt.streamlit.app/?embed=true"; + iframe.style.width = "80%"; + iframe.style.height = "80vh"; + iframe.style.position = "fixed"; + iframe.style.top = "10%"; + iframe.style.left = "10%"; + iframe.style.zIndex = "1000"; + iframe.style.border = "none"; + document.body.appendChild(iframe); + + // Add an overlay background to emphasize the iframe + var overlay = document.createElement("div"); + overlay.style.position = "fixed"; + overlay.style.top = "0"; + overlay.style.left = "0"; + overlay.style.width = "100%"; + overlay.style.height = "100%"; + overlay.style.backgroundColor = "rgba(0, 0, 0, 0.5)"; + overlay.style.zIndex = "999"; + document.body.appendChild(overlay); + + // Close the iframe when clicking outside + overlay.addEventListener("click", function() { + document.body.removeChild(iframe); + document.body.removeChild(overlay); + }); +}); +}); diff --git a/index.html b/index.html index 5845d99..9a5460c 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ - + @@ -21,6 +21,8 @@ + + @@ -168,6 +170,9 @@
+ + App + GitHub diff --git a/mission_and_vision/index.html b/mission_and_vision/index.html index 5c7a2b4..9387e77 100644 --- a/mission_and_vision/index.html +++ b/mission_and_vision/index.html @@ -15,12 +15,15 @@ + + + @@ -168,6 +171,9 @@
+ + App + GitHub diff --git a/pipeline/index.html b/pipeline/index.html index fa37bbb..7a906cf 100644 --- a/pipeline/index.html +++ b/pipeline/index.html @@ -15,12 +15,15 @@ + + + @@ -168,6 +171,9 @@
+ + App + GitHub diff --git a/python/index.html b/python/index.html index 64ff476..91193de 100644 --- a/python/index.html +++ b/python/index.html @@ -15,12 +15,14 @@ + + @@ -168,6 +170,9 @@
+ + App + GitHub diff --git a/roadmap/index.html b/roadmap/index.html index 06a2e7d..0977e80 100644 --- a/roadmap/index.html +++ b/roadmap/index.html @@ -15,12 +15,14 @@ + + @@ -168,6 +170,9 @@
+ + App + GitHub diff --git a/src_plan/index.html b/src_plan/index.html index b2d9d76..4464420 100644 --- a/src_plan/index.html +++ b/src_plan/index.html @@ -15,12 +15,14 @@ + + @@ -168,6 +170,9 @@
+ + App + GitHub diff --git a/src_plan_chains/index.html b/src_plan_chains/index.html index 6c28ec4..fee10d5 100644 --- a/src_plan_chains/index.html +++ b/src_plan_chains/index.html @@ -15,12 +15,14 @@ + + @@ -168,6 +170,9 @@
+ + App + GitHub diff --git a/src_plan_chains_prompts/index.html b/src_plan_chains_prompts/index.html index a83c1cc..a12f5a7 100644 --- a/src_plan_chains_prompts/index.html +++ b/src_plan_chains_prompts/index.html @@ -15,12 +15,14 @@ + + @@ -168,6 +170,9 @@
+ + App + GitHub diff --git a/src_plan_chains_prompts_tasks/index.html b/src_plan_chains_prompts_tasks/index.html index 0d65a34..85a4e5c 100644 --- a/src_plan_chains_prompts_tasks/index.html +++ b/src_plan_chains_prompts_tasks/index.html @@ -15,12 +15,14 @@ + + @@ -168,6 +170,9 @@
+ + App + GitHub diff --git a/test/index.html b/test/index.html index 86d4d8c..2f18ebc 100644 --- a/test/index.html +++ b/test/index.html @@ -15,12 +15,14 @@ + + @@ -168,6 +170,9 @@
+ + App + GitHub diff --git a/values/index.html b/values/index.html index 190bfb3..d0cfc09 100644 --- a/values/index.html +++ b/values/index.html @@ -15,12 +15,14 @@ + + @@ -168,6 +170,9 @@