-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
482 changed files
with
43,837 additions
and
3,372 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
name: "🔧 Backend Issue Report" | ||
description: "Create a detailed report to help us improve the backend services." | ||
title: "BACKEND ISSUE:" | ||
labels: ["Backend", "Bug"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: "Preliminary Checks" | ||
description: "Please confirm the following before reporting a backend issue." | ||
options: | ||
- label: "I have checked the server logs" | ||
required: true | ||
- label: "I have searched the existing issues" | ||
required: true | ||
- type: dropdown | ||
attributes: | ||
label: "Environment" | ||
description: "Where does this issue occur?" | ||
options: | ||
- Development | ||
- Staging | ||
- Production | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: "Backend Version/Commit" | ||
description: "Specify the version or commit hash where this issue occurs" | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Issue Summary" | ||
description: "Provide a concise summary of the issue, including what you expected to happen and what actually happened." | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Steps to Reproduce" | ||
description: "List the steps to reproduce the issue. Include specific details, such as API endpoints, request parameters, etc." | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Expected vs Actual Behavior" | ||
description: | | ||
Clearly describe: | ||
1. What you expected to happen | ||
2. What actually happened | ||
3. Why you believe this is incorrect behavior | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: "Logs/Errors" | ||
description: "If applicable, attach logs or error messages that can help us diagnose the issue." | ||
validations: | ||
required: false | ||
- type: checkboxes | ||
attributes: | ||
label: "Additional Information" | ||
options: | ||
- label: "I agree to follow this project's Code of Conduct" | ||
required: true | ||
- label: "I can provide more details if needed" | ||
required: true | ||
- type: input | ||
attributes: | ||
label: "Contact Information" | ||
description: "How can we reach you if we need more information? (email/Slack/etc.)" | ||
validations: | ||
required: true |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
name: 🐞 Bug | ||
description: Report an issue to help us improve the project. | ||
title: '[BUG] ' | ||
labels: ["bug"] | ||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
id: description | ||
description: A brief description of the issue or bug you are facing, also include what you tried and what didn't work. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Screenshots | ||
id: screenshots | ||
description: Please add screenshots if applicable | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Any additional information? | ||
id: extrainfo | ||
description: Any additional information or Is there anything we should know about this bug? | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: browsers | ||
attributes: | ||
label: What browser are you seeing the problem on? | ||
multiple: true | ||
options: | ||
- Firefox | ||
- Chrome | ||
- Safari | ||
- Microsoft Edge | ||
- type: checkboxes | ||
id: no-duplicate-issues | ||
attributes: | ||
label: 'Checklist' | ||
options: | ||
- label: 'I have checked the existing issues' | ||
required: true | ||
|
||
- label: 'I have read the [Contributing Guidelines](https://github.com/alo7lika/master-web-development/blob/dev/CONTRIBUTING.md)' | ||
required: true | ||
- label: "I'm a GSSoC'24-Extd contributor" | ||
- label: "I'm a Hacktoberfest'24 contributor" | ||
|
||
- label: 'I am willing to work on this issue (optional)' | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
name: 📝 Documentation Update | ||
description: Improve Documentation | ||
title: "[Doc]: " | ||
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. | ||
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. | ||
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. | ||
validations: | ||
required: false | ||
|
||
- type: dropdown | ||
id: urgency | ||
attributes: | ||
label: Urgency | ||
description: How urgently do you believe this documentation update is needed? | ||
options: | ||
- High | ||
- Medium | ||
- Low | ||
default: 0 | ||
validations: | ||
required: true | ||
|
||
- type: checkboxes | ||
id: terms | ||
attributes: | ||
label: Acknowledgements | ||
description: Ensure you have read and agree to the project's guidelines. | ||
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 | ||
required: true | ||
- label: 'I am willing to work on this issue (optional)' | ||
required: false | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ErrorDocument 404 /404.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>404 PAGE</title> | ||
<link rel="shortcut icon" href="./assets/images/favicon2.webp" type="image/png" /> | ||
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.min.css'> | ||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Arvo'> | ||
<style> | ||
|
||
.page_404{ padding:40px 0; background:#fff; font-family: 'Arvo', serif; | ||
} | ||
|
||
.page_404 img{ width:100%;} | ||
|
||
.four_zero_four_bg{ | ||
|
||
background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif); | ||
height: 400px; | ||
background-position: center; | ||
} | ||
|
||
|
||
.four_zero_four_bg h1{ | ||
font-size:80px; | ||
} | ||
|
||
.four_zero_four_bg h3{ | ||
font-size:80px; | ||
} | ||
|
||
.link_404{ | ||
color: #fff!important; | ||
padding: 10px 20px; | ||
background: #39ac31; | ||
margin: 20px 0; | ||
display: inline-block;} | ||
.contant_box_404{ margin-top:-50px;} | ||
</style> | ||
|
||
</head> | ||
|
||
<body> | ||
|
||
<section class="page_404"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-sm-12 "> | ||
<div class="col-sm-10 col-sm-offset-1 text-center"> | ||
<div class="four_zero_four_bg"> | ||
<h1 class="text-center ">404</h1> | ||
|
||
|
||
</div> | ||
|
||
<div class="contant_box_404"> | ||
<h3 class="h2"> | ||
Look like you're lost | ||
</h3> | ||
|
||
<p>The page you are looking for not available!</p> | ||
|
||
<a href="/" class="link_404">Go to Home</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>Archery Game</title> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width" /> | ||
<link rel="stylesheet" href="styles.css" /> | ||
</head> | ||
<body> | ||
<svg id="game" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 400" overflow="visible"> | ||
<linearGradient id="ArcGradient" > | ||
<stop offset="0" stop-color="#fff" stop-opacity=".2"/> | ||
<stop offset="50%" stop-color="#fff" stop-opacity="0"/> | ||
</linearGradient> | ||
<path id="arc" fill="none" stroke="url(#ArcGradient)" stroke-width="4" d="M100,250c250-400,550-400,800,0" pointer-events="none"/> | ||
<defs> | ||
<g id="arrow"> | ||
<line x2="60" fill="none" stroke="#888" stroke-width="2" /> | ||
<polygon fill="#888" points="64 0 58 2 56 0 58 -2" /> | ||
<polygon fill="#88ce02" points="2 -3 -4 -3 -1 0 -4 3 2 3 5 0" /> | ||
</g> | ||
</defs> | ||
<g id="target"> | ||
<path fill="#FFF" d="M924.2,274.2c-21.5,21.5-45.9,19.9-52,3.2c-4.4-12.1,2.4-29.2,14.2-41c11.8-11.8,29-18.6,41-14.2 C944.1,228.3,945.7,252.8,924.2,274.2z" /> | ||
<path fill="#F4531C" d="M915.8,265.8c-14.1,14.1-30.8,14.6-36,4.1c-4.1-8.3,0.5-21.3,9.7-30.5s22.2-13.8,30.5-9.7 C930.4,235,929.9,251.7,915.8,265.8z" /> | ||
<path fill="#FFF" d="M908.9,258.9c-8,8-17.9,9.2-21.6,3.5c-3.2-4.9-0.5-13.4,5.6-19.5c6.1-6.1,14.6-8.8,19.5-5.6 C918.1,241,916.9,250.9,908.9,258.9z" /> | ||
<path fill="#F4531C" d="M903.2,253.2c-2.9,2.9-6.7,3.6-8.3,1.7c-1.5-1.8-0.6-5.4,2-8c2.6-2.6,6.2-3.6,8-2 C906.8,246.5,906.1,250.2,903.2,253.2z" /> | ||
</g> | ||
<g id="bow" fill="none" stroke-linecap="round" vector-effect="non-scaling-stroke" pointer-events="none"> | ||
<polyline fill="none" stroke="#ddd" stroke-linecap="round" points="88,200 88,250 88,300"/> | ||
<path fill="none" stroke="#88ce02" stroke-width="3" stroke-linecap="round" d="M88,300 c0-10.1,12-25.1,12-50s-12-39.9-12-50"/> | ||
</g> | ||
<g class="arrow-angle"><use x="100" y="250" xlink:href="#arrow"/></g> | ||
<clipPath id="mask"> | ||
<polygon opacity=".5" points="0,0 1500,0 1500,200 970,290 950,240 925,220 875,280 890,295 920,310 0,350" pointer-events="none"/> | ||
</clipPath> | ||
<g class="arrows" clip-path="url(#mask)" pointer-events="none"> | ||
</g> | ||
<g class="miss" fill="#aaa" opacity="0" transform="translate(0, 100)"> | ||
<path d="M358 194L363 118 386 120 400 153 416 121 440 119 446 203 419 212 416 163 401 180 380 160 381 204"/> | ||
<path d="M450 120L458 200 475 192 474 121"/> | ||
<path d="M537 118L487 118 485 160 515 162 509 177 482 171 482 193 529 199 538 148 501 146 508 133 537 137"/> | ||
<path d="M540 202L543 178 570 186 569 168 544 167 546 122 590 116 586 142 561 140 560 152 586 153 586 205"/> | ||
<path d="M595,215l5-23l31,0l-5,29L595,215z M627,176l13-70l-41-0l-0,70L627,176z"/> | ||
</g> | ||
<g class="bullseye" fill="#F4531C" opacity="0"> | ||
<path d="M322,159l15-21l-27-13l-32,13l15,71l41-14l7-32L322,159z M292,142h20l3,8l-16,8 L292,142z M321,182l-18,9l-4-18l23-2V182z"/> | ||
<path d="M340 131L359 125 362 169 381 167 386 123 405 129 392 183 351 186z"/> | ||
<path d="M413 119L402 188 450 196 454 175 422 175 438 120z"/> | ||
<path d="M432 167L454 169 466 154 451 151 478 115 453 113z"/> | ||
<path d="M524 109L492 112 466 148 487 155 491 172 464 167 463 184 502 191 513 143 487 141 496 125 517 126z"/> | ||
<path d="M537 114L512 189 558 199 566 174 533 175 539 162 553 164 558 150 543 145 547 134 566 148 575 124z"/> | ||
<path d="M577 118L587 158 570 198 587 204 626 118 606 118 598 141 590 112z"/> | ||
<path d="M635 122L599 198 643 207 649 188 624 188 630 170 639 178 645 162 637 158 649 143 662 151 670 134z"/> | ||
<path d="M649,220l4-21l28,4l-6,25L649,220z M681,191l40-79l-35-8L659,184L681,191z"/> | ||
</g> | ||
<g class="hit" fill="#ffcc00" opacity="0" transform="translate(180, -80) rotate(12) "> | ||
<path d="M383 114L385 195 407 191 406 160 422 155 418 191 436 189 444 112 423 119 422 141 407 146 400 113"/> | ||
<path d="M449 185L453 113 477 112 464 186"/> | ||
<path d="M486 113L484 130 506 130 481 188 506 187 520 131 540 135 545 119"/> | ||
<path d="M526,195l5-20l22,5l-9,16L526,195z M558,164l32-44l-35-9l-19,51L558,164z"/> | ||
</g> | ||
<!-- <line x1= "875", y1= "280", x2= "925", y2= "220" stroke="red"/> | ||
<circle class="point" r="7" fill="purple" opacity=".4"/> --> | ||
</svg> | ||
|
||
<span>Draw back an arrow and launch it!</span> | ||
<script src='https://cdnjs.cloudflare.com/ajax/libs/gsap/1.19.1/TweenMax.min.js'></script> | ||
<script src='//s3-us-west-2.amazonaws.com/s.cdpn.io/16327/MorphSVGPlugin.min.js'></script> | ||
<script src="script.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.