From 45cfe30297292bcbe08083a51ee98cf2992d99b7 Mon Sep 17 00:00:00 2001 From: kanishkadubey16 Date: Sun, 10 Nov 2024 04:23:27 +0530 Subject: [PATCH 1/2] added footer section and Enhanced it with css --- code.html | 114 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 code.html diff --git a/code.html b/code.html new file mode 100644 index 0000000..af484c5 --- /dev/null +++ b/code.html @@ -0,0 +1,114 @@ + + + + + + OpenTekHub - Blockchain Project Code of Conduct + + + + +
+

OpenTekHub - Blockchain Project Code of Conduct

+
+ +
+
+

Welcome

+

Welcome to the Blockchain repository by OpenTekHub! This project aims to provide an open-source platform for learning and contributing to blockchain technology. We are committed to maintaining a positive, inclusive, and harassment-free environment for everyone involved.

+
+ +
+

Our Pledge

+

We as members, contributors, and leaders pledge to make participation in our project and community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.

+

We pledge to act in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.

+
+ +
+

Our Standards

+

Examples of behavior that contributes to a positive environment include:

+
    +
  • Demonstrating empathy and kindness toward others
  • +
  • Being respectful of differing opinions, viewpoints, and experiences
  • +
  • Gracefully accepting constructive feedback
  • +
  • Apologizing when mistakes are made, and learning from the experience
  • +
  • Focusing on what is best for the community
  • +
+

Unacceptable behavior includes:

+
    +
  • The use of sexualized language or imagery and unwelcome sexual attention
  • +
  • Trolling, insulting/derogatory comments, and personal or political attacks
  • +
  • Harassment in any form, including public or private harassment
  • +
  • Publishing others’ private information without explicit permission
  • +
  • Any other conduct which would reasonably be considered inappropriate in a professional setting
  • +
+
+ +
+

Project Specifics

+

This repository focuses on building and implementing cryptocurrency features like Cryptocurrency Price Prediction. We encourage contributions that enhance the project and make it an educational platform for blockchain enthusiasts worldwide.

+
+ +
+

Enforcement Responsibilities

+

Community leaders are responsible for clarifying and enforcing standards of acceptable behavior and will take appropriate corrective action in response to any unacceptable behavior.

+
+ +
+

Scope

+

This Code of Conduct applies to all spaces managed by OpenTekHub, including GitHub repositories, communication channels, and public spaces where individuals represent the community.

+
+ +
+

Reporting Violations

+

Instances of abusive, harassing, or unacceptable behavior may be reported by contacting the community leaders at peddinaharish2003@gmail.com. All complaints will be reviewed and addressed promptly and fairly.

+
+ +
+

Enforcement Guidelines

+
    +
  • Correction: A private warning about the violation with clarity on why the behavior was inappropriate.
  • +
  • Warning: A warning and temporary restrictions from interacting with the community.
  • +
  • Temporary Ban: A temporary ban for serious violations.
  • +
  • Permanent Ban: A permanent ban for repeated or severe violations.
  • +
+
+ +
+

Attribution

+

This Code of Conduct is adapted from the Contributor Covenant, version 2.0, available here.

+
+
+ + + + + From 922ae1edcb414ed7857ab7a24b51c2132e0cf668 Mon Sep 17 00:00:00 2001 From: kanishkadubey16 Date: Sun, 10 Nov 2024 04:48:08 +0530 Subject: [PATCH 2/2] added footer section and enhanced some features --- CODE_OF_CONDUCT.html | 114 +++++++++++++++++++++++++++++++++++++++ CODE_OF_CONDUCT.md | 123 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 237 insertions(+) create mode 100644 CODE_OF_CONDUCT.html diff --git a/CODE_OF_CONDUCT.html b/CODE_OF_CONDUCT.html new file mode 100644 index 0000000..af484c5 --- /dev/null +++ b/CODE_OF_CONDUCT.html @@ -0,0 +1,114 @@ + + + + + + OpenTekHub - Blockchain Project Code of Conduct + + + + +
+

