From 45bead4bd0d2133fcb2bc6f72f0911e77a3199d3 Mon Sep 17 00:00:00 2001 From: Allan Segovia Spadini Date: Sat, 20 Apr 2024 08:33:09 -0300 Subject: [PATCH] cat surface --- _quarto.yml | 2 + catsurface.qmd | 9 + dashboard.qmd | 2 +- docs/about.html | 4 + docs/catsurface.html | 582 +++++++++++++++++++++++++++++++++++++++++ docs/dashboard.html | 4 + docs/index.html | 6 +- docs/posts/index.html | 4 + docs/posts/index2.html | 4 + styles.css | 10 + 10 files changed, 625 insertions(+), 2 deletions(-) create mode 100644 catsurface.qmd create mode 100644 docs/catsurface.html diff --git a/_quarto.yml b/_quarto.yml index 5ea1cf4..618b699 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -22,6 +22,8 @@ website: menu: - text: Geo Cat Eye href: https://allanspadini-geocateye-geocateye-dvdnbe.streamlit.app/ + - text: Cat Surface + href: catsurface.qmd - text: Livros menu: - text: Séries temporais com Prophet diff --git a/catsurface.qmd b/catsurface.qmd new file mode 100644 index 0000000..4c7390f --- /dev/null +++ b/catsurface.qmd @@ -0,0 +1,9 @@ +--- +format: + html: + page-layout: full + overflow: hidden + title-block-banner: false +--- + + diff --git a/dashboard.qmd b/dashboard.qmd index 2409ba0..496cfcd 100644 --- a/dashboard.qmd +++ b/dashboard.qmd @@ -6,4 +6,4 @@ format: title-block-banner: false --- - \ No newline at end of file + diff --git a/docs/about.html b/docs/about.html index 405d796..504849c 100644 --- a/docs/about.html +++ b/docs/about.html @@ -119,6 +119,10 @@
  • Geo Cat Eye +
  • +
  • + + Cat Surface
  • diff --git a/docs/catsurface.html b/docs/catsurface.html new file mode 100644 index 0000000..2144108 --- /dev/null +++ b/docs/catsurface.html @@ -0,0 +1,582 @@ + + + + + + + + + +Allan Spadini + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +
    + +
    + + + + + + + \ No newline at end of file diff --git a/docs/dashboard.html b/docs/dashboard.html index ac5f546..0246094 100644 --- a/docs/dashboard.html +++ b/docs/dashboard.html @@ -120,6 +120,10 @@
  • Geo Cat Eye +
  • +
  • + + Cat Surface
  • diff --git a/docs/index.html b/docs/index.html index 1630b54..398cd5d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -180,6 +180,10 @@
  • Geo Cat Eye +
  • +
  • + + Cat Surface
  • @@ -261,7 +265,7 @@

    Posts

    -
    +

    diff --git a/docs/posts/index.html b/docs/posts/index.html index 94e416a..27b2e11 100644 --- a/docs/posts/index.html +++ b/docs/posts/index.html @@ -121,6 +121,10 @@
  • Geo Cat Eye +
  • +
  • + + Cat Surface
  • diff --git a/docs/posts/index2.html b/docs/posts/index2.html index 4f3fb5e..3338015 100644 --- a/docs/posts/index2.html +++ b/docs/posts/index2.html @@ -121,6 +121,10 @@
  • Geo Cat Eye +
  • +
  • + + Cat Surface
  • diff --git a/styles.css b/styles.css index 2ddf50c..46fabe0 100644 --- a/styles.css +++ b/styles.css @@ -1 +1,11 @@ /* css styles */ + +/* Style for the iframe itself */ +iframe { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + border: none; + } \ No newline at end of file