diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 31b7ee7..2282a5f 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,30 +1,30 @@ - - - - -## What section are you in: - -- [ ] Tuesday -- [ ] Wednesday -- [ ] Thursday -- [ ] Friday 3pm -- [ ] Friday 6pm - -**Is the solution complete?** - -[Yes/No] - -**Did you run into any problems?** - -[Describe...] - -**Did you collaborate with others on this solution?** - - + + + + +## What section are you in: + +- [ ] Tuesday +- [ ] Wednesday +- [ ] Thursday +- [ ] Friday 3pm +- [ ] Friday 6pm + +**Is the solution complete?** + +[Yes/No] + +**Did you run into any problems?** + +[Describe...] + +**Did you collaborate with others on this solution?** + + diff --git a/.github/class_labels.yml b/.github/class_labels.yml index 181e750..f85c09f 100644 --- a/.github/class_labels.yml +++ b/.github/class_labels.yml @@ -1,10 +1,10 @@ -Tuesday: - - '- \[(x|X)\] Tuesday' -Wednesday: - - '- \[(x|X)\] Wednesday' -Thursday: - - '- \[(x|X)\] Thursday' -Friday3pm: - - '- \[(x|X)\] Friday 3pm' -Friday6pm: - - '- \[(x|X)\] Friday 6pm' +Tuesday: + - '- \[(x|X)\] Tuesday' +Wednesday: + - '- \[(x|X)\] Wednesday' +Thursday: + - '- \[(x|X)\] Thursday' +Friday3pm: + - '- \[(x|X)\] Friday 3pm' +Friday6pm: + - '- \[(x|X)\] Friday 6pm' diff --git a/.github/workflows/class_labeler.yml b/.github/workflows/class_labeler.yml index b531e27..3ede8d6 100644 --- a/.github/workflows/class_labeler.yml +++ b/.github/workflows/class_labeler.yml @@ -1,17 +1,17 @@ -name: "Class Labeler" -on: - pull_request_target: - types: [opened, edited] - -jobs: - triage: - permissions: - contents: read - pull-requests: write - runs-on: ubuntu-latest - steps: - - uses: github/issue-labeler@v2.5 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" - configuration-path: .github/class_labels.yml - enable-versioned-regex: 0 +name: "Class Labeler" +on: + pull_request_target: + types: [opened, edited] + +jobs: + triage: + permissions: + contents: read + pull-requests: write + runs-on: ubuntu-latest + steps: + - uses: github/issue-labeler@v2.5 + with: + repo-token: "${{ secrets.GITHUB_TOKEN }}" + configuration-path: .github/class_labels.yml + enable-versioned-regex: 0 diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 89a8af0..789247d 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -1,42 +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@v1 - - 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 +# 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@v1 + - 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 diff --git a/.gitignore b/.gitignore index e43b0f9..6e8821b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -.DS_Store +.DS_Store diff --git a/README.md b/README.md index 590cfc4..d7067bc 100644 --- a/README.md +++ b/README.md @@ -1,81 +1,81 @@ -# Bootstrap 5.2 Lab - -## Build a responsive cookie store web page - -In this lab, you are given an [index.html](index.html) file that contains our web page's content, and we will be using Bootstrap to build a responsive layout and style the page. - -> NOTE 1: the goal of this lab is familiarity with bootstrap and grid systems. Your page does NOT have to be a pixel-perfect recreation of the screenshots provided. Feel free to use your own creativity for colors, fonts, and other undefined parts of the assignment. - -> NOTE 2: You can add additional `