Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terms of use and Privacy settings pages #245

Merged
merged 12 commits into from
Apr 1, 2024
32 changes: 32 additions & 0 deletions app/[locale]/privacy/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
import { useTranslations } from 'next-intl';
import DiscordLink from '@/components/Common/DiscordLink';

const PrivacyPage = () => {
const t = useTranslations('privacy');
return (
<div
className="bg-no-repeat bg-[-20%_100px] bg-[length:60%] md:bg-left-top md:bg-auto"
style={{ backgroundImage: 'url(/about/about_logo.png)' }}
>
<div className="w-[660px] px-4 max-w-full mx-auto text-center mb-20 relative">
<h1 className="mb-3">{t('title')}</h1>
<div
className="flex flex-col gap-5 text-xl mb-5"
style={{ whiteSpace: 'pre-line' }}
>
<p>{t('firstParagraph')}</p>
<p>{t('secondParagraph')}</p>
<DiscordLink
href="https://discord.com/invite/a2VyCjRk2M"
className="mx-auto w-48 py-2 px-7 text-xs"
>
{t('button')}
</DiscordLink>
<p>{t('thirdParagraph')}</p>
</div>
</div>
</div>
);
};

export default PrivacyPage;
32 changes: 32 additions & 0 deletions app/[locale]/terms-of-use/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
import { useTranslations } from 'next-intl';
import DiscordLink from '@/components/Common/DiscordLink';

const TermsOfUsePage = () => {
const t = useTranslations('terms-of-use');
return (
<div
className="bg-no-repeat bg-[-20%_100px] bg-[length:60%] md:bg-left-top md:bg-auto"
style={{ backgroundImage: 'url(/about/about_logo.png)' }}
>
<div className="w-[660px] px-4 max-w-full mx-auto text-center mb-20 relative">
<h1 className="mb-3">{t('title')}</h1>
<div
className="flex flex-col gap-5 text-xl mb-5"
style={{ whiteSpace: 'pre-line' }}
>
<p>{t('firstParagraph')}</p>
<p>{t('secondParagraph')}</p>
<DiscordLink
href="https://discord.com/invite/a2VyCjRk2M"
className="mx-auto w-48 py-2 px-7 text-xs"
>
{t('button')}
</DiscordLink>
<p>{t('thirdParagraph')}</p>
</div>
</div>
</div>
);
};

