├── 404.html ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── Docs ├── Changelog.md ├── ContributorAwareness.md ├── Credits.md └── Evolution.md ├── Dynamica ├── README.md └── index.html ├── Global └── Assets │ └── Images │ └── RGOS-family │ ├── Dynamica-desktop.png │ ├── WindowsRipen.png │ ├── rgos-branches.png │ ├── rgos-logo-notext.png │ ├── rgos-logo.png │ ├── ripenOs.png │ ├── ripenOsD.png │ ├── ripenos-desktop.png │ ├── ripenos-laptop.png │ └── windowsRipen-desktop.png ├── LICENSE ├── README.md ├── Ripenos ├── README.md └── index.html ├── WinRipen ├── README.md └── index.html ├── index.html └── privacy-policy.html /404.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | RGOS | 404 6 | 7 | 8 | 164 | 165 | 166 |
167 |
168 |
169 |

Error 404

170 |
171 |

172 | The page you are looking for might have been removed or temporarily unavailable. 173 |


174 |

175 | Try returning to any of these locations: 176 |

    177 |
  1. Homepage
  2. 178 |
  3. Ripen OS
  4. 179 |
  5. Windows Ripen
  6. 180 |
  7. Repo
  8. 181 |
  9. Backup
  10. 182 |
183 |


184 |

Good luck finding your ripened mango!

