Skip to content

Commit

Permalink
Merge pull request #195 from datafestafrica/roosevelt
Browse files Browse the repository at this point in the history
update
  • Loading branch information
RooseveltTech committed Aug 21, 2023
2 parents 9b0e345 + ec0c96a commit 4e6c98f
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<link href="css/magnific-popup.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet'>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-4bw+/a
<!-- Favicon -->
<link rel="icon" href="images/favicon.png">
Expand Down Expand Up @@ -438,7 +439,54 @@ <h5 class="keynote-title text-muted">Data Story Sessions</h5>
<br/>
<br/>
<br/>
<h6 class="text-center">Click here to see the <a href="#" style="color:green">Code of Conduct</a></h6>
<h6 class="text-center">Click here to see the <a data-bs-target="#exampleModalToggle" data-bs-toggle="modal" href="#" style="color:green">Code of Conduct</a></h6>
<!-- Vertically centered modal -->
<div class="modal fade" id="exampleModalToggle" aria-hidden="true" aria-labelledby="exampleModalToggleLabel" tabindex="-1">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm" crossorigin="anonymous"></script>
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h1 class="modal-title fs-5" id="exampleModalToggleLabel">Code of Conduct</h1>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<!-- <pre> -->
<p>At DataFestAfrica, we are dedicated to providing a welcoming, inclusive, and respectful environment for all participants. We believe that diversity of thought, background, and experience is crucial for driving innovation and creating a vibrant data science community. By attending or participating in DataFestAfrica 2023, you agree to uphold the following Code of Conduct:</p>

<p>1. Respect and Empathy: Treat every individual with respect, empathy, and kindness. Value the contributions and perspectives of all participants, regardless of their race, ethnicity, gender, sexual orientation, disability, age, religion, or socioeconomic status.</p>

<p>2. Harassment-Free Environment: DataFestAfrica is committed to providing a harassment-free experience for everyone. Harassment includes offensive comments, unwelcome advances, intimidation, discrimination, or any behavior that creates an intimidating, hostile, or uncomfortable atmosphere.</p>

<p>3. Inclusivity: Foster an inclusive environment where all voices are heard and valued. Engage in discussions and activities that promote a sense of belonging for participants of all backgrounds.</p>

<p>4. Professionalism: Maintain a high level of professionalism and ethical conduct. Refrain from disruptive behavior, personal attacks, or any conduct that could diminish the experience of other participants.</p>

<p>5. Privacy and Consent: Respect the privacy and consent of others. Always seek permission before taking photos, recording, or sharing personal information.</p>

<p>6. Safe Reporting: If you experience or witness any violations of this Code of Conduct, promptly report it to the event organizers. Reports will be handled with discretion, and appropriate action will be taken to address the situation.</p>

<p>7. No Retaliation: DataFestAfrica prohibits any form of retaliation against individuals who report violations of the Code of Conduct. Reporting is a valuable contribution to creating a safe community.</p>

<p>8. Compliance with Laws: Adhere to all local, national, and international laws and regulations during the event. Any illegal activity will not be tolerated.</p>

<p>9. Community Cooperation: Every participant has a role in ensuring the success of DataFestAfrica as a respectful and inclusive event. Help create an atmosphere where everyone feels comfortable and valued.</p>

<p>10. Consequences of Violations: Participants who violate this Code of Conduct may face consequences, including warnings, expulsion from the event without refund, or being prohibited from attending future DataFestAfrica events.</p>

<p>11. Continuous Improvement: We are committed to ongoing improvement. Your feedback and suggestions for enhancing our events and Code of Conduct are highly valuable and encouraged.</p>

<p>By participating in DataFestAfrica 2023, you acknowledge and agree to abide by this Code of Conduct. Thank you for helping us create an inclusive and respectful environment for all attendees.</p>

<p>For questions, concerns, or to report an incident, please contact info@datafestafrica.com.</p>

<!-- </pre> -->
</div>
<div class="modal-footer">
<button class="btn btn-primary" data-bs-target="#exampleModalToggle2" data-bs-toggle="modal">Close</button>
</div>
</div>
</div>
</div>
</div>

</div>
Expand Down

0 comments on commit 4e6c98f

Please sign in to comment.