From e22a5cdbdc7726524d8cc67566a43cc8eebdc224 Mon Sep 17 00:00:00 2001 From: Charles Ancheta <55412395+cbebe@users.noreply.github.com> Date: Thu, 3 Oct 2024 19:06:28 -0600 Subject: [PATCH] Deploy website - based on 2d6f04a7011ef76d11c5ff5b060c79094c552b49 --- categories/index.html | 2 +- ...30413736cf050c0517c1bdbe4ec0679a9ef034525ce1b688a5e89b.css | 1 - ...129861e74d41fcf31b4eec699cebb606dd7b809d5aa5cdc74b0eec.css | 1 + ...25e7830167284dc04dc51a9b66ecb5b82fd9507da61252a2e5f231.css | 1 - ...e4a238d7337fc3dcf320ad9fbe4549436aa2a428da7e3ffba14444.css | 1 + docs/index.html | 2 +- docs/installation/index.html | 2 +- docs/manual/index.html | 4 ++-- index.html | 2 +- tags/index.html | 2 +- 10 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 css/main.min.74847b602030413736cf050c0517c1bdbe4ec0679a9ef034525ce1b688a5e89b.css create mode 100644 css/main.min.a26f76782b129861e74d41fcf31b4eec699cebb606dd7b809d5aa5cdc74b0eec.css delete mode 100644 css/opening.min.ce541f33bb25e7830167284dc04dc51a9b66ecb5b82fd9507da61252a2e5f231.css create mode 100644 css/opening.min.e026a4abcbe4a238d7337fc3dcf320ad9fbe4549436aa2a428da7e3ffba14444.css diff --git a/categories/index.html b/categories/index.html index 4ff9920..f0f8d33 100644 --- a/categories/index.html +++ b/categories/index.html @@ -1,2 +1,2 @@ Categories | Fysh -

Fysh

Categories

\ No newline at end of file +

Categories

