Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
79 changes: 66 additions & 13 deletions data/mentors.json
Original file line number Diff line number Diff line change
Expand Up @@ -1583,27 +1583,80 @@
"org": "NumFOCUS",
"ideasUrl": "https://github.com/numfocus/gsoc/blob/master/2026/ideas-list.md",
"channels": [],
"mentors": [
"mentors": [],
"mailingLists": [
{
"name": "",
"github": "login",
"githubUrl": "https://github.com/login"
"type": "Mailing list",
"url": "https://groups.google.com/a/numfocus.org/forum/#!forum/gsoc",
"label": "NumFOCUS GSoC mailing list"
},
{
"type": "Email",
"url": "mailto:gsoc@numfocus.org",
"label": "gsoc@numfocus.org"
}
],
"mailingLists": [],
"tip": "",
"tip": "NumFOCUS is an umbrella organization. For project-specific questions, contact the individual project communities under the umbrella.",
"status": "ok",
"lastFetched": "2026-05-09T16:09:12.548Z"
"lastFetched": "2026-05-12T00:00:00.000Z"
Comment thread
omkartike marked this conversation as resolved.
},
"omegaUp": {
"org": "omegaUp",
"ideasUrl": "https://github.com/omegaup/omegaup/wiki/Google-Summer-of-Code",
"channels": [],
"mentors": [],
"mailingLists": [],
"tip": "",
"status": "no-contact-found",
"lastFetched": "2026-05-09T16:09:12.548Z"
"channels": [
{
"type": "Discord",
"url": "https://discord.gg/gMEMX7Mrwe",
"label": "omegaUp GSoC Discord (Candidates)"
},
{
"type": "Discord",
"url": "https://discord.gg/K3JFd9d3wk",
"label": "omegaUp Community Discord"
},
{
"type": "GitHub Discussions",
"url": "https://github.com/omegaup/omegaup/discussions",
"label": "omegaUp GitHub Discussions"
}
],
"mentors": [
{
"name": "",
"github": "pabo99",
"githubUrl": "https://github.com/pabo99"
},
{
"name": "",
"github": "heduenas",
"githubUrl": "https://github.com/heduenas"
},
{
"name": "",
"github": "Ankitsinghsisodya",
"githubUrl": "https://github.com/Ankitsinghsisodya"
},
{
"name": "",
"github": "carlosabcs",
"githubUrl": "https://github.com/carlosabcs"
},
{
"name": "",
"github": "iqbalcodes6602",
"githubUrl": "https://github.com/iqbalcodes6602"
}
],
"mailingLists": [
{
"type": "Email",
"url": "mailto:hello@omegaup.com",
Comment thread
omkartike marked this conversation as resolved.
"label": "hello@omegaup.com"
}
],
"tip": "Join the Discord server to get help and connect with mentors. Make sure to solve at least 2 of 3 problems on the GSoC 2026 arena test.",
"status": "ok",
"lastFetched": "2026-05-12T00:00:00.000Z"
},
"Open Food Facts": {
"org": "Open Food Facts",
Expand Down
75 changes: 75 additions & 0 deletions privacy.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
<!DOCTYPE html>
Comment thread
omkartike marked this conversation as resolved.
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Privacy Policy | FindMyGSoC</title>
<meta name="description" content="Privacy Policy for FindMyGSoC - GSoC 2026 Org Finder & Good First Issue Tracker" />
<link rel="canonical" href="https://findmygsoc.vercel.app/privacy.html" />
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries" integrity="sha384-1DcZPGeODWbGGjS/i/n4ULX/pEc0DPcKK2WhyuWEmBXRfzOwoVTDQBN9C3C5jJHK" crossorigin="anonymous"></script>
<style>
.material-symbols-outlined{font-variation-settings:'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24;vertical-align:middle}
</style>
</head>
<body class="font-sans text-gray-900 bg-gray-50">
<nav class="sticky top-0 z-50 bg-white/90 border-b border-zinc-200" aria-label="Main navigation">
<div class="max-w-7xl mx-auto px-6 py-4 flex items-center justify-between">
<a href="index.html" class="flex items-center gap-2 text-sm font-bold text-zinc-900">
<div class="w-8 h-8 rounded bg-gradient-to-br from-orange-600 to-orange-400 flex items-center justify-center">
<span class="text-white">G</span>
</div>
FindMyGSoC
</a>
<div class="flex items-center gap-4 text-sm">
<a href="index.html" class="text-zinc-600 hover:text-orange-600 transition-colors">Home</a>
<a href="index.html#contact" class="text-zinc-600 hover:text-orange-600 transition-colors">Contact</a>
</div>
</div>
</nav>

<main class="max-w-5xl mx-auto px-6 py-16">
<div class="text-center mb-12">
<h1 class="text-4xl font-extrabold tracking-tight mb-4">Privacy Policy</h1>
<p class="text-zinc-600">Last updated: May 2026</p>
</div>

<div class="prose prose-lg max-w-none text-zinc-700">
<p>FindMyGSoC is committed to protecting your privacy. This Privacy Policy explains how we collect, use, and safeguard your information.</p>

<h2>Information We Collect</h2>
<p>We collect information you provide directly and automatically through cookies and analytics.</p>

<h2>How We Use Information</h2>
<p>We use information to provide services, improve our website, and communicate with you.</p>

<h2>Information Sharing</h2>
<p>We do not sell your information. We may share it with service providers or as required by law.</p>

<h2>Data Security</h2>
<p>We implement security measures to protect your information.</p>

<h2>Contact Us</h2>
<p>For questions, contact us via our website or GitHub.</p>
</div>
</main>

<footer class="w-full border-t border-zinc-200 bg-zinc-100">
<div class="max-w-7xl mx-auto px-6 py-8 flex flex-col md:flex-row justify-between items-center gap-6">
<div class="flex items-center gap-2">
<div class="w-8 h-8 rounded bg-gradient-to-br from-orange-600 to-orange-400 flex items-center justify-center">
<span class="text-white font-bold">G</span>
</div>
<div>
<p class="font-bold text-zinc-900">FindMyGSoC</p>
<p class="text-xs uppercase tracking-widest text-zinc-500">Β© 2026 S3DFX-CYBER</p>
</div>
</div>
<nav class="flex flex-wrap gap-4" aria-label="Footer navigation">
<a href="index.html" class="text-xs font-bold uppercase tracking-widest text-zinc-500 hover:text-orange-600">Home</a>
<a href="privacy.html" class="text-xs font-bold uppercase tracking-widest text-zinc-500 hover:text-orange-600">Privacy</a>
<a href="index.html#contact" class="text-xs font-bold uppercase tracking-widest text-zinc-500 hover:text-orange-600">Contact</a>
</nav>
</div>
</footer>
</body>
</html>
Loading