Skip to content

Added Privacy page, header and footer links, and changed css files of pages created by me to enable fixed navbar. #263

Added Privacy page, header and footer links, and changed css files of pages created by me to enable fixed navbar.

Added Privacy page, header and footer links, and changed css files of pages created by me to enable fixed navbar. #263

Workflow file for this run

name: Comment on Pull Request
on:
pull_request:
types: [opened]
jobs:
comment:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Add Comment
uses: peter-evans/create-or-update-comment@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: ${{ github.event.pull_request.number }}
body: |
Thank you for your contribution. We appreciate your effort. Our team will review your PR soon.