export default TermsOfUsePage;
4 changes: 2 additions & 2 deletions config/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export const LINKS = {
CONTACT_US: '/not-found',
ABOUT_US: '/about',
HOME: '/',
TERMS_OF_USE: '/not-found',
PRIVACY_SETTINGS: '/not-found',
TERMS_OF_USE: '/terms-of-use',
PRIVACY_SETTINGS: '/privacy',
DISCORD: 'https://discord.com/invite/a2VyCjRk2M',
WHATSAPP: 'https://chat.whatsapp.com/E5a59DtSaHNBwnczxVW1FY',
};
Expand Down
14 changes: 14 additions & 0 deletions public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -210,5 +210,19 @@
"title": "Page not found",
"paragraph": "We could not locate the page you are looking for.",
"home": "Return to the home page"
},
"terms-of-use": {
"title": "Terms of Use",
"firstParagraph": "Welcome to Maakaf! We're thrilled to have you join our community of developers and programmers dedicated to contributing code to a diverse range of projects. Before you dive in, please take a moment to review the following terms of use. By accessing or using our website, you agree to abide by these terms and conditions.",
"secondParagraph": "1. Acceptance of Terms: By accessing or using our website, you agree to be bound by these Terms of Use and all applicable laws and regulations. If you do not agree with any of these terms, you are prohibited from using or accessing this site.\n2. Code of Conduct: We foster an inclusive and respectful community where all members are treated with dignity and respect. Please review and adhere to our Code of Conduct at all times.\n3. Contributions: By submitting code or any other content to our website, you grant us a perpetual, irrevocable, worldwide, non-exclusive, royalty-free, sublicensable license to use, modify, adapt, publish, translate, distribute, and display such content in any form, media, or technology now known or later developed.\n4. Intellectual Property: All code and content shared on our website are subject to the applicable intellectual property rights. You retain ownership of the code you contribute but grant other users the right to use, modify, and distribute your code in accordance with the open-source licenses applicable to the respective projects.\n5. User Responsibilities: You are responsible for the content you contribute to our website and any consequences thereof. Please ensure that your contributions comply with our Contributor Guidelines and do not infringe upon the rights of others.\n6. Privacy Policy: We respect your privacy and are committed to protecting your personal information. Our Privacy Policy outlines how we collect, use, and disclose your information when you use our website.\n7. Disclaimer of Warranties: Our website is provided on an \"as-is\" and \"as-available\" basis without any warranties, express or implied. We do not guarantee the accuracy, completeness, or reliability of any content posted on our website.\n8. Limitation of Liability: In no event shall we be liable for any direct, indirect, incidental, special, or consequential damages arising out of or in any way connected with your use of our website or the content posted therein.\n9. Modification of Terms: We reserve the right to modify or revise these Terms of Use at any time without prior notice. Your continued use of our website after any such changes constitutes your acceptance of the new terms.\n10. Governing Law: These Terms of Use shall be governed by and construed in accordance with the laws of the Israeli Judicial Authority, without regard to its conflict of law provisions.\nIf you have any questions or concerns about these terms, please contact us at Discord.",
"thirdParagraph": "Thank you for being a part of Maakaf! ",
"button": "Discord"
},
"privacy": {
"title": "Privacy Settings",
"firstParagraph": "Protecting your privacy and the confidentiality of your personal information is of paramount importance to us. This Privacy Settings section outlines how we collect, use, and protect your data when you interact with our website.",
"secondParagraph": "1. Account Information: When you create an account on our website, we collect certain personal information such as your name, email address, and a password to secure your account. This information is essential for providing you with access to our platform and facilitating communication between you and other users.\n2. Project Contributions: When you contribute code or introduce a project on our platform, certain information about you and your contributions may be visible to other users. This includes your username, the content you contribute, and any comments or discussions associated with your contributions. Please be mindful of the information you share and review our community guidelines for best practices.\n3. Communication: We may use your email address to send you important updates about your account, notifications about activity related to your contributions, and newsletters or promotional materials if you opt-in to receive them. You can manage your communication preferences in your account settings.\n4. Cookies and Tracking Technologies: We use cookies and similar tracking technologies to enhance your browsing experience, analyze website traffic, and personalize content. You can control cookies through your browser settings and opt-out of certain tracking technologies, but please note that disabling cookies may affect the functionality of our website.\n5. Third-Party Services: Our website may integrate with third-party services such as social media platforms or analytics providers. These services may collect information about your interactions with our website, subject to their own privacy policies. We encourage you to review the privacy settings of these third-party services to understand how they handle your data.\n6. Data Security: We implement industry-standard security measures to protect your personal information from unauthorized access, disclosure, alteration, or destruction. However, no method of transmission over the internet or electronic storage is 100% secure, and we cannot guarantee absolute security.\n7. Data Retention: We will retain your personal information for as long as necessary to fulfill the purposes outlined in this Privacy Settings section, unless a longer retention period is required or permitted by law.\n8. Updates to this Privacy Settings Section: We may update this Privacy Settings section from time to time to reflect changes in our practices or legal requirements. We will notify you of any material changes by posting a notice on our website or sending you an email.\n9. Contact Us: If you have any questions, concerns, or requests regarding your privacy or this Privacy Settings section, please contact us at Discord.",
"thirdParagraph": "By using our website, you consent to the terms outlined in this Privacy Settings section.",
"button": "Discord"
}
}
14 changes: 14 additions & 0 deletions public/locales/he.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,20 @@
"thirdParagraph": "יאללה בואו.",
"button": "בואו לדיסקורד"
},
"terms-of-use": {
"title": "תנאי שימוש",
"firstParagraph": "ברוכים הבאים למעקף! אנו שמחים לראותכם מצטרפים לקהילת המפתחים והמתכנתים שלנו שמחפשים לתרום קוד למגוון פרויקטים שונים. לפני שתתחילו, אנא הקדישו רגע לסקירת התנאים הבאים לשימוש. כל שימוש באתר מהווה הסכמה לתקנון זה, על התנאים וההגבלות הכלולים בו. התקנון עלול להשתנות מעת לעת, ועל המשתמש להתעדכן בתקנון בכל כניסה לאתר.",
"secondParagraph": "1. אישור התנאים: גלישה באתר ו/או שימוש בו מכל סוג, כמוהם כהסכמה לתנאי התקנון והתחייבות לפעול על פיהם. מובהר כי התקנון מהווה הסכם משפטית מחייבת לכל דבר ועניין ומחייב את המשתמש על כל שימושיו באתר.\n2. קוד התנהגות: אנו מקדמים קהילה כוללת ומכבדת בה כל החברים נוהגים בכבוד. נא לדבוק בקוד התנהגות שלנו בכל עת.\n3. תרומות: על ידי תרומת קוד או כל תוכן אחר לאתר שלנו, אתם נותנים לנו את הזכות להשתמש, לשנות ולהפיץ, ולהציג את הקוד שלכם לפי הרישיונות הפתוחים הרלוונטיים לפרויקטים הרצויים, בכל צורה, תקשורת או טכנולוגיה ידועה כיום או בעתיד.\n4. זכות קניין רוחני: כל זכויות הקניין הרוחני באתר זה הכוללים זכויות יוצרים, זכויות הפצה, סודות מסחריים, סימני המסחר וכל הקניין הרוחני מכל סוג שהוא, הן בנוגע לעיצוב ועמוד האתר, הן באשר לתכנים המופיעים בו הינן רכושה הבלעדי של הנהלת האתר. אין להעתיק, לשכפל, להפיץ, לפרסם או להשתמש בכל דרך אחרת במידע כלשהו מן האתר ו/או מהאתר, אלא אם ניתנה הסכמה לכך מראש ובכתב מטעם הנהלת האתר.\n5. אחריות המשתמש: אתם אחראים על התוכן שאתם מעלים לאתר שלנו ולכל התוצאות הקשורות בכך. נא לוודא שתרומותיכם עומדות בהנחיות התורמים שלנו ואינן מפרות זכויות של אחרים. הנהלת האתר מסירה מעליה כל אחריות מהתכנים הנכתבים באתר או מהשימוש בהם והשלכותיהם.\n6. מדיניות הפרטיות: אנו מכבדים את הפרטיות שלכם ומחוייבים להגן על המידע האישי שלכם. תוכן השירות וחשיפת מידע אישי במהלך השירות, לעולם לא ייחשפו לאדם אחר או כל גורם ללא אישור בכתב מהלקוח. הנהלת האתר מחויבת לפרטיות שלך ופרטיות זו הינה בראש סדר העדיפויות שלנו. במקרה של שימוש לרעה, הנהלת האתר תפעל נגד כל פעילות בכל דרך חוקית אשר תעמוד לרשותה לרבות חסימת המשתמש מגישה לאתר ונקיטת הליכים משפטיים נגד המשתמש באם יפעל כאמור.\n7. הצהרת רשויות: האתר שלנו ניתן `כפי שהוא` ו`כפי שזמין` בלי שום אחריות, פרטית או משתנה. אנו לא מבטיחים את הדיוק, השלמות או האמינות של כל התוכן שפורסם באתר שלנו.\n8. הגבלת האחריות: בכל מקרה, לא נהיה אחראים לכל נזק ישיר, עקיף, אקראי, מיוחד או תוצאות העולות משימושכם באתר שלנו או בתוכן שפורסם בו.\n9. שינוי של התנאים: אנו שומרים לעצמנו את הזכות לשנות או לתקן את תנאי השימוש הללו בכל עת מבלי להודיע מראש. השימוש המתמשך שלך באתר לאחר כל שינוי כזה מהווה את הסכמתך לתנאים החדשים.\n10. פרשנותו ואכיפתו של תקנון זה ו/או כל פעולה או סכסוך הנובע ממנו יעשו בהתאם לדין הישראלי בלבד, ולבית המשפט המוסמך תהא מסורה סמכות השיפוט הבלעדית.\nלכל שאלה בנוגע לתנאים אלו, אנא צרו קשר בדיסקורד.",
"thirdParagraph": "תודה על תרומתכם לקהילת מעקף!",
"button": "Discord"
},
"privacy": {
"title": "הגדרות פרטיות",
"firstParagraph": "שמירה על הפרטיות ואבטחת המידע האישי שלך חשובות לנו מאוד. סעיפי הגדרות הפרטיות הללו מתארים איך אנו אוספים, משתמשים ומגנים על המידע שלך כאשר אתה מתקשר עם האתר שלנו.",
"secondParagraph": "1. מאגר המידע: אנו אוספים מידע אישי מסוים כגון שמך, כתובת הדוא``ל שלך ועוד. מידע זה חיוני לספק לך גישה לפלטפורמה שלנו ולקידום תקשורת ביניך לבין משתמשים אחרים. חלק מהנתונים שנאספו יישמרו במאגר המידע של קהילת מעקף ובאחריותה. \n2. תרומות לפרויקטים: כאשר אתה תורם קוד או מציג פרויקט בפלטפורמה שלנו, ייתכן שמידע מסוים עליך ועל התרומות שלך יהיה גלוי למשתמשים אחרים. כולל שמך, התוכן שתרמת, וכל ההערות או נדיונים הקשורים לתרומות שלך. אנא שים לב למידע שאתה משתף. \n3. תקשורת: אנו עשויים להשתמש בכתובת הדוא``ל שלך כדי לשלוח לך עדכונים חשובים, התראות על פעילות הקשורה לתרומות שלך, וניוזלטרים או חומרי פרסום אם אתה מעוניין לקבל אותם. תוכל לנהל את העדפות התקשורת שלך בהגדרות החשבון שלך. \n4. Cookies: אתר הקהילה משתמש ב`עוגיות` (Cookies) לצורך תפעולם השוטף והתקין, ובכלל זה כדי לאסוף נתונים סטטיסטיים אודות השימוש באתר, לאימות פרטים, כדי להתאים את האתר להעדפותיך האישיות ולצורכי אבטחת מידע. דפדפנים מודרניים כוללים אפשרות להימנע מקבלת Cookies. אם אינך יודע כיצד לעשות זאת, בדוק בקובץ העזרה של הדפדפן שבו אתה משתמש. \n5. שירותים של צד שלישי: אתר הקהילה עשוי לשלב שירותים של צד שלישי כמו רשתות חברתיות או ספקים של נתונים ניתוחיים. שירותים אלו עשויים לאסוף מידע על ההתנהגות שלך באתר שלנו, בהתאם למדיניות הפרטיות שלהם. אנו ממליצים לך לבדוק את הגדרות הפרטיות של שירותים אלו כדי להבין איזה שימוש הם עושים עם הנתונים שלך. \n6. אבטחת מידע: אתר הקהילה מיישם מערכות ונהלים עדכניים לאבטחת מידע. בעוד שמערכות ונהלים אלה מצמצמים את הסיכונים לחדירה בלתי-מורשית, אין הם מעניקים בטחון מוחלט. לכן, מעקף לא מתחייבת ששירותיה יהיו חסינים באופן מוחלט מפני גישה בלתי-מורשית למידע המאוחסן בהם. \n7. שמירת הנתונים: נשמור על המידע האישי שלך כל עוד יהיה זה נחוץ כדי למלא את המטרות שצוינו בסעיף זה של הגדרות הפרטיות. \n8. שינויים במדיניות הפרטיות: בכל מקרה בו יבוצעו במדיניות זו שינויים מהותיים בהוראות שעניינן השימוש במידע אישי שמסרת, תפורסם על-כך הודעה בעמוד הבית של הקהילה. \n9. צור קשר: אם יש לך שאלות, דאגות או בקשות בנוגע לפרטיות שלך או לסעיף זה של הגדרות הפרטיות, אנא צור איתנו קשר בדיסקורד.",
"thirdParagraph": "שימוש באתר שלנו מהווה הסכמה לתנאים שצוינו בסעיף זה של הגדרות הפרטיות.",
"button": "Discord"
},
"Maintainers": {
"FaqSection": {
"whatIsOpenSource": "1. מהו פרויקט קוד פתוח?",
Expand Down
Loading