From 7870ed80b41fa90fad5ce4ae706e10d53eff8381 Mon Sep 17 00:00:00 2001 From: MarilenaEH <102045052+MarilenaEH@users.noreply.github.com> Date: Mon, 21 Mar 2022 11:03:54 -0400 Subject: [PATCH 1/3] ci: add Azure Static Web Apps workflow file on-behalf-of: @Azure opensource@microsoft.com --- ...zure-static-web-apps-icy-bay-0e86f0a10.yml | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .github/workflows/azure-static-web-apps-icy-bay-0e86f0a10.yml diff --git a/.github/workflows/azure-static-web-apps-icy-bay-0e86f0a10.yml b/.github/workflows/azure-static-web-apps-icy-bay-0e86f0a10.yml new file mode 100644 index 00000000..8003f225 --- /dev/null +++ b/.github/workflows/azure-static-web-apps-icy-bay-0e86f0a10.yml @@ -0,0 +1,45 @@ +name: Azure Static Web Apps CI/CD + +on: + push: + branches: + - master + pull_request: + types: [opened, synchronize, reopened, closed] + branches: + - master + +jobs: + build_and_deploy_job: + if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed') + runs-on: ubuntu-latest + name: Build and Deploy Job + steps: + - uses: actions/checkout@v2 + with: + submodules: true + - name: Build And Deploy + id: builddeploy + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ICY_BAY_0E86F0A10 }} + repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) + action: "upload" + ###### Repository/Build Configurations - These values can be configured to match your app requirements. ###### + # For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig + app_location: "/" # App source code path + api_location: "" # Api source code path - optional + output_location: "" # Built app content directory - optional + ###### End of Repository/Build Configurations ###### + + close_pull_request_job: + if: github.event_name == 'pull_request' && github.event.action == 'closed' + runs-on: ubuntu-latest + name: Close Pull Request Job + steps: + - name: Close Pull Request + id: closepullrequest + uses: Azure/static-web-apps-deploy@v1 + with: + azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_ICY_BAY_0E86F0A10 }} + action: "close" From f59ad00af5d91b0340a7cb81fde9b33ed1932d6c Mon Sep 17 00:00:00 2001 From: MarilenaEH <102045052+MarilenaEH@users.noreply.github.com> Date: Mon, 21 Mar 2022 11:32:37 -0400 Subject: [PATCH 2/3] Update index.html --- index.html | 61 +++++++++++++++++++++++++++++++++--------------------- 1 file changed, 37 insertions(+), 24 deletions(-) diff --git a/index.html b/index.html index 53b10045..7374e0b8 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - +l @@ -47,40 +47,53 @@

Dimension

Intro

- -

Aenean ornare velit lacus, ac varius enim ullamcorper eu. Proin aliquam facilisis ante interdum congue. Integer mollis, nisl amet convallis, porttitor magna ullamcorper, amet egestas mauris. Ut magna finibus nisi nec lacinia. Nam maximus erat id euismod egestas. By the way, check out my awesome work.

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis dapibus rutrum facilisis. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Etiam tristique libero eu nibh porttitor fermentum. Nullam venenatis erat id vehicula viverra. Nunc ultrices eros ut ultricies condimentum. Mauris risus lacus, blandit sit amet venenatis non, bibendum vitae dolor. Nunc lorem mauris, fringilla in aliquam at, euismod in lectus. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. In non lorem sit amet elit placerat maximus. Pellentesque aliquam maximus risus, vel sed vehicula.

+ +

Hello! Welcome to my Website. I used GitHub and Azure to create it :) Feel free to look around awesome work.

+

This website is real and definitely has a purpose

- -
-

Work

- -

Adipiscing magna sed dolor elit. Praesent eleifend dignissim arcu, at eleifend sapien imperdiet ac. Aliquam erat volutpat. Praesent urna nisi, fringila lorem et vehicula lacinia quam. Integer sollicitudin mauris nec lorem luctus ultrices.

-

Nullam et orci eu lorem consequat tincidunt vivamus et sagittis libero. Mauris aliquet magna magna sed nunc rhoncus pharetra. Pellentesque condimentum sem. In efficitur ligula tate urna. Maecenas laoreet massa vel lacinia pellentesque lorem ipsum dolor. Nullam et orci eu lorem consequat tincidunt. Vivamus et sagittis libero. Mauris aliquet magna magna sed nunc rhoncus amet feugiat tempus.

+ +
+

Important Page

+ +

I am so glad you clicked on this important page. It is very important. Now make sure to read carefully...

+

What kind of drink can be bitter and sweet?

+

Go to Answer page to see the IMPORTANT answer

- -
-

About

- -

Lorem ipsum dolor sit amet, consectetur et adipiscing elit. Praesent eleifend dignissim arcu, at eleifend sapien imperdiet ac. Aliquam erat volutpat. Praesent urna nisi, fringila lorem et vehicula lacinia quam. Integer sollicitudin mauris nec lorem luctus ultrices. Aliquam libero et malesuada fames ac ante ipsum primis in faucibus. Cras viverra ligula sit amet ex mollis mattis lorem ipsum dolor sit amet.

+ +
+

Answer

+ +

RealiTEA.. haha.. ha. please laugh or go to the next page for more jokes... if you want

- -
-

Contact

+ +
+

Please Click me :(

+

What is a funny joke? Your life

+

What is red and smells like blue paint

+

R- re- red Paint

+

Did you hear about the actor who fell through the floor boards, he was jsut going through the stage

What is red and really bad for your teeth.... a flying brick

+

Please contact me i swear i'm not trying to steal your identity

- - + + +
+ + +
+ +
- +
    From 10993feb460669956c2e4b7502213028089d42c0 Mon Sep 17 00:00:00 2001 From: MarilenaEH <102045052+MarilenaEH@users.noreply.github.com> Date: Mon, 21 Mar 2022 11:44:48 -0400 Subject: [PATCH 3/3] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7374e0b8..0607184d 100644 --- a/index.html +++ b/index.html @@ -26,7 +26,7 @@

    Dimension

    -

    A fully responsive site template designed by HTML5 UP and released
    +

    A fully unresponsive site template designed by HTML5 UP and released
    for free under the Creative Commons license.