From a09356e41069c4d541f21fa961ff0414937d5eaf Mon Sep 17 00:00:00 2001 From: ARJUN AGARWAL <123585663+sahhoArjun097@users.noreply.github.com> Date: Sun, 6 Oct 2024 11:37:08 +0530 Subject: [PATCH 1/3] added faqs page to the website --- .github/ISSUE_TEMPLATE/bugs.yml | 70 ------ .github/ISSUE_TEMPLATE/docs.yml | 48 ---- .github/ISSUE_TEMPLATE/feature.yml | 52 ----- .github/pull_request_template.md | 46 ---- .github/workflows/azure-webapps-node.yml | 78 ------- .github/workflows/greetings.yaml | 15 -- .github/workflows/label.yml | 22 -- .../workflows/npm-publish-github-packages.yml | 36 --- .vscode/settings.json | 3 - Faqs.html | 205 ++++++++++++++++++ index.html | 18 +- style.css | 7 +- 12 files changed, 220 insertions(+), 380 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bugs.yml delete mode 100644 .github/ISSUE_TEMPLATE/docs.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature.yml delete mode 100644 .github/pull_request_template.md delete mode 100644 .github/workflows/azure-webapps-node.yml delete mode 100644 .github/workflows/greetings.yaml delete mode 100644 .github/workflows/label.yml delete mode 100644 .github/workflows/npm-publish-github-packages.yml delete mode 100644 .vscode/settings.json create mode 100644 Faqs.html diff --git a/.github/ISSUE_TEMPLATE/bugs.yml b/.github/ISSUE_TEMPLATE/bugs.yml deleted file mode 100644 index 551b08b..0000000 --- a/.github/ISSUE_TEMPLATE/bugs.yml +++ /dev/null @@ -1,70 +0,0 @@ -name: 🐞 Bug Report -description: Report a bug found in the Resum-Resume source code -labels: ["bug"] - -body: - - type: markdown - attributes: - value: | - Thanks for taking the time to fill out this bug report! - - - type: textarea - id: description - attributes: - label: Description - description: A brief description of the bug, including what you tried and what didn't work. - placeholder: Describe the bug in detail. - - - type: textarea - id: steps - attributes: - label: Steps to Reproduce - description: Provide the steps to reproduce the bug. - placeholder: Step-by-step instructions to reproduce the bug. - - - type: textarea - id: expected - attributes: - label: Expected Behavior - description: Describe what you expected to happen. - placeholder: Expected behavior. - - - type: textarea - id: actual - attributes: - label: Actual Behavior - description: Describe what actually happened. - placeholder: Actual behavior. - - - type: textarea - id: additional - attributes: - label: Additional Information - description: Any other information you think might be helpful. - placeholder: Additional context, logs, or screenshots (recommended). - - - type: checkboxes - id: browser - attributes: - label: What browser are you seeing the problem on? - options: - - label: Firefox - value: firefox - - label: Chrome - value: chrome - - label: Safari - value: safari - - label: Microsoft Edge - value: edge - - - type: checkboxes - id: checklist - attributes: - label: Checklist - options: - - label: I have checked the existing issues - value: checked_issues - - label: I have read the Contributing Guidelines - value: read_guidelines - - label: I want to work on this issue (optional) - value: work_on_issue diff --git a/.github/ISSUE_TEMPLATE/docs.yml b/.github/ISSUE_TEMPLATE/docs.yml deleted file mode 100644 index ed7dbb6..0000000 --- a/.github/ISSUE_TEMPLATE/docs.yml +++ /dev/null @@ -1,48 +0,0 @@ -name: 'Documentation 📋' -description: 'Use this form to present your suggestions on how to improve our docs' -title: '[DOCS] ' -labels: ['documentation', 'goal: enhancement'] - -body: - - type: textarea - id: docs_description - attributes: - label: 'Issue Description' - description: 'Please provide a brief summary of the documentation issue you are experiencing or would like to address.' - validations: - required: true - - - type: textarea - id: additional_context_docs - attributes: - label: 'Additional Context' - description: 'If there is any additional context or information that would be helpful for addressing the documentation issue, please provide it here.' - - - type: textarea - id: screenshots_examples_docs - attributes: - label: 'Screenshots or Examples (if applicable)' - description: 'Please include relevant screenshots or examples to help illustrate the problem.' - - - type: textarea - id: proposed_solution_docs - attributes: - label: 'Proposed Solution (optional)' - description: 'If you have a proposed solution for the documentation issue, please provide it here. This can be helpful for speeding up the resolution process.' - - - type: checkboxes - id: terms_checklist_docs - attributes: - label: 'Checklist' - description: 'By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/GarimaSingh0109/Resum-Resume/blob/main/CONTRIBUTING.md)' - options: - - label: 'I have checked the existing [issues](https://github.com/GarimaSingh0109/Resum-Resume/issues)' - required: true - - label: 'I have read the [Contributing Guidelines](https://github.com/GarimaSingh0109/Resum-Resume/blob/main/CONTRIBUTING.md)' - required: true - - label: 'I am willing to work on this issue (optional)' - required: false - - - type: markdown - attributes: - value: 'Thank you for taking the time to raise this issue! Your input is greatly appreciated.' \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml deleted file mode 100644 index 1413fae..0000000 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ /dev/null @@ -1,52 +0,0 @@ -name: 🧑‍💻 Feature Request -description: Suggest a feature request -title: "[Mention The Feature]: " -labels: - - "⭐ goal: addition" -body: - - type: textarea - id: what-feature - attributes: - label: Is your feature request related to a problem? Please describe. - placeholder: Describe it in detail - validations: - required: true - - type: textarea - id: solution - attributes: - label: Describe the solution you'd like. - placeholder: A clear and concise description of what you want to happen. - validations: - required: false - - type: textarea - id: alternative - attributes: - label: Describe alternatives you've considered. - placeholder: A clear and concise description of any alternative solutions or features you've considered. - validations: - required: false - - type: textarea - id: additional-content - attributes: - label: Additional context. - placeholder: Add any other context or screenshots about the feature request here. - validations: - required: false - - type: textarea - id: screenshots - attributes: - label: Show us the magic with screenshots - placeholder: Attach screenshots to visualize your idea - validations: - required: false - - type: checkboxes - id: no-duplicate-checklist - attributes: - label: "Checklist" - options: - - label: "I have checked the [Existing Issues](https://github.com/GarimaSingh0109/Resum-Resume/issues)" - required: true - - label: "I have read the [Contributing Guidelines](https://github.com/GarimaSingh0109/Resum-Resume/blob/main/CONTRIBUTING.md)" - required: true - - label: "I want to work on this issue. (optional)" - required: false \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index db4462b..0000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,46 +0,0 @@ - - -## Issues Identification - -Closes: #(issue number) - -## Description - -### Summary -Provide a brief overview of the changes introduced by this pull request and the rationale behind them. - -### Details -Offer a detailed explanation of the modifications made in this pull request, including any relevant context or background information. - -## Types of Changes - -_Please check the boxes that apply:_ - -- [ ] Bugfix (non-breaking change that resolves an issue) -- [ ] New feature (non-breaking change that introduces new functionality) -- [ ] Breaking change (modification that may cause existing functionality to not work as expected) -- [ ] Documentation update (changes to documentation content) -- [ ] Other (please specify): - -## Checklist - -_Please ensure the following criteria are met:_ - -- [ ] My code adheres to the project's style guidelines -- [ ] I have conducted a self-review of my code -- [ ] I have commented my code, especially in complex areas -- [ ] I have updated the documentation to reflect my changes -- [ ] My changes do not introduce new warnings -- [ ] My changes maintain the current system's functionality and pass all existing test cases -- [ ] I have added tests to verify the effectiveness of my fix or feature -- [ ] All new and existing unit tests pass locally with my changes - -## Screenshots - -If applicable, please attach screenshots showcasing the changes made to the user interface. - -## Additional Information - -Provide any other relevant information pertaining to this pull request. - - \ No newline at end of file diff --git a/.github/workflows/azure-webapps-node.yml b/.github/workflows/azure-webapps-node.yml deleted file mode 100644 index ac864be..0000000 --- a/.github/workflows/azure-webapps-node.yml +++ /dev/null @@ -1,78 +0,0 @@ -# This workflow will build and push a node.js application to an Azure Web App when a commit is pushed to your default branch. -# -# This workflow assumes you have already created the target Azure App Service web app. -# For instructions see https://docs.microsoft.com/en-us/azure/app-service/quickstart-nodejs?tabs=linux&pivots=development-environment-cli -# -# To configure this workflow: -# -# 1. Download the Publish Profile for your Azure Web App. You can download this file from the Overview page of your Web App in the Azure Portal. -# For more information: https://docs.microsoft.com/en-us/azure/app-service/deploy-github-actions?tabs=applevel#generate-deployment-credentials -# -# 2. Create a secret in your repository named AZURE_WEBAPP_PUBLISH_PROFILE, paste the publish profile contents as the value of the secret. -# For instructions on obtaining the publish profile see: https://docs.microsoft.com/azure/app-service/deploy-github-actions#configure-the-github-secret -# -# 3. Change the value for the AZURE_WEBAPP_NAME. Optionally, change the AZURE_WEBAPP_PACKAGE_PATH and NODE_VERSION environment variables below. -# -# For more information on GitHub Actions for Azure: https://github.com/Azure/Actions -# For more information on the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy -# For more samples to get started with GitHub Action workflows to deploy to Azure: https://github.com/Azure/actions-workflow-samples - -on: - push: - branches: [ "main" ] - workflow_dispatch: - -env: - AZURE_WEBAPP_NAME: your-app-name # set this to your application's name - AZURE_WEBAPP_PACKAGE_PATH: '.' # set this to the path to your web app project, defaults to the repository root - NODE_VERSION: '20.x' # set this to the node version to use - -permissions: - contents: read - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - name: Set up Node.js - uses: actions/setup-node@v4 - with: - node-version: ${{ env.NODE_VERSION }} - cache: 'npm' - - - name: npm install, build, and test - run: | - npm install - npm run build --if-present - npm run test --if-present - - - name: Upload artifact for deployment job - uses: actions/upload-artifact@v3 - with: - name: node-app - path: . - - deploy: - permissions: - contents: none - runs-on: ubuntu-latest - needs: build - environment: - name: 'Development' - url: ${{ steps.deploy-to-webapp.outputs.webapp-url }} - - steps: - - name: Download artifact from build job - uses: actions/download-artifact@v3 - with: - name: node-app - - - name: 'Deploy to Azure WebApp' - id: deploy-to-webapp - uses: azure/webapps-deploy@v2 - with: - app-name: ${{ env.AZURE_WEBAPP_NAME }} - publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }} - package: ${{ env.AZURE_WEBAPP_PACKAGE_PATH }} diff --git a/.github/workflows/greetings.yaml b/.github/workflows/greetings.yaml deleted file mode 100644 index e7b6968..0000000 --- a/.github/workflows/greetings.yaml +++ /dev/null @@ -1,15 +0,0 @@ -name: Greetings 🐦‍🔥 -on: [pull_request_target, issues] - -jobs: - greeting: - runs-on: ubuntu-latest - permissions: - issues: write - pull-requests: write - steps: - - uses: actions/first-interaction@v1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible." - pr-message: "Thank you, ${{ github.actor }}, for creating this pull request and contributing to Resum-Resume! 💗\n\n The maintainers will review this Pull Request and provide feedback as soon as possible! 😇\nWe appreciate your patience and contribution, Keep up the great work! 😀" \ No newline at end of file diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml deleted file mode 100644 index 4613569..0000000 --- a/.github/workflows/label.yml +++ /dev/null @@ -1,22 +0,0 @@ -# This workflow will triage pull requests and apply a label based on the -# paths that are modified in the pull request. -# -# To use this workflow, you will need to set up a .github/labeler.yml -# file with configuration. For more information, see: -# https://github.com/actions/labeler - -name: Labeler -on: [pull_request_target] - -jobs: - label: - - runs-on: ubuntu-latest - permissions: - contents: read - pull-requests: write - - steps: - - uses: actions/labeler@v4 - with: - repo-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/npm-publish-github-packages.yml b/.github/workflows/npm-publish-github-packages.yml deleted file mode 100644 index ea2d329..0000000 --- a/.github/workflows/npm-publish-github-packages.yml +++ /dev/null @@ -1,36 +0,0 @@ -# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created -# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages - -name: Node.js Package - -on: - release: - types: [created] - -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 20 - - run: npm ci - - run: npm test - - publish-gpr: - needs: build - runs-on: ubuntu-latest - permissions: - contents: read - packages: write - steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 - with: - node-version: 20 - registry-url: https://npm.pkg.github.com/ - - run: npm ci - - run: npm publish - env: - NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}} diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index f673a71..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "liveServer.settings.port": 5502 -} \ No newline at end of file diff --git a/Faqs.html b/Faqs.html new file mode 100644 index 0000000..957c7a2 --- /dev/null +++ b/Faqs.html @@ -0,0 +1,205 @@ + + + + + + + FAQs - LinkedIn Resume Builder + + + + + + + + +
+ + + + + + + + +
+ + + +
+
+
+

Frequently Asked Questions

+ +
+
What is LinkedIn Resume Builder?
+

LinkedIn Resume Builder is a tool that allows users to create professional resumes quickly by importing their LinkedIn profile data and formatting it into a polished, job-ready document.

+
+ +
+
How can I use this tool?
+

You can use LinkedIn Resume Builder by signing in with your LinkedIn account, selecting the data you want to include in your resume, and choosing one of our pre-designed templates to generate your resume.

+
+ +
+
Is LinkedIn Resume Builder free to use?
+

Yes, LinkedIn Resume Builder offers free templates and tools to create your resume. However, premium templates and features may require a subscription.

+
+ +
+
Can I customize my resume?
+

Yes, you can customize your resume by editing the sections, changing the layout, and selecting different templates to fit your style and professional needs.

+
+ +
+
How do I download my resume?
+

Once you’ve completed your resume, you can download it in PDF format directly from the platform.

+
+ + +
+ + + + + + + + + + diff --git a/index.html b/index.html index 438f402..de29f26 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,10 @@ } - .features-card { + /* */ + + + .features-card { background-color: white; padding: 30px; border-radius: 8px; @@ -50,7 +53,8 @@ transition: transform 0.3s ease; } - < !-- Features Section -->