185 | 186 |
187 | 188 | 189 | -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | # Contributor Covenant Code of Conduct 🤝 4 | 5 | ## Our Pledge 🚩 6 | 7 | In the interest of fostering an open and welcoming environment, we as 8 | contributors and maintainers pledge to make participation in our project and 9 | our community a harassment-free experience for everyone, regardless of age, body 10 | size, disability, ethnicity, sex characteristics, gender identity and expression, 11 | level of experience, education, socio-economic status, nationality, personal 12 | appearance, race, religion, or sexual identity and orientation. 13 | 14 | ## Our Standards 👋 15 | 16 | Examples of behavior that contributes to creating a positive environment 17 | include: 18 | 19 | * Using welcoming and inclusive language 20 | * Being respectful of differing viewpoints and experiences 21 | * Gracefully accepting constructive criticism 22 | * Focusing on what is best for the community 23 | * Showing empathy towards other community members 24 | 25 | Examples of unacceptable behavior by participants include: 26 | 27 | * The use of sexualized language or imagery and unwelcome sexual attention or 28 | advances 29 | * Trolling, insulting/derogatory comments, and personal or political attacks 30 | * Public or private harassment 31 | * Publishing others' private information, such as a physical or electronic 32 | address, without explicit permission 33 | * Other conduct which could reasonably be considered inappropriate in a 34 | professional setting 35 | 36 | ## Our Responsibilities 👪 37 | 38 | Project maintainers are responsible for clarifying the standards of acceptable 39 | behavior and are expected to take appropriate and fair corrective action in 40 | response to any instances of unacceptable behavior. 41 | 42 | Project maintainers have the right and responsibility to remove, edit, or 43 | reject comments, commits, code, wiki edits, issues, and other contributions 44 | that are not aligned to this Code of Conduct, or to ban temporarily or 45 | permanently any contributor for other behaviors that they deem inappropriate, 46 | threatening, offensive, or harmful. 47 | 48 | ## Scope 🖇️ 49 | 50 | This Code of Conduct applies within all project spaces, and it also applies when 51 | an individual is representing the project or its community in public spaces. 52 | Examples of representing a project or community include using an official 53 | project e-mail address, posting via an official social media account, or acting 54 | as an appointed representative at an online or offline event. Representation of 55 | a project may be further defined and clarified by project maintainers. 56 | 57 | ## Enforcement 🧑‍⚖️ 58 | 59 | Instances of abusive, harassing, or otherwise unacceptable behavior may be 60 | reported by contacting the project team at [INSERT EMAIL ADDRESS]. All 61 | complaints will be reviewed and investigated and will result in a response that 62 | is deemed necessary and appropriate to the circumstances. The project team is 63 | obligated to maintain confidentiality with regard to the reporter of an incident. 64 | Further details of specific enforcement policies may be posted separately. 65 | 66 | Project maintainers who do not follow or enforce the Code of Conduct in good 67 | faith may face temporary or permanent repercussions as determined by other 68 | members of the project's leadership. 69 | 70 | ## Attribution ©️ 71 | 72 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, 73 | available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html 74 | 75 | > For answers to common questions about this code of conduct, see 76 | > https://www.contributor-covenant.org/faq 77 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | # How should I contribute to RGOS? 4 | This is an open-sourced project that accepts contributions via pull requests on GitHub. This document has the responsibility to align the contributions according to the standards established in it. If in doubt, [open an issue](https://github.com/ripenos/ripenos.github.io/issues/new). 5 | 6 | ## First steps 7 | 1. Fork this repository. 8 | 2. Submit your commits in English ONLY. 9 | 3. Request the pull request. 10 | 4. Enter a short summary of the added links. 11 | 12 | ## Next steps 13 | 1. Then, for community purposes, please fill in this form: [Contributor's Approval form](https://forms.gle/1iCE6GHVEG9ssWYB6) 14 | 2. Help us grow while sipping your tea ☕! 15 | -------------------------------------------------------------------------------- /Docs/Changelog.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | # Changelog 4 | A page dedicated for the Changelog of [Ripen OS](https://ripenos.github.io/). 5 | 6 |
7 | 8 | ## v1.0 **(1st Prime Update)** 9 | 1. 1st Public Release 10 | 2. Action bar - Ripen bar, dock bar, and controls bar 11 | 3. Live Time Widget in Desktop 12 | 4. Features: 13 | - Ripen Panel, All Apps Pannel, and Control Panel 14 | - Live Weather and News Widgets in the Ripen Panel 15 | ## v1.5 16 | 1. Custom Context Menu 17 | 2. Bugs and UI problems patched 18 | 3. Features (updated and Added) 19 | - Personalization Panel 20 | - Dedicated All Apps Search 21 | 22 | ## v2.0 **(2nd Prime Update)** 23 | 1. Boot Screen 24 | 2. Responsive OS (for Desktop, tab, and Phone) 25 | 3. 1st Native App testing (Files) 26 | 4. New Native Wallpaper 27 | 5. Bugs and UI problems patched 28 | 6. Notification Panel 29 | 7. Features (updated and Added) 30 | - Refreshed Lockscreen 31 | - Refreshed Actionbar Panels 32 | - Custom Wallpaper 33 | - Auto Hide Actionbar 34 | - Search engine: changed from Bing to Wikipedia 35 | 36 | ## v2.5 37 | 1. Bub fixes and improvements 38 | 2. Optimized the Responsive OS (for Desktop, tab, and Phone) 39 | 3. App drawer with custom App list 40 | 4. Custom Cursor 41 | 5. Live Battery status 42 | 6. Draggable Desktop icons 43 | 7. Refreshed Controls Menu 44 | 8. **NEW** Controls menu as a sub menu with 45 | - Temp Lock 46 | - Fullscreen 47 | - Readers view 48 | - etc. 49 | 9. Volume and Brightness sliders 50 | 10. Refreshed Ripen Panel 51 | 11. Search engine from Wikipedia to info.com 52 | 12. **NEW** Interactable Sun rise-set wallpaper 53 | 13. PWA integration 54 | 55 | ## v3.0 **(3rd Prime Update)** 56 | 1. Native Apps (Not all apps are made, some are still in progress) 57 | 2. Action Panels Remastered and tweaked: 58 | * Ripen Panel tweaks with Changeable User name 59 | * wifi Panel remastered 60 | * Control panel tweaked 61 | * Overall Feedbar control panel consistency tweaks 62 | 3. Local storage for Username and wallpaper 63 | 4. Welcome page tweaked 64 | 5. Added 2 more RGOS native Wallpapers made by Kavesh MP 65 | 6. Custom Right click menu for Desktop - Desktop Edit Mode 66 | 7. Better Responsiveness 67 | 8. Rewamped Loading screen 68 | 9. Boot screen and Lockscreen rewamped 69 | 70 | *** 71 | 72 | MIT License • Copyright (c) 2023 RipenOS 73 | -------------------------------------------------------------------------------- /Docs/ContributorAwareness.md: -------------------------------------------------------------------------------- 1 | # Contributor Awareness Page 2 | This Page is just a friendly page for the respected Contributors to enter their name in Numbered List and make this page the longest among all!! 3 | 4 | ## Contributors: 5 | 1. RGOS (Alt of Navaneet) 6 | 2. Navaneet 7 | 3. Shafi 8 | 4. LordSri (Bragadeesh) 9 | -------------------------------------------------------------------------------- /Docs/Credits.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | # ©️ Credits 4 | 5 | This project owes many creators for their wonderful assets and contents where we have choosen for our project. This page would mention/attribute the creators and their respective contents which we have used. 6 | 7 | ## 🖼️ Wallpapers 8 | 1. [Ventura Light](https://9to5mac.com/wp-content/uploads/sites/6/2022/06/macOS-Ventura-wallpaper-1-1.jpg?quality=82&strip=all) - creator: [Apple](https://www.apple.com/) | Vendor: [9to5mac](https://9to5mac.com/) 9 | 2. [Ventura dark](https://wallpapercave.com/wp/wp11233324.jpg) - creator: [Apple](https://www.apple.com/) | Vendor: [wallpapercave](https://wallpapercave.com/) 10 | 11 | ## 🧿 Icons 12 | ### Majority - [icons8](https://icons8.com/)'s freeware icons 13 | 14 | ## 📱Applications 15 | ### Majority - [Coding Nepal](https://www.codingnepalweb.com/)'s Templates 16 | 17 | ## ☁️ Weather widget 18 | ### [Weatherwidget.org](https://weatherwidget.org/)'s widgets 19 | -------------------------------------------------------------------------------- /Docs/Evolution.md: -------------------------------------------------------------------------------- 1 | # 🧬 Evolution of RGOS 2 | # A quick evolution of [Ripen OS](https://ripenos.github.io/Ripenos). 3 | 4 | ![stage 1](https://github.com/ripenos/ripenos.github.io/assets/120778877/2ca569c7-2a90-4a5d-9e50-d1ea8b8473fb) 5 | ![stage 2](https://user-images.githubusercontent.com/120778877/216783131-8eec536f-b9d0-4abd-baea-116464e0448b.png) 6 | ![stage 3](https://user-images.githubusercontent.com/120778877/216783133-bbe623ea-83c5-4070-87ba-74b8ef0dcc64.png) 7 | ![stage 4](https://user-images.githubusercontent.com/120778877/216783134-690d68f4-c22c-4dbe-bbb6-a5ec096b4ecd.png) 8 | ![stage 5](https://user-images.githubusercontent.com/120778877/216783128-7128f8e4-879f-41f5-b87c-b2f0ec560cf0.png) 9 | ![stage 6](https://user-images.githubusercontent.com/120778877/216783129-427e8fff-d423-481e-a51e-50789db53178.png) 10 | ![stage 7](https://user-images.githubusercontent.com/120778877/229288812-198b8337-657b-4d48-a63a-9bbb8bd9aeb0.png) 11 | ![stage 8](https://github.com/ripenos/ripenos.github.io/assets/120778877/7336d1bd-23e5-45ee-b11e-b0a59fc98d7d) 12 | ![stage 9](https://github.com/ripenos/ripenos.github.io/assets/120778877/bc0161ad-d53c-4a0f-ac22-0019792508a8) 13 | 14 | # A quick evolution of [Windows Ripen](https://ripenos.github.io/WinRipen). 15 | 16 | ![WinRStage1](https://github.com/ripenos/ripenos.github.io/assets/120778877/44375f55-a8ad-4fa5-8b52-20888b4c47e6) 17 | ![WinRStage2](https://github.com/ripenos/ripenos.github.io/assets/120778877/1562b790-0a73-4fa6-8833-94b3b02a6ac8) 18 | ![WinRStage3](https://github.com/ripenos/ripenos.github.io/assets/120778877/112d2b45-c031-4814-bd54-c7a8a071cc84) 19 | ![WinRStage4](https://github.com/ripenos/ripenos.github.io/assets/120778877/75ed4ac3-d219-4620-9360-57cfe46262f0) 20 | ![WinRStage6](https://github.com/ripenos/ripenos.github.io/assets/120778877/9ecfb7ec-d461-4bca-9b1b-c0922b3e46c0) 21 | ![WinRStage7](https://github.com/ripenos/ripenos.github.io/assets/120778877/69aa56b8-24a4-4373-8b48-276864cb7610) 22 | -------------------------------------------------------------------------------- /Dynamica/README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | # Ripen OS Dynamica 4 | **RipenOS Dynamica** , a member of the [RGOS](https://ripenos.github.io/) family, is an open source concept Operating System which inherits an advance fluid GUI and filled with dynamic functionalities. 5 | 6 | ## Check Now ✨: [live](https://ripenos.web.app/Dynamica) 7 | 8 | ![Banner](Assets/General/Social-banner.png) 9 | 10 | ### 🚧 This project is still under progress. 11 | 12 | ## ⚖️ License 13 | **MIT License** | Licensed as **Copyright (c) 2022 RipenOS** 14 | 15 | Developed by [Navaneet](https://github.com/navaneet239) | Maintained by [RGOS](https://github.com/ripenos) 16 | -------------------------------------------------------------------------------- /Dynamica/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Ripen os 8 | 9 | 10 | 11 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /Global/Assets/Images/RGOS-family/Dynamica-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interrzap/ripenos.github.io/eb4512ef0a4161a70264a8319af822d414e15df9/Global/Assets/Images/RGOS-family/Dynamica-desktop.png -------------------------------------------------------------------------------- /Global/Assets/Images/RGOS-family/WindowsRipen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interrzap/ripenos.github.io/eb4512ef0a4161a70264a8319af822d414e15df9/Global/Assets/Images/RGOS-family/WindowsRipen.png -------------------------------------------------------------------------------- /Global/Assets/Images/RGOS-family/rgos-branches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interrzap/ripenos.github.io/eb4512ef0a4161a70264a8319af822d414e15df9/Global/Assets/Images/RGOS-family/rgos-branches.png -------------------------------------------------------------------------------- /Global/Assets/Images/RGOS-family/rgos-logo-notext.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interrzap/ripenos.github.io/eb4512ef0a4161a70264a8319af822d414e15df9/Global/Assets/Images/RGOS-family/rgos-logo-notext.png -------------------------------------------------------------------------------- /Global/Assets/Images/RGOS-family/rgos-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interrzap/ripenos.github.io/eb4512ef0a4161a70264a8319af822d414e15df9/Global/Assets/Images/RGOS-family/rgos-logo.png -------------------------------------------------------------------------------- /Global/Assets/Images/RGOS-family/ripenOs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interrzap/ripenos.github.io/eb4512ef0a4161a70264a8319af822d414e15df9/Global/Assets/Images/RGOS-family/ripenOs.png -------------------------------------------------------------------------------- /Global/Assets/Images/RGOS-family/ripenOsD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interrzap/ripenos.github.io/eb4512ef0a4161a70264a8319af822d414e15df9/Global/Assets/Images/RGOS-family/ripenOsD.png -------------------------------------------------------------------------------- /Global/Assets/Images/RGOS-family/ripenos-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interrzap/ripenos.github.io/eb4512ef0a4161a70264a8319af822d414e15df9/Global/Assets/Images/RGOS-family/ripenos-desktop.png -------------------------------------------------------------------------------- /Global/Assets/Images/RGOS-family/ripenos-laptop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interrzap/ripenos.github.io/eb4512ef0a4161a70264a8319af822d414e15df9/Global/Assets/Images/RGOS-family/ripenos-laptop.png -------------------------------------------------------------------------------- /Global/Assets/Images/RGOS-family/windowsRipen-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/interrzap/ripenos.github.io/eb4512ef0a4161a70264a8319af822d414e15df9/Global/Assets/Images/RGOS-family/windowsRipen-desktop.png -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2022 RipenOS 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