OpenTekHub - Blockchain Project Code of Conduct

+
+ +
+
+

Welcome

+

Welcome to the Blockchain repository by OpenTekHub! This project aims to provide an open-source platform for learning and contributing to blockchain technology. We are committed to maintaining a positive, inclusive, and harassment-free environment for everyone involved.

+
+ +
+

Our Pledge

+

We as members, contributors, and leaders pledge to make participation in our project and community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.

+

We pledge to act in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.

+
+ +
+

Our Standards

+

Examples of behavior that contributes to a positive environment include:

+
    +
  • Demonstrating empathy and kindness toward others
  • +
  • Being respectful of differing opinions, viewpoints, and experiences
  • +
  • Gracefully accepting constructive feedback
  • +
  • Apologizing when mistakes are made, and learning from the experience
  • +
  • Focusing on what is best for the community
  • +
+

Unacceptable behavior includes:

+
    +
  • The use of sexualized language or imagery and unwelcome sexual attention
  • +
  • Trolling, insulting/derogatory comments, and personal or political attacks
  • +
  • Harassment in any form, including public or private harassment
  • +
  • Publishing others’ private information without explicit permission
  • +
  • Any other conduct which would reasonably be considered inappropriate in a professional setting
  • +
+
+ +
+

Project Specifics

+

This repository focuses on building and implementing cryptocurrency features like Cryptocurrency Price Prediction. We encourage contributions that enhance the project and make it an educational platform for blockchain enthusiasts worldwide.

+
+ +
+

Enforcement Responsibilities

+

Community leaders are responsible for clarifying and enforcing standards of acceptable behavior and will take appropriate corrective action in response to any unacceptable behavior.

+
+ +
+

Scope

+

This Code of Conduct applies to all spaces managed by OpenTekHub, including GitHub repositories, communication channels, and public spaces where individuals represent the community.

+
+ +
+

Reporting Violations

+

Instances of abusive, harassing, or unacceptable behavior may be reported by contacting the community leaders at peddinaharish2003@gmail.com. All complaints will be reviewed and addressed promptly and fairly.

+
+ +
+

Enforcement Guidelines

+
    +
  • Correction: A private warning about the violation with clarity on why the behavior was inappropriate.
  • +
  • Warning: A warning and temporary restrictions from interacting with the community.
  • +
  • Temporary Ban: A temporary ban for serious violations.
  • +
  • Permanent Ban: A permanent ban for repeated or severe violations.
  • +
+
+ +
+

Attribution

+

This Code of Conduct is adapted from the Contributor Covenant, version 2.0, available here.

