From 5da9da975f3e1afd43ed772bbdf27c2affb965ca Mon Sep 17 00:00:00 2001 From: Harish Date: Thu, 26 Sep 2024 09:35:39 +0530 Subject: [PATCH 01/15] Update README.md --- README.md | 57 +++++++++++-------------------------------------------- 1 file changed, 11 insertions(+), 46 deletions(-) diff --git a/README.md b/README.md index e55fa3b..98921d9 100644 --- a/README.md +++ b/README.md @@ -1,58 +1,23 @@ -# Blockchain and NFT Hub +# Blockchain - OpenTekHub -Welcome to the **Blockchain and NFT Hub** repository! This repo is a comprehensive resource dedicated to providing you with the latest in blockchain technology, NFT trends, and tools to monitor cryptocurrency prices. Whether you're a blockchain enthusiast, an NFT collector, or simply curious about the evolving crypto landscape, this repository is designed to be your go-to guide. +Welcome to the **Blockchain** repository by [OpenTekHub](https://opentekhub.github.io/blockchain/)! This project is a part of the **Winter of Blockchain** ([WoB](https://gs-wob.vercel.app/wob)) and aims to provide an open-source platform for learning and contributing to blockchain technology. +You can explore the project live at [OpenTekHub Blockchain](https://opentekhub.github.io/blockchain/). -## About This Repository +## About the Project -Blockchain and NFT Hub aims to cover the most important aspects of blockchain technology and NFTs, with a focus on educating and informing the community. Our content ranges from introductory guides to in-depth articles that break down complex concepts, making blockchain and NFTs accessible to both beginners and experienced developers. +This repository focuses on building and implementing cryptocurrency features like price prediction. We encourage blockchain enthusiasts to contribute to this open-source project, making it an educational platform for developers worldwide. -Moreover, this repository features tools and utilities to help users stay up to date with the latest cryptocurrency prices, including Bitcoin, Ethereum, and a wide array of altcoins. If you're curious about the tech behind decentralized finance, or you just want to check the current value of your crypto assets, this repo has you covered. +### Key Features -## NFTs: Non-Fungible Tokens +- **Cryptocurrency Price Prediction:** A feature that predicts the prices of the latest cryptocurrencies. -NFTs have brought about a revolution in the digital asset space. This section of the repository focuses on: -- **What Are NFTs?** An introduction to the concept of unique digital assets. -- **NFT Marketplaces:** Exploring the platforms like OpenSea, Rarible, and Foundation. -- **Use Cases of NFTs:** How NFTs are transforming art, music, gaming, and real estate. -- **Creating NFTs:** Step-by-step guides on minting your own NFT and selling it. -- **Legal Considerations:** Important legalities surrounding NFT ownership, copyright, and digital rights. -### Featured NFT Articles: -- The Future of Digital Art through NFTs -- How NFTs Are Shaping the Metaverse -- Real-World Asset Tokenization Using NFTs +## Getting Started -## Cryptocurrency Price Checker - -This repository provides easy-to-use tools for monitoring live prices of various cryptocurrencies, including: -- **Bitcoin (BTC)** -- **Ethereum (ETH)** -- **Litecoin (LTC)** -- **Dogecoin (DOGE)** -- **Cardano (ADA)** -- **And many more altcoins!** - -Our price-checking tools allow users to: -- Fetch real-time cryptocurrency prices from leading exchanges. -- Track historical price trends. -- Compare the performance of different cryptocurrencies. -- Stay updated with price alerts and notifications. - - -To contribute: -1. Fork the repository. -2. Create a new branch for your feature/bugfix. -3. Submit a pull request with detailed comments about your changes. - -### Contribution Guidelines: -- Ensure your contributions align with the goals of the repository. -- Follow the best coding practices. -- Keep content clear and beginner-friendly wherever possible. - - - -**Blockchain and NFT Hub** is a constantly evolving repository, and we are excited to have you as a part of our growing community. Stay tuned for frequent updates, and feel free to explore the world of blockchain and NFTs with us! +- **Explore**: Take a look at our [live website](https://opentekhub.github.io/blockchain/) to get a feel for the project. +- **Check out the issues**: We frequently update the [Issues](https://github.com/OpenTekHub/blockchain/issues) section with bugs, features, and other contributions we need help with. +- **Contact us**: If you need assistance or have any questions, feel free to reach out by opening a new issue or emailing the maintainers. From 718e049cac86185d03790ded56e1ebf51fe59e6f Mon Sep 17 00:00:00 2001 From: Harish Date: Thu, 26 Sep 2024 09:41:54 +0530 Subject: [PATCH 02/15] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 98921d9..a73552d 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,14 @@ This repository focuses on building and implementing cryptocurrency features lik - **Cryptocurrency Price Prediction:** A feature that predicts the prices of the latest cryptocurrencies. +### Contribution guidelines +- Switch to the gh-pages branch all the changes need to be done in the gh-pages branch +- Fork the repo of gh-pages branch +- And then clone the forked repo into ur system using the git clone command +- And then make the changes and then commit back the changes to your forked repo +- And then make a pull request addressing the issue +- We will make the commit based upon our requirments and the quality of your code or changes + ## Getting Started From 4748d63a0924ac8fd57d58ff995d30031b8036d4 Mon Sep 17 00:00:00 2001 From: Neyna Nayak <140084295+neyhere07@users.noreply.github.com> Date: Thu, 26 Sep 2024 23:43:36 +0530 Subject: [PATCH 03/15] Create LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..718a117 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 OpenTekHub + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 7a9d40ca03a43c3b94284544da2db195f97d5dd8 Mon Sep 17 00:00:00 2001 From: Harish Date: Thu, 26 Sep 2024 23:50:45 +0530 Subject: [PATCH 04/15] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a73552d..d16b899 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - +### All the code is available at gh-pages branch # Blockchain - OpenTekHub From 79832ee6453bc6d2fd782be9864086ae3d3b1b40 Mon Sep 17 00:00:00 2001 From: Kiran Baliga B <68471170+KiranBaliga@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:40:03 +0530 Subject: [PATCH 05/15] Create Code of Conduct.md --- Code of Conduct.md | 68 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 Code of Conduct.md diff --git a/Code of Conduct.md b/Code of Conduct.md new file mode 100644 index 0000000..8536ad2 --- /dev/null +++ b/Code of Conduct.md @@ -0,0 +1,68 @@ +Here’s the modified content for the `CODE_OF_CONDUCT.md` for the **OpenTekHub - Blockchain** project based on the details provided: + +--- + +# OpenTekHub - Blockchain Project Code of Conduct + +## Welcome + +Welcome to the Blockchain repository by OpenTekHub! This project is part of the **Winter of Blockchain (WoB)** initiative and 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). + +--- + +Feel free to make any final adjustments before adding it to the repository. Let me know if you need help with the next steps! From a7ad330505094c98340dda0e45be6a76542f25c5 Mon Sep 17 00:00:00 2001 From: Kiran Baliga B <68471170+KiranBaliga@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:42:08 +0530 Subject: [PATCH 06/15] Update Code of Conduct.md --- Code of Conduct.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Code of Conduct.md b/Code of Conduct.md index 8536ad2..7a45494 100644 --- a/Code of Conduct.md +++ b/Code of Conduct.md @@ -1,7 +1,3 @@ -Here’s the modified content for the `CODE_OF_CONDUCT.md` for the **OpenTekHub - Blockchain** project based on the details provided: - ---- - # OpenTekHub - Blockchain Project Code of Conduct ## Welcome @@ -62,7 +58,3 @@ 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). - ---- - -Feel free to make any final adjustments before adding it to the repository. Let me know if you need help with the next steps! From aef2bb8c382ffbb6d2c1086f47d41087ec896697 Mon Sep 17 00:00:00 2001 From: Kiran Baliga B <68471170+KiranBaliga@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:45:02 +0530 Subject: [PATCH 07/15] Rename Code of Conduct.md to CODE OF CONDUCT.md --- Code of Conduct.md => CODE OF CONDUCT.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Code of Conduct.md => CODE OF CONDUCT.md (100%) diff --git a/Code of Conduct.md b/CODE OF CONDUCT.md similarity index 100% rename from Code of Conduct.md rename to CODE OF CONDUCT.md From a7e1f52ca3928c382d9892fdc396bb8ca32b92d8 Mon Sep 17 00:00:00 2001 From: Kiran Baliga B <68471170+KiranBaliga@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:45:33 +0530 Subject: [PATCH 08/15] Update CODE OF CONDUCT.md --- CODE OF CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE OF CONDUCT.md b/CODE OF CONDUCT.md index 7a45494..3882a8e 100644 --- a/CODE OF CONDUCT.md +++ b/CODE OF CONDUCT.md @@ -2,7 +2,7 @@ ## Welcome -Welcome to the Blockchain repository by OpenTekHub! This project is part of the **Winter of Blockchain (WoB)** initiative and 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. +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 From a4fff03dfa0c2ebb4b67d0d6761bbb5defdc30f0 Mon Sep 17 00:00:00 2001 From: Kiran Baliga B <68471170+KiranBaliga@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:55:24 +0530 Subject: [PATCH 09/15] Rename CODE OF CONDUCT.md to CODE_OF_CONDUCT.md --- CODE OF CONDUCT.md => CODE_OF_CONDUCT.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename CODE OF CONDUCT.md => CODE_OF_CONDUCT.md (100%) diff --git a/CODE OF CONDUCT.md b/CODE_OF_CONDUCT.md similarity index 100% rename from CODE OF CONDUCT.md rename to CODE_OF_CONDUCT.md From 587253762ca5cd611d39ab3c428a93ff349544fe Mon Sep 17 00:00:00 2001 From: Shagun Singh <130658581+OrganicBeetle@users.noreply.github.com> Date: Sun, 29 Sep 2024 00:12:59 +0530 Subject: [PATCH 10/15] Create Issue_Template.md --- Issue_Template.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Issue_Template.md diff --git a/Issue_Template.md b/Issue_Template.md new file mode 100644 index 0000000..c7ba92e --- /dev/null +++ b/Issue_Template.md @@ -0,0 +1,31 @@ +## Project Title +blockchain[OpenTekHub] + +## Problem Description: + +Currently in OpenTekHub, the only search option is to search the full name of the cryptocurrency, like BITCOIN and ETHEREUM only. +I have edited the script.js file to allow Searches with the symbols too like: + +BTC --> BITCOIN + +ETH --> ETHEREUM + +SOL --> SOLANA + +## Need for this fix + +Since in the vast pool of cryptocurrencies, a frequent trader would prefer if they could check the prices with only the unique symbols instead of the complete name which coulg get repetitive and time consuming. + +## Reproducing the Issue + +- Visit the deployed website [here](https://opentekhub.github.io/blockchain/) +- Try Searching for the preferred Crypto using their Symbol (like BTC for BITCOIN) +- Error : "Cryptocurrency not found!" + +## Error Screenshot + +![Screenshot 2024-09-28 235715](https://github.com/user-attachments/assets/543b3fa4-7521-4e2c-a872-ac347a036883) + +## Error Fix + +![image](https://github.com/user-attachments/assets/acfc2c60-aec4-4312-a15b-96881a397d61) From a0c6faf19b84cf76e1c18c1074445c14bf01a7f4 Mon Sep 17 00:00:00 2001 From: Shagun Singh <130658581+OrganicBeetle@users.noreply.github.com> Date: Sun, 29 Sep 2024 10:24:01 +0530 Subject: [PATCH 11/15] Update Issue_Template.md --- Issue_Template.md | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/Issue_Template.md b/Issue_Template.md index c7ba92e..d04371f 100644 --- a/Issue_Template.md +++ b/Issue_Template.md @@ -3,29 +3,24 @@ blockchain[OpenTekHub] ## Problem Description: -Currently in OpenTekHub, the only search option is to search the full name of the cryptocurrency, like BITCOIN and ETHEREUM only. -I have edited the script.js file to allow Searches with the symbols too like: +### Issue faced [Documentation Enhancement/Feature Request/Bug Report] +Ex: Adding accessibility for ... -BTC --> BITCOIN - -ETH --> ETHEREUM - -SOL --> SOLANA ## Need for this fix -Since in the vast pool of cryptocurrencies, a frequent trader would prefer if they could check the prices with only the unique symbols instead of the complete name which coulg get repetitive and time consuming. +Mention how would the fix create a change ## Reproducing the Issue +Write the Steps to reproduce the error on your machine with relevant screenshots wherever applicable. +Ex: - Visit the deployed website [here](https://opentekhub.github.io/blockchain/) - Try Searching for the preferred Crypto using their Symbol (like BTC for BITCOIN) - Error : "Cryptocurrency not found!" -## Error Screenshot - -![Screenshot 2024-09-28 235715](https://github.com/user-attachments/assets/543b3fa4-7521-4e2c-a872-ac347a036883) - -## Error Fix +## Error Screenshot(Preferred) +Screenshot of the Issue being faced on your system to help the maintainers better understand it. -![image](https://github.com/user-attachments/assets/acfc2c60-aec4-4312-a15b-96881a397d61) +## Error Fix(Optional) +Mention the steps you would take to fix the issue or add a screenshot showing the expected working when fixed From cb82ea3abac390bb200f050901084dade10fa0db Mon Sep 17 00:00:00 2001 From: Harish Date: Sun, 29 Sep 2024 12:10:31 +0530 Subject: [PATCH 12/15] Delete Issue_Template.md changing for the new version --- Issue_Template.md | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 Issue_Template.md diff --git a/Issue_Template.md b/Issue_Template.md deleted file mode 100644 index d04371f..0000000 --- a/Issue_Template.md +++ /dev/null @@ -1,26 +0,0 @@ -## Project Title -blockchain[OpenTekHub] - -## Problem Description: - -### Issue faced [Documentation Enhancement/Feature Request/Bug Report] -Ex: Adding accessibility for ... - - -## Need for this fix - -Mention how would the fix create a change - -## Reproducing the Issue -Write the Steps to reproduce the error on your machine with relevant screenshots wherever applicable. - -Ex: -- Visit the deployed website [here](https://opentekhub.github.io/blockchain/) -- Try Searching for the preferred Crypto using their Symbol (like BTC for BITCOIN) -- Error : "Cryptocurrency not found!" - -## Error Screenshot(Preferred) -Screenshot of the Issue being faced on your system to help the maintainers better understand it. - -## Error Fix(Optional) -Mention the steps you would take to fix the issue or add a screenshot showing the expected working when fixed From 296e1b263f890c327c0915fa300631db24fe542e Mon Sep 17 00:00:00 2001 From: Harish Date: Sun, 29 Sep 2024 12:12:03 +0530 Subject: [PATCH 13/15] Create bug_reprot.yml --- .github/ISSUE_TEMPLATE/bug_reprot.yml | 48 +++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_reprot.yml diff --git a/.github/ISSUE_TEMPLATE/bug_reprot.yml b/.github/ISSUE_TEMPLATE/bug_reprot.yml new file mode 100644 index 0000000..421171d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_reprot.yml @@ -0,0 +1,48 @@ +name: Bug report 🐞 +description: File a bug report +title: "[Bug]: " +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 bug you encountered. + options: + - label: I have searched the existing issues + required: true + - type: textarea + id: what-happened + attributes: + label: What happened? + description: A concise description of what you are experiencing. + placeholder: Tell us what you see! + validations: + required: true + - type: textarea + id: screenshots + attributes: + label: Add ScreenShots + description: Add sufficient ScreenShots to explain your issue. + - type: dropdown + id: browsers + attributes: + label: What browsers are you seeing the problem on? + multiple: true + options: + - Firefox + - Chrome + - Safari + - Microsoft Edge + - type: checkboxes + id: terms + attributes: + label: Record + options: + - label: "I agree to follow this project's Code of Conduct" + required: true + - label: "I'm a GSSOC contributor" + required: False + - label: "I want to work on this issue" + required: False + - label: "I'm willing to provide further clarification or assistance if needed." + required: False From fd1076c66d450afd0ac80457527c62ddfb6ba9fa Mon Sep 17 00:00:00 2001 From: Harish Date: Sun, 29 Sep 2024 12:12:43 +0530 Subject: [PATCH 14/15] Create feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 0000000..7b50700 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,59 @@ +name: ✨ Feature Request +description: Suggest a feature +title: "[Feature Request]: " +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 this feature. + options: + - label: I have searched the existing issues + required: true + - type: textarea + id: feature-description + attributes: + label: Feature Description + description: Please provide a detailed description of the feature you are requesting. + placeholder: Describe the new feature or enhancement you'd like to see. + validations: + required: true + - type: textarea + id: use-case + attributes: + label: Use Case + description: How would this feature enhance your use of the project? + placeholder: Describe a specific use case or scenario where this feature would be beneficial. + validations: + required: true + - type: textarea + id: benefits + attributes: + label: Benefits + description: What benefits would this feature bring to the project or community? + placeholder: Explain the advantages of implementing this feature. + - type: dropdown + id: priority + attributes: + label: Priority + description: How important is this feature to you? + options: + - High + - Medium + - Low + default: 0 + validations: + required: true + - type: checkboxes + id: terms + attributes: + label: Record + options: + - label: "I agree to follow this project's Code of Conduct" + required: true + - label: "I'm a GSSOC contributor" + required: False + - label: "I want to work on this issue" + required: False + - label: "I'm willing to provide further clarification or assistance if needed." + required: False From 2537cb9a000f59254245053d47ba01faf39a14af Mon Sep 17 00:00:00 2001 From: Bruhbytes Date: Mon, 30 Sep 2024 15:40:38 +0530 Subject: [PATCH 15/15] Enhanced the UI --- CODE_OF_CONDUCT.md | 60 ------------------------- LICENSE | 21 --------- index.html | 38 +++++++++------- styles.css | 107 ++++++++++++++++++++++++++++++++++++++++++++- 4 files changed, 128 insertions(+), 98 deletions(-) delete mode 100644 CODE_OF_CONDUCT.md delete mode 100644 LICENSE diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md deleted file mode 100644 index 3882a8e..0000000 --- a/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,60 +0,0 @@ -# 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). diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 718a117..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2024 OpenTekHub - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/index.html b/index.html index 273532c..4a45707 100644 --- a/index.html +++ b/index.html @@ -5,35 +5,41 @@ OpenTekHub Blockchain Repo + + + -
+