2 | 3 |

4 |

Ripen Group of Operating Systems

5 | 6 |

7 | LICENSEWhat's Happeningcredits we are thanking forCode of ConductEvolution of RGOS 8 |

9 | 10 |
11 | 12 | ![22-12-29_21-08-33-554-2](https://user-images.githubusercontent.com/120778877/209983105-1a1e190a-a292-4caf-8c7a-3387c6a66e5e.jpg) 13 | 14 |

Latest release: v5.0 bundled launch

15 |
16 | 17 |

ℹ️ About

18 |

19 | RGOS is an open-sourced, web based OS Family concept built with just Vanilla HTML-CSS-JS. RGOS follows a very modern, sleek, and orange themed GUI. Remember, this project and its members are not fully functional operating systems but a concept trying to fulfill the experience of a desktop... Check Wiki for more info... 20 | 21 |

Note: The project has been migrated to firebase. Thereby, this repository is maintained to redirect websites and maintain a log of the project.

22 | 23 |

24 |

_ . _ . _ . _

25 |
26 | 27 |

Ripen OS v4.0

28 | 29 |

Head of the Family • Where triplets and its productivity come in handy!

30 |

31 | 32 |

33 | 34 |

Windows Ripen v1.3

35 |

1st member of the family • A new taste of the Windows Operating system

36 |

37 | 38 |

39 | 40 |

Windows Dynamica v1.0

41 |

A dynamic Scenery • An advanced desktop experience

42 |

43 | 44 |

45 | 46 |

Windows Gaming v0.5

47 |

A true gaming vibe • Has just spawned

48 | 49 |

Note ❗: Windows Ripen isn't in anyway affiliated with Microsoft and should not be confused with Microsoft’s Operating System or Products. This is not a Windows 365 cloud PC.

50 | 51 |
52 | 53 |

🎒 Resources

54 |

Ripen.CSS framework

55 |

RGOS Framework are the set of stylesheets for building interface components that look like the RGOS

56 | 57 |
58 | 59 |

❓ Questions

60 | 61 | | Questions | Answers | 62 | | ------- | ------------------ | 63 | | **Does your project contain Full working Operating System?** |Not yet, but it gives you the experience of a desktop!| 64 | | **Does it contain any UI library/Framework?** | Yes, library called the [Ripen.css](https://ripenos.github.io/ripen.css/).| 65 | | **Can I contribute?** |Yes! Send an Issue, Pull a request and fill in the contribution form provided in [CONTRIBUTING.md](CONTRIBUTING.md).| 66 | | **Are there apps in it?** | Yes! Native apps are present to enhance your working experience. | 67 | 68 |
69 | 70 |

⚖️ License

71 |

MIT License | Licensed as Copyright (c) 2022 RipenOS

72 |

Developed by Navaneet.J and team. | Maintained by RGOS

73 | -------------------------------------------------------------------------------- /Ripenos/README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | # Ripen OS 4 | The official Ripen OS of the [RGOS](https://ripenos.github.io/) family, is an open source Web OS with A Sleek and modern UI 5 | 6 | ### **Check out:** [Ripen OS v4.0](https://ripenos.github.io/Ripenos/) 7 | 8 | 9 | ![22-12-29_21-08-33-554-2](https://user-images.githubusercontent.com/120778877/209983105-1a1e190a-a292-4caf-8c7a-3387c6a66e5e.jpg) 10 | 11 | ## ⚖️ License 12 | **MIT License** | Licensed as **Copyright (c) 2022 RipenOS** 13 | 14 | Developed by [Navaneet](https://github.com/navaneet239) | Maintained by [RGOS](https://github.com/ripenos) 15 | -------------------------------------------------------------------------------- /Ripenos/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Ripen os 8 | 9 | 10 | 11 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /WinRipen/README.md: -------------------------------------------------------------------------------- 1 | 2 | 3 | # Windows Ripen 4 | Windows Ripen Official | An open-sourced concept based on the Windows Operating System | An initiative of the RGOS 5 | 6 | ### **Check out:** [Windows Ripen v1.3](https://ripenos.github.io/WinRipen/) 7 | 8 | 9 | ![22-12-29_21-08-33-554-2](Assets/Banner.png) 10 | 11 | ## ⚖️ License 12 | **MIT License** | Licensed as **Copyright (c) 2022 RipenOS** 13 | 14 | Developed by [Navaneet](https://github.com/navaneet239) | Maintained by [RGOS](https://github.com/ripenos) and team 15 | -------------------------------------------------------------------------------- /WinRipen/index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Windows Ripen 8 | 9 | 10 | 11 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | Ripen Group of Operating Systems 20 | 21 | 22 | 23 | 24 | 29 | 30 | 31 | -------------------------------------------------------------------------------- /privacy-policy.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | RGOS | Privacy Policy 7 | 8 | 9 | 60 | 61 | 62 | 63 |
64 | 66 |

67 |

Privacy Policy

68 |
69 |
70 |

Last updated: March 10, 2024

71 |
72 |

This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your 73 | information when You use the Service and tells You about Your privacy rights and how the law protects You. 74 |

75 |

We use Your Personal data to provide and improve the Service. By using the Service, You agree to the 76 | collection and use of information in accordance with this Privacy Policy.

77 |

Interpretation and Definitions

78 |
79 |

Interpretation

80 |

The words of which the initial letter is capitalized have meanings defined under the following conditions. 81 | The following definitions shall have the same meaning regardless of whether they appear in singular or 82 | plural.

83 |

Definitions

84 |

For the purposes of this Privacy Policy:

85 | 141 |
142 |

Collecting and Using Your Personal Data

143 |
144 |

Types of Data Collected

145 |

Personal Data

146 |

While using Our Service, We may ask You to provide Us with certain personally identifiable information that 147 | can be used to contact or identify You. Personally identifiable information may include, but is not limited 148 | to:

149 | 157 |

Usage Data

158 |

Usage Data is collected automatically when using the Service.

159 |

Usage Data may include information such as Your Device's Internet Protocol address (e.g. IP address), browser 160 | type, browser version, the pages of our Service that You visit, the time and date of Your visit, the time 161 | spent on those pages, unique device identifiers and other diagnostic data.

162 |

When You access the Service by or through a mobile device, We may collect certain information automatically, 163 | including, but not limited to, the type of mobile device You use, Your mobile device unique ID, the IP 164 | address of Your mobile device, Your mobile operating system, the type of mobile Internet browser You use, 165 | unique device identifiers and other diagnostic data.

166 |

We may also collect information that Your browser sends whenever You visit our Service or when You access the 167 | Service by or through a mobile device.

168 |

Tracking Technologies and Cookies

169 |

We use Cookies and similar tracking technologies to track the activity on Our Service and store certain 170 | information. Tracking technologies used are beacons, tags, and scripts to collect and track information and 171 | to improve and analyze Our Service. The technologies We use may include:

172 | 183 |

Cookies can be "Persistent" or "Session" Cookies. Persistent Cookies remain on Your 184 | personal computer or mobile device when You go offline, while Session Cookies are deleted as soon as You 185 | close Your web browser. You can learn more about cookies on TermsFeed website 187 | article.

188 |

We use both Session and Persistent Cookies for the purposes set out below:

189 | 215 |

For more information about the cookies we use and your choices regarding cookies, please visit our Cookies 216 | Policy or the Cookies section of our Privacy Policy.

217 |

Use of Your Personal Data

218 |

The Company may use Personal Data for the following purposes:

219 | 260 |

We may share Your personal information in the following situations:

261 | 279 |

Retention of Your Personal Data

280 |

The Company will retain Your Personal Data only for as long as is necessary for the purposes set out in this 281 | Privacy Policy. We will retain and use Your Personal Data to the extent necessary to comply with our legal 282 | obligations (for example, if we are required to retain your data to comply with applicable laws), resolve 283 | disputes, and enforce our legal agreements and policies.

284 |

The Company will also retain Usage Data for internal analysis purposes. Usage Data is generally retained for 285 | a shorter period of time, except when this data is used to strengthen the security or to improve the 286 | functionality of Our Service, or We are legally obligated to retain this data for longer time periods.

287 |

Transfer of Your Personal Data

288 |

Your information, including Personal Data, is processed at the Company's operating offices and in any other 289 | places where the parties involved in the processing are located. It means that this information may be 290 | transferred to — and maintained on — computers located outside of Your state, province, country or other 291 | governmental jurisdiction where the data protection laws may differ than those from Your jurisdiction.

292 |

Your consent to this Privacy Policy followed by Your submission of such information represents Your agreement 293 | to that transfer.

294 |

The Company will take all steps reasonably necessary to ensure that Your data is treated securely and in 295 | accordance with this Privacy Policy and no transfer of Your Personal Data will take place to an organization 296 | or a country unless there are adequate controls in place including the security of Your data and other 297 | personal information.

298 |

Delete Your Personal Data

299 |

You have the right to delete or request that We assist in deleting the Personal Data that We have collected 300 | about You.

301 |

Our Service may give You the ability to delete certain information about You from within the Service.

302 |

You may update, amend, or delete Your information at any time by signing in to Your Account, if you have one, 303 | and visiting the account settings section that allows you to manage Your personal information. You may also 304 | contact Us to request access to, correct, or delete any personal information that You have provided to Us. 305 |

306 |

Please note, however, that We may need to retain certain information when we have a legal obligation or 307 | lawful basis to do so.

308 |

Disclosure of Your Personal Data

309 |

Business Transactions

310 |

If the Company is involved in a merger, acquisition or asset sale, Your Personal Data may be transferred. We 311 | will provide notice before Your Personal Data is transferred and becomes subject to a different Privacy 312 | Policy.

313 |

Law enforcement

314 |

Under certain circumstances, the Company may be required to disclose Your Personal Data if required to do so 315 | by law or in response to valid requests by public authorities (e.g. a court or a government agency).

316 |

Other legal requirements

317 |

The Company may disclose Your Personal Data in the good faith belief that such action is necessary to:

318 | 325 |

Security of Your Personal Data

326 |

The security of Your Personal Data is important to Us, but remember that no method of transmission over the 327 | Internet, or method of electronic storage is 100% secure. While We strive to use commercially acceptable 328 | means to protect Your Personal Data, We cannot guarantee its absolute security.

329 |
330 |

Children's Privacy

331 |
332 |

Our Service does not address anyone under the age of 13. We do not knowingly collect personally identifiable 333 | information from anyone under the age of 13. If You are a parent or guardian and You are aware that Your 334 | child has provided Us with Personal Data, please contact Us. If We become aware that We have collected 335 | Personal Data from anyone under the age of 13 without verification of parental consent, We take steps to 336 | remove that information from Our servers.

337 |

If We need to rely on consent as a legal basis for processing Your information and Your country requires 338 | consent from a parent, We may require Your parent's consent before We collect and use that information.

339 |
340 |

Links to Other Websites

341 |
342 |

Our Service may contain links to other websites that are not operated by Us. If You click on a third party 343 | link, You will be directed to that third party's site. We strongly advise You to review the Privacy Policy 344 | of every site You visit.

345 |

We have no control over and assume no responsibility for the content, privacy policies or practices of any 346 | third party sites or services.

347 |

Changes to this Privacy Policy

348 |

We may update Our Privacy Policy from time to time. We will notify You of any changes by posting the new 349 | Privacy Policy on this page.

350 |

We will let You know via email and/or a prominent notice on Our Service, prior to the change becoming 351 | effective and update the "Last updated" date at the top of this Privacy Policy.

352 |

You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy 353 | are effective when they are posted on this page.

354 |

Contact Us

355 |

If you have any questions about this Privacy Policy, You can contact us:

356 |
359 |
360 |
361 |

This Privacy Policy has been created with the help of the Privacy Policy Generator 363 |

364 |
365 |

366 | Copyright © 2022-24 Ripenos • All Rights Reserved 367 |
368 | HomeRepositoryContact Us 371 |
372 |
373 | 374 |
375 |
376 | Copyright © 2022-24 Ripenos • All Rights Reserved 377 |
378 |
379 | HomeRepositoryContact Us 382 |
383 |
384 | 385 | 386 | --------------------------------------------------------------------------------