Skip to content

Commit

Permalink
Security File added
Browse files Browse the repository at this point in the history
  • Loading branch information
dizaraj committed May 26, 2024
1 parent b5deb95 commit 139524d
Show file tree
Hide file tree
Showing 5 changed files with 94 additions and 45 deletions.
42 changes: 42 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 1.0.1 | :x: |
| 1.0.0 | :white_check_mark: |
| < 1.0 | :x: |

## Reporting a Vulnerability

#### Reporting

This security policy covers the security of this repository and its code. If you discover a security vulnerability related to this repository, please report it responsibly.

1. **Contact**: Submit your report to [https://github.com/dizaraj/bloodonation/security](https://github.com/dizaraj/bloodonation/security) with details of the vulnerability. Please provide a clear and concise description of the issue, any potential impact, and a step-by-step demonstration if possible. Please do not include sensitive information in your initial email.

2. **Confirmation**: I will acknowledge receipt of your report within [X] business days and provide an estimated timeline for when you can expect a response.

3. **Investigation**: I will investigate the issue, which may involve reproducing the vulnerability or seeking further information from you.

4. **Resolution**: Once the vulnerability is confirmed, I will work to address it promptly and develop a fix.

5. **Disclosure**: I will coordinate with you regarding the public disclosure of the vulnerability. I aim to release a security advisory with information about the issue and the fix.

6. **Credit**: If you report a vulnerability that is successfully fixed, I will credit you for your responsible disclosure in the security advisory unless you prefer to remain anonymous.

### Safety

We consider security research conducted under this policy to be:

- Authorized concerning any applicable anti-hacking laws, and I won't initiate legal action against researchers for their findings.

- Subject to responsible disclosure, where we work with researchers to understand and address reported vulnerabilities before public disclosure.

I appreciate your contributions to the security of this project and community.

Thank you!
2 changes: 1 addition & 1 deletion assets/body_parts/hero.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="py-5">
<h1 class="display-5 fw-bold text-white">Blood Donation</h1>
<div class="col-lg-6 mx-auto">
<p class="fs-5 mb-4 text-white">Navigate our registered donors near you. We are always commited to help you.</p>
<p class="fs-5 mb-4 text-white">Navigate our registered donors near you. We are always committed to help you.</p>
<div class="container">
<div class="row gy-4">
<div class="col-lg-3 col-sm-6" data-aos="fade-in" data-aos-duration="300">
Expand Down
5 changes: 5 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,11 @@ h3 {
width: 100%;
}

.content{
min-width: 100%;

}

#campaign > p{
text-align: center;
}
Expand Down
46 changes: 35 additions & 11 deletions donors.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,28 @@
</nav>
</div>

<!-- Modal Section Start -->
<div class="modal fade" id="userInfoModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">User Info</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<!-- Additional user info will go here -->
</div>
<!-- <div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div> -->
</div>
</div>
</div>
<!-- Modal Section End -->

<footer id="footer">
<!-- Footer Top Section -->
<div class="row justify-content-center align-items-center g-2">
Expand Down Expand Up @@ -120,7 +142,7 @@ <h5>Our Services</h5>
<li><span><i class="fa-solid fa-angles-right"></i></span><span><a href="#">Donation
Process</a></span></li>
</ul>

</div>
<div class="col-12 col-sm-6 col-lg-4">
<h5>Latest News</h5>
Expand All @@ -142,30 +164,32 @@ <h6>Lorem ipsum dolor sit amet</h6>
<p>April 25, 2024</p>
</div>
</div>

</div>
</div>


<div class="my-5">
<hr data-content="MORE" class="hr-text">
</div>

<!-- Footer Bottom Section -->
<div class="row">
<div class="col-12 col-sm-5">
<form class="row row-cols-lg-auto g-3 align-items-center">
<div class="col-9">
<div class="input-group">
<input type="text" class="form-control" id="emailAddress" placeholder="Enter Your Email Address">
<input type="text" class="form-control" id="emailAddress"
placeholder="Enter Your Email Address">
</div>
</div>
<div class="col-3">
<button type="submit" class="btn" style="background-color: red; color: white;">Subscribe</button>
<button type="submit" class="btn"
style="background-color: red; color: white;">Subscribe</button>
</div>
</form>
<p>Subscribe for upcoming news and updates</p>

