Skip to content

Commit

Permalink
Merge pull request #2410 from Atishyy27/main
Browse files Browse the repository at this point in the history
Added chess card in home page
  • Loading branch information
iamrahulmahato authored Nov 10, 2024
2 parents 78edef3 + 064c51e commit bf6f68f
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 52 deletions.
70 changes: 18 additions & 52 deletions .github/ISSUE_TEMPLATE/documentation.yml
Original file line number Diff line number Diff line change
@@ -1,71 +1,37 @@
name: 📝 Documentation Update
description: Improve Documentation
title: "[Doc]: "
labels: [documentation]
name: "📝 Documentation Update"
description: "Propose an update or correction to the documentation"
title: "DOC UPDATE:"
labels: ["Documentation"]
body:
- type: checkboxes
id: existing-issue
attributes:
label: Is there an existing issue for this?
description: Please search to see if an issue already exists for the updates you want to make.
options:
- label: I have searched the existing issues
required: true

- type: textarea
id: issue-description
attributes:
label: Issue Description
description: Please provide a clear description of the documentation update you are suggesting.
placeholder: Describe the improvement or correction you'd like to see in the documentation.
label: "Documentation Page"
description: "Which page or section of the documentation needs to be updated?"
validations:
required: true

- type: textarea
id: suggested-change
attributes:
label: Suggested Change
description: Provide details of the proposed change to the documentation.
placeholder: Explain how the documentation should be updated or corrected.
label: "Description of Changes"
description: "Describe the changes you propose for the documentation."
validations:
required: true

- type: textarea
id: rationale
attributes:
label: Rationale
description: Why is this documentation update necessary or beneficial?
placeholder: Explain the importance or reasoning behind the suggested change.
label: "Reason for Update"
description: "Explain why these changes are necessary or beneficial."
validations:
required: false

- type: dropdown
id: urgency
- type: textarea
attributes:
label: Urgency
description: How urgently do you believe this documentation update is needed?
options:
- High
- Medium
- Low
default: 0
label: "Screenshots/Logs"
description: "If applicable, add screenshots or logs that can help us understand the issue better."
validations:
required: true

required: false
- type: checkboxes
id: terms
attributes:
label: Acknowledgements
description: Ensure you have read and agree to the project's guidelines.
label: "Additional Information"
options:
- label: I have read the [Contributing Guidelines](https://github.com/alo7lika/master-web-development/blob/test/CONTRIBUTING.md)*
required: true
- label: I'm a GSSOC'24-Extd contributor
- label: I'm a Hacktoberfest contributor
- label: I have starred the repository
- label: "I have checked the documentation for accuracy"
required: true
- label: 'I am willing to work on this issue (optional)'
required: false



- label: "I am willing to help with this update"
- label: "I can provide further clarification if needed"
Binary file added assets/image/chess.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3497,6 +3497,58 @@ <h3 class="card-heading">Bhagvad Gita Quote Generator</h3>
</div>
</a>

<<<<<<< HEAD

<a
href="./projects/3D Music Visualizer/index.html"
class="card"
target="_blank"
>
<div class="card-cover counter-cover-colour">
<img
src="./assets/image/3D_music_visualizer.jpg"
alt="music visualizer"
/>
</div>
<div class="card-content">
<h3 class="card-heading">3D Music Visualizer</h3>
<p class="card-description">
Experience the most realistic 3D music visualizer.
</p>
</div>

</a>









<!-- =========================== Chess Game ================================= -->
Alredy exist so i comment out it -->
<a href="chess game/index.html" class="card" target="_blank">
<div class="card-cover counter-cover-colour">
<img src="./assets/image/chess.jpg" alt="chess">
</div>
<div class="card-content">

<h3 class="card-heading">Chess Game</h3>
<p class="card-description">
Let's play a chess game! Push your rating, become a BM!!
</p>
</div>
</a>

<!-- =========================== ================================= -->




=======
>>>>>>> c1916f8432fc09e362ab40e44ba93b0f508e84da
<!-- =========================== Fund tracking ================================= -->

<a href="projects/Fund-tracking/index.html" class="card" target="_blank">
Expand Down

0 comments on commit bf6f68f

Please sign in to comment.