Skip to content

Commit

Permalink
Merge branch 'main' into navbaricons
Browse files Browse the repository at this point in the history
  • Loading branch information
sailaja-adapa committed Aug 9, 2024
2 parents 70ae0dc + 7d5f6e2 commit 0ee7e45
Show file tree
Hide file tree
Showing 48 changed files with 2,134 additions and 1,085 deletions.
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: "📝 Documentation"
description: "Use this format to suggest improvements in our docs"
title: "📝[DOCS] <suggestion title>"
labels: ["documentation", "goal: enhancement"]

body:
- type: textarea
id: docs_description
attributes:
label: "Issue Description"
description: "A brief summary of the documentation issue you would like to address."
validations:
required: true

- type: textarea
id: screenshots_examples_docs
attributes:
label: "Screenshots or Examples (if applicable)"
description: "Please add relevant screenshots or examples to illustrate the problem."

- type: checkboxes
id: terms_checklist_docs
attributes:
label: "Checklist"
description: "By submitting this issue, you agree to follow our Code of Conduct"
options:
- label: "I have checked the existing issues."
required: true

- label: "I have read the Contributing Guidelines."
required: true

- label: "I have read the Code Of Conduct."
required: true

- label: "The changes doesn't break the code"
required: true
35 changes: 35 additions & 0 deletions .github/auto-comment-on-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: Auto Comment on Issue

on:
issues:
types: [opened]

permissions:
issues: write

jobs:
comment:
runs-on: ubuntu-latest

steps:
- name: Add Comment to Issue
run: |
COMMENT=$(cat <<EOF
{
"body": "Thank you for creating this issue! We'll look into it as soon as possible. Your contributions are highly appreciated! 😊"
}
EOF
)
RESPONSE=$(curl -s -o response.json -w "%{http_code}" \
-X POST \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.issue.number }}/comments \
-d "$COMMENT")
cat response.json
if [ "$RESPONSE" -ne 201 ]; then
echo "Failed to add comment"
exit 1
fi
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
37 changes: 37 additions & 0 deletions .github/workflows/auto-comment-pr-merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: Auto Comment on PR Merge

on:
pull_request_target:
types: [closed]

permissions:
issues: write
pull-requests: write

jobs:
comment:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest

steps:
- name: Add Comment to Merged PR
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
COMMENT=$(cat <<EOF
{
"body": "Congratulations, Your pull request has been successfully merged 🥳🎉 Thank you for your contribution to the project 🚀 Keep Contributing!! ✨"
}
EOF
)
RESPONSE=$(curl -s -o response.json -w "%{http_code}" \
-X POST \
-H "Authorization: token $GITHUB_TOKEN" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/comments \
-d "$COMMENT")
cat response.json
if [ "$RESPONSE" -ne 201 ]; then
echo "Failed to add comment"
exit 1
fi
2 changes: 0 additions & 2 deletions .github/workflows/greetings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ 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: "Welcome to Our repository.🎊 Thank you so much for taking the time to point this out."
151 changes: 70 additions & 81 deletions Licensing.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Licensing - FinVeda</title>
<link rel="shortcut icon" href="./assets/images/Favicon1.ico" type="image/png" />
<link rel="shortcut icon" href="./assets/images/favicon2.png" type="image/png" />
<link rel="stylesheet" href="assets/css/animate.css" />
<link rel="stylesheet" href="assets/css/magnific-popup.css" />
<link rel="stylesheet" href="assets/css/slick.css" />
Expand Down Expand Up @@ -571,91 +571,80 @@ <h2 class="subscribe-title">
</script>