OpenTekHub Blockchain Repository

-

Explore the Blockchain implementation and predict the latest cryptocurrency prices.

+
+

Explore the Blockchain implementation and predict the latest cryptocurrency prices.

+ +
+

Crypto Price Predictor

+
+ + + +
+
+

Predicted Price:

+

+
+
+
+

About the Repository

This repository demonstrates blockchain prices using api and javascript.

Visit the Repo
-
-

Crypto Price Predictor

-
- - - -
-
-

Predicted Price:

-

-
-
- - + \ No newline at end of file diff --git a/styles.css b/styles.css index 3be2eda..d843d90 100644 --- a/styles.css +++ b/styles.css @@ -1,4 +1,4 @@ -body { +/* body { font-family: Arial, sans-serif; background-color: #f4f4f4; color: #333; @@ -50,4 +50,109 @@ button:hover { #price { font-size: 24px; color: #007BFF; +} */ + +body{ + margin: 0; + padding: 0; + /* background-color: blueviolet; */ + background: #c31432; /* fallback for old browsers */ + background: -webkit-linear-gradient(to right, #240b36, #c31432); /* Chrome 10-25, Safari 5.1-6 */ + background: linear-gradient(to right, #240b36, #c31432); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ + color: white; + height: 100vh; + + font-family: "Gowun Batang", serif; + font-weight: 400; + font-style: normal; +} + +h1, h2, h3{ + padding: 0; + margin: 0; +} + +.header{ + text-align: center; + background-color: #2E073F; + color: #EBD3F8; + padding: 1.4rem; + box-shadow: 0 1px 10px 2px rgb(160, 159, 159); + font-family: "Mate SC", serif; +} + +.tagline{ + text-align: center; + font-family: "Fredoka", sans-serif; + font-weight: 400; + font-style: normal; + font-size: 3rem; + width: 80%; + color: #FFEB55; +} + +.central{ + display: flex; + margin: 2rem 1rem; + gap: 2rem; +} + +#crypto-price-predictor{ + background-color: #fff; + background-color: rgba(0, 0, 0, 0.281); + border-radius: 30px; + padding: 1rem 1.5rem; + font-size: 20px; + text-align: center; +} + +#crypto-price-predictor h2{ + text-align: center; + margin-bottom: 10px; +} +#crypto{ + display: block; + width: 80%; + font-size: 1.5rem; + margin: 1rem auto; +} +#predict-btn{ + -webkit-border-radius: 19; + -moz-border-radius: 19; + font-family: "Fredoka", sans-serif; + border-radius: 19px; + color: #000000; + font-size: 20px; + background: #FFEB55; + padding: 10px 30px; + margin: 10px auto; + text-decoration: none; + border: none; + cursor: pointer; +} +#predict-btn:hover { + background: #FBD786; + text-decoration: none; +} + +#price{ + margin-top: 0; + font-size: 1.5rem; + color: #ffee00; + font-weight: 700; +} + + +#repo-info{ + background-color: #fffefe10; + position: absolute; + bottom: 0px; + width: 100%; + text-align: center; +} +#repo-info p{ + margin: 0; } +#repo-info a{ + color:#ffee00; +} \ No newline at end of file