\ No newline at end of file diff --git a/css/main.min.74847b602030413736cf050c0517c1bdbe4ec0679a9ef034525ce1b688a5e89b.css b/css/main.min.74847b602030413736cf050c0517c1bdbe4ec0679a9ef034525ce1b688a5e89b.css deleted file mode 100644 index 50ecbb9..0000000 --- a/css/main.min.74847b602030413736cf050c0517c1bdbe4ec0679a9ef034525ce1b688a5e89b.css +++ /dev/null @@ -1 +0,0 @@ -header{border-bottom:1px solid #222;margin-bottom:1rem}footer{border-top:1px solid #222;margin-top:1rem}a{color:#00e;text-decoration:none}nav.corner-nav{position:sticky;top:0;z-index:400;height:0}nav.corner-nav a{margin:1rem;cursor:pointer;color:#fff;font-size:1.25rem;font-weight:200;animation:glow 1s ease infinite alternate}main#main{background-color:#000;color:#fff;text-align:center;padding:4rem}main#main a{color:#4fff64;font-weight:700}@keyframes glow{from{color:#4fff64a3;text-shadow:0 0 5px #0c48,0 0 7px #0c48}to{color:#4fff647b;text-shadow:none}} \ No newline at end of file diff --git a/css/main.min.a26f76782b129861e74d41fcf31b4eec699cebb606dd7b809d5aa5cdc74b0eec.css b/css/main.min.a26f76782b129861e74d41fcf31b4eec699cebb606dd7b809d5aa5cdc74b0eec.css new file mode 100644 index 0000000..b2e5cc3 --- /dev/null +++ b/css/main.min.a26f76782b129861e74d41fcf31b4eec699cebb606dd7b809d5aa5cdc74b0eec.css @@ -0,0 +1 @@ +*,:root{margin:0;padding:0;box-sizing:border-box}a{color:#4fff64;text-decoration:none}nav.corner-nav{position:sticky;top:0;z-index:400;height:0}nav.corner-nav a{margin:1rem;cursor:pointer;color:#fff;font-size:1.25rem;font-weight:200;animation:glow 1s ease infinite alternate}main#main,main#main-block,header#header,footer#footer{background-color:#000;color:#fff}main#main{text-align:center;padding:4rem}main#main a{font-weight:700}main#main-block{padding-left:4rem;padding-right:4rem;flex:1}html,body{height:100%}body{display:flex;flex-direction:column}@keyframes glow{from{color:#4fff64a3;text-shadow:0 0 5px #0c48,0 0 7px #0c48}to{color:#4fff647b;text-shadow:none}} \ No newline at end of file diff --git a/css/opening.min.ce541f33bb25e7830167284dc04dc51a9b66ecb5b82fd9507da61252a2e5f231.css b/css/opening.min.ce541f33bb25e7830167284dc04dc51a9b66ecb5b82fd9507da61252a2e5f231.css deleted file mode 100644 index e5b6d50..0000000 --- a/css/opening.min.ce541f33bb25e7830167284dc04dc51a9b66ecb5b82fd9507da61252a2e5f231.css +++ /dev/null @@ -1 +0,0 @@ -@keyframes cursor{0%{opacity:1}20%{opacity:.1}40%{opacity:1}60%{opacity:.1}80%{opacity:1}100%{font-size:0}}@keyframes appear{0%{font-size:0}100%{font-size:10vw}}code.blinking{animation:cursor 4s 1 steps(1)3.5s forwards}code.blinking-after{font-size:0;animation:cursor-after .5s 1 steps(1)7.5s}@keyframes cursor-after{0%{font-size:var(--fysh)}100%{font-size:var(--fysh)}}*,:root{margin:0;padding:0;box-sizing:border-box}:root{--fysh:8vw}html,body,.opening{height:100%;width:100%;overflow-x:hidden;position:relative}.og-fysh{text-decoration:none;color:#333;position:absolute;top:50%;left:50%;font-size:var(--fysh)}.og-fysh>code{position:relative;top:-50%;left:-50%}.opening{background:radial-gradient( ellipse at center,#fffeea 0%,#fffeea 35%,#b7e8eb 100% );overflow:hidden}.opening::-webkit-scrollbar{display:none}main[role=main]{height:100vh;color:#fff;background:#000;margin:0 auto}.opening,.fysh-container{animation:fade 2s cubic-bezier(.22,.61,.36,1)1 none}.fysh{font-size:var(--fysh)}.fysh{color:#4fff64;opacity:0;animation:fade .5s ease 5s forwards,glow 1s ease infinite alternate}.fysh>code.c{z-index:999;animation:appear 0s steps(1)0s 1}.fysh>code.c.c-1{animation-duration:6.25s}.fysh>code.c.c-2{animation-duration:6.5s}.fysh>code.c.c-3{animation-duration:6.75s}.fysh>code.c.c-4{animation-duration:7s}.bottom-fysh{position:relative;width:100%;bottom:-100%;height:100vh;background:#000;display:flex;justify-content:center;align-items:center;animation:imthebgnow .5s ease 4.25s forwards}.fysh-container{animation:swim-right 1s ease-in 9s forwards}@keyframes swim-right{0%{transform:translateX(0)}100%{transform:translateX(100vw)}}@keyframes imthebgnow{0%{background:linear-gradient(#015871,black),#000;background-size:100% 500%;background-position:0 80%;position:absolute;bottom:0}90%{background-position:0 90%}100%{position:absolute;bottom:0;background:#000}}@keyframes fade{0%{opacity:0}100%{opacity:1}}main#main{height:100vh;background-color:#015871;animation:to-black .125s cubic-bezier(.22,.61,.36,1)2.5s forwards}@keyframes to-black{0%{background-color:#015871}100%{background-color:#000}}.opening{animation:be-gone .75s cubic-bezier(.22,.61,.36,1)10s forwards}nav.corner-nav{animation:come .75s cubic-bezier(.22,.61,.36,1)10s forwards;transform:translateX(-50vw)}@keyframes come{0%{transform:translateX(-50vw)}100%{transform:translateX(0)}}@keyframes be-gone{0%{height:100%}100%{height:0%}}.ocean{height:5%;width:100%;position:absolute;bottom:0;left:0;background:#015871;animation:dive 2s ease-out 2.5s forwards}.wave-container{overflow-x:hidden}.wave{background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg)repeat-x;position:absolute;top:-198px;width:6400px;height:198px;animation:wave 5s cubic-bezier(.36,.45,.63,.53)1 forwards;transform:translate3d(0,0,0)}.wave:nth-of-type(2){top:-175px;animation:wave 5s cubic-bezier(.36,.45,.63,.53)-.125s 1 forwards;opacity:1}@keyframes wave{0%{transform:translateX(0)}50%{transform:translateX(-40%)}75%{transform:translateX(-60%)}99%{transform:translate(-80%,0%);width:6400px;height:198px}100%{transform:translate(-80%,-100%);width:0;height:0}}@keyframes dive{0%{height:5%;background:linear-gradient(to top,black 20%,#015871 95%)}12.5%{background:linear-gradient(to top,black 31.25%,#015871 95%)}25%{background:linear-gradient(to top,black 37.5%,#015871 95%)}37.5%{background:linear-gradient(to top,black 43.75%,#015871 95%)}50%{background:linear-gradient(to top,black 45%,#015871 95%)}62.5%{background:linear-gradient(to top,black 51.25%,#015871 95%)}75%{background:linear-gradient(to top,black 57.5%,#015871 95%)}87.5%{background:linear-gradient(to top,black 70%,#015871 95%)}99%{position:absolute;bottom:0;left:0;height:100%;background:linear-gradient(to top,black 90%,#015871 99%),#000}100%{height:0%;position:relative;background:#000;background-position:0 100%}}web-interpreter.interpreter{display:flex;flex-direction:column}web-interpreter textarea.input{height:50vh;resize:vertical}web-interpreter textarea.output{height:20vh;resize:vertical} \ No newline at end of file diff --git a/css/opening.min.e026a4abcbe4a238d7337fc3dcf320ad9fbe4549436aa2a428da7e3ffba14444.css b/css/opening.min.e026a4abcbe4a238d7337fc3dcf320ad9fbe4549436aa2a428da7e3ffba14444.css new file mode 100644 index 0000000..7332982 --- /dev/null +++ b/css/opening.min.e026a4abcbe4a238d7337fc3dcf320ad9fbe4549436aa2a428da7e3ffba14444.css @@ -0,0 +1 @@ +@keyframes cursor{0%{opacity:1}20%{opacity:.1}40%{opacity:1}60%{opacity:.1}80%{opacity:1}100%{font-size:0}}@keyframes appear{0%{font-size:0}100%{font-size:10vw}}code.blinking{animation:cursor 4s 1 steps(1)3.5s forwards}code.blinking-after{font-size:0;animation:cursor-after .5s 1 steps(1)7.5s}@keyframes cursor-after{0%{font-size:var(--fysh)}100%{font-size:var(--fysh)}}:root{--fysh:8vw}html,body,.opening{height:100%;width:100%;overflow-x:hidden;position:relative}body{display:inline}.og-fysh{text-decoration:none;color:#333;position:absolute;top:50%;left:50%;font-size:var(--fysh)}.og-fysh>code{position:relative;top:-50%;left:-50%}.opening{background:radial-gradient( ellipse at center,#fffeea 0%,#fffeea 35%,#b7e8eb 100% );overflow:hidden}.opening::-webkit-scrollbar{display:none}main[role=main]{height:100vh;color:#fff;background:#000;margin:0 auto}.opening,.fysh-container{animation:fade 2s cubic-bezier(.22,.61,.36,1)1 none}.fysh{font-size:var(--fysh)}.fysh{color:#4fff64;opacity:0;animation:fade .5s ease 5s forwards,glow 1s ease infinite alternate}.fysh>code.c{z-index:999;animation:appear 0s steps(1)0s 1}.fysh>code.c.c-1{animation-duration:6.25s}.fysh>code.c.c-2{animation-duration:6.5s}.fysh>code.c.c-3{animation-duration:6.75s}.fysh>code.c.c-4{animation-duration:7s}.bottom-fysh{position:relative;width:100%;bottom:-100%;height:100vh;background:#000;display:flex;justify-content:center;align-items:center;animation:imthebgnow .5s ease 4.25s forwards}.fysh-container{animation:swim-right 1s ease-in 9s forwards}@keyframes swim-right{0%{transform:translateX(0)}100%{transform:translateX(100vw)}}@keyframes imthebgnow{0%{background:linear-gradient(#015871,black),#000;background-size:100% 500%;background-position:0 80%;position:absolute;bottom:0}90%{background-position:0 90%}100%{position:absolute;bottom:0;background:#000}}@keyframes fade{0%{opacity:0}100%{opacity:1}}main#main{height:100vh;background-color:#015871;animation:to-black .125s cubic-bezier(.22,.61,.36,1)2.5s forwards}@keyframes to-black{0%{background-color:#015871}100%{background-color:#000}}.opening{animation:be-gone .75s cubic-bezier(.22,.61,.36,1)10s forwards}nav.corner-nav{animation:come .75s cubic-bezier(.22,.61,.36,1)10s forwards;transform:translateX(-50vw)}@keyframes come{0%{transform:translateX(-50vw)}100%{transform:translateX(0)}}@keyframes be-gone{0%{height:100%}100%{height:0%}}.ocean{height:5%;width:100%;position:absolute;bottom:0;left:0;background:#015871;animation:dive 2s ease-out 2.5s forwards}.wave-container{overflow-x:hidden}.wave{background:url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg)repeat-x;position:absolute;top:-198px;width:6400px;height:198px;animation:wave 5s cubic-bezier(.36,.45,.63,.53)1 forwards;transform:translate3d(0,0,0)}.wave:nth-of-type(2){top:-175px;animation:wave 5s cubic-bezier(.36,.45,.63,.53)-.125s 1 forwards;opacity:1}@keyframes wave{0%{transform:translateX(0)}50%{transform:translateX(-40%)}75%{transform:translateX(-60%)}99%{transform:translate(-80%,0%);width:6400px;height:198px}100%{transform:translate(-80%,-100%);width:0;height:0}}@keyframes dive{0%{height:5%;background:linear-gradient(to top,black 20%,#015871 95%)}12.5%{background:linear-gradient(to top,black 31.25%,#015871 95%)}25%{background:linear-gradient(to top,black 37.5%,#015871 95%)}37.5%{background:linear-gradient(to top,black 43.75%,#015871 95%)}50%{background:linear-gradient(to top,black 45%,#015871 95%)}62.5%{background:linear-gradient(to top,black 51.25%,#015871 95%)}75%{background:linear-gradient(to top,black 57.5%,#015871 95%)}87.5%{background:linear-gradient(to top,black 70%,#015871 95%)}99%{position:absolute;bottom:0;left:0;height:100%;background:linear-gradient(to top,black 90%,#015871 99%),#000}100%{height:0%;position:relative;background:#000;background-position:0 100%}}web-interpreter.interpreter{display:flex;flex-direction:column}web-interpreter textarea.input{height:50vh;resize:vertical;font-family:monospace}web-interpreter textarea.output{height:20vh;resize:vertical;font-family:monospace} \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 91a7dd6..4428baa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,2 +1,2 @@ Docs | Fysh -

Fysh

Docs

πŸ™ Fyshing Manual

🐠 Chapter 1: Fysh Syntax Click to expand 🐟 Variables Meet Steven, our fishy friend. In Fysh, variables like Steven are declared with ><name>. Every line of fysh ends with a wave ~. ><Steven> ~ Steven has binary scales. In Fysh, } represents 1 and ) represents 0. Here, Steven is valued at 0b101, which is 5 in decimal. ><steven> = ><})}> ~ Steven doesn’t give a flying fysh about scale direction.

