diff options
author | Aura Lesse Programmer <aurasys.7608@zohomail.com> | 2025-02-14 05:04:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-14 09:04:04 -0300 |
commit | 80c5a925796906492fd5d32bf4afbe5808290178 (patch) | |
tree | c0988c0d757128f8a2ee51ebe4f57d9f4228ae40 | |
parent | de8f8bc177d9cd76540db6c441687a5619b7c2e0 (diff) |
Add omegaUp, Lattice Semiconductor, and Mail.com (#2395)
* Add omegaUp as easy
* Add Lattice Semiconductor as hard
* Add Mail.com as easy
-rw-r--r-- | _data/sites.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/_data/sites.json b/_data/sites.json index eec60091..8078dc60 100644 --- a/_data/sites.json +++ b/_data/sites.json @@ -12329,6 +12329,17 @@ }, { + "name": "Lattice Semiconductor", + "url": "https://www.latticesemi.com/About/ContactUs", + "difficulty": "hard", + "email": "webmaster@latticesemi.com", + "notes": "For website, logging in and account issues, or any web-related feedback, contact Webmaster.", + "domains": [ + "latticesemi.com" + ] + }, + + { "name": "Launchpad", "url": "https://help.launchpad.net/YourAccount/Closing", "difficulty": "easy", @@ -13350,6 +13361,16 @@ }, { + "name": "Mail.com", + "url": "https://support.mail.com/account/managing/delete.html", + "difficulty": "easy", + "notes": "While logged in, go to \"Account\", then choose \"Delete account\" on the left-hand side panel. Once the section loads, click on the \"Delete account\" button, provide your password when prompted, and click \"Delete account\" to confirm. Detailed instructions are provided in the linked page.", + "domains": [ + "mail.com" + ] + }, + + { "name": "Mail.ru", "url": "https://account.mail.ru/user/delete", "difficulty": "easy", @@ -16109,6 +16130,18 @@ }, { + "name": "omegaUp", + "url": "https://omegaup.com/profile/#delete-account", + "difficulty": "easy", + "email": "soporte@omegaup.com", + "notes": "Go to the linked page and click on the \"Delete\" button, then confirm in the pop-up window by clicking on \"Delete\" again. All personal information is immediately deleted. If the account does not get deleted, write an e-Mail to support asking for help. You might need to manually log out once the deletion occurs.", + "notes_es": "Ve a la página enlazada y haz clic en el botón \"Eliminar\", después vuelve a confirmar en el cuadro de diálogo dando clic otra vez en \"Eliminar\". Toda la información personal se borra inmediatamente. Si la cuenta no se borra, escribe un correo elecrónico pidiendo ayuda al equipo de soporte. Puede que necesites cerrar sesión manualmente una vez que el borrado ocurra.", + "domains": [ + "omegaup.com" + ] + }, + + { "name": "Omnipilot", "url": "https://omnipilot.ai/account", "difficulty": "easy", |