From 4f357f56242dde480ebee35455cbff23b2511d27 Mon Sep 17 00:00:00 2001 From: josephanimate2021 <100003036+josephanimate2021@users.noreply.github.com> Date: Tue, 27 Dec 2022 08:51:36 -0800 Subject: [PATCH 01/60] Update indexold.html --- indexold.html | 416 +++++++++++++++++++------------------------------- 1 file changed, 156 insertions(+), 260 deletions(-) diff --git a/indexold.html b/indexold.html index e4aa2f6..84e7466 100644 --- a/indexold.html +++ b/indexold.html @@ -1,275 +1,171 @@ - - - - - - - - - + + + - - + + -Redrawn Download Page - + Redrawn Download Page + - + - - - + + + - + - - - - + + + + - - - + + + - - - - - - - - - - - - - - - - - -
- - - - -
- -
-
-
-

A new LVM for GoAnimators...Making GoAnimate simple, quick, and enjoyable.

- -
- Sign up now - -
- Sign up for free for limited access.
- Unlock all features for about $50/month. -
-
-
-
-
-
- -
-
-

No Headaches, No Problems

- -
-
- Video Equipment -

Get started right away

-

You just need flash, a browser, and Node.JS. A few clicks to run Redrawn.

-
- -
- Team and Budget -

Turn Ideas Into Videos

-

Redrawn is created for people who want to turn their ideas into a real thing without issues.

-
-
- Animated Video -

Free and Open Source

-

Redrawn is free to contribute, download, or modify. We enjoy people using our LVM!

-
-
-
-
- - - - - - - - - - - -
- -
- -
-
- - -
+ + + + + + + + + + + + + + + +
+ + + + +
+ +
+
+
+

A new LVM for GoAnimators...Making GoAnimate simple, quick, and enjoyable.

+
+
+
+
+ +
+
+

No Headaches, No Problems

+ +
+
+ Video Equipment +

Get started right away

+

You just need flash, a browser, and Node.JS. A few clicks to run Redrawn.

+
+ +
+ Team and Budget +

Turn Ideas Into Videos

+

Redrawn is created for people who want to turn their ideas into a real thing without issues.

+
+
+ Animated Video +

Free and Open Source

+

Redrawn is free to contribute, download, or modify. We enjoy people using our LVM!

+
+
+
+
+ + + + + +
+ + From 015f2cee2c8ac34b8ba1c81fb3acc2a7f47de292 Mon Sep 17 00:00:00 2001 From: josephanimate2021 <100003036+josephanimate2021@users.noreply.github.com> Date: Tue, 27 Dec 2022 08:51:53 -0800 Subject: [PATCH 02/60] Delete index.html --- index.html | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 index.html diff --git a/index.html b/index.html deleted file mode 100644 index e03811b..0000000 --- a/index.html +++ /dev/null @@ -1,6 +0,0 @@ - - - -

Public beta coming soon.

- - From 245d11840f4cec28d04f5ba37e0a7e1fdcc3ebba Mon Sep 17 00:00:00 2001 From: josephanimate2021 <100003036+josephanimate2021@users.noreply.github.com> Date: Tue, 27 Dec 2022 08:52:04 -0800 Subject: [PATCH 03/60] Rename indexold.html to index.html --- indexold.html => index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename indexold.html => index.html (100%) diff --git a/indexold.html b/index.html similarity index 100% rename from indexold.html rename to index.html From 7bb7db2b11a7356b768681343ae952f49de63783 Mon Sep 17 00:00:00 2001 From: josephanimate2021 <100003036+josephanimate2021@users.noreply.github.com> Date: Tue, 27 Dec 2022 08:52:34 -0800 Subject: [PATCH 04/60] Create static.yml --- .github/workflows/static.yml | 42 ++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/workflows/static.yml diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml new file mode 100644 index 0000000..5828616 --- /dev/null +++ b/.github/workflows/static.yml @@ -0,0 +1,42 @@ +# Simple workflow for deploying static content to GitHub Pages +name: Deploy static content to Pages + +on: + # Runs on pushes targeting the default branch + push: + branches: ["main"] + + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: + +# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages +permissions: + contents: read + pages: write + id-token: write + +# Allow one concurrent deployment +concurrency: + group: "pages" + cancel-in-progress: true + +jobs: + # Single deploy job since we're just deploying + deploy: + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v3 + - name: Setup Pages + uses: actions/configure-pages@v2 + - name: Upload artifact + uses: actions/upload-pages-artifact@v1 + with: + # Upload entire repository + path: '.' + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v1 From 565641273bb8b9eb6ab970fc4169c81b0bab83fe Mon Sep 17 00:00:00 2001 From: josephanimate2021 <100003036+josephanimate2021@users.noreply.github.com> Date: Tue, 27 Dec 2022 08:54:50 -0800 Subject: [PATCH 05/60] Update index.html --- index.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 84e7466..b0827a4 100644 --- a/index.html +++ b/index.html @@ -43,10 +43,11 @@ @@ -57,7 +58,7 @@ - +
From bf57809fb8daf982399d7588ba2b72c9b0ab5db8 Mon Sep 17 00:00:00 2001 From: josephanimate2021 <100003036+josephanimate2021@users.noreply.github.com> Date: Tue, 27 Dec 2022 11:53:02 -0800 Subject: [PATCH 06/60] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b0827a4..35a1a87 100644 --- a/index.html +++ b/index.html @@ -75,7 +75,7 @@
- + +
+
+ Having Trouble Downloading Redrawn? + Try Redrawn Online Today! +
+
+