πŸ‘©β€πŸ’» How to Compile and Run Fysh

βš™οΈ Option 1: Using VSCode Download the Fysh VSCode extension. Create a .fysh file. Write your code. Press the run button. βš™οΈ Option 2: Using Command Line Install the latest version go install github.com/Fysh-Fyve/fysh@latest Execute with fysh <filename>.fysh.
\ No newline at end of file +

Docs

πŸ™ Fyshing Manual

🐠 Chapter 1: Fysh Syntax Click to expand 🐟 Variables Meet Steven, our fishy friend. In Fysh, variables like Steven are declared with ><name>. Every line of fysh ends with a wave ~. ><Steven> ~ Steven has binary scales. In Fysh, } represents 1 and ) represents 0. Here, Steven is valued at 0b101, which is 5 in decimal. ><steven> = ><})}> ~ Steven doesn’t give a flying fysh about scale direction.

πŸ‘©β€πŸ’» How to Compile and Run Fysh

βš™οΈ Option 1: Using VSCode Download the Fysh VSCode extension. Create a .fysh file. Write your code. Press the run button. βš™οΈ Option 2: Using Command Line Install the latest version go install github.com/Fysh-Fyve/fysh@latest Execute with fysh <filename>.fysh.
\ No newline at end of file diff --git a/docs/installation/index.html b/docs/installation/index.html index c16caad..110fa95 100644 --- a/docs/installation/index.html +++ b/docs/installation/index.html @@ -1,2 +1,2 @@ πŸ‘©β€πŸ’» How to Compile and Run Fysh | Fysh -