+
+
+ + + + + diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 3882a8e..aa2df06 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -58,3 +58,126 @@ Community leaders will follow these guidelines to determine the consequences for ## Attribution This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.0, available [here](https://www.contributor-covenant.org/version/2/0/code_of_conduct.html). + +# OpenTekHub - Blockchain Project Code of Conduct + +## Welcome + +Welcome to the Blockchain repository by OpenTekHub! This project aims to provide an open-source platform for learning and contributing to blockchain technology. We are committed to maintaining a positive, inclusive, and harassment-free environment for everyone involved. + +## Our Pledge + +We as members, contributors, and leaders pledge to make participation in our project and community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. + +We pledge to act in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. + +## Our Standards + +Examples of behavior that contributes to a positive environment include: + +- Demonstrating empathy and kindness toward others +- Being respectful of differing opinions, viewpoints, and experiences +- Gracefully accepting constructive feedback +- Apologizing when mistakes are made, and learning from the experience +- Focusing on what is best for the community + +Unacceptable behavior includes: + +- The use of sexualized language or imagery and unwelcome sexual attention +- Trolling, insulting/derogatory comments, and personal or political attacks +- Harassment in any form, including public or private harassment +- Publishing others’ private information without explicit permission +- Any other conduct which would reasonably be considered inappropriate in a professional setting + +## Project Specifics + +This repository focuses on building and implementing cryptocurrency features like **Cryptocurrency Price Prediction**. We encourage contributions that enhance the project and make it an educational platform for blockchain enthusiasts worldwide. + +## Enforcement Responsibilities + +Community leaders are responsible for clarifying and enforcing standards of acceptable behavior and will take appropriate corrective action in response to any unacceptable behavior. + +Leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned with this Code of Conduct. They may also take action to address anything they deem inappropriate. + +## Scope + +This Code of Conduct applies to all spaces managed by OpenTekHub, including GitHub repositories, communication channels, and public spaces where individuals represent the community. + +## Reporting Violations + +Instances of abusive, harassing, or unacceptable behavior may be reported by contacting the community leaders at **peddinaharish2003@gmail.com**. All complaints will be reviewed and addressed promptly and fairly. + +## Enforcement Guidelines + +Community leaders will follow these guidelines to determine the consequences for violations of this Code of Conduct: + +1. **Correction**: A private warning about the violation with clarity on why the behavior was inappropriate. +2. **Warning**: A warning and temporary restrictions from interacting with the community. +3. **Temporary Ban**: A temporary ban for serious violations. +4. **Permanent Ban**: A permanent ban for repeated or severe violations. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.0, available [here](https://www.contributor-covenant.org/version/2/0/code_of_conduct.html). + +# OpenTekHub - Blockchain Project Code of Conduct + +## Welcome + +Welcome to the Blockchain repository by OpenTekHub! This project aims to provide an open-source platform for learning and contributing to blockchain technology. We are committed to maintaining a positive, inclusive, and harassment-free environment for everyone involved. + +## Our Pledge + +We as members, contributors, and leaders pledge to make participation in our project and community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. + +We pledge to act in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. + +## Our Standards + +Examples of behavior that contributes to a positive environment include: + +- Demonstrating empathy and kindness toward others +- Being respectful of differing opinions, viewpoints, and experiences +- Gracefully accepting constructive feedback +- Apologizing when mistakes are made, and learning from the experience +- Focusing on what is best for the community + +Unacceptable behavior includes: + +- The use of sexualized language or imagery and unwelcome sexual attention +- Trolling, insulting/derogatory comments, and personal or political attacks +- Harassment in any form, including public or private harassment +- Publishing others’ private information without explicit permission +- Any other conduct which would reasonably be considered inappropriate in a professional setting + +## Project Specifics + +This repository focuses on building and implementing cryptocurrency features like **Cryptocurrency Price Prediction**. We encourage contributions that enhance the project and make it an educational platform for blockchain enthusiasts worldwide. + +## Enforcement Responsibilities + +Community leaders are responsible for clarifying and enforcing standards of acceptable behavior and will take appropriate corrective action in response to any unacceptable behavior. + +Leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned with this Code of Conduct. They may also take action to address anything they deem inappropriate. + +## Scope + +This Code of Conduct applies to all spaces managed by OpenTekHub, including GitHub repositories, communication channels, and public spaces where individuals represent the community. + +## Reporting Violations + +Instances of abusive, harassing, or unacceptable behavior may be reported by contacting the community leaders at **peddinaharish2003@gmail.com**. All complaints will be reviewed and addressed promptly and fairly. + +## Enforcement Guidelines + +Community leaders will follow these guidelines to determine the consequences for violations of this Code of Conduct: + +1. **Correction**: A private warning about the violation with clarity on why the behavior was inappropriate. +2. **Warning**: A warning and temporary restrictions from interacting with the community. +3. **Temporary Ban**: A temporary ban for serious violations. +4. **Permanent Ban**: A permanent ban for repeated or severe violations. + +## Attribution + +This Code of Conduct is adapted from the [Contributor Covenant](https://www.contributor-covenant.org), version 2.0, available [here](https://www.contributor-covenant.org/version/2/0/code_of_conduct.html). +