-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/Neerajkr-jha/Retro
- Loading branch information
Showing
37 changed files
with
508 additions
and
136 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,5 @@ | ||
organization: holopin | ||
holobytes: | ||
- evolvingStickerId: clbvdkq7n864908li0yfj5jnj | ||
alias: holobyte | ||
icon: avocado |
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,34 @@ | ||
name: PR Issue Checker | ||
|
||
on: | ||
pull_request: | ||
types: [opened, edited] | ||
|
||
jobs: | ||
check_pr_description: | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v2 | ||
|
||
- name: Check PR Description | ||
id: check_pr_description | ||
run: | | ||
PR_DESCRIPTION="${{ github.event.pull_request.body }}" | ||
if [[ -z "$PR_DESCRIPTION" ]]; then | ||
echo "PR description is missing." | ||
exit 1 | ||
fi | ||
# Allow any text before #<issue-number> | ||
if [[ ! "$PR_DESCRIPTION" =~ .*\ #[0-9]+ ]]; then | ||
echo "The PR description should include the issue number assigned to you.⚠️" | ||
echo "##[error]An issue reference like 'Fixed #<issue-number>' must be included in the description." | ||
exit 1 | ||
fi | ||
echo "PR description is valid." | ||
- name: Output result | ||
run: echo "All checks passed." |
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,44 @@ | ||
body { | ||
background: #f6c7c3; | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
height: 100vh; | ||
} | ||
|
||
.feedback-form { | ||
background: #fff; | ||
font-family:Georgia, 'Times New Roman', Times, serif; | ||
padding: 20px; | ||
border-radius: 8px; | ||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); | ||
width: 400px; | ||
} | ||
|
||
.rating { | ||
display: flex; | ||
gap: 5px; | ||
cursor: pointer; | ||
} | ||
|
||
.rating i { | ||
font-size: 1.5rem; | ||
color: #ccc; | ||
} | ||
|
||
.rating i.active { | ||
color: #f39c12; | ||
} | ||
|
||
.submit-btn { | ||
background-color: rgb(138, 37, 37); | ||
color: white; | ||
border: none; | ||
} | ||
|
||
.submit-btn:hover { | ||
background-color:rgb(125, 23, 23); | ||
color: white; | ||
} | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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
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
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 |
---|---|---|
|
@@ -22,7 +22,7 @@ | |
rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css?family=Baloo+Bhai|Bree+Serif&display=swap" rel="stylesheet"> | ||
<link rel="stylesheet" href="../Css-files/content.css"> | ||
<link rel="shortcut icon" type="image/x-icon" href="../Favicon image/favicon-32x32.png"> | ||
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" | ||
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
|
@@ -584,7 +584,7 @@ | |
|
||
<div class="head_container" style="background-color: transparent; font-family: var(--ff-philosopher);"> | ||
<header> | ||
<nav class="navbar navbar-expand-lg fixed-top"> | ||
<nav style="position: relative;" class="navbar navbar-expand-lg fixed-top"> | ||
<div class="container-fluid"> | ||
<a class="navbar-brand" href="../index.html" style="color: black;"> | ||
<b>Retro</b> | ||
|
@@ -839,7 +839,7 @@ <h1 style="color: hsl(357, 53%, 8%); font-family: Tahoma, sans-serif;"> | |
|
||
|
||
<div class="foot_panel4" style="background-color: transparent;"> | ||
<form id="contactForm"> | ||
<!-- <form id="contactForm"> | ||
<h3 style="font-family: var(--ff-philosopher); color: hsl(357, 82%, 35%);">Contact Us!</h3> | ||
<div style="position: relative; margin-bottom: 15px; width: 50%;"> | ||
|
@@ -855,7 +855,7 @@ <h3 style="font-family: var(--ff-philosopher); color: hsl(357, 82%, 35%);">Conta | |
</div> | ||
<button id="butt" type="submit" style="font-family: ui-serif;">Send Message</button> | ||
</form> | ||
</form> --> | ||
<div class="pages"> | ||
<h4 style="font-family: var(--ff-philosopher);color: hsl(203, 30%, 26%);">Follow Us</h4> | ||
|
||
|
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,85 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Retro</title> | ||
|
||
<style> | ||
@media (min-width: 992px) { | ||
.navbar-expand-lg .navbar-nav { | ||
margin-top: -9px; /* Add this line */ | ||
} | ||
} | ||
</style> | ||
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico"> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="../Css-files/feedback.css"> | ||
</head> | ||
<body> | ||
<header> | ||
<div class="container mt-3 mt-700"></div> | ||
<a href="../index.html" class="btn btn-secondary" style="position: absolute; top: 50px; left: 10px; background-color: rgb(138, 37, 37)"> | ||
<i class="bi bi-arrow-left"></i> Back to home | ||
</a> | ||
</div> | ||
</header> | ||
|
||
<div class="container mt-5"> | ||
<div class="row"> | ||
<div class="col-md-6" style="font-size:xx-large; margin-top: 150px; font-family: Georgia, 'Times New Roman', Times, serif;"> | ||
Share your thoughts with us. | ||
<br> | ||
<span style="font-size: large; color: rgb(71, 78, 84);">would love to hear from you.</span> | ||
</div> | ||
<div class="col-md-6"> | ||
<div class="feedback-form"> | ||
<h4 class="text-center mb-4">Feedback</h4> | ||
|
||
<!-- Dropdown for Feedback Type --> | ||
<div class="mb-3"> | ||
<label for="feedbackType" class="form-label">Type of Feedback</label> | ||
<select class="form-select" id="feedbackType"> | ||
<option value="">Select...</option> | ||
<option value="services">Services</option> | ||
<option value="products">Products</option> | ||
<option value="user-experience">Others</option> | ||
</select> | ||
</div> | ||
|
||
<!-- Rating System --> | ||
<div class="mb-3"> | ||
<label class="form-label">Rating</label> | ||
<div class="rating" id="rating"> | ||
<i class="bi bi-star-fill" data-value="1"></i> | ||
<i class="bi bi-star-fill" data-value="2"></i> | ||
<i class="bi bi-star-fill" data-value="3"></i> | ||
<i class="bi bi-star-fill" data-value="4"></i> | ||
<i class="bi bi-star-fill" data-value="5"></i> | ||
</div> | ||
</div> | ||
|
||
<!-- Comments Section --> | ||
<div class="mb-3"> | ||
<label for="comments" class="form-label">Comments</label> | ||
<textarea class="form-control" id="comments" rows="3" placeholder="Share your thoughts..."></textarea> | ||
</div> | ||
|
||
<!-- File Upload --> | ||
<div class="mb-3"> | ||
<label for="fileUpload" class="form-label">Upload Screenshot or File (Optional)</label> | ||
<input class="form-control" type="file" id="fileUpload"> | ||
</div> | ||
|
||
<!-- Submit Button --> | ||
<button class="btn submit-btn w-100" id="submitFeedback">Submit Feedback</button> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<script src="https://cdn.jsdelivr.net/npm/bootstrap-icons/font/bootstrap-icons.js"></script> | ||
<script src="../script/feedback.js"></script> | ||
</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
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ | |
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
|
||
<link rel="shortcut icon" type="image/x-icon" href="../Favicon image/favicon-32x32.png"> | ||
<link rel="shortcut icon" type="image/x-icon" href="../favicon.ico"> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap" | ||
|
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
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
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
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
Oops, something went wrong.