</div>
<div class="col-12 col-sm-7">
<div class="social" style="text-align: right;">
Expand All @@ -176,16 +200,16 @@ <h6>Lorem ipsum dolor sit amet</h6>
<i class="fa-brands fa-linkedin-in"></i>
<i class="fa-brands fa-pinterest-p"></i>
</div>

<div class="terms" style="text-align: right;">
<span><a href="#">Privacy Policy</a></span>
<span><a href="#">Terms & Condition</a></span>
<span><a href="#">FAQ</a></span>
</div>

</div>
</div>

<!-- Copyright Section -->
<div class="row copyright mt-3">
<div class="col-12">
Expand Down
44 changes: 11 additions & 33 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,19 +40,19 @@
</head>

<body>
<!-- Navigation / Header Section -->
<!-- ======= Navigation / Header Section ======= -->
<header id="header" class="fixed-top"> </header>
<!-- Hero / Search Section -->
<!-- ======= Hero / Search Section ======= -->
<section id="hero" class="bg-dark text-secondary px-4 py-5 text-center">
</section>
<!-- Main Body Section Start -->
<main id="main">
<!-- ======= Blood Request Section ======= -->
<!-- ======= Blood Request Section // responsive issue ======= -->
<section id="request" class="blood-request py-5">
</section>
<!-- End Blood Request -->

<!-- Nearby Hospital Section -->
<!-- ======= Nearby Hospital Section // responsive issue ======= -->
<section class="hospital" id="hospital">
<div class="row">
<div class="col-12 text-center">
Expand All @@ -62,11 +62,11 @@ <h3 data-aos="fade-right">Hospital Near You</h3>
<div id="map" style="width: 100%; height: 600px;"></div>
</section>

<!-- Call To Action (CTA) section -->
<!-- ======= Call To Action (CTA) section ======= -->
<section id="cta" class="container-fluid cta text-center p-5">
</section>

<!-- Donor Section Start -->
<!-- ======= Donor Section Start ======= -->
<section id="nearbyDonars" class="container-fluid p-sm-5">

<div class="conatiner">
Expand All @@ -88,7 +88,7 @@ <h3 data-aos="fade-left">List of Donors</h3><br>
</tr>
</thead>
<tbody>
<!-- Content goes here -->
<!-- Content goes here // responsive issue -->
</tbody>
</table>
<a href="donors.html" class="btn mb-4 mb-sm-0" style="background-color: red; color: white;"
Expand All @@ -101,29 +101,7 @@ <h3 data-aos="fade-left">List of Donors</h3><br>
</section>
<!-- Donor Section End -->

<!-- Modal Section Start -->
<div class="modal fade" id="userInfoModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel"
aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLabel">User Info</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<!-- Additional user info will go here -->
</div>
<!-- <div class="modal-footer">
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div> -->
</div>
</div>
</div>
<!-- Modal Section End -->

<!-- Volunteer Section Start -->
<!-- ======= Volunteer Section Start ======= -->
<section id="team" class="text-center">
<div class="team">
<h3 data-aos="zoom-in"> Our Volunteers </h3>
Expand Down Expand Up @@ -200,7 +178,7 @@ <h3 data-aos="zoom-in"> Our Volunteers </h3>
</section>
<!-- Volunteer Section End -->

<!-- Campaign Section Start -->
<!-- ======= Campaign Section Start ======= -->
<section id="campaign" style="background-color: #111111;">
<h3 data-aos="zoom-in"> Popular Campaigns </h3>
<p style="color:#ffffff">Check our recent and upcoming campaigns</p>
Expand Down Expand Up @@ -251,7 +229,7 @@ <h3>Blood Donation Campaign</h3>
</section>
<!-- Campaign Section End -->

<!-- Gallery Section -->
<!-- ======= Gallery Section ======= -->
<section id="gallery" class="text-center gallery">
<h3 data-aos="zoom-in"> Campaign gallery </h3>
<p>Our successful blood donation campaign volunteer efforts</p>
Expand Down Expand Up @@ -330,7 +308,7 @@ <h3 data-aos="zoom-in"> Campaign gallery </h3>
</main>
<!-- Main Section End -->

<!-- Footer Section -->
<!-- ======= Footer Section ======= -->
<footer id="footer">
</footer>

Expand Down

0 comments on commit 139524d

Please sign in to comment.