Fysh

πŸ‘©β€πŸ’» How to Compile and Run Fysh

βš™οΈ Option 1: Using VSCode

  1. Download the Fysh VSCode extension.
  2. Create a .fysh file.
  3. Write your code.
  4. Press the run button.

βš™οΈ Option 2: Using Command Line

  1. Install the latest version go install github.com/Fysh-Fyve/fysh@latest
  2. Execute with fysh <filename>.fysh.
\ No newline at end of file +

πŸ‘©β€πŸ’» How to Compile and Run Fysh

βš™οΈ Option 1: Using VSCode

  1. Download the Fysh VSCode extension.
  2. Create a .fysh file.
  3. Write your code.
  4. Press the run button.

βš™οΈ Option 2: Using Command Line

  1. Install the latest version go install github.com/Fysh-Fyve/fysh@latest
  2. Execute with fysh <filename>.fysh.
\ No newline at end of file diff --git a/docs/manual/index.html b/docs/manual/index.html index 681c6f1..b236c7c 100644 --- a/docs/manual/index.html +++ b/docs/manual/index.html @@ -1,5 +1,5 @@ πŸ™ Fyshing Manual | Fysh -

Fysh

πŸ™ Fyshing Manual

🐠 Chapter 1: Fysh Syntax

Click to expand

🐟 Variables

\ No newline at end of file diff --git a/index.html b/index.html index 98a5b19..dd48870 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,3 @@ Fysh -
><>
><fysh>
The Programming Language of the sea!

Installation

Manual

+
The Programming Language of the sea!

Installation

Manual

\ No newline at end of file diff --git a/tags/index.html b/tags/index.html index 045ed17..f13e142 100644 --- a/tags/index.html +++ b/tags/index.html @@ -1,2 +1,2 @@ Tags | Fysh -

Fysh

Tags

Copyright 2024. All rights reserved.

\ No newline at end of file +

Tags

\ No newline at end of file