<div class="footer-widget pb-100">
<div class="row">
<div class="col-lg-4 col-md-6 col-sm-8">
<div
class="footer-about mt-50 wow fadeIn"
data-wow-duration="1s"
data-wow-delay="0.2s"
>
<p class="text">
We at FinVeda aim to make you a stock market Guru easy with
our AI powered teaching and financial blogs.
</p>
</div>
</div>
<div class="col-lg-5 col-md-7 col-sm-7">
<div class="footer-link d-flex mt-50 justify-content-md-between">
<div
class="link-wrapper wow fadeIn"
data-wow-duration="1s"
data-wow-delay="0.4s"
>
<div class="footer-title">
<h4 class="title">Quick Link</h4>
<div class="row" id="footer">
<div class="col-lg-4 col-md-6 col-sm-8">
<div class="footer-about mt-50 ml-45 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.2s">
<p class="text custom-margin">
We at FinVeda aim to make you a stock market Guru easily with our AI-powered teaching and financial blogs.
</p>
</div>
<ul class="link" style="list-style-type: none; margin-left: 3px;">
<li><a href="/blogs/privacy-policy.html">Privacy Policy</a></li>
<li><a href="/blogs/refund-policy.html">Refund Policy</a></li>
<li><a href="Licensing.html">Licensing</a></li>
<li><a href="/blogs/terms-of-service.html">Terms of Service</a></li>
<li><a href="/contributors.html">Our Contributors</a></li>
</ul>
</div>
<div
class="link-wrapper wow fadeIn"
data-wow-duration="1s"
data-wow-delay="0.6s"
>
<div class="footer-title">
<h4 class="title">Resources</h4>
</div>
<div class="col-lg-5 col-md-7 col-sm-7">
<div class="footer-link d-flex mt-50 justify-content-md-between" style="justify-content: space-around !important;">
<div class="link-wrapper wow fadeIn" data-wow-duration="1s" data-wow-delay="0.4s">
<div class="footer-title">
<h3 class="title custom-margin">Quick Links</h3>
</div>
<ul class="link custom-margin">
<li><a href="./blogs/privacy-policy.html"><i class="fas fa-user-secret"></i> Privacy Policy</a></li>
<li><a href="./blogs/refund-policy.html"><i class="fas fa-undo-alt"></i> Refund Policy</a></li>
<li><a href="Licensing.html"><i class="fas fa-file-contract"></i> Licensing</a></li>
<li><a href="./blogs/terms-of-service.html"><i class="fas fa-file-alt"></i> Terms of Service</a></li>
<li><a href="./contributors.html"><i class="fas fa-users"></i> Our Contributors</a></li>
</ul>
</div>
<div class="link-wrapper wow fadeIn" data-wow-duration="1s" data-wow-delay="0.6s">
<div class="footer-title">
<h4 class="title custom-margin">Resources</h4>
</div>
<ul class="link custom-margin">
<li><a href="./index.html"><i class="fas fa-home"></i> Home</a></li>
<li><a href="./about.html"><i class="fas fa-info-circle"></i> About Us</a></li>
<li><a href="./trends.html"><i class="fas fa-chart-line"></i> Trends</a></li>
<li><a href="./tools/sip.html"><i class="fas fa-tools"></i> Tools</a></li>
<li><a href="./blog.html"><i class="fas fa-blog"></i> Blog</a></li>
<li><a href="./quiz.html"><i class="fas fa-question-circle"></i> Quiz</a></li>
</ul>
</div>
</div>
<ul class="link" style="list-style-type: none; margin-left: 3px;">
<li><a href="./index.html">Home</a></li>
<li><a href="/about.html">About Us</a></li>
<li><a href="./trends.html">Trends</a></li>
<li><a href="./tools/sip.html">Tools</a></li>
<li><a href="./blog.html">Blog</a></li>
<li><a href="./quiz.html">Quiz</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-md-5 col-sm-5">
<div
class="footer-contact mt-50 wow fadeIn"
data-wow-duration="1s"
data-wow-delay="0.8s"
>
<div class="footer-title">
<h4 class="title">Contact Us</h4>
</div>
<ul class="contact custom-margin" style="list-style-type: none; margin-left: 3px;">
<li class="d-sm-flex justify-content-center">
<i class="fa fa-envelope d-sm-flex align-items-center white" style="font: size 16px; width: 10%;"></i>
<p style="width: 80%;">
<a href="mailto:ayush1337@hotmail.com" target="_blank"
style="color: white; text-decoration: underline;">ayush1337@hotmail.com</a>
</p>
</li>
<li class="d-sm-flex justify-content-center">
<i class="fa fa-globe d-sm-flex align-items-center white" style="font: size 16px; width: 10%;"></i>
<div style="width: 80%;"><a href="https://fin-veda.vercel.app/index.html" target="_blank"
style="color: #fff;">fin-veda.vercel.app</a></div>
</li>
<li class="d-sm-flex justify-content-center">
<i class="fa fa-location-dot d-sm-flex align-items-center white"
style="font: size 12px; width: 10%;"></i>
<div style="width: 80%;"><a
href="https://www.google.com/maps/place/Delhi/@28.6436846,76.7635778,10z/data=!3m1!4b1!4m6!3m5!1s0x390cfd5b347eb62d:0x37205b715389640!8m2!3d28.7040592!4d77.1024902!16zL20vMDlmMDc?entry=ttu"
style="color:#fff">
Delhi, India</a></div>
</li>
</ul>
<div class="col-lg-3 col-md-5 col-sm-5">
<div class="footer-contact mt-50 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s">
<div class="footer-title">
<h4 class="title custom-margin">Contact Us</h4>
</div>
<ul class="contact custom-margin-big" style="justify-content: space-around;">
<li class="d-sm-flex justify-content-center">
<i class="fa fa-envelope d-sm-flex align-items-center white" style="font-size: 16px; width: 10%;"></i>
<p style="width: 80%;">
<a href="mailto:ayush1337@hotmail.com" target="_blank"
style="color: white; text-decoration: underline;">
ayush1337@hotmail.com
</a>
</p>
</li>
<li class="d-sm-flex justify-content-center">
<i class="fa fa-globe d-sm-flex align-items-center white" style="font-size: 16px; width: 10%;"></i>
<div style="width: 80%;">
<a href="https://fin-veda.vercel.app/index.html" target="_blank" style="color: #fff ;">
fin-veda.vercel.app
</a>
</div>
</li>
<li class="d-sm-flex justify-content-center">
<i class="fa fa-location-dot d-sm-flex align-items-center white" style="font-size: 12px; width: 10%;"></i>
<div style="width: 80%;">
<a href="https://www.google.com/maps/place/Delhi/@28.6436846,76.7635778,10z/data=!3m1!4b1!4m6!3m5!1s0x390cfd5b347eb62d:0x37205b715389640!8m2!3d28.7040592!4d77.1024902!16zL20vMDlmMDc?entry=ttu"
style="color:#fff">
Delhi, India
</a>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer-copyright mt-50 wow fadeIn" data-wow-duration="1s" data-wow-delay="0.8s" style="text-align: center">
<div class="row">
<div class="col-lg-12">
Expand Down
Loading

0 comments on commit 0ee7e45

Please sign in to comment.