- ID scansione:
- 37a985fb-06bc-4aa2-8263-401394f869b5Fatto
- URL inviato:
- https://wellfound.com/company/evilmartians
- Report terminato:
Link · 4 trovati
I link in uscita identificati dalla pagina
Link | Testo |
---|---|
https://evilmartians.com/ | evilmartians.com |
https://evilmartians.com/chronicles | evilmartians.com/chronicles |
http://twitter.com/wellfoundhq | |
https://instagram.com/wellfoundhq |
Variabili JavaScript · 69 trovate
Le variabili JavaScript globali caricate sull'oggetto finestra di una pagina sono variabili dichiarate all'esterno delle funzioni e accessibili da qualsiasi punto del codice nell'ambito corrente
Nome | Tipo |
---|---|
0 | object |
1 | object |
2 | object |
3 | object |
onbeforetoggle | object |
documentPictureInPicture | object |
onscrollend | object |
ddjskey | string |
ddoptions | object |
turnstileLoad | function |
Messaggi di log della console · 6 trovati
Messaggi registrati nella console Web
Tipo | Categoria | Log |
---|---|---|
debug | javascript |
|
error | network |
|
warning | security |
|
warning | other |
|
error | other |
|
error | other |
|
HTML
Il corpo HTML non elaborato della pagina
<!DOCTYPE html><html lang="en"><head>
<script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-705F94181H&l=dataLayer&cx=c"></script><script type="text/javascript" async="" src="https://www.googletagmanager.com/gtm.js?id=GTM-W6H9BNZ&l=dataLayer"></script><script type="text/javascript" async="" src="https://snap.licdn.com/li.lms-analytics/insight.min.js"></script><script type="text/javascript" src="https://cdn.segment.com/next-integrations/integrations/vendor/commons.a61d7bea37d2de5d4b69.js.gz" async="" status="loaded"></script><script type="text/javascript" src="https://cdn.segment.com/next-integrations/integrations/google-tag-manager/2.5.1/google-tag-manager.dynamic.js.gz" async="" status="loaded"></script><script type="text/javascript" src="https://cdn.segment.com/next-integrations/integrations/linkedin-insight-tag/1.0.1/linkedin-insight-tag.dynamic.js.gz" async="" status="loaded"></script><script type="text/javascript" src="https://cdn.segment.com/next-integrations/integrations/hotjar/1.4.0/hotjar.dynamic.js.gz" async="" status="loaded"></script><script type="text/javascript" async="" src="https://cdn.segment.com/analytics.js/v1/poTMRBHig2tYBNBP5P6kGfkGBFq19jmB/analytics.min.js"></script><script>
window.ddjskey = "BA3EB296E8BE96A496929870E20CD4";
window.ddoptions = {"ajaxListenerPath":"wellfound.com","overrideAbortFetch":true,"allowHtmlContentTypeOnCaptcha":true,"endpoint":"https://ddm.wellfound.com/js/"};
</script>
<script src="https://ddm.wellfound.com/tags.js" async="">
</script>
<meta charset="utf-8"><script>
turnstileLoad = function () {
// Save a reference to the original fetch function
const originalFetch = window.fetch;
// A simple modal to contain Cloudflare Turnstile
const overlay = document.createElement("div");
overlay.style.position = 'fixed';
overlay.style.top = '0';
overlay.style.left = '0';
overlay.style.right = '0';
overlay.style.bottom = '0';
overlay.style.backgroundColor = 'rgba(0, 0, 0, 0.7)';
overlay.style.border = '1px solid grey';
overlay.style.zIndex = '10000';
overlay.style.display = 'none';
overlay.innerHTML = '<p style="color: white; text-align: center; margin-top: 50vh;">One more step before you proceed...</p><div style="display: flex; flex-wrap: nowrap; align-items: center; justify-content: center;" id="turnstile_widget"></div>';
document.body.appendChild(overlay);
// As we do several GQL requests in parallel, there could be cases where more than one request is challenged.
// To avoid showing the challenge several times, we need a poor's man mutex.
var challengeInProgress = false;
// Override the native fetch function
window.fetch = async function (...args) {
let response = await originalFetch(...args);
// If the original request was challenged...
if (!challengeInProgress && response.headers.has('cf-mitigated') && response.headers.get('cf-mitigated') === 'challenge') {
challengeInProgress = true;
// The request has been challenged...
overlay.style.display = 'block';
await new Promise((resolve, reject) => {
turnstile.render('#turnstile_widget', {
'action': 'fetch',
'sitekey': '0x4AAAAAAAgpA-Qx7SsJOW-g',
'error-callback': function (e) {
overlay.style.display = 'none';
reject(e);
},
'callback': function (token, preClearanceObtained) {
if (preClearanceObtained) {
// The visitor successfully solved the challenge on the page.
// This time it will have the cf_clearance Cookie
location.reload();
} else {
reject(new Error('Unable to obtain pre-clearance'));
}
},
});
});
}
return response;
};
};
</script><script src="https://challenges.cloudflare.com/turnstile/v0/api.js?onload=turnstileLoad" async="" defer=""></script><meta content="text/html; charset=UTF-8" http-equiv="Content-Type"><meta content="en_US" http-equiv="Content-Language"><meta content="notranslate" name="google"><meta content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1" name="viewport"><title>Evil Martians Careers | Wellfound</title><link href="https://wellfound.com/company/evilmartians" rel="canonical"><meta content="Find out if Evil Martians is the right fit for your future career! Explore jobs, salary, equity, and funding information. Read about work-life balance, perks, benefits, and the company culture!" name="description"><meta content="Wellfound" property="og:site_name"><meta content="https://photos.wellfound.com/startups/i/81059-499bdb937161b613e13b92c87d7fa4ed-thumb_jpg.jpg?buster=1609525026" property="og:image"><meta content="https://wellfound.com/company/evilmartians" property="og:url"><meta content="Evil Martians Careers" property="og:title"><meta content="Find out if Evil Martians is the right fit for your future career! Explore jobs, salary, equity, and funding information. Read about work-life balance, perks, benefits, and the company culture!" property="og:description"><meta content="summary" name="twitter:card"><meta content="@wellfoundhq" name="twitter:site"><meta content="@wellfoundhq" name="twitter:creator"><link href="https://wellfound.com/wellfound.ico" rel="icon"><link href="https://wellfound.com/wellfound-favicon-16x.png" rel="icon" sizes="16x16" type="image/png"><link href="https://wellfound.com/wellfound-favicon-32x.png" rel="icon" sizes="32x32" type="image/png"><link href="https://wellfound.com/wellfound-favicon-57x.png" rel="icon" sizes="57x57" type="image/png"><link href="https://wellfound.com/wellfound-favicon-72x.png" rel="icon" sizes="72x72" type="image/png"><link href="https://wellfound.com/wellfound-favicon-114x.png" rel="icon" sizes="114x114" type="image/png"><link href="https://wellfound.com/wellfound-favicon-144x.png" rel="icon" sizes="144x144" type="image/png"><link href="https://wellfound.com/wellfound-favicon-57x.png" rel="apple-touch-icon-precomposed" sizes="57x57"><link href="https://wellfound.com/wellfound-favicon-72x.png" rel="apple-touch-icon-precomposed" sizes="72x72"><link href="https://wellfound.com/wellfound-favicon-114x.png" rel="apple-touch-icon-precomposed" sizes="114x114"><link href="https://wellfound.com/wellfound-favicon-144x.png" rel="apple-touch-icon-precomposed" sizes="144x144"><meta name="next-head-count" content="29"><link href="https://cdn.segment.com" rel="preconnect"><link rel="preload" href="/talent/_next/static/css/4e665ed8bd3bc00b.css" as="style" crossorigin="anonymous"><link rel="stylesheet" href="/talent/_next/static/css/4e665ed8bd3bc00b.css" crossorigin="anonymous" data-n-g=""><link rel="preload" href="/talent/_next/static/css/e811bb08e514e704.css" as="style" crossorigin="anonymous"><link rel="stylesheet" href="/talent/_next/static/css/e811bb08e514e704.css" crossorigin="anonymous" data-n-p=""><link rel="preload" href="/talent/_next/static/css/f462aeff64dee529.css" as="style" crossorigin="anonymous"><link rel="stylesheet" href="/talent/_next/static/css/f462aeff64dee529.css" crossorigin="anonymous" data-n-p=""><link rel="preload" href="/talent/_next/static/css/3b6d90b38b673640.css" as="style" crossorigin="anonymous"><link rel="stylesheet" href="/talent/_next/static/css/3b6d90b38b673640.css" crossorigin="anonymous" data-n-p=""><link rel="preload" href="/talent/_next/static/css/ef9b34b877238e09.css" as="style" crossorigin="anonymous"><link rel="stylesheet" href="/talent/_next/static/css/ef9b34b877238e09.css" crossorigin="anonymous" data-n-p=""><link rel="preload" href="/talent/_next/static/css/51244b780f2eec28.css" as="style" crossorigin="anonymous"><link rel="stylesheet" href="/talent/_next/static/css/51244b780f2eec28.css" crossorigin="anonymous" data-n-p=""><link rel="preload" href="/talent/_next/static/css/01107ff9e5df9969.css" as="style" crossorigin="anonymous"><link rel="stylesheet" href="/talent/_next/static/css/01107ff9e5df9969.css" crossorigin="anonymous"><link rel="preload" href="/talent/_next/static/css/d1064c3ca65f29ea.css" as="style" crossorigin="anonymous"><link rel="stylesheet" href="/talent/_next/static/css/d1064c3ca65f29ea.css" crossorigin="anonymous"><link rel="preload" href="/talent/_next/static/css/c1ba043a8c7608e4.css" as="style" crossorigin="anonymous"><link rel="stylesheet" href="/talent/_next/static/css/c1ba043a8c7608e4.css" crossorigin="anonymous"><noscript data-n-css=""></noscript><script defer="" crossorigin="anonymous" nomodule="" src="/talent/_next/static/chunks/polyfills-c67a75d1b6f99dc8.js"></script><script defer="" src="/talent/_next/static/chunks/3695.bd924c36f1d21e0a.js" crossorigin="anonymous"></script><script defer="" src="/talent/_next/static/chunks/2675.50697b574e7f2f81.js" crossorigin="anonymous"></script><script defer="" src="/talent/_next/static/chunks/1101.37543b9ef68a66f3.js" crossorigin="anonymous"></script><script defer="" src="/talent/_next/static/chunks/8320.557a44473a8c6238.js" crossorigin="anonymous"></script><script defer="" src="/talent/_next/static/chunks/5329.c6189b592e6884cb.js" crossorigin="anonymous"></script><script defer="" src="/talent/_next/static/chunks/4873.a867fbb49c97b21e.js" crossorigin="anonymous"></script><script defer="" src="/talent/_next/static/chunks/8770.9b3d9054dd6971f9.js" crossorigin="anonymous"></script><script defer="" src="/talent/_next/static/chunks/324.c4c1b86b075ba7b8.js" crossorigin="anonymous"></script><script defer="" src="/talent/_next/static/chunks/1473.e6ab112efcef0507.js" crossorigin="anonymous"></script><script defer="" src="/talent/_next/static/chunks/9753.cd4a02495ce076b3.js" crossorigin="anonymous"></script><script defer="" src="/talent/_next/static/chunks/1261.96d15ab232557d11.js" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/webpack-3a6b6b4e0d2a3837.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/framework-761d01c2f56123b2.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/main-67e216ce3099009d.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/pages/_app-0ff8292c50648c47.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/05d954cf-bdb396242b344714.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/4353-f69c1209c8b551bb.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/6883-2313e7a84cf8ea24.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/1982-de4701ef289a92ce.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/3253-24027f2f886078bb.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/9519-4168b93cfd578051.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/8327-0aedf3c78c2b16b2.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/3209-5634189bb20a5948.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/3885-d61c950d3fc4ede5.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/7561-e594bc4362aea303.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/9957-d266a041063fd576.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/2512-edbf639883716d18.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/5169-588c44d1fc876955.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/6900-e6992e59fb89d3c9.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/1655-6292cf214e637fd0.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/2764-a277dbd5ceaf7607.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/4544-87dc760770201f9a.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/9867-17213b48f875dc44.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/2555-f8d8dc2ea6237c38.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/1368-fe0676f97990a66c.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/7906-637ec88de18959a9.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/5912-46dd9710db8a7b94.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/7745-971b8cddaea9b3aa.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/9866-1347e2208d42e1bd.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/4700-f271444c23b9f2b4.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/4768-2645e4231246d3c9.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/9634-f15044368f92defd.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/4608-9b740bd68a13716e.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/4965-a292205eb59f5ebf.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/2725-81f76d4a38dbc50f.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/4359-665a2109f044efb8.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/7141-40bb48de43b2d4d2.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/8484-a6b44c53357081b0.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/chunks/pages/company/overview-a21bf4942144a8e9.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/ch-e890562207a6ed8a3e263951516e3186/_buildManifest.js" defer="" crossorigin="anonymous"></script><script src="/talent/_next/static/ch-e890562207a6ed8a3e263951516e3186/_ssgManifest.js" defer="" crossorigin="anonymous"></script><style type="text/css" data-glamor=""></style><meta name="viewport" content="width=device-width, initial-scale=1.0"><script async="" src="https://static.hotjar.com/c/hotjar-1444722.js?sv=6"></script><script async="" src="https://script.hotjar.com/modules.6f60e575cf8ad7cb10f7.js" charset="utf-8"></script></head><body class="route--CompanyProfileOverview" data-tfe-status="ready"><div id="__next" data-reactroot=""><div id="main"><div class="styles_bannerToaster__evwDg"></div><div class="styles_floatToaster__S8Ply"></div><div class="styles_fullscreenToaster__WMwnW"></div><header class="mx-auto mb-8 max-w-screen-xl border-b border-gray-300 px-6 pb-6 pt-4 lg:px-20"><div class="flex flex-row items-center justify-between"><a href="/" class="styles_component__UCLp3 styles_defaultLink__eZMqw flex items-center mr-4" aria-label="Wellfound"><svg fill="currentColor" viewBox="0 0 554.89997 266.70002" width="50" class="w-30 text-black"><path d="M 80.9,263.59999 0,2.9999988 H 75.3 L 123,190.39999 174.9,2.9999988 h 75.5 L 302.3,190.39999 350,2.9999988 h 75.3 L 343.5,263.59999 H 263.3 L 212.7,75.399999 161.1,263.59999 H 80.9 Z"></path><circle cx="511.09995" cy="222.89999" fill="#EC2E3A" r="43.799999"></circle><circle cx="511.09995" cy="43.799999" fill="#EC2E3A" r="43.799999"></circle></svg></a><nav class="relative hidden items-center bg-white md:flex"><button class="styles_component__7ZpRT absolute right-2 hidden" type="button"></button><div class="r-0 relative hidden space-x-8 font-light md:block"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-black underline-offset-8 hover:!text-dark-link underline" href="/discover">Discover</a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-black underline-offset-8 hover:!text-dark-link" href="/jobs">Find Jobs</a><a href="/recruit/overview" class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-black underline-offset-8 hover:!text-dark-link">For Recruiters</a></div><div class="ml-10"><div class="inline-block"><button class="rounded border-solid border gap-x-2 whitespace-nowrap font-medium antialiased text-center text-sm no-underline cursor-pointer focus:outline-0 disabled:cursor-default disabled:pointer-events-none disabled:opacity-50 transition duration-200 px-4 py-2 bg-white border-black text-black disabled:bg-white disabled:border-gray-700 disabled:text-gray-700 hover:bg-gtmblue-100 hover:border-gtmblue-500 hover:text-gtmblue-500" onclick="window.location.href='/login'">Log In</button></div><div class="inline-block"><button class="ml-4 rounded border-solid border gap-x-2 whitespace-nowrap font-medium antialiased text-center text-sm no-underline cursor-pointer focus:outline-0 disabled:cursor-default disabled:pointer-events-none disabled:opacity-50 transition duration-200 px-4 py-2 bg-black border-black text-white disabled:bg-gray-400 disabled:border-gray-400 disabled:text-gray-700 hover:bg-gtmblue-500 hover:border-gtmblue-500" onclick="window.location.href='/jobs/signup?source=company+profile&source_content=global_header_join_text'">Sign Up</button></div></div></nav></div><script>
window.addEventListener('message', message => {
if (message.data.type === 'google-one-tap.height_changed') {
document.querySelector('#al-google-one-tap-iframe').style.height = message.data.height;
}
});
</script><iframe class="styles_alGoogleOneTapIframe__iyQc5" id="al-google-one-tap-iframe" src="/auth/google_one_tap"></iframe></header><div class="styles_component__PNq1k"><div class="styles_wrapper__J5pNi"><div class="styles_box___OsDD"><div class="ml-4 lg:ml-8"><div class="space-x-1 text-dark-a"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw" href="/discover">Discover</a><svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="w-2"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 21a.997.997 0 00.707-.293l8-8a.999.999 0 000-1.414l-8-8a.999.999 0 10-1.414 1.414L14.586 12l-7.293 7.293A.999.999 0 008 21z" fill="currentColor"></path></svg><a class="styles_component__UCLp3 styles_defaultLink__eZMqw" href="/startups">Startups</a><svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="w-2"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 21a.997.997 0 00.707-.293l8-8a.999.999 0 000-1.414l-8-8a.999.999 0 10-1.414 1.414L14.586 12l-7.293 7.293A.999.999 0 008 21z" fill="currentColor"></path></svg><span>Evil Martians</span></div></div><div class="styles_content__pKhb0"><section class="styles_component__tr5x6" data-test="Masthead"><div class="flex w-full"><a class="content-center" href="/company/evilmartians"><div class="flex h-[70px] w-[70px] justify-center overflow-hidden rounded-2xl border border-gray-400 bg-gray-100"><img alt="Evil Martians company logo" loading="lazy" src="/cdn-cgi/image/width=140,height=140,fit=scale-down,gravity=0.5x0.5,quality=90,format=auto/https://photos.wellfound.com/startups/i/81059-499bdb937161b613e13b92c87d7fa4ed-medium_jpg.jpg?buster=1609525026" height="70" width="70" class="rounded-2xl object-contain"></div></a><div class="pl-2 flex flex-col"><div class="flex space-x-2"><a class="text-neutral-1000 hover:underline focus:no-underline" href="/company/evilmartians"><span class="inline text-md font-semibold">Evil Martians</span></a><div class="flex items-center text-sm font-medium text-pop-green"><div class="mr-1 h-2 w-2 rounded-2xl bg-pop-green"></div>Actively Hiring</div></div><span class="text-md text-neutral-1000">Extraterrestrial product development consultancy and commercial open source team</span><span class="text-xs italic text-neutral-500">51-200<!-- --> Employees</span></div></div><div class="mt-4"><div class="flex w-full space-x-2 text-[10px] text-accent-persian-600"><ul class="grid w-full grid-cols-2 justify-start gap-2 sm:place-items-center xs:flex xs:flex-row xs:flex-wrap"><li class="styles_tooltip-container__1f8OY rounded px-2 font-medium bg-neutral-100"><div class="flex h-[20px] items-center justify-center space-x-1"><div class="line-clamp-1">B2B</div></div></li><li class="styles_tooltip-container__1f8OY rounded px-2 font-medium bg-neutral-100"><div class="flex h-[20px] items-center justify-center space-x-1"><svg fill="none" height="12" viewBox="0 0 12 12" width="12" xmlns="http://www.w3.org/2000/svg" class="haloIcon"><path d="M2.5 10.5C2.75 8.25 3.75 6.5 6 5.5M4.50016 9C7.60916 9 9.75016 7.356 10.0002 3V2H7.99316C3.49316 2 2.00016 4 1.99316 6.5C1.99316 7 1.99316 8 2.99316 9H4.50016Z" stroke="black" stroke-linecap="round" stroke-linejoin="round"></path></svg><div class="line-clamp-1">Early Stage</div><div class="styles_tooltip-text__bYBqF">Startup in initial stages</div></div></li></ul></div></div><div class="styles_component__Wb41n styles_component__qhaPy styles_aboutHandest__xkzNJ styles_white__yJuQK"><div class="flex flex-row justify-between"></div><dl><dd>Website</dd><dt class="flex"><div class="styles_component__g_WAp styles_links__VvYv7"><ul><button class="styles_websiteLink___Rnfc">evilmartians.com</button><li><ul><li><button class="styles_socialLink__r21Yf"><svg height="16" viewBox="0 0 16 16" width="16" class="styles_icon__64AZy"><g fill-rule="evenodd"><rect height="4.833" rx="1.25" width="3.833" x="2.835" y="3"></rect><path d="M16 6.667a2 2 0 0 0-2-2h-1.333v-3c0-.737-.597-1.334-1.334-1.334h-10C.597.333 0 .93 0 1.667v11.666a2.333 2.333 0 0 0 2.333 2.334h11.334A2.333 2.333 0 0 0 16 13.333zM2.333 14.333a1 1 0 0 1-1-1V2c0-.184.15-.333.334-.333H11c.184 0 .333.149.333.333v11.333c0 .197.025.393.074.583a.333.333 0 0 1-.323.417zm12.334-1a1 1 0 1 1-2 0v-7c0-.184.149-.333.333-.333h1c.368 0 .667.298.667.667z" fill-rule="nonzero"></path><path d="M8.5 4.031h1.334a.5.5 0 0 1 .5.5v.334a.5.5 0 0 1-.5.5H8.501A.5.5 0 0 1 8 4.867v-.334a.5.5 0 0 1 .5-.502zm0 2.667h1.334a.5.5 0 0 1 .5.5v.333a.5.5 0 0 1-.5.5H8.501A.5.5 0 0 1 8 7.533V7.2a.5.5 0 0 1 .5-.502zM3.167 9.365h6.667a.5.5 0 0 1 .5.5v.333a.5.5 0 0 1-.5.5H3.167a.5.5 0 0 1-.5-.498v-.333a.5.5 0 0 1 .5-.502zm0 2.666h5a.5.5 0 0 1 .5.5v.334a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.498v-.334a.5.5 0 0 1 .5-.502z"></path></g></svg></button></li><li><button class="styles_socialLink__r21Yf"><svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="styles_icon__64AZy"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.944 7.987c.013.175.013.35.013.525C19.957 13.85 15.833 20 8.294 20c-2.322 0-4.48-.663-6.294-1.813.33.038.647.05.99.05 1.916 0 3.68-.637 5.089-1.724-1.802-.038-3.313-1.2-3.833-2.8.254.037.508.062.774.062.368 0 .736-.05 1.079-.138-1.878-.375-3.287-2-3.287-3.962v-.05c.546.3 1.18.488 1.853.512a4.02 4.02 0 01-1.827-3.362c0-.75.203-1.438.558-2.038a11.71 11.71 0 008.452 4.225 4.495 4.495 0 01-.102-.924c0-2.226 1.828-4.038 4.1-4.038 1.18 0 2.245.487 2.994 1.275a8.145 8.145 0 002.602-.975 4.038 4.038 0 01-1.802 2.225A8.316 8.316 0 0022 5.9a8.74 8.74 0 01-2.056 2.087z" fill="currentColor"></path></svg></button></li><li><button class="styles_socialLink__r21Yf"><svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="styles_icon__64AZy"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.896 2H3.104C2.494 2 2 2.495 2 3.104v17.792C2 21.506 2.495 22 3.104 22H12v-7.917H9.61v-2.916H12V9.01c0-2.583 1.792-3.99 4.099-3.99 1.104 0 2.292.084 2.568.12V7.84h-1.839c-1.255 0-1.495.593-1.495 1.468v1.86h2.99l-.39 2.916h-2.6V22h5.563c.61 0 1.104-.495 1.104-1.104V3.104C22 2.494 21.505 2 20.896 2z" fill="currentColor"></path></svg></button></li><li><button class="styles_socialLink__r21Yf"><svg height="16" width="15" class="styles_icon__64AZy" viewBox="0 0 16 15"><g fill-rule="evenodd"><rect height="10.182" rx="0.5" width="3.636" y="5.455"></rect><ellipse cx="1.804" cy="2.182" rx="1.804" ry="1.818"></ellipse><path d="M12 15.636h2.182c.2 0 .363-.162.363-.363v-6.11c0-2.741-1.549-4.072-3.716-4.072a3.062 3.062 0 0 0-2.305.924A.298.298 0 0 1 8 5.818c0-.2-.163-.363-.364-.363H5.455a.363.363 0 0 0-.364.363v9.455c0 .2.163.363.364.363h2.181A.363.363 0 0 0 8 15.273V9.818a1.818 1.818 0 0 1 3.636 0v5.455c0 .2.163.363.364.363z"></path></g></svg></button></li></ul></li></ul></div></dt><dd>Locations</dd><dt><ul><li><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaa underline" rel="noopener noreferrer" target="_blank" href="/startups/location/new-york-city-ny">New York City</a></li><li><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaa underline" rel="noopener noreferrer" target="_blank" href="/startups/location/san-francisco">San Francisco</a></li><li><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaa underline" rel="noopener noreferrer" target="_blank" href="/startups/location/lisbon">Lisbon</a></li><button class="styles_component__7ZpRT" type="button">Show <!-- -->1<!-- --> more</button></ul></dt><dd>Company size</dd><dt>51-200 people</dt><dd class="styles_markets__vIr_1">Company type</dd><dt><span class="mb-1 styles-module_component__2E93_ inline-flex flex-row items-center mr-2 last:mr-0 rounded-full align-middle bg-gray-200 text-gray-700 gap-2 text-xs px-3 py-1">Web Development</span><span class="mb-1 styles-module_component__2E93_ inline-flex flex-row items-center mr-2 last:mr-0 rounded-full align-middle bg-gray-200 text-gray-700 gap-2 text-xs px-3 py-1">Ux/Ui Design</span><span class="mb-1 styles-module_component__2E93_ inline-flex flex-row items-center mr-2 last:mr-0 rounded-full align-middle bg-gray-200 text-gray-700 gap-2 text-xs px-3 py-1">Consultancy</span><span class="mb-1 styles-module_component__2E93_ inline-flex flex-row items-center mr-2 last:mr-0 rounded-full align-middle bg-gray-200 text-gray-700 gap-2 text-xs px-3 py-1">Web Design</span><span class="mb-1 styles-module_component__2E93_ inline-flex flex-row items-center mr-2 last:mr-0 rounded-full align-middle bg-gray-200 text-gray-700 gap-2 text-xs px-3 py-1">Product Development</span><span class="mb-1 styles-module_component__2E93_ inline-flex flex-row items-center mr-2 last:mr-0 rounded-full align-middle bg-gray-200 text-gray-700 gap-2 text-xs px-3 py-1">Software Development</span></dt><dd class="styles_markets__vIr_1">Markets</dd><dt class="styles_tags__y_J8v"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw mb-1 mr-2 last:mr-0" rel="noopener noreferrer" target="_blank" href="/startups/industry/open-source"><span class="underline styles-module_component__2E93_ inline-flex flex-row items-center mr-2 last:mr-0 rounded-full align-middle bg-gray-200 text-gray-700 gap-2 text-xs px-3 py-1">Open Source</span></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw mb-1 mr-2 last:mr-0" rel="noopener noreferrer" target="_blank" href="/startups/industry/product-design"><span class="underline styles-module_component__2E93_ inline-flex flex-row items-center mr-2 last:mr-0 rounded-full align-middle bg-gray-200 text-gray-700 gap-2 text-xs px-3 py-1">Product Design</span></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw mb-1 mr-2 last:mr-0" rel="noopener noreferrer" target="_blank" href="/startups/industry/web-development"><span class="underline styles-module_component__2E93_ inline-flex flex-row items-center mr-2 last:mr-0 rounded-full align-middle bg-gray-200 text-gray-700 gap-2 text-xs px-3 py-1">Web Development</span></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw mb-1 mr-2 last:mr-0" rel="noopener noreferrer" target="_blank" href="/startups/industry/software-engineering-3"><span class="underline styles-module_component__2E93_ inline-flex flex-row items-center mr-2 last:mr-0 rounded-full align-middle bg-gray-200 text-gray-700 gap-2 text-xs px-3 py-1">Software Engineering</span></a></dt></dl></div></section><div class="styles_main__EGHwE"><div class="w-full"><div class="styles_component__u4jsl" data-test="Tabs"><div class="styles_component__Gq0Wb"><div class="styles_kebabAndShare__3SqTX"><div class="styles_component__AquWq"><button class="styles-module_component__88XzG styles_button__nHKcz mr-0 rounded border-solid border gap-x-2 whitespace-nowrap font-medium
antialiased text-center text-sm no-underline cursor-pointer focus:outline-0
disabled:cursor-default disabled:pointer-events-none disabled:opacity-50
transition duration-200 px-3 py-1 bg-transparent border-transparent text-black
disabled:text-gray-600 disabled:font-medium hover:bg-gray-100" data-test="Button" type="button" aria-expanded="false">Share</button></div></div><div class="styles_ctaButtons__Z9CbA styles_handset__j5wHj"><button class="styles-module_component__88XzG styles_button__ghqMb styles_component__sMuDw styles_secondary__iAX9L rounded border-solid border gap-x-2 whitespace-nowrap font-medium
antialiased text-center text-sm no-underline cursor-pointer focus:outline-0
disabled:cursor-default disabled:pointer-events-none disabled:opacity-50
transition duration-200 px-4 py-2 bg-white border-black text-black
disabled:bg-white disabled:border-gray-700 disabled:text-gray-700
hover:bg-gtmblue-100 hover:border-gtmblue-500 hover:text-gtmblue-500" data-test="Button" type="button"><svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="mr-2 h-3"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 4a1 1 0 011 1v6h6a1 1 0 110 2h-6v6a1 1 0 11-2 0v-6H5a1 1 0 110-2h6V5a1 1 0 011-1z" fill="currentColor"></path></svg> Follow</button><a class="styles-module_component__88XzG styles_component__UCLp3 styles_button__ghqMb styles_component__sMuDw styles_medium__R1A06 rounded border-solid border gap-x-2 whitespace-nowrap font-medium
antialiased text-center text-sm no-underline cursor-pointer focus:outline-0
disabled:cursor-default disabled:pointer-events-none disabled:opacity-50
transition duration-200 px-3 py-1 bg-black border-black text-white
disabled:bg-gray-400 disabled:border-gray-400 disabled:text-gray-700
hover:bg-gtmblue-500 hover:border-gtmblue-500" data-test="Button" href="/company/evilmartians/jobs">View <!-- -->3<!-- --> <!-- -->jobs</a></div><div class="styles_ctaButtons__Z9CbA styles_desktop__2GkGf"><button class="styles-module_component__88XzG styles_button__ghqMb styles_component__sMuDw styles_secondary__iAX9L rounded border-solid border gap-x-2 whitespace-nowrap font-medium
antialiased text-center text-sm no-underline cursor-pointer focus:outline-0
disabled:cursor-default disabled:pointer-events-none disabled:opacity-50
transition duration-200 px-4 py-2 bg-white border-black text-black
disabled:bg-white disabled:border-gray-700 disabled:text-gray-700
hover:bg-gtmblue-100 hover:border-gtmblue-500 hover:text-gtmblue-500" data-test="Button" type="button"><svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="mr-2 h-3"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 4a1 1 0 011 1v6h6a1 1 0 110 2h-6v6a1 1 0 11-2 0v-6H5a1 1 0 110-2h6V5a1 1 0 011-1z" fill="currentColor"></path></svg> Follow</button></div></div><nav class="styles_component__g_SAM styles_tabGroup__VP9ZS styles_noMargin__GFiM_"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_tabOverride__Hfd_D styles_active__nf94F" aria-label="Overview" data-test="TabGroup-Tab--Overview" href="/company/evilmartians"><div class="styles_label___hqwO flex flex-row items-center"><span>Overview</span></div></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_tabOverride__Hfd_D" aria-label="People" data-test="TabGroup-Tab--People" href="/company/evilmartians/people"><div class="styles_label___hqwO flex flex-row items-center"><span>People</span></div></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_tabOverride__Hfd_D" aria-label="Culture and benefits" data-test="TabGroup-Tab--Culture and benefits" href="/company/evilmartians/culture_and_benefits"><div class="styles_label___hqwO flex flex-row items-center"><span>Culture and benefits</span></div></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_tabOverride__Hfd_D" aria-label="Jobs" data-test="TabGroup-Tab--Jobs" href="/company/evilmartians/jobs"><div class="styles_label___hqwO flex flex-row items-center"><span>Jobs</span></div><div class="ml-2 border-solid border-gray-200 text-center font-medium uppercase leading-none antialiased p-1 text-2xs bg-gray-200 text-gray-800 rounded-md"><div class="flex justify-center gap-1"><span>3</span></div></div></a></nav></div><div class="styles_profile__r_OKH"><div style="opacity:1"><section class="styles_component__thTp9" data-test="OverviewTab"><h1 class="text-xl font-medium text-dark-aaaa antialiased mb-4">Evil Martians<!-- --> careers</h1><div class="styles_overview__C3T5D"><div class="styles_media__Qd9ck"><div class="styles_component__9_wPc"><div class="styles_component__HNCLw"><div class="react-images__container css-br29ai css-1ycyyax"><main class="react-images__pager" style="flex: 1 1 auto; position: relative;"><div tabindex="0" class="react-images__frame" style="position: relative; overflow: hidden; outline: 0px;"><div class="react-images__track" style="display: flex; align-items: center; transform: translate3d(0px, 0px, 0px); width: 500%;"><div class="react-images__view-wrapper" style="display: inline-block; vertical-align: top; width: 20%;"><div class="styles_component__5nCte styles_thumbnail__yYooS flex flex-col items-center justify-center"><img alt="image" src="/cdn-cgi/image/width=732,height=457.5,fit=cover,gravity=0.5x0.5,quality=90,format=auto/https://d2gn4xht817m0g.cloudfront.net/p/media_uploads/images/original/000/711/517/711517-d13b35994f5bec85602c6bc452df27c0efe5d23f.png?1672753196" height="228.75" width="366"></div></div><div class="react-images__view-wrapper" style="display: inline-block; vertical-align: top; width: 20%;"><div class="styles_component__5nCte styles_thumbnail__yYooS flex flex-col items-center justify-center"><img alt="image" src="/cdn-cgi/image/width=732,height=457.5,fit=cover,gravity=0.5x0.5,quality=90,format=auto/https://d2gn4xht817m0g.cloudfront.net/p/media_uploads/images/original/000/711/623/711623-001e9ff60d92360555058780ea10fe042c9f3eb9.png?1672828664" height="228.75" width="366"></div></div><div class="react-images__view-wrapper" style="display: inline-block; vertical-align: top; width: 20%;"><div class="styles_component__5nCte styles_thumbnail__yYooS flex flex-col items-center justify-center"><img alt="image" src="/cdn-cgi/image/width=732,height=457.5,fit=cover,gravity=0.5x0.5,quality=90,format=auto/https://d2gn4xht817m0g.cloudfront.net/p/media_uploads/images/original/000/711/629/711629-a59241855eb0811e9d09e13eea03b6daa03e0181.png?1672830654" height="228.75" width="366"></div></div><div class="react-images__view-wrapper" style="display: inline-block; vertical-align: top; width: 20%;"><div class="styles_component__5nCte styles_video__raoju styles_thumbnail__yYooS flex flex-col items-center justify-center"><img alt="image" src="https://img.youtube.com/vi/0XTfL-iVLw4/hqdefault.jpg" height="228.75" width="366"></div></div><div class="react-images__view-wrapper" style="display: inline-block; vertical-align: top; width: 20%;"><div class="styles_component__5nCte styles_thumbnail__yYooS flex flex-col items-center justify-center"><img alt="image" src="/cdn-cgi/image/width=732,height=457.5,fit=cover,gravity=0.5x0.5,quality=90,format=auto/https://d2gn4xht817m0g.cloudfront.net/p/media_uploads/images/original/000/711/517/711517-d13b35994f5bec85602c6bc452df27c0efe5d23f.png?1672753196" height="228.75" width="366"></div></div></div></div><nav class="react-images__navigation css-x6fob4 css-1ycyyax"><button class="styles_navigationNext__qbFaO"><svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="haloIcon w-4 max-w-full"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 21a.997.997 0 00.707-.293l8-8a.999.999 0 000-1.414l-8-8a.999.999 0 10-1.414 1.414L14.586 12l-7.293 7.293A.999.999 0 008 21z" fill="currentColor"></path></svg></button></nav></main><div class="styles_footer__47XHP flex flex-row items-center"><ul class="styles_pagingList__cRHkc"><li class="styles_pagingItem__DnTfR"><button class="styles_pagingButton__y8Gf1 styles_active__IcJqK"><span class="styles_pagingDot__FHw_L styles_active__IcJqK"></span></button></li><li class="styles_pagingItem__DnTfR"><button class="styles_pagingButton__y8Gf1"><span class="styles_pagingDot__FHw_L"></span></button></li><li class="styles_pagingItem__DnTfR"><button class="styles_pagingButton__y8Gf1"><span class="styles_pagingDot__FHw_L"></span></button></li><li class="styles_pagingItem__DnTfR"><button class="styles_pagingButton__y8Gf1"><span class="styles_pagingDot__FHw_L"></span></button></li></ul></div></div></div></div></div><div class="styles_content__XhI8z"><header class="text-dark-aaaa font-medium antialiased text-xl mb-4">Extraterrestrial product development consultancy and commercial open source team</header><div class="styles_description__YMjmO"><div>Evil Martians is a distributed product development consultancy that works with startups and established businesses, and creates open source-based products and services. Offices in New York, Porto, and Osaka.<br><br>Clients trust us to be the core technical team behind their startups, delivering all elements of successful product work: user interface design backed by analytics, agile software development, infrastructure administration, and service reliability. We pay extra attention to mentoring, making sure that the practices we bring in are adopted by the internal team before our collaboration is over. Our projects typically span years, not months.<br><br>See more at <a href="https://evilmartians.com/" target="_blank" rel="nofollow ugc">evilmartians.com</a> and check out our blog at <a href="https://evilmartians.com/chronicles" target="_blank" rel="nofollow ugc">evilmartians.com/chronicles</a>.</div></div></div></div><div class="styles_section__FGO3f"><div class="styles_header__4Iphl"><header class="text-dark-aaaa font-medium antialiased text-lg">Jobs</header><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_component___e5TT" href="/company/evilmartians/jobs"><span class="styles_text__mcPtI">View all jobs</span><svg height="16" viewBox="0 0 24 24" width="16"><path d="M23.25 12.497H.75M19.5 16.247l3.75-3.75-3.75-3.75" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></svg></a></div><div class="styles_component__2UhSH styles_compact__etrk_"><div class="styles_head__CwwUL"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__aTiEC" href="/jobs/3124379-frontend-engineer-react-postcss"><h4 class="styles-module_component__3ZI84 styles-module_flow__FV70c styles_jobTitle__01EmE text-lg font-medium">Frontend Engineer (React, PostCSS)</h4></a><div class="mt-0.5 flex flex-col text-sm text-dark-aa md:flex-row"><div class="styles_component__Jnlux styles_location__EbdfK styles_divider__wkIlW"><span class="md:truncate line-clamp-2 md:line-clamp-none">Remote only • New York City • San Francisco • Lisbon</span><span class="hidden md:block styles_hiddenLocations__P4bTC">+<!-- -->1<!-- --> more</span></div><span class="styles_compensation__DUzmb">$72k – $108k</span></div></div><div class="mt-4 flex shrink-0 flex-row items-center justify-end gap-2 md:mt-0"><div class="flex flex-col items-end"><span class="text-xs text-dark-aa">3 weeks ago</span><span></span></div><button class="styles-module_component__88XzG styles_component__sMuDw styles_secondary__iAX9L rounded border-solid border gap-x-2 whitespace-nowrap font-medium
antialiased text-center text-sm no-underline cursor-pointer focus:outline-0
disabled:cursor-default disabled:pointer-events-none disabled:opacity-50
transition duration-200 px-3 py-1 bg-white border-black text-black
disabled:bg-white disabled:border-gray-700 disabled:text-gray-700
hover:bg-gtmblue-100 hover:border-gtmblue-500 hover:text-gtmblue-500" data-test="Button" type="button">Save</button><button class="styles-module_component__88XzG styles_component__Ov6jE styles_button__gnw1K styles_component__sMuDw rounded border-solid border gap-x-2 whitespace-nowrap font-medium
antialiased text-center text-sm no-underline cursor-pointer focus:outline-0
disabled:cursor-default disabled:pointer-events-none disabled:opacity-50
transition duration-200 px-3 py-1 bg-gray-200 border-black text-black hover:bg-gray-400
disabled:bg-gray-100 disabled:border-gray-500 disabled:text-gray-500" data-test="JobApplicationApplyButton" type="button">Apply</button></div></div><div class="styles_component__2UhSH styles_compact__etrk_"><div class="styles_head__CwwUL"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__aTiEC" href="/jobs/3114987-product-designer"><h4 class="styles-module_component__3ZI84 styles-module_flow__FV70c styles_jobTitle__01EmE text-lg font-medium">Product Designer</h4></a><div class="mt-0.5 flex flex-col text-sm text-dark-aa md:flex-row"><div class="styles_component__Jnlux styles_location__EbdfK styles_divider__wkIlW"><span class="md:truncate line-clamp-2 md:line-clamp-none">Remote only • New York City • Lisbon</span></div><span class="styles_compensation__DUzmb">$72k – $102k • No equity</span></div></div><div class="mt-4 flex shrink-0 flex-row items-center justify-end gap-2 md:mt-0"><div class="flex flex-col items-end"><span class="text-xs text-dark-aa">1 month ago</span><span></span></div><button class="styles-module_component__88XzG styles_component__sMuDw styles_secondary__iAX9L rounded border-solid border gap-x-2 whitespace-nowrap font-medium
antialiased text-center text-sm no-underline cursor-pointer focus:outline-0
disabled:cursor-default disabled:pointer-events-none disabled:opacity-50
transition duration-200 px-3 py-1 bg-white border-black text-black
disabled:bg-white disabled:border-gray-700 disabled:text-gray-700
hover:bg-gtmblue-100 hover:border-gtmblue-500 hover:text-gtmblue-500" data-test="Button" type="button">Save</button><button class="styles-module_component__88XzG styles_component__Ov6jE styles_button__gnw1K styles_component__sMuDw rounded border-solid border gap-x-2 whitespace-nowrap font-medium
antialiased text-center text-sm no-underline cursor-pointer focus:outline-0
disabled:cursor-default disabled:pointer-events-none disabled:opacity-50
transition duration-200 px-3 py-1 bg-gray-200 border-black text-black hover:bg-gray-400
disabled:bg-gray-100 disabled:border-gray-500 disabled:text-gray-500" data-test="JobApplicationApplyButton" type="button">Apply</button></div></div><div class="styles_component__2UhSH styles_compact__etrk_"><div class="styles_head__CwwUL"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__aTiEC" href="/jobs/3088516-account-project-manager"><h4 class="styles-module_component__3ZI84 styles-module_flow__FV70c styles_jobTitle__01EmE text-lg font-medium">Account/Project Manager</h4></a><div class="mt-0.5 flex flex-col text-sm text-dark-aa md:flex-row"><div class="styles_component__Jnlux styles_location__EbdfK styles_divider__wkIlW"><span class="md:truncate line-clamp-2 md:line-clamp-none">Remote only • Portugal</span></div><span class="styles_compensation__DUzmb">$72k – $103k • No equity</span></div></div><div class="mt-4 flex shrink-0 flex-row items-center justify-end gap-2 md:mt-0"><div class="flex flex-col items-end"><span class="text-xs text-dark-aa">2 months ago</span><span></span></div><button class="styles-module_component__88XzG styles_component__sMuDw styles_secondary__iAX9L rounded border-solid border gap-x-2 whitespace-nowrap font-medium
antialiased text-center text-sm no-underline cursor-pointer focus:outline-0
disabled:cursor-default disabled:pointer-events-none disabled:opacity-50
transition duration-200 px-3 py-1 bg-white border-black text-black
disabled:bg-white disabled:border-gray-700 disabled:text-gray-700
hover:bg-gtmblue-100 hover:border-gtmblue-500 hover:text-gtmblue-500" data-test="Button" type="button">Save</button><button class="styles-module_component__88XzG styles_component__Ov6jE styles_button__gnw1K styles_component__sMuDw rounded border-solid border gap-x-2 whitespace-nowrap font-medium
antialiased text-center text-sm no-underline cursor-pointer focus:outline-0
disabled:cursor-default disabled:pointer-events-none disabled:opacity-50
transition duration-200 px-3 py-1 bg-gray-200 border-black text-black hover:bg-gray-400
disabled:bg-gray-100 disabled:border-gray-500 disabled:text-gray-500" data-test="JobApplicationApplyButton" type="button">Apply</button></div></div></div><div class="styles_section__FGO3f" data-test="Overview-People"><div class="flex flex-row justify-between items-end mb-4"><header class="text-dark-aaaa font-medium antialiased text-lg">Founders</header><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_component___e5TT" href="/company/evilmartians/people"><span class="styles_text__mcPtI">View all team members</span><svg height="16" viewBox="0 0 24 24" width="16"><path d="M23.25 12.497H.75M19.5 16.247l3.75-3.75-3.75-3.75" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></svg></a></div><div class="styles_component__ivX7J styles_twoColumn__XlBrn"><div class="styles_component__Wb41n styles_component__eZBBg styles_regular__5YOcF styles_component__7lXVE styles_white__yJuQK"><div class="styles_header__LhnxP"><div><div class="styles_identity__CgS8E"><div class="styles_left__aDiT6"><div class="styles_name__oO6gd">Yaroslav Markin</div><span class="styles_byline__wPnKW">CTO</span></div><div class="styles_avatar__6ymfb inline-flex flex-row items-center relative border border-gray-400 bg-gray-100 rounded-full h-12 w-12 styles_avatar__6ymfb"><img alt="Avatar for Yaroslav Markin" class="rounded-full" height="46" loading="lazy" src="https://photos.wellfound.com/users/114080-medium_jpg?1555508725" width="46"></div></div><div class="styles_bio__FGTSf">Founder and CTO at <a href="https://wellfound.com/company/evilmartians" class="at_link"><span class="at_symbol">@</span><span class="at_name">Evil Martians</span></a>. </div></div></div></div><div class="styles_component__Wb41n styles_component__eZBBg styles_regular__5YOcF styles_component__7lXVE styles_white__yJuQK"><div class="styles_header__LhnxP"><div><div class="styles_identity__CgS8E"><div class="styles_left__aDiT6"><div class="styles_name__oO6gd">Alexander Tishchenko</div><span class="styles_byline__wPnKW">Executive Vice President, founder <!-- --> • 19 years</span></div><div class="styles_avatar__6ymfb inline-flex flex-row items-center relative border border-gray-400 bg-gray-100 rounded-full h-12 w-12 styles_avatar__6ymfb"><img alt="Avatar for Alexander Tishchenko" class="rounded-full" height="46" loading="lazy" src="https://photos.wellfound.com/users/172143-medium_jpg?1674614573" width="46"></div></div><div class="styles_bio__FGTSf">co-founder <a href="https://wellfound.com/company/evilmartians" class="at_link"><span class="at_symbol">@</span><span class="at_name">Evil Martians</span></a></div></div></div></div></div></div><div class="styles_section__FGO3f"><div class="flex flex-row justify-between items-end mb-4"><header class="text-dark-aaaa font-medium antialiased text-lg">Culture</header><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_component___e5TT" href="/company/evilmartians/culture_and_benefits"><span class="styles_text__mcPtI">View all photos and perks</span><svg height="16" viewBox="0 0 24 24" width="16"><path d="M23.25 12.497H.75M19.5 16.247l3.75-3.75-3.75-3.75" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"></path></svg></a></div><div class="styles_component__ivX7J styles_grid__Tdzse styles_threeColumn__Txyiv"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw" href="/company/evilmartians/culture_and_benefits"><div class="styles_component__5nCte styles_media__P4frb flex flex-col items-center justify-center"><img alt="image" src="/cdn-cgi/image/width=480,height=360,fit=cover,gravity=0.5x0.5,quality=90,format=auto/https://d2gn4xht817m0g.cloudfront.net/p/media_uploads/images/original/000/710/962/710962-a6667c09be514778fafa8c5cf1c26e328403be82.jpg?1671809958" height="180" width="240"></div></a><div class="styles_perks__UwiSY styles_twoColumns__yYhq_"><div class="styles_perk__DSz6t styles_component__l9Bc3 styles_compact__IvNz5"><div class="styles_iconContainer__jDtTB styles_full__WLVrh"><svg height="32" id="hospital-shield_svg__Regular" viewBox="0 0 24 24" width="32" class="styles_icon__nV_Ge"><defs><style>.hospital-shield_svg__cls-1{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}</style></defs><path class="hospital-shield_svg__cls-1" d="M17.25 9a.75.75 0 0 0-.75-.75h-2.25V6a.75.75 0 0 0-.75-.75h-3a.75.75 0 0 0-.75.75v2.25H7.5a.75.75 0 0 0-.75.75v3a.75.75 0 0 0 .75.75h2.25V15a.75.75 0 0 0 .75.75h3a.75.75 0 0 0 .75-.75v-2.25h2.25a.75.75 0 0 0 .75-.75z"></path><path class="hospital-shield_svg__cls-1" d="M2.25 3.923v7.614A11.907 11.907 0 0 0 9.882 22.65l1.041.4a3 3 0 0 0 2.154 0l1.041-.4a11.907 11.907 0 0 0 7.632-11.113V3.923a1.486 1.486 0 0 0-.868-1.362A21.7 21.7 0 0 0 12 .75a21.7 21.7 0 0 0-8.882 1.811 1.486 1.486 0 0 0-.868 1.362z"></path></svg></div><div class="styles_body__FK68j"><h4 class="styles-module_component__3ZI84 styles_name__zCart text-lg font-medium">Medical insurance</h4></div></div><div class="styles_perk__DSz6t styles_component__l9Bc3 styles_compact__IvNz5"><div class="styles_iconContainer__jDtTB styles_full__WLVrh"><svg height="32" viewBox="0 0 24 24" width="32" class="styles_icon__nV_Ge"><defs><style>.people-woman-graduate_svg__a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}</style></defs><path class="people-woman-graduate_svg__a" d="M17.223 6a5.25 5.25 0 1 1-10.5 0V.75h10.5zM.723.75h22.5M6.723 5.25h10.5M2.223.75v7.5M6.9 14.804l5.073 3.946 5.072-3.946M22.446 23.25a10.5 10.5 0 0 0-20.946 0M6.776 6.75S6.723 10.5 3.723 12M17.169 6.75s.054 3.75 3.054 5.25"></path></svg></div><div class="styles_body__FK68j"><h4 class="styles-module_component__3ZI84 styles_name__zCart text-lg font-medium">English courses</h4></div></div><div class="styles_perk__DSz6t styles_component__l9Bc3 styles_compact__IvNz5"><div class="styles_iconContainer__jDtTB styles_full__WLVrh"><svg height="32" viewBox="0 0 24 24" width="32" class="styles_icon__nV_Ge"><defs><style>.people-woman-graduate_svg__a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}</style></defs><path class="people-woman-graduate_svg__a" d="M17.223 6a5.25 5.25 0 1 1-10.5 0V.75h10.5zM.723.75h22.5M6.723 5.25h10.5M2.223.75v7.5M6.9 14.804l5.073 3.946 5.072-3.946M22.446 23.25a10.5 10.5 0 0 0-20.946 0M6.776 6.75S6.723 10.5 3.723 12M17.169 6.75s.054 3.75 3.054 5.25"></path></svg></div><div class="styles_body__FK68j"><h4 class="styles-module_component__3ZI84 styles_name__zCart text-lg font-medium">Reimbursements for educational courses and books</h4></div></div><div class="styles_perk__DSz6t styles_component__l9Bc3 styles_compact__IvNz5"><div class="styles_iconContainer__jDtTB styles_full__WLVrh"><svg height="32" viewBox="0 0 24 24" width="32" class="styles_icon__nV_Ge"><defs><style>.people-woman-graduate_svg__a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}</style></defs><path class="people-woman-graduate_svg__a" d="M17.223 6a5.25 5.25 0 1 1-10.5 0V.75h10.5zM.723.75h22.5M6.723 5.25h10.5M2.223.75v7.5M6.9 14.804l5.073 3.946 5.072-3.946M22.446 23.25a10.5 10.5 0 0 0-20.946 0M6.776 6.75S6.723 10.5 3.723 12M17.169 6.75s.054 3.75 3.054 5.25"></path></svg></div><div class="styles_body__FK68j"><h4 class="styles-module_component__3ZI84 styles_name__zCart text-lg font-medium">Support for your oss—or create a product with us!</h4></div></div><div class="styles_perk__DSz6t styles_component__l9Bc3 styles_compact__IvNz5"><div class="styles_iconContainer__jDtTB styles_full__WLVrh"><svg height="32" viewBox="0 0 24 24" width="32" class="styles_icon__nV_Ge"><defs><style>.rating-star-circle_svg__a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px}</style></defs><path class="rating-star-circle_svg__a" d="M12.593 6.8l1.4 2.95h2.377a.651.651 0 0 1 .469 1.114l-2.187 1.946 1.209 2.778a.658.658 0 0 1-.938.823L12 14.767l-2.923 1.644a.658.658 0 0 1-.938-.823l1.209-2.778-2.183-1.946a.651.651 0 0 1 .469-1.114h2.377l1.4-2.95a.665.665 0 0 1 1.182 0z"></path><circle class="rating-star-circle_svg__a" cx="12" cy="12" r="11.25"></circle></svg></div><div class="styles_body__FK68j"><h4 class="styles-module_component__3ZI84 styles_name__zCart text-lg font-medium">Reimbursements for hardware</h4></div></div><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__Eh5YV" href="/company/evilmartians/culture_and_benefits"><div class="styles_iconContainer__jDtTB styles_iconContainer__ZpMxQ styles_full__WLVrh"><svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" class="styles_icon__nV_Ge styles_icon__9B8p7"><defs><style>.a{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px;}</style></defs><circle class="a" cx="3.375" cy="12.023" r="2.625"></circle><circle class="a" cx="20.625" cy="12.023" r="2.625"></circle><circle class="a" cx="12" cy="12.023" r="2.625"></circle></svg></div><span>+<!-- -->2<!-- --> more</span></a></div></div></div></section></div></div></div><aside class="styles_sidebar__R5Ghc"><div class="styles_component__eH77m" data-test="Sidebar"><div class="styles_component__Wb41n styles_component__qhaPy styles_about__6dvji styles_white__yJuQK"><div class="flex flex-row justify-between"><h3 class="styles-module_component__3ZI84 styles-module_flow__FV70c styles_title__3CqM3 text-dark-a text-xl font-medium">About <!-- -->Evil Martians</h3></div><dl><dd>Website</dd><dt class="flex"><div class="styles_component__g_WAp styles_links__VvYv7"><ul><button class="styles_websiteLink___Rnfc">evilmartians.com</button><li><ul><li><button class="styles_socialLink__r21Yf"><svg height="16" viewBox="0 0 16 16" width="16" class="styles_icon__64AZy"><g fill-rule="evenodd"><rect height="4.833" rx="1.25" width="3.833" x="2.835" y="3"></rect><path d="M16 6.667a2 2 0 0 0-2-2h-1.333v-3c0-.737-.597-1.334-1.334-1.334h-10C.597.333 0 .93 0 1.667v11.666a2.333 2.333 0 0 0 2.333 2.334h11.334A2.333 2.333 0 0 0 16 13.333zM2.333 14.333a1 1 0 0 1-1-1V2c0-.184.15-.333.334-.333H11c.184 0 .333.149.333.333v11.333c0 .197.025.393.074.583a.333.333 0 0 1-.323.417zm12.334-1a1 1 0 1 1-2 0v-7c0-.184.149-.333.333-.333h1c.368 0 .667.298.667.667z" fill-rule="nonzero"></path><path d="M8.5 4.031h1.334a.5.5 0 0 1 .5.5v.334a.5.5 0 0 1-.5.5H8.501A.5.5 0 0 1 8 4.867v-.334a.5.5 0 0 1 .5-.502zm0 2.667h1.334a.5.5 0 0 1 .5.5v.333a.5.5 0 0 1-.5.5H8.501A.5.5 0 0 1 8 7.533V7.2a.5.5 0 0 1 .5-.502zM3.167 9.365h6.667a.5.5 0 0 1 .5.5v.333a.5.5 0 0 1-.5.5H3.167a.5.5 0 0 1-.5-.498v-.333a.5.5 0 0 1 .5-.502zm0 2.666h5a.5.5 0 0 1 .5.5v.334a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.498v-.334a.5.5 0 0 1 .5-.502z"></path></g></svg></button></li><li><button class="styles_socialLink__r21Yf"><svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="styles_icon__64AZy"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.944 7.987c.013.175.013.35.013.525C19.957 13.85 15.833 20 8.294 20c-2.322 0-4.48-.663-6.294-1.813.33.038.647.05.99.05 1.916 0 3.68-.637 5.089-1.724-1.802-.038-3.313-1.2-3.833-2.8.254.037.508.062.774.062.368 0 .736-.05 1.079-.138-1.878-.375-3.287-2-3.287-3.962v-.05c.546.3 1.18.488 1.853.512a4.02 4.02 0 01-1.827-3.362c0-.75.203-1.438.558-2.038a11.71 11.71 0 008.452 4.225 4.495 4.495 0 01-.102-.924c0-2.226 1.828-4.038 4.1-4.038 1.18 0 2.245.487 2.994 1.275a8.145 8.145 0 002.602-.975 4.038 4.038 0 01-1.802 2.225A8.316 8.316 0 0022 5.9a8.74 8.74 0 01-2.056 2.087z" fill="currentColor"></path></svg></button></li><li><button class="styles_socialLink__r21Yf"><svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="styles_icon__64AZy"><path fill-rule="evenodd" clip-rule="evenodd" d="M20.896 2H3.104C2.494 2 2 2.495 2 3.104v17.792C2 21.506 2.495 22 3.104 22H12v-7.917H9.61v-2.916H12V9.01c0-2.583 1.792-3.99 4.099-3.99 1.104 0 2.292.084 2.568.12V7.84h-1.839c-1.255 0-1.495.593-1.495 1.468v1.86h2.99l-.39 2.916h-2.6V22h5.563c.61 0 1.104-.495 1.104-1.104V3.104C22 2.494 21.505 2 20.896 2z" fill="currentColor"></path></svg></button></li><li><button class="styles_socialLink__r21Yf"><svg height="16" width="15" class="styles_icon__64AZy" viewBox="0 0 16 15"><g fill-rule="evenodd"><rect height="10.182" rx="0.5" width="3.636" y="5.455"></rect><ellipse cx="1.804" cy="2.182" rx="1.804" ry="1.818"></ellipse><path d="M12 15.636h2.182c.2 0 .363-.162.363-.363v-6.11c0-2.741-1.549-4.072-3.716-4.072a3.062 3.062 0 0 0-2.305.924A.298.298 0 0 1 8 5.818c0-.2-.163-.363-.364-.363H5.455a.363.363 0 0 0-.364.363v9.455c0 .2.163.363.364.363h2.181A.363.363 0 0 0 8 15.273V9.818a1.818 1.818 0 0 1 3.636 0v5.455c0 .2.163.363.364.363z"></path></g></svg></button></li></ul></li></ul></div></dt><dd>Locations</dd><dt><ul><li><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaa underline" rel="noopener noreferrer" target="_blank" href="/startups/location/new-york-city-ny">New York City</a></li><li><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaa underline" rel="noopener noreferrer" target="_blank" href="/startups/location/san-francisco">San Francisco</a></li><li><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaa underline" rel="noopener noreferrer" target="_blank" href="/startups/location/lisbon">Lisbon</a></li><button class="styles_component__7ZpRT" type="button">Show <!-- -->1<!-- --> more</button></ul></dt><dd>Company size</dd><dt>51-200 people</dt><dd class="styles_markets__vIr_1">Company type</dd><dt><span class="mb-1 styles-module_component__2E93_ inline-flex flex-row items-center mr-2 last:mr-0 rounded-full align-middle bg-gray-200 text-gray-700 gap-2 text-xs px-3 py-1">Web Development</span><span class="mb-1 styles-module_component__2E93_ inline-flex flex-row items-center mr-2 last:mr-0 rounded-full align-middle bg-gray-200 text-gray-700 gap-2 text-xs px-3 py-1">Ux/Ui Design</span><span class="mb-1 styles-module_component__2E93_ inline-flex flex-row items-center mr-2 last:mr-0 rounded-full align-middle bg-gray-200 text-gray-700 gap-2 text-xs px-3 py-1">Consultancy</span><span class="mb-1 styles-module_component__2E93_ inline-flex flex-row items-center mr-2 last:mr-0 rounded-full align-middle bg-gray-200 text-gray-700 gap-2 text-xs px-3 py-1">Web Design</span><span class="mb-1 styles-module_component__2E93_ inline-flex flex-row items-center mr-2 last:mr-0 rounded-full align-middle bg-gray-200 text-gray-700 gap-2 text-xs px-3 py-1">Product Development</span><span class="mb-1 styles-module_component__2E93_ inline-flex flex-row items-center mr-2 last:mr-0 rounded-full align-middle bg-gray-200 text-gray-700 gap-2 text-xs px-3 py-1">Software Development</span></dt><dd class="styles_markets__vIr_1">Markets</dd><dt class="styles_tags__y_J8v"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw mb-1 mr-2 last:mr-0" rel="noopener noreferrer" target="_blank" href="/startups/industry/open-source"><span class="underline styles-module_component__2E93_ inline-flex flex-row items-center mr-2 last:mr-0 rounded-full align-middle bg-gray-200 text-gray-700 gap-2 text-xs px-3 py-1">Open Source</span></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw mb-1 mr-2 last:mr-0" rel="noopener noreferrer" target="_blank" href="/startups/industry/product-design"><span class="underline styles-module_component__2E93_ inline-flex flex-row items-center mr-2 last:mr-0 rounded-full align-middle bg-gray-200 text-gray-700 gap-2 text-xs px-3 py-1">Product Design</span></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw mb-1 mr-2 last:mr-0" rel="noopener noreferrer" target="_blank" href="/startups/industry/web-development"><span class="underline styles-module_component__2E93_ inline-flex flex-row items-center mr-2 last:mr-0 rounded-full align-middle bg-gray-200 text-gray-700 gap-2 text-xs px-3 py-1">Web Development</span></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw mb-1 mr-2 last:mr-0" rel="noopener noreferrer" target="_blank" href="/startups/industry/software-engineering-3"><span class="underline styles-module_component__2E93_ inline-flex flex-row items-center mr-2 last:mr-0 rounded-full align-middle bg-gray-200 text-gray-700 gap-2 text-xs px-3 py-1">Software Engineering</span></a></dt></dl></div><div class="styles_component__Wb41n styles_component__E4nh5 styles_white__yJuQK"><h3 class="styles-module_component__3ZI84 styles-module_flow__FV70c styles_title__0bI1O text-dark-a text-xl font-medium">Jobs at <!-- -->Evil Martians</h3><button class="styles_component__7ZpRT styles_anchor__j2Ytf w-full" type="button"><span class="styles_role__Se_a5">Designer</span><div class="styles_right__E6Pux"><span>1<!-- --> <!-- -->job</span><svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="styles_icon__nRkFh"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 21a.997.997 0 00.707-.293l8-8a.999.999 0 000-1.414l-8-8a.999.999 0 10-1.414 1.414L14.586 12l-7.293 7.293A.999.999 0 008 21z" fill="currentColor"></path></svg></div></button><button class="styles_component__7ZpRT styles_anchor__j2Ytf w-full" type="button"><span class="styles_role__Se_a5">Engineering</span><div class="styles_right__E6Pux"><span>1<!-- --> <!-- -->job</span><svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="styles_icon__nRkFh"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 21a.997.997 0 00.707-.293l8-8a.999.999 0 000-1.414l-8-8a.999.999 0 10-1.414 1.414L14.586 12l-7.293 7.293A.999.999 0 008 21z" fill="currentColor"></path></svg></div></button><button class="styles_component__7ZpRT styles_anchor__j2Ytf w-full" type="button"><span class="styles_role__Se_a5">Sales</span><div class="styles_right__E6Pux"><span>1<!-- --> <!-- -->job</span><svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="styles_icon__nRkFh"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 21a.997.997 0 00.707-.293l8-8a.999.999 0 000-1.414l-8-8a.999.999 0 10-1.414 1.414L14.586 12l-7.293 7.293A.999.999 0 008 21z" fill="currentColor"></path></svg></div></button></div><div class="styles_component__Wb41n styles_component__eqA1w styles_white__yJuQK"><h6 class="styles-module_component__3ZI84 styles-module_flow__FV70c styles_title__o3wGd text-dark-a text-xs font-medium uppercase">People also viewed</h6><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__71xiz" rel="noopener noreferrer" target="_blank" href="/company/the-human-diagnosis-project"><div class="styles_description__414vs"><div class="styles_startupName__sTso_">The Human Diagnosis Project</div><div class="styles_component__Jnlux styles_locations__G9QoW"><span class="md:truncate line-clamp-2 md:line-clamp-none">Earth</span></div></div><img alt="The Human Diagnosis Project company logo" loading="lazy" src="/cdn-cgi/image/width=80,height=80,fit=contain,gravity=0.5x0.5,quality=90,format=auto/https://photos.wellfound.com/startups/i/306942-265aab80db8d13fff984728715ac22f1-medium_jpg.jpg?buster=1549914966" height="40" width="40" class="styles_logo__EIdC9"></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__71xiz" rel="noopener noreferrer" target="_blank" href="/company/secured-"><div class="styles_description__414vs"><div class="styles_startupName__sTso_">Secured (YC W18)</div><div class="styles_component__Jnlux styles_locations__G9QoW"><span class="md:truncate line-clamp-2 md:line-clamp-none">Europe • United States • London</span></div></div><img alt="Secured (YC W18) company logo" loading="lazy" src="/cdn-cgi/image/width=80,height=80,fit=contain,gravity=0.5x0.5,quality=90,format=auto/https://photos.wellfound.com/startups/i/5556369-89226fbac3e434cda6b09fc709611481-medium_jpg.jpg?buster=1620119825" height="40" width="40" class="styles_logo__EIdC9"></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__71xiz" rel="noopener noreferrer" target="_blank" href="/company/checkout-com-1"><div class="styles_description__414vs"><div class="styles_startupName__sTso_">Checkout.com</div><div class="styles_component__Jnlux styles_locations__G9QoW"><span class="md:truncate line-clamp-2 md:line-clamp-none">Austin • Boston • Chicago • Dallas • Denver • Dubai • Hong Kong • Houston • Miami • New York City • Phoenix • Seattle • Singapore • San Francisco • London • Amsterdam • Salt Lake City • Melbourne • Paris • Barcelona • Berlin • Shanghai • Perth • Milan • Mauritius • Vienna • Porto • Tallinn • São Paulo • Riyadh • Quatre Bornes • San Francisco Bay Area • Athens • Central And Western District</span></div></div><img alt="Checkout.com company logo" loading="lazy" src="/cdn-cgi/image/width=80,height=80,fit=contain,gravity=0.5x0.5,quality=90,format=auto/https://photos.wellfound.com/startups/i/968723-c02050c2ea18997c655683d038bde5c9-medium_jpg.jpg?buster=1601463797" height="40" width="40" class="styles_logo__EIdC9"></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__71xiz" rel="noopener noreferrer" target="_blank" href="/company/flow-engineering"><div class="styles_description__414vs"><div class="styles_startupName__sTso_">Flow Engineering </div><div class="styles_component__Jnlux styles_locations__G9QoW"><span class="md:truncate line-clamp-2 md:line-clamp-none">London • Greater London</span></div></div><img alt="Flow Engineering company logo" loading="lazy" src="/cdn-cgi/image/width=80,height=80,fit=contain,gravity=0.5x0.5,quality=90,format=auto/https://photos.wellfound.com/startups/i/4322750-231529832e27aeed76387799a834b68d-medium_jpg.jpg?buster=1592931434" height="40" width="40" class="styles_logo__EIdC9"></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__71xiz" rel="noopener noreferrer" target="_blank" href="/company/robinhood"><div class="styles_description__414vs"><div class="styles_startupName__sTso_">Robinhood</div><div class="styles_component__Jnlux styles_locations__G9QoW"><span class="md:truncate line-clamp-2 md:line-clamp-none">Denver • London • Menlo Park • Lake Mary</span></div></div><img alt="Robinhood company logo" loading="lazy" src="/cdn-cgi/image/width=80,height=80,fit=contain,gravity=0.5x0.5,quality=90,format=auto/https://photos.wellfound.com/startups/i/227792-c28dd8f90d35010d984fdb5c0756034e-medium_jpg.jpg?buster=1690339809" height="40" width="40" class="styles_logo__EIdC9"></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__71xiz" rel="noopener noreferrer" target="_blank" href="/company/growth-intelligence"><div class="styles_description__414vs"><div class="styles_startupName__sTso_">Growth Intelligence</div><div class="styles_component__Jnlux styles_locations__G9QoW"><span class="md:truncate line-clamp-2 md:line-clamp-none">London</span></div></div><img alt="Growth Intelligence company logo" loading="lazy" src="/cdn-cgi/image/width=80,height=80,fit=contain,gravity=0.5x0.5,quality=90,format=auto/https://photos.wellfound.com/startups/i/137721-a39d4eed9f35dc3fdab375d92776190d-medium_jpg.jpg?buster=1457612323" height="40" width="40" class="styles_logo__EIdC9"></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__71xiz" rel="noopener noreferrer" target="_blank" href="/company/ghost"><div class="styles_description__414vs"><div class="styles_startupName__sTso_">Ghost</div><div class="styles_component__Jnlux styles_locations__G9QoW"><span class="md:truncate line-clamp-2 md:line-clamp-none">Earth</span></div></div><img alt="Ghost company logo" loading="lazy" src="/cdn-cgi/image/width=80,height=80,fit=contain,gravity=0.5x0.5,quality=90,format=auto/https://photos.wellfound.com/startups/i/200847-5d2fc0b98b25145aa0c0217f93b8dbf7-medium_jpg.jpg?buster=1621019834" height="40" width="40" class="styles_logo__EIdC9"></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__71xiz" rel="noopener noreferrer" target="_blank" href="/company/openlaw"><div class="styles_description__414vs"><div class="styles_startupName__sTso_">OpenLaw</div><div class="styles_component__Jnlux styles_locations__G9QoW"><span class="md:truncate line-clamp-2 md:line-clamp-none">Brooklyn</span></div></div><img alt="OpenLaw company logo" loading="lazy" src="/cdn-cgi/image/width=80,height=80,fit=contain,gravity=0.5x0.5,quality=90,format=auto/https://photos.wellfound.com/startups/i/5332912-d1a2bb2a32d8eca8c25045afcb865472-medium_jpg.jpg?buster=1530055852" height="40" width="40" class="styles_logo__EIdC9"></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__71xiz" rel="noopener noreferrer" target="_blank" href="/company/general-assembly"><div class="styles_description__414vs"><div class="styles_startupName__sTso_">General Assembly</div><div class="styles_component__Jnlux styles_locations__G9QoW"><span class="md:truncate line-clamp-2 md:line-clamp-none">Chicago • New York City • San Francisco</span></div></div><img alt="General Assembly company logo" loading="lazy" src="/cdn-cgi/image/width=80,height=80,fit=contain,gravity=0.5x0.5,quality=90,format=auto/https://photos.wellfound.com/startups/i/52465-5a0924aaaf6af2265c6bb823b7613658-medium_jpg.jpg?buster=1589623690" height="40" width="40" class="styles_logo__EIdC9"></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__71xiz" rel="noopener noreferrer" target="_blank" href="/company/truepic"><div class="styles_description__414vs"><div class="styles_startupName__sTso_">Truepic</div><div class="styles_component__Jnlux styles_locations__G9QoW"><span class="md:truncate line-clamp-2 md:line-clamp-none">United States</span></div></div><img alt="Truepic company logo" loading="lazy" src="/cdn-cgi/image/width=80,height=80,fit=contain,gravity=0.5x0.5,quality=90,format=auto/https://photos.wellfound.com/startups/i/1714965-68d89d7c34672868ff6e2fe95d2317ac-medium_jpg.jpg?buster=1614191704" height="40" width="40" class="styles_logo__EIdC9"></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__71xiz" rel="noopener noreferrer" target="_blank" href="/company/dgraph-labs"><div class="styles_description__414vs"><div class="styles_startupName__sTso_">Dgraph Labs</div><div class="styles_component__Jnlux styles_locations__G9QoW"><span class="md:truncate line-clamp-2 md:line-clamp-none">United States • Bengaluru</span></div></div><img alt="Dgraph Labs company logo" loading="lazy" src="/cdn-cgi/image/width=80,height=80,fit=contain,gravity=0.5x0.5,quality=90,format=auto/https://photos.wellfound.com/startups/i/1105874-98915f48b61eb2281c37cfbda691f8c2-medium_jpg.jpg?buster=1464156329" height="40" width="40" class="styles_logo__EIdC9"></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__71xiz" rel="noopener noreferrer" target="_blank" href="/company/koho"><div class="styles_description__414vs"><div class="styles_startupName__sTso_">KOHO</div><div class="styles_component__Jnlux styles_locations__G9QoW"><span class="md:truncate line-clamp-2 md:line-clamp-none">Toronto</span></div></div><img alt="KOHO company logo" loading="lazy" src="/cdn-cgi/image/width=80,height=80,fit=contain,gravity=0.5x0.5,quality=90,format=auto/https://photos.wellfound.com/startups/i/583540-472a7a3f7060026a1bfb60ea900b3c67-medium_jpg.jpg?buster=1714645277" height="40" width="40" class="styles_logo__EIdC9"></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__71xiz" rel="noopener noreferrer" target="_blank" href="/company/traveljoy"><div class="styles_description__414vs"><div class="styles_startupName__sTso_">TravelJoy</div><div class="styles_component__Jnlux styles_locations__G9QoW"><span class="md:truncate line-clamp-2 md:line-clamp-none">San Francisco • Remote</span></div></div><img alt="TravelJoy company logo" loading="lazy" src="/cdn-cgi/image/width=80,height=80,fit=contain,gravity=0.5x0.5,quality=90,format=auto/https://photos.wellfound.com/startups/i/4330990-7f2b41996c1f5ae02339d32e912236c9-medium_jpg.jpg?buster=1613096388" height="40" width="40" class="styles_logo__EIdC9"></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__71xiz" rel="noopener noreferrer" target="_blank" href="/company/giant-swarm"><div class="styles_description__414vs"><div class="styles_startupName__sTso_">Giant Swarm</div><div class="styles_component__Jnlux styles_locations__G9QoW"><span class="md:truncate line-clamp-2 md:line-clamp-none">Cologne</span></div></div><img alt="Giant Swarm company logo" loading="lazy" src="/cdn-cgi/image/width=80,height=80,fit=contain,gravity=0.5x0.5,quality=90,format=auto/https://photos.wellfound.com/startups/i/395999-442f8c3d767baf56c6f3377bc561e720-medium_jpg.jpg?buster=1417519770" height="40" width="40" class="styles_logo__EIdC9"></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__71xiz" rel="noopener noreferrer" target="_blank" href="/company/crew"><div class="styles_description__414vs"><div class="styles_startupName__sTso_">Crew</div><div class="styles_component__Jnlux styles_locations__G9QoW"><span class="md:truncate line-clamp-2 md:line-clamp-none">New York City</span></div></div><img alt="Crew company logo" loading="lazy" src="/cdn-cgi/image/width=80,height=80,fit=contain,gravity=0.5x0.5,quality=90,format=auto/https://photos.wellfound.com/startups/i/3293776-1afed97fac934da1e77a586626189ec1-medium_jpg.jpg?buster=1489952098" height="40" width="40" class="styles_logo__EIdC9"></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__71xiz" rel="noopener noreferrer" target="_blank" href="/company/angellist"><div class="styles_description__414vs"><div class="styles_startupName__sTso_">AngelList</div><div class="styles_component__Jnlux styles_locations__G9QoW"><span class="md:truncate line-clamp-2 md:line-clamp-none">New York City • Seattle • San Francisco</span></div></div><img alt="AngelList company logo" loading="lazy" src="/cdn-cgi/image/width=80,height=80,fit=contain,gravity=0.5x0.5,quality=90,format=auto/https://photos.wellfound.com/startups/i/6702-766d1ce00c99ce9a5cbc19d0c87a436e-medium_jpg.jpg?buster=1668525121" height="40" width="40" class="styles_logo__EIdC9"></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__71xiz" rel="noopener noreferrer" target="_blank" href="/company/localistico"><div class="styles_description__414vs"><div class="styles_startupName__sTso_">Localistico</div><div class="styles_component__Jnlux styles_locations__G9QoW"><span class="md:truncate line-clamp-2 md:line-clamp-none">Europe • United Kingdom</span></div></div><img alt="Localistico company logo" loading="lazy" src="/cdn-cgi/image/width=80,height=80,fit=contain,gravity=0.5x0.5,quality=90,format=auto/https://photos.wellfound.com/startups/i/478277-8df04221433c224b2cffb36c9d0c9454-medium_jpg.jpg?buster=1519126407" height="40" width="40" class="styles_logo__EIdC9"></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__71xiz" rel="noopener noreferrer" target="_blank" href="/company/spokenlayer"><div class="styles_description__414vs"><div class="styles_startupName__sTso_">SpokenLayer</div><div class="styles_component__Jnlux styles_locations__G9QoW"><span class="md:truncate line-clamp-2 md:line-clamp-none">New York City • New York • Remote</span></div></div><img alt="SpokenLayer company logo" loading="lazy" src="/cdn-cgi/image/width=80,height=80,fit=contain,gravity=0.5x0.5,quality=90,format=auto/https://photos.wellfound.com/startups/i/9340-a2e5a8994fdde6c1f15b7712967a30d8-medium_jpg.jpg?buster=1566570355" height="40" width="40" class="styles_logo__EIdC9"></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__71xiz" rel="noopener noreferrer" target="_blank" href="/company/opencollective"><div class="styles_description__414vs"><div class="styles_startupName__sTso_">Open Collective</div><div class="styles_component__Jnlux styles_locations__G9QoW"><span class="md:truncate line-clamp-2 md:line-clamp-none">New York City • San Francisco</span></div></div><img alt="Open Collective company logo" loading="lazy" src="/cdn-cgi/image/width=80,height=80,fit=contain,gravity=0.5x0.5,quality=90,format=auto/https://photos.wellfound.com/startups/i/854859-e299e139ab7f79855c0bc589f10b0ec6-medium_jpg.jpg?buster=1453074480" height="40" width="40" class="styles_logo__EIdC9"></a><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__71xiz" rel="noopener noreferrer" target="_blank" href="/company/stripe"><div class="styles_description__414vs"><div class="styles_startupName__sTso_">Stripe</div><div class="styles_component__Jnlux styles_locations__G9QoW"><span class="md:truncate line-clamp-2 md:line-clamp-none">Chicago • New York City • Seattle • Singapore • San Francisco • London • Amsterdam • Melbourne • Paris • Bengaluru • Berlin • New York • Tokyo • Dublin • Mexico City • Paulínia • Cuauhtémoc</span></div></div><img alt="Stripe company logo" loading="lazy" src="/cdn-cgi/image/width=80,height=80,fit=contain,gravity=0.5x0.5,quality=90,format=auto/https://photos.wellfound.com/startups/i/37232-b86e6247bcd9846c18c91fe65ca0355d-medium_jpg.jpg?buster=1610581275" height="40" width="40" class="styles_logo__EIdC9"></a></div></div></aside></div><div class="styles_component__oYgJw"><div class="styles_link__OiQgn"></div><div class="styles_link__OiQgn"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw styles_anchor__Q35XJ" href="/company/evilmartians/people"><div class="styles_text__JohsU"><span>Onwards to </span><strong>People</strong></div><svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="styles_icon__jIPpJ"><path fill-rule="evenodd" clip-rule="evenodd" d="M8 21a.997.997 0 00.707-.293l8-8a.999.999 0 000-1.414l-8-8a.999.999 0 10-1.414 1.414L14.586 12l-7.293 7.293A.999.999 0 008 21z" fill="currentColor"></path></svg></a></div></div></div></div></div></div><div class="flex w-full flex-wrap justify-center gap-4 border-t border-gray-400 px-4 py-16 lg:p-20"><button aria-expanded="false" class="cursor-pointer bg-white text-md" data-toggle="dropdown" aria-haspopup="true"><div class="flex select-none flex-nowrap items-center rounded-md border border-black px-4 py-2 hover:border-gtmblue-500 hover:bg-gtmblue-100 hover:text-gtmblue-500">Featured Lists<svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="ml-3 w-4"><path fill-rule="evenodd" clip-rule="evenodd" d="M21 8a.997.997 0 01-.293.707l-8 8a.999.999 0 01-1.414 0l-8-8a.999.999 0 111.414-1.414L12 14.586l7.293-7.293A.999.999 0 0121 8z" fill="currentColor"></path></svg></div><div class="min-w-48 absolute z-overlay bg-white hidden"><ul class="flex flex-col rounded-md rounded-tl-none border border-black"><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/job-collections/20-companies-building-our-remote-first-future">Remote First Future Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/job-collections/companies-that-hire-coding-bootcamp-graduates">Jobs for Bootcamp Grads</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/job-collections/junior-software-engineer-jobs">Junior Software Engineer Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/job-collections/x-crypto-startups-to-watch-out-for-in-2022">Crypto Startups To Watch Out For</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/job-collections/hot-blockchain-startups-that-are-hiring">Blockchain Startups That Are Hiring</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/job-collections/6-companies-hiring-top-tech-talent-amidst-2022-layoffs">Companies Hiring Amidst Layoffs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/job-collections/50-hot-consumer-fintech-startups">Hot Consumer Fintech Startups</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/job-collections/yc-startups-that-are-aggressively-hiring">Y Combinator Startup Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/job-collections/fastest-growing-startups-in-san-francisco-hiring-now">Startup Jobs in Bay Area</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/job-collections/12-women-led-startups-expanding-their-remote-teams-in-2022">Top Women-Led Startups</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/job-collections">More Featured Lists</a></li></ul></div></button><button aria-expanded="false" class="cursor-pointer bg-white text-md" data-toggle="dropdown" aria-haspopup="true"><div class="flex select-none flex-nowrap items-center rounded-md border border-black px-4 py-2 hover:border-gtmblue-500 hover:bg-gtmblue-100 hover:text-gtmblue-500">Remote Jobs<svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="ml-3 w-4"><path fill-rule="evenodd" clip-rule="evenodd" d="M21 8a.997.997 0 01-.293.707l-8 8a.999.999 0 01-1.414 0l-8-8a.999.999 0 111.414-1.414L12 14.586l7.293-7.293A.999.999 0 0121 8z" fill="currentColor"></path></svg></div><div class="min-w-48 absolute z-overlay bg-white hidden"><ul class="flex flex-col rounded-md rounded-tl-none border border-black"><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/r/software-engineer">Remote Software Engineer Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/r/product-manager">Remote Product Manager Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/r/data-analyst">Remote Data Analyst Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/r/product-designer">Remote Product Designer Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/r/graphic-designer">Remote Graphic Designer Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/r/ui-ux-designer">Remote UI/UX Designer Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/r/operations-manager">Remote Operations Manager Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/r/growth-marketer">Remote Growth Marketer Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/r/account-manager">Remote Account Manager Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/r/sales-manager">Remote Sales Manager Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/r/financial-analyst">Remote Financial Analyst Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/r/hr-manager">Remote HR Manager Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/remote">More Remote Jobs</a></li></ul></div></button><button aria-expanded="false" class="cursor-pointer bg-white text-md" data-toggle="dropdown" aria-haspopup="true"><div class="flex select-none flex-nowrap items-center rounded-md border border-black px-4 py-2 hover:border-gtmblue-500 hover:bg-gtmblue-100 hover:text-gtmblue-500">Jobs by Location<svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="ml-3 w-4"><path fill-rule="evenodd" clip-rule="evenodd" d="M21 8a.997.997 0 01-.293.707l-8 8a.999.999 0 01-1.414 0l-8-8a.999.999 0 111.414-1.414L12 14.586l7.293-7.293A.999.999 0 0121 8z" fill="currentColor"></path></svg></div><div class="min-w-48 absolute z-overlay bg-white hidden"><ul class="flex flex-col rounded-md rounded-tl-none border border-black"><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/location/new-york">Jobs in New York City</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/location/san-francisco">Jobs in San Francisco</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/location/austin">Jobs in Austin</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/location/boston">Jobs in Boston</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/location/district-of-columbia">Jobs in Washington DC</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/location/denver">Jobs in Denver</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/location/seattle">Jobs in Seattle</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/location/chicago">Jobs in Chicago</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/location/india">Jobs in India</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/location/united-states">More Jobs by Location</a></li></ul></div></button><button aria-expanded="false" class="cursor-pointer bg-white text-md" data-toggle="dropdown" aria-haspopup="true"><div class="flex select-none flex-nowrap items-center rounded-md border border-black px-4 py-2 hover:border-gtmblue-500 hover:bg-gtmblue-100 hover:text-gtmblue-500">Jobs by Role<svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="ml-3 w-4"><path fill-rule="evenodd" clip-rule="evenodd" d="M21 8a.997.997 0 01-.293.707l-8 8a.999.999 0 01-1.414 0l-8-8a.999.999 0 111.414-1.414L12 14.586l7.293-7.293A.999.999 0 0121 8z" fill="currentColor"></path></svg></div><div class="min-w-48 absolute z-overlay bg-white hidden"><ul class="flex flex-col rounded-md rounded-tl-none border border-black"><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/software-engineer">Software Engineer Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/product-manager">Product Manager Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/data-analyst">Data Analyst Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/product-designer">Product Designer Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/graphic-designer">Graphic Designer Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/ui-ux-designer">UI/UX Designer Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/operations-manager">Operations Manager Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/growth-marketer">Growth Marketer Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/account-manager">Account Manager Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/sales-manager">Sales Manager Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/financial-analyst">Financial Analyst Jobs</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/hr-manager">HR Manager Jobs</a></li></ul></div></button><button aria-expanded="false" class="cursor-pointer bg-white text-md" data-toggle="dropdown" aria-haspopup="true"><div class="flex select-none flex-nowrap items-center rounded-md border border-black px-4 py-2 hover:border-gtmblue-500 hover:bg-gtmblue-100 hover:text-gtmblue-500">Jobs by Role & Location<svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="ml-3 w-4"><path fill-rule="evenodd" clip-rule="evenodd" d="M21 8a.997.997 0 01-.293.707l-8 8a.999.999 0 01-1.414 0l-8-8a.999.999 0 111.414-1.414L12 14.586l7.293-7.293A.999.999 0 0121 8z" fill="currentColor"></path></svg></div><div class="min-w-48 absolute z-overlay bg-white hidden"><ul class="flex flex-col rounded-md rounded-tl-none border border-black"><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/l/software-engineer/san-francisco">Software Engineer Jobs in San Francisco</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/l/software-engineer/new-york">Software Engineer Jobs in New York City</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/l/software-engineer/los-angeles">Software Engineer Jobs in Los Angeles</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/l/product-manager/san-francisco">Product Manager Jobs in San Francisco</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/l/product-manager/new-york">Product Manager Jobs in New York City</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/l/product-manager/los-angeles">Product Manager Jobs in Los Angeles</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/l/frontend-engineer/san-francisco">Frontend Developer Jobs in San Francisco</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/l/frontend-engineer/new-york">Frontend Developer Jobs in New York City</a></li><li class="group px-5 py-3 text-left hover:bg-gtmblue-100"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-dark-aaaa group-hover:!text-gtmblue-500" rel="noopener noreferrer" target="_blank" href="/role/l/frontend-engineer/los-angeles">Frontend Developer Jobs in Los Angeles</a></li></ul></div></button></div><footer class="border-t border-gray-400 px-10 py-10 md:px-20 md:py-20"><div class="mx-auto flex max-w-screen-xl flex-col justify-between lg:flex-row "><div class="mb-6 mr-14"><a class="mb-4 mr-2 mt-1 flex pl-2 md:pl-0" href="/"><svg fill="currentColor" viewBox="0 0 716.10004 93.499997" width="120" class="w-[200px] fill-current text-black hover:text-gtmblue-500"><g transform="translate(-157.7,-156.3)"><g><polygon points="352.3,235 369.4,235 369.4,170.3 352.3,170.3 352.3,156.3 386.6,156.3 386.6,235 403.5,235 403.5,249 352.3,249 "></polygon><polygon points="413.6,235 430.6,235 430.6,170.3 413.6,170.3 413.6,156.3 447.9,156.3 447.9,235 464.8,235 464.8,249 413.6,249 "></polygon><path d="M 485.3,249 V 195 H 469 v -14 h 16.3 v -5.5 c 0,-12.5 6.5,-19.2 19.9,-19.2 h 19.3 V 170 H 508 c -4.2,0 -5.9,1.8 -5.9,5.9 v 5 h 22.4 v 14 h -22.2 v 54 h -17 z"></path><path d="m 564.6,180.2 c -20.7,0 -34.7,14 -34.7,34.8 0,20.9 14,34.8 34.7,34.8 20.8,0 34.8,-13.9 34.8,-34.8 0,-20.8 -14,-34.8 -34.8,-34.8 z m 0,55.5 c -10.4,0 -17.2,-8.6 -17.2,-20.7 0,-12 6.8,-20.7 17.2,-20.7 10.5,0 17.3,8.6 17.3,20.7 0,12.1 -6.8,20.7 -17.3,20.7 z"></path><path d="M 656.9,181 H 674 v 68 h -16.7 v -8.3 c -4.3,5.1 -10.3,9.1 -19.8,9.1 -13.8,0 -26.3,-7.1 -26.3,-30.4 V 181 h 17.1 v 37.1 c 0,11.3 4.1,17.6 13.5,17.6 9.4,0 15.1,-6.9 15.1,-19.2 V 181 Z"></path><path d="m 817.2,156.3 v 32.9 c -4.3,-5.3 -11,-9 -20.2,-9 -17.9,0 -31.7,13.7 -31.7,34.7 0,21.7 13.3,34.9 31.4,34.9 9.9,0 16.6,-4.7 21,-10.6 v 9.8 h 16.7 v -92.7 z m -17.1,79.4 c -10.6,0 -17.4,-8.5 -17.4,-20.7 0,-12.1 6.8,-20.7 17.4,-20.7 10.5,0 17.3,8.5 17.3,20.8 0,12.2 -6.8,20.6 -17.3,20.6 z"></path></g><path d="m 178.8,249 -21.1,-68 h 19.6 l 12.5,48.9 13.5,-48.9 H 223 L 236.5,229.9 249,181 h 19.6 l -21.4,68 H 226.3 L 213.1,199.9 199.8,249 Z"></path><circle cx="862.40002" cy="238.39999" fill="#EC2E3A" r="11.4"></circle><circle cx="862.40002" cy="191.60001" fill="#EC2E3A" r="11.4"></circle><path d="m 342.2,219 c 0.3,-2.1 0.5,-4.6 0.5,-6.2 -0.2,-20 -13.6,-32.6 -33.4,-32.6 -20.4,0 -34,13.8 -34,34.9 0,21 13.4,34.7 35.2,34.7 17.6,0 29.1,-10.5 31.2,-23.8 h -16.9 c -1.7,6.8 -7.2,10.5 -15,10.5 -9.8,0 -16.3,-6.5 -16.7,-16.8 V 219 Z m -32.9,-25.8 c 8.6,0 14.5,4.8 16,13.6 h -31.7 c 1.2,-8.4 7.6,-13.6 15.7,-13.6 z"></path><path d="m 707.8,249 h -17.1 v -68 h 16.7 v 8.3 c 4.3,-5.1 10.3,-9.1 19.8,-9.1 13.8,0 26.3,7.1 26.3,30.4 V 249 h -17.1 v -37.1 c 0,-11.3 -4.1,-17.6 -13.5,-17.6 -9.4,0 -15.1,6.9 -15.1,19.2 z"></path></g></svg></a><div class="flex"><a class="mr-2 h-8 w-8" href="http://twitter.com/wellfoundhq" rel="noreferrer nofollow" target="_blank"><svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="w-8 fill-current text-black hover:text-gtmblue-500"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.944 7.987c.013.175.013.35.013.525C19.957 13.85 15.833 20 8.294 20c-2.322 0-4.48-.663-6.294-1.813.33.038.647.05.99.05 1.916 0 3.68-.637 5.089-1.724-1.802-.038-3.313-1.2-3.833-2.8.254.037.508.062.774.062.368 0 .736-.05 1.079-.138-1.878-.375-3.287-2-3.287-3.962v-.05c.546.3 1.18.488 1.853.512a4.02 4.02 0 01-1.827-3.362c0-.75.203-1.438.558-2.038a11.71 11.71 0 008.452 4.225 4.495 4.495 0 01-.102-.924c0-2.226 1.828-4.038 4.1-4.038 1.18 0 2.245.487 2.994 1.275a8.145 8.145 0 002.602-.975 4.038 4.038 0 01-1.802 2.225A8.316 8.316 0 0022 5.9a8.74 8.74 0 01-2.056 2.087z" fill="currentColor"></path></svg></a><a class="mr-2" href="https://instagram.com/wellfoundhq" rel="noreferrer nofollow" target="_blank"><svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg" class="w-8 fill-current text-black hover:text-gtmblue-500"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.833 2h8.334C19.375 2 22 4.625 22 7.833v8.334C22 19.375 19.375 22 16.167 22H7.833C4.625 22 2 19.375 2 16.167V7.833C2 4.625 4.625 2 7.833 2zM19.11 4.89a4.16 4.16 0 00-2.943-1.224H7.833A4.13 4.13 0 004.89 4.89a4.16 4.16 0 00-1.224 2.943v8.333A4.13 4.13 0 004.89 19.11a4.16 4.16 0 002.943 1.224h8.334a4.13 4.13 0 002.942-1.224 4.16 4.16 0 001.224-2.943V7.833A4.13 4.13 0 0019.11 4.89z" fill="currentColor"></path><path fill-rule="evenodd" clip-rule="evenodd" d="M17.416 7.834c-.692 0-1.25-.557-1.25-1.25s.558-1.25 1.25-1.25a1.25 1.25 0 010 2.5zM12 8.668A3.336 3.336 0 0115.333 12 3.336 3.336 0 0112 15.334a3.336 3.336 0 01-3.334-3.333A3.336 3.336 0 0112 8.668zM7 12c0-2.76 2.24-5 5-5s5 2.24 5 5-2.24 5-5 5-5-2.24-5-5z" fill="currentColor"></path></svg></a></div></div><div class="flex flex-col md:flex-row"><h2 class="hidden">Explore other opportunities: Find jobs, recruit talent, or learn about our company</h2><ul class="mb-8 mr-10"><li class="mb-2 md:py-0 text-md"><h4 class="font-bold">For Candidates</h4></li><li class="mb-2 md:py-0 text-md"><a class="!text-black hover:text-gtmblue-500 hover:underline" href="/candidates/overview">Overview</a></li><li class="mb-2 md:py-0 text-md"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-black hover:text-gtmblue-500 hover:underline" href="/jobs">Startup Jobs</a></li><li class="mb-2 md:py-0 text-md"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-black hover:text-gtmblue-500 hover:underline" href="/web3">Web3 Jobs</a></li><li class="mb-2 md:py-0 text-md"><a class="!text-black hover:text-gtmblue-500 hover:underline" href="/candidates/featured">Featured</a></li><li class="mb-2 md:py-0 text-md"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-black hover:text-gtmblue-500 hover:underline" href="/hiring-data">Startup Hiring Data</a></li><li class="mb-2 md:py-0 text-md"><a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-black hover:text-gtmblue-500 hover:underline" href="/startups">Tech Startups</a></li><li class="mb-2 md:py-0 text-md"><a class="!text-black hover:text-gtmblue-500 hover:underline" href="/candidates/remote">Remote</a></li></ul><ul class="mb-8 mr-10"><li class="mb-2 md:py-0 text-md"><h4 class="font-bold">For Recruiters</h4></li><li class="mb-2 md:py-0 text-md"><a class="!text-black hover:text-gtmblue-500 hover:underline" href="/recruit/overview">Overview</a></li><li class="mb-2 md:py-0 text-md"><a class="!text-black hover:text-gtmblue-500 hover:underline" href="/recruit/products/recruit-pro">Recruit Pro</a></li><li class="mb-2 md:py-0 text-md"><a class="!text-black hover:text-gtmblue-500 hover:underline" href="/recruit/products/curated">Curated</a></li><li class="mb-2 md:py-0 text-md"><a class="!text-black hover:text-gtmblue-500 hover:underline" href="/recruit/products/recruiter-cloud">RecruiterCloud</a></li><li class="mb-2 md:py-0 text-md"><a class="!text-black hover:text-gtmblue-500 hover:underline" href="/hire">Hire Developers</a></li><li class="mb-2 md:py-0 text-md"><a class="!text-black hover:text-gtmblue-500 hover:underline" href="/recruit/pricing">Pricing</a></li></ul><ul class="mb-8 mr-10"><li class="mb-2 md:py-0 text-md"><h4 class="font-bold">Company</h4></li><li class="mb-2 md:py-0 text-md"><a class="!text-black hover:text-gtmblue-500 hover:underline" href="https://wellfound.com">About</a></li><li class="mb-2 md:py-0 text-md"><a class="!text-black hover:text-gtmblue-500 hover:underline" href="https://help.wellfound.com/">Help</a></li><li class="mb-2 md:py-0 text-md"><a class="!text-black hover:text-gtmblue-500 hover:underline" href="/discover/blog">Blog</a></li><li class="mb-2 md:py-0 text-md"><a class="!text-black hover:text-gtmblue-500 hover:underline" href="/terms">Terms & Risks</a></li><li class="mb-2 md:py-0 text-md"><a class="!text-black hover:text-gtmblue-500 hover:underline" href="/privacy">Privacy & Cookies</a></li></ul></div></div><div class="mt-4 flex flex-col-reverse justify-between lg:flex-row"><p class="text-dark-aa">Copyright © <!-- -->2024<!-- --> <!-- -->Wellfound<!-- -->. All rights reserved.</p><p class="mb-4 text-dark-aa lg:mb-0">Browse by:<!-- --> <a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-black hover:text-gtmblue-500 hover:underline underline text-dark-aa" href="/browse/tech-jobs">Jobs</a>,<!-- --> <a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-black hover:text-gtmblue-500 hover:underline underline text-dark-aa" href="/browse/remote-tech-jobs">Remote Jobs</a>,<!-- --> <a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-black hover:text-gtmblue-500 hover:underline underline text-dark-aa" href="/browse/tech-job-locations">Locations</a>,<!-- --> <a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-black hover:text-gtmblue-500 hover:underline underline text-dark-aa" href="/browse/tech-startups">Startups</a>,<!-- --> <a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-black hover:text-gtmblue-500 hover:underline underline text-dark-aa" href="/browse/startups-hiring">Startups Hiring</a>,<!-- --> <a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-black hover:text-gtmblue-500 hover:underline underline text-dark-aa" href="/browse/tech-industries">Industries</a>,<!-- --> <a class="styles_component__UCLp3 styles_defaultLink__eZMqw !text-black hover:text-gtmblue-500 hover:underline underline text-dark-aa" href="/browse/tech-hubs">Tech Hubs</a></p></div></footer></div></div><div style="position: fixed; inset: 0px; background-color: rgba(0, 0, 0, 0.7); border: 1px solid grey; z-index: 10000; display: none;"><p style="color: white; text-align: center; margin-top: 50vh;">One more step before you proceed...</p><div style="display: flex; flex-wrap: nowrap; align-items: center; justify-content: center;" id="turnstile_widget"></div></div><script id="__NEXT_DATA__" type="application/json" crossorigin="anonymous">{"props":{"pageProps":{"params":{"slug":"evilmartians"},"parsedUrl":{"protocol":null,"slashes":null,"auth":null,"host":null,"port":null,"hostname":null,"hash":null,"search":null,"query":{},"pathname":"/company/evilmartians","path":"/company/evilmartians","href":"/company/evilmartians"},"__APOLLO_SIG__":"blaD3%IFuB2%ALTm75OcD5FJ469xsy9kXdOZuBI86qJhywwN8B2%h-4483080371","apollo":null,"apolloState":{"data":{"TalentViewer:null":{"__typename":"TalentViewer","id":null,"flashMessages":[],"featureFlags":{"__typename":"FeatureFlags","coproJobDetailShowBadges":false,"recruitDelayedRejections":true,"recruitJobDataCollection":true,"recruitProDiscountPromo":false,"recruitViewLimitIncreased":false,"growthPitchAutoExpire":false,"verificationEnabled":false,"resumeReviewEnabled":false,"candidateJobSearchAlphaWaitlistUpsell":false,"rcSelfServeUpsellCopy":false},"analytics":null,"isAdmin":false,"isBlacklisted":false,"isUserModerator":false,"isImpersonating":false,"isShadowBanned":false,"canApplyToJobs":false,"eligibleForCuratedGlobal":false,"navigationMode":"UNKNOWN","needsVerification":false,"eligibleForCandidateReferrals":false,"currentUser":null,"trueCurrentUser":null,"currentStartup":null,"currentCandidate":null},"ROOT_QUERY":{"__typename":"Query","talent":{"__typename":"Talent","viewer":{"__ref":"TalentViewer:null"}},"startupOverview({\"slug\":\"evilmartians\"})":{"__ref":"Startup:81059"},"startup({\"slug\":\"evilmartians\"})":{"__ref":"Startup:81059"},"currentUser":null},"StartupMediaUpload:711517":{"__typename":"StartupMediaUpload","id":"711517","imageUrl":"https://d2gn4xht817m0g.cloudfront.net/p/media_uploads/images/original/000/711/517/711517-d13b35994f5bec85602c6bc452df27c0efe5d23f.png?1672753196","videoUrl":null,"videoThumbnailUrl":null,"mime":"image/png","section":"overview","order":0},"StartupMediaUpload:711623":{"__typename":"StartupMediaUpload","id":"711623","imageUrl":"https://d2gn4xht817m0g.cloudfront.net/p/media_uploads/images/original/000/711/623/711623-001e9ff60d92360555058780ea10fe042c9f3eb9.png?1672828664","videoUrl":null,"videoThumbnailUrl":null,"mime":"image/png","section":"overview","order":0},"StartupMediaUpload:711629":{"__typename":"StartupMediaUpload","id":"711629","imageUrl":"https://d2gn4xht817m0g.cloudfront.net/p/media_uploads/images/original/000/711/629/711629-a59241855eb0811e9d09e13eea03b6daa03e0181.png?1672830654","videoUrl":null,"videoThumbnailUrl":null,"mime":"image/png","section":"overview","order":0},"StartupMediaUpload:711637":{"__typename":"StartupMediaUpload","id":"711637","imageUrl":null,"videoUrl":"https://www.youtube.com/watch?v=0XTfL-iVLw4\u0026list=PLAgBW0XUpyOVFnpoS6FKDszd8WEvXzg-A","videoThumbnailUrl":"https://img.youtube.com/vi/0XTfL-iVLw4/hqdefault.jpg","mime":"video","section":"overview","order":0},"JobListingRemoteConfig:185130":{"__typename":"JobListingRemoteConfig","id":"185130","kind":"REMOTE"},"Startup:81059":{"__typename":"Startup","id":"81059","slug":"evilmartians","highConcept":"Extraterrestrial product development consultancy and commercial open source team","productDescription":"Evil Martians is a distributed product development consultancy that works with startups and established businesses, and creates open source-based products and services. Offices in New York, Porto, and Osaka.\n\nClients trust us to be the core technical team behind their startups, delivering all elements of successful product work: user interface design backed by analytics, agile software development, infrastructure administration, and service reliability. We pay extra attention to mentoring, making sure that the practices we bring in are adopted by the internal team before our collaboration is over. Our projects typically span years, not months.\n\nSee more at https://evilmartians.com/ and check out our blog at https://evilmartians.com/chronicles.","currentUserCanRecruitForStartup":false,"pageMeta({\"page\":1})":{"__typename":"StartupPageMeta","overview":{"__typename":"MetaTags","canonicalUrl":"https://wellfound.com/company/evilmartians","description":"Find out if Evil Martians is the right fit for your future career! Explore jobs, salary, equity, and funding information. Read about work-life balance, perks, benefits, and the company culture!","image":"https://photos.wellfound.com/startups/i/81059-499bdb937161b613e13b92c87d7fa4ed-thumb_jpg.jpg?buster=1609525026","ogUrl":"https://wellfound.com/company/evilmartians","robots":"","structuredData":null,"title":"Evil Martians Careers","type":null},"people":{"__typename":"MetaTags","canonicalUrl":"https://wellfound.com/company/evilmartians/people","description":"View founders and team members of Evil Martians on AngelList. Explore jobs, salary, equity, and funding information. Read about work-life balance, perks, benefits, and the company culture!","image":"https://photos.wellfound.com/startups/i/81059-499bdb937161b613e13b92c87d7fa4ed-thumb_jpg.jpg?buster=1609525026","ogUrl":"https://wellfound.com/company/evilmartians/people","robots":"","structuredData":null,"title":"Evil Martians People","type":null},"culture":{"__typename":"MetaTags","canonicalUrl":"https://wellfound.com/company/evilmartians/culture_and_benefits","description":"View information about the Evil Martians company culture at Wellfound! Read about work-life balance, perks, employee benefits, and other options from Evil Martians.","image":"https://photos.wellfound.com/startups/i/81059-499bdb937161b613e13b92c87d7fa4ed-thumb_jpg.jpg?buster=1609525026","ogUrl":"https://wellfound.com/company/evilmartians/culture_and_benefits","robots":"","structuredData":null,"title":"Culture and benefits at Evil Martians","type":null},"funding":{"__typename":"MetaTags","canonicalUrl":"https://wellfound.com/company/evilmartians/funding","description":"View information about the Evil Martians funding at Wellfound! Find out about the total amount raised, the number of rounds, and other funding information from Evil Martians.","image":"https://photos.wellfound.com/startups/i/81059-499bdb937161b613e13b92c87d7fa4ed-thumb_jpg.jpg?buster=1609525026","ogUrl":"https://wellfound.com/company/evilmartians/funding","robots":"noindex","structuredData":null,"title":"Evil Martians Funding Information","type":null},"jobs":{"__typename":"MetaTags","canonicalUrl":"https://wellfound.com/company/evilmartians/jobs","description":"Evil Martians is hiring! See 3 jobs in November 2024! Apply to the latest jobs with a single profile and get in touch with hiring managers directly. Learn about salary, equity, work-life balance, perks, benefits, and company culture!","image":"https://photos.wellfound.com/startups/i/81059-499bdb937161b613e13b92c87d7fa4ed-thumb_jpg.jpg?buster=1609525026","ogUrl":"https://wellfound.com/company/evilmartians/jobs","robots":"","structuredData":null,"title":"Evil Martians Jobs","type":null}},"mediaUploads:{\"section\":\"overview\"}":[{"__ref":"StartupMediaUpload:711517"},{"__ref":"StartupMediaUpload:711623"},{"__ref":"StartupMediaUpload:711629"},{"__ref":"StartupMediaUpload:711637"}],"name":"Evil Martians","jobListingsConnection({\"first\":10})":{"__typename":"JobListingConnection","totalCount":3,"edges":[{"__typename":"JobListingEdge","node":{"__ref":"JobListing:3124379"}},{"__typename":"JobListingEdge","node":{"__ref":"JobListing:3114987"}},{"__typename":"JobListingEdge","node":{"__ref":"JobListing:3088516"}}]},"talentBanned":false,"isShell":false,"isIncubator":false,"currentUserHasJobAlert":false,"totalRaisedAmount":0,"startupRounds":{"__typename":"StartupRoundConnection","totalCount":0,"edges":[]},"hiddenSections":["SALARIES","FUNDING"],"currentFounderRoles":[{"__ref":"StartupRole:201644"},{"__ref":"StartupRole:340147"}],"pastFounderRoles":[],"currentTeamMemberRoles({\"first\":3})":{"__typename":"StartupRoleConnection","totalCount":0,"edges":[]},"mediaUploads:{\"section\":\"culture\"}":[{"__ref":"StartupMediaUpload:710962"},{"__ref":"StartupMediaUpload:710964"},{"__ref":"StartupMediaUpload:710965"},{"__ref":"StartupMediaUpload:710966"},{"__ref":"StartupMediaUpload:710970"},{"__ref":"StartupMediaUpload:710971"},{"__ref":"StartupMediaUpload:710972"},{"__ref":"StartupMediaUpload:718784"},{"__ref":"StartupMediaUpload:744160"},{"__ref":"StartupMediaUpload:744216"},{"__ref":"StartupMediaUpload:744255"}],"culturePerks":[{"__ref":"CulturePerk:55596"},{"__ref":"CulturePerk:55597"},{"__ref":"CulturePerk:55598"},{"__ref":"CulturePerk:55599"},{"__ref":"CulturePerk:55600"},{"__ref":"CulturePerk:55601"},{"__ref":"CulturePerk:55603"}],"completenessScore":63,"currentUserCanEditProfile":false,"completeness":null,"jobListingCounts":{"__typename":"Counts","roles":[{"__typename":"ListCount","optionId":"14883","name":"Designer","count":1},{"__typename":"ListCount","optionId":"751460","name":"Engineering","count":1},{"__typename":"ListCount","optionId":"80488","name":"Sales","count":1}],"locations":[{"__typename":"ListCount","optionId":"2349","name":"Lisbon","count":2},{"__typename":"ListCount","optionId":"1664","name":"New York City","count":2},{"__typename":"ListCount","optionId":"2520","name":"Osaka","count":1},{"__typename":"ListCount","optionId":"2289","name":"Portugal","count":1},{"__typename":"ListCount","optionId":"1692","name":"San Francisco","count":1}],"jobTypes":[{"__typename":"ListCount","optionId":"full-time","name":"full-time","count":3}]},"logoUrl":"https://photos.wellfound.com/startups/i/81059-499bdb937161b613e13b92c87d7fa4ed-medium_jpg.jpg?buster=1609525026","hiring":true,"isOperating":null,"badges":[{"__ref":"Badge:ACTIVELY_HIRING"},{"__ref":"Badge:B2B-81059"},{"__ref":"Badge:COMPANY_STAGE-81059"}],"companySize":"SIZE_51_200","companyUrl":"https://evilmartians.com","twitterUrl":"https://twitter.com/evilmartians","blogUrl":"https://evilmartians.com/chronicles","facebookUrl":"https://facebook.com/evilmartians","linkedInUrl":"https://www.linkedin.com/company/evil-martians/","productHuntUrl":"","marketTaggings":[{"__ref":"NewTag:59"},{"__ref":"NewTag:368"},{"__ref":"NewTag:3127"},{"__ref":"NewTag:153055"}],"locationTaggings":[{"__ref":"NewTag:1664"},{"__ref":"NewTag:1692"},{"__ref":"NewTag:2349"},{"__ref":"NewTag:2520"}],"companyTypeTaggings":[{"__ref":"NewTag:140291"},{"__ref":"NewTag:140296"},{"__ref":"NewTag:143844"},{"__ref":"NewTag:145536"},{"__ref":"NewTag:149548"},{"__ref":"NewTag:150090"}],"currentUserFollowsStartup":false,"jobListingsConnection":{"__typename":"JobListingConnection","totalCount":3},"currentUserCanRecruit":false,"hasPremiumJobs":false,"recommendedStartups({\"first\":20})":{"__typename":"StartupConnection","totalCount":20,"edges":[{"__typename":"StartupEdge","node":{"__ref":"Startup:306942"}},{"__typename":"StartupEdge","node":{"__ref":"Startup:5556369"}},{"__typename":"StartupEdge","node":{"__ref":"Startup:968723"}},{"__typename":"StartupEdge","node":{"__ref":"Startup:4322750"}},{"__typename":"StartupEdge","node":{"__ref":"Startup:227792"}},{"__typename":"StartupEdge","node":{"__ref":"Startup:137721"}},{"__typename":"StartupEdge","node":{"__ref":"Startup:200847"}},{"__typename":"StartupEdge","node":{"__ref":"Startup:5332912"}},{"__typename":"StartupEdge","node":{"__ref":"Startup:52465"}},{"__typename":"StartupEdge","node":{"__ref":"Startup:1714965"}},{"__typename":"StartupEdge","node":{"__ref":"Startup:1105874"}},{"__typename":"StartupEdge","node":{"__ref":"Startup:583540"}},{"__typename":"StartupEdge","node":{"__ref":"Startup:4330990"}},{"__typename":"StartupEdge","node":{"__ref":"Startup:395999"}},{"__typename":"StartupEdge","node":{"__ref":"Startup:3293776"}},{"__typename":"StartupEdge","node":{"__ref":"Startup:6702"}},{"__typename":"StartupEdge","node":{"__ref":"Startup:478277"}},{"__typename":"StartupEdge","node":{"__ref":"Startup:9340"}},{"__typename":"StartupEdge","node":{"__ref":"Startup:854859"}},{"__typename":"StartupEdge","node":{"__ref":"Startup:37232"}}]},"public":true,"published":true,"quarantined":false,"currentUserCanUpdateInvestors":false},"JobListing:3124379":{"__typename":"JobListing","id":"3124379","descriptionSnippet":"\u003cul\u003e\n\u003cli\u003eEvil Martians is a product development consultancy working with growth-stage startups while creating open source projects.\u003c/li\u003e\n\u003cli\u003e\nOur clients are mainly in the USA and Europe and include recognized developer tools (Tines, HTTPie, Stackblitz, Akeero), Y Combinator alumni that have grown into industry unicorns (Teleport, Podium, Fountain, 2U), and global giants (eBay, Gett, and Groupon). We also directly (and positively) affect international products and engineering culture in these companies.\u003c/li\u003e\n\u003c/ul\u003e\n","title":"Frontend Engineer (React, PostCSS)","slug":"frontend-engineer-react-postcss","jobType":"full_time","locationNames":["New York City","San Francisco","Lisbon","Osaka"],"autoPosted":false,"atsSource":null,"currentUserApplied":false,"liveStartAt":1728646388,"recruitingContact":null,"remote":true,"remoteConfig":{"__ref":"JobListingRemoteConfig:185130"},"compensation":"$72k – $108k","estimatedSalary":null,"equity":null,"usesEstimatedSalary":false,"startup":{"__ref":"Startup:81059"},"yearsExperienceMin":null,"yearsExperienceMax":null,"isBookmarked":false},"StartupRole:15581863":{"__typename":"StartupRole","id":"15581863","invitedName":null},"JobListingRemoteConfig:183792":{"__typename":"JobListingRemoteConfig","id":"183792","kind":"REMOTE"},"JobListing:3114987":{"__typename":"JobListing","id":"3114987","descriptionSnippet":"\u003cul\u003e\n\u003cli\u003eSignificant experience designing complex, professional UIs. Since we specialize in developer tools and professional interfaces, we’ll ask you to showcase at least two non-consumer products you’ve worked on as a product designer.\u003c/li\u003e\n\u003cli\u003eBroad knowledge of UX patterns.\u003c/li\u003e\n\u003c/ul\u003e\n","title":"Product Designer","slug":"product-designer","jobType":"full_time","locationNames":["New York City","Lisbon"],"autoPosted":false,"atsSource":null,"currentUserApplied":false,"liveStartAt":1727805020,"recruitingContact":{"__ref":"StartupRole:15581863"},"remote":true,"remoteConfig":{"__ref":"JobListingRemoteConfig:183792"},"compensation":"$72k – $102k • No equity","estimatedSalary":null,"equity":"No equity","usesEstimatedSalary":false,"startup":{"__ref":"Startup:81059"},"yearsExperienceMin":5,"yearsExperienceMax":null,"isBookmarked":false},"StartupRole:27158150":{"__typename":"StartupRole","id":"27158150","invitedName":null},"JobListingRemoteConfig:180199":{"__typename":"JobListingRemoteConfig","id":"180199","kind":"REMOTE"},"JobListing:3088516":{"__typename":"JobListing","id":"3088516","descriptionSnippet":"\u003cul\u003e\n\u003cli\u003eEvil Martians is an international company headquartered in New York. Martians have been fully remote for over 15 years. We know how to manage a distributed, asynchronous-first team without micromanagement. If you’re looking for a purely remote role, you’ll find a home in our globally-distributed team. For those who want to relocate, we can offer a place in our office in Lisbon, Portugal: you can rely on our help with visas and relocation after a 2-month probation period.\u003c/li\u003e\n\u003c/ul\u003e\n","title":"Account/Project Manager","slug":"account-project-manager","jobType":"full_time","locationNames":["Portugal"],"autoPosted":false,"atsSource":null,"currentUserApplied":false,"liveStartAt":1725623907,"recruitingContact":{"__ref":"StartupRole:27158150"},"remote":true,"remoteConfig":{"__ref":"JobListingRemoteConfig:180199"},"compensation":"$72k – $103k • No equity","estimatedSalary":null,"equity":"No equity","usesEstimatedSalary":false,"startup":{"__ref":"Startup:81059"},"yearsExperienceMin":null,"yearsExperienceMax":null,"isBookmarked":false},"NewTag:2078":{"__typename":"NewTag","id":"2078","displayName":"Brooklyn"},"User:114080":{"__typename":"User","id":"114080","name":"Yaroslav Markin","slug":"yaroslav","avatarUrl":"https://photos.wellfound.com/users/114080-medium_jpg?1555508725","pathName":"/u/yaroslav","proUrlEnabled":false,"primaryLocation":{"__ref":"NewTag:2078"},"htmlBio":"Founder and CTO at \u003ca href=\"https://wellfound.com/company/evilmartians\" class=\"at_link\"\u003e\u003cspan class=\"at_symbol\"\u003e@\u003c/span\u003e\u003cspan class=\"at_name\"\u003eEvil Martians\u003c/span\u003e\u003c/a\u003e. "},"StartupRole:201644":{"__typename":"StartupRole","id":"201644","user":{"__ref":"User:114080"},"hiredViaTalent":false,"title":"CTO","role":"FOUNDER","roleDisplayName":"Founder","tenureSeconds":null},"User:172143":{"__typename":"User","id":"172143","name":"Alexander Tishchenko","slug":"golovorez","avatarUrl":"https://photos.wellfound.com/users/172143-medium_jpg?1674614573","pathName":"/u/golovorez","proUrlEnabled":false,"primaryLocation":{"__ref":"NewTag:2078"},"htmlBio":"co-founder \u003ca href=\"https://wellfound.com/company/evilmartians\" class=\"at_link\"\u003e\u003cspan class=\"at_symbol\"\u003e@\u003c/span\u003e\u003cspan class=\"at_name\"\u003eEvil Martians\u003c/span\u003e\u003c/a\u003e"},"StartupRole:340147":{"__typename":"StartupRole","id":"340147","user":{"__ref":"User:172143"},"hiredViaTalent":false,"title":"Executive Vice President, founder ","role":"FOUNDER","roleDisplayName":"Founder","tenureSeconds":594730244},"StartupMediaUpload:710962":{"__typename":"StartupMediaUpload","id":"710962","imageUrl":"https://d2gn4xht817m0g.cloudfront.net/p/media_uploads/images/original/000/710/962/710962-a6667c09be514778fafa8c5cf1c26e328403be82.jpg?1671809958","videoUrl":null,"videoThumbnailUrl":null,"mime":"image/jpeg","section":"culture","order":0},"StartupMediaUpload:710964":{"__typename":"StartupMediaUpload","id":"710964","imageUrl":"https://d2gn4xht817m0g.cloudfront.net/p/media_uploads/images/original/000/710/964/710964-bea53e6f9c84e290ed4c83e9d2aedd905fde2339.jpeg?1671809991","videoUrl":null,"videoThumbnailUrl":null,"mime":"image/jpeg","section":"culture","order":0},"StartupMediaUpload:710965":{"__typename":"StartupMediaUpload","id":"710965","imageUrl":"https://d2gn4xht817m0g.cloudfront.net/p/media_uploads/images/original/000/710/965/710965-59f980215274a4b44d3095bbd47f5735fef11dfb.jpg?1671810019","videoUrl":null,"videoThumbnailUrl":null,"mime":"image/jpeg","section":"culture","order":0},"StartupMediaUpload:710966":{"__typename":"StartupMediaUpload","id":"710966","imageUrl":"https://d2gn4xht817m0g.cloudfront.net/p/media_uploads/images/original/000/710/966/710966-d8d563cc2550b637e386af8c07b26b9b6852c3fb.jpg?1671810040","videoUrl":null,"videoThumbnailUrl":null,"mime":"image/jpeg","section":"culture","order":0},"StartupMediaUpload:710970":{"__typename":"StartupMediaUpload","id":"710970","imageUrl":"https://d2gn4xht817m0g.cloudfront.net/p/media_uploads/images/original/000/710/970/710970-72dce01360638e5bc1251e1660eb5c8df2dd6bdf.jpg?1671810146","videoUrl":null,"videoThumbnailUrl":null,"mime":"image/jpeg","section":"culture","order":0},"StartupMediaUpload:710971":{"__typename":"StartupMediaUpload","id":"710971","imageUrl":"https://d2gn4xht817m0g.cloudfront.net/p/media_uploads/images/original/000/710/971/710971-32539bc1bdc38cffa47ca129406297607c8c37f5.jpg?1671810284","videoUrl":null,"videoThumbnailUrl":null,"mime":"image/jpeg","section":"culture","order":0},"StartupMediaUpload:710972":{"__typename":"StartupMediaUpload","id":"710972","imageUrl":"https://d2gn4xht817m0g.cloudfront.net/p/media_uploads/images/original/000/710/972/710972-1f4d82a2fce000a0e3d6c09eb3342548bd4bc628.jpg?1671810625","videoUrl":null,"videoThumbnailUrl":null,"mime":"image/jpeg","section":"culture","order":0},"StartupMediaUpload:718784":{"__typename":"StartupMediaUpload","id":"718784","imageUrl":"https://d2gn4xht817m0g.cloudfront.net/p/media_uploads/images/original/000/718/784/718784-412106c22e5684de7527218d9acff6f5045d70ee.jpg?1681822324","videoUrl":null,"videoThumbnailUrl":null,"mime":"image/jpeg","section":"culture","order":0},"StartupMediaUpload:744160":{"__typename":"StartupMediaUpload","id":"744160","imageUrl":"https://d2gn4xht817m0g.cloudfront.net/p/media_uploads/images/original/000/744/160/744160-18dd432a162ed6ee3d8ea09d303ef4f11db35e82.jpg?1729619790","videoUrl":null,"videoThumbnailUrl":null,"mime":"image/jpeg","section":"culture","order":0},"StartupMediaUpload:744216":{"__typename":"StartupMediaUpload","id":"744216","imageUrl":"https://d2gn4xht817m0g.cloudfront.net/p/media_uploads/images/original/000/744/216/744216-936abaf8ebbfbb3649d30846fe31fab836c431ed.jpeg?1729703006","videoUrl":null,"videoThumbnailUrl":null,"mime":"image/jpeg","section":"culture","order":0},"StartupMediaUpload:744255":{"__typename":"StartupMediaUpload","id":"744255","imageUrl":"https://d2gn4xht817m0g.cloudfront.net/p/media_uploads/images/original/000/744/255/744255-067d705413bc46eb6b7331ee4ed114d1e0326861.jpeg?1729768188","videoUrl":null,"videoThumbnailUrl":null,"mime":"image/jpeg","section":"culture","order":0},"CulturePerk:55596":{"__typename":"CulturePerk","id":"55596","category":"healthcare","title":"Medical insurance","description":""},"CulturePerk:55597":{"__typename":"CulturePerk","id":"55597","category":"professional_development","title":"English courses","description":""},"CulturePerk:55598":{"__typename":"CulturePerk","id":"55598","category":"miscellaneous","title":"Reimbursements for hardware","description":""},"CulturePerk:55599":{"__typename":"CulturePerk","id":"55599","category":"professional_development","title":"Reimbursements for educational courses and books","description":""},"CulturePerk:55600":{"__typename":"CulturePerk","id":"55600","category":"professional_development","title":"Support for your OSS—or create a product with us!","description":"If you plan to create an open source project, we can share our experience and help you with company resources. You can also pitch your product idea (open core, COSS) and the company may back you and invest in a joint product."},"CulturePerk:55601":{"__typename":"CulturePerk","id":"55601","category":"professional_development","title":"Bring value to the community","description":"We’ll assist you applying for, practicing, traveling to, and giving talks at conferences. We’ll guide you writing articles for our blog. We’re happy to help you organize and give lectures during our own educational courses."},"CulturePerk:55603":{"__typename":"CulturePerk","id":"55603","category":"miscellaneous","title":"Revenue share","description":"We have a revenue share model in place for the entire Martian team: every year, a portion of the company's revenue can be distributed between employees."},"Badge:ACTIVELY_HIRING":{"__typename":"Badge","id":"ACTIVELY_HIRING","name":"ACTIVELY_HIRING_BADGE","label":"Actively Hiring","tooltip":"Actively processing applications","avatarUrl":null,"rating":null,"data":null},"Badge:B2B-81059":{"__typename":"Badge","id":"B2B-81059","name":"B2B_BADGE","label":"B2B","tooltip":null,"avatarUrl":null,"rating":null,"data":null},"Badge:COMPANY_STAGE-81059":{"__typename":"Badge","id":"COMPANY_STAGE-81059","name":"COMPANY_STAGE_BADGE","label":"Early Stage","tooltip":"Startup in initial stages","avatarUrl":null,"rating":null,"data":"early_stage"},"NewTag:59":{"__typename":"NewTag","id":"59","name":"open source","slug":"open-source","displayName":"Open Source","marketTagNoindex":false},"NewTag:368":{"__typename":"NewTag","id":"368","name":"product design","slug":"product-design","displayName":"Product Design","marketTagNoindex":false},"NewTag:3127":{"__typename":"NewTag","id":"3127","name":"web development","slug":"web-development","displayName":"Web Development","marketTagNoindex":false},"NewTag:153055":{"__typename":"NewTag","id":"153055","name":"software engineering","slug":"software-engineering-3","displayName":"Software Engineering","marketTagNoindex":false},"NewTag:1664":{"__typename":"NewTag","id":"1664","name":"new york city, ny","slug":"new-york-city-ny","displayName":"New York City","locationTagNoindex":false},"NewTag:1692":{"__typename":"NewTag","id":"1692","name":"san francisco","slug":"san-francisco","displayName":"San Francisco","locationTagNoindex":false},"NewTag:2349":{"__typename":"NewTag","id":"2349","name":"lisbon","slug":"lisbon","displayName":"Lisbon","locationTagNoindex":false},"NewTag:2520":{"__typename":"NewTag","id":"2520","name":"osaka","slug":"osaka","displayName":"Osaka","locationTagNoindex":false},"NewTag:140291":{"__typename":"NewTag","id":"140291","name":"Web development","slug":"web-development-8","displayName":"Web Development"},"NewTag:140296":{"__typename":"NewTag","id":"140296","name":"UX/UI Design","slug":"ux-ui-design","displayName":"Ux/Ui Design"},"NewTag:143844":{"__typename":"NewTag","id":"143844","name":"Consultancy","slug":"consultancy-2","displayName":"Consultancy"},"NewTag:145536":{"__typename":"NewTag","id":"145536","name":"web design","slug":"web-design-10","displayName":"Web Design"},"NewTag:149548":{"__typename":"NewTag","id":"149548","name":"Product Development","slug":"product-development-5","displayName":"Product Development"},"NewTag:150090":{"__typename":"NewTag","id":"150090","name":"Software Development","slug":"software-development-1","displayName":"Software Development"},"NewTag:1643":{"__typename":"NewTag","id":"1643","displayName":"Earth"},"Startup:306942":{"__typename":"Startup","id":"306942","name":"The Human Diagnosis Project","slug":"the-human-diagnosis-project","logoUrl":"https://photos.wellfound.com/startups/i/306942-265aab80db8d13fff984728715ac22f1-medium_jpg.jpg?buster=1549914966","locationTaggings":[{"__ref":"NewTag:1643"}]},"NewTag:1642":{"__typename":"NewTag","id":"1642","displayName":"Europe"},"NewTag:1688":{"__typename":"NewTag","id":"1688","displayName":"United States"},"NewTag:1695":{"__typename":"NewTag","id":"1695","displayName":"London"},"Startup:5556369":{"__typename":"Startup","id":"5556369","name":"Secured (YC W18)","slug":"secured-","logoUrl":"https://photos.wellfound.com/startups/i/5556369-89226fbac3e434cda6b09fc709611481-medium_jpg.jpg?buster=1620119825","locationTaggings":[{"__ref":"NewTag:1642"},{"__ref":"NewTag:1688"},{"__ref":"NewTag:1695"}]},"NewTag:1617":{"__typename":"NewTag","id":"1617","displayName":"Austin"},"NewTag:1620":{"__typename":"NewTag","id":"1620","displayName":"Boston"},"NewTag:1626":{"__typename":"NewTag","id":"1626","displayName":"Chicago"},"NewTag:1633":{"__typename":"NewTag","id":"1633","displayName":"Dallas"},"NewTag:1635":{"__typename":"NewTag","id":"1635","displayName":"Denver"},"NewTag:1637":{"__typename":"NewTag","id":"1637","displayName":"Dubai"},"NewTag:1644":{"__typename":"NewTag","id":"1644","displayName":"Hong Kong"},"NewTag:1645":{"__typename":"NewTag","id":"1645","displayName":"Houston"},"NewTag:1657":{"__typename":"NewTag","id":"1657","displayName":"Miami"},"NewTag:1672":{"__typename":"NewTag","id":"1672","displayName":"Phoenix"},"NewTag:1680":{"__typename":"NewTag","id":"1680","displayName":"Seattle"},"NewTag:1682":{"__typename":"NewTag","id":"1682","displayName":"Singapore"},"NewTag:1771":{"__typename":"NewTag","id":"1771","displayName":"Amsterdam"},"NewTag:1813":{"__typename":"NewTag","id":"1813","displayName":"Salt Lake City"},"NewTag:1834":{"__typename":"NewTag","id":"1834","displayName":"Melbourne"},"NewTag:1842":{"__typename":"NewTag","id":"1842","displayName":"Paris"},"NewTag:1853":{"__typename":"NewTag","id":"1853","displayName":"Barcelona"},"NewTag:1914":{"__typename":"NewTag","id":"1914","displayName":"Berlin"},"NewTag:2029":{"__typename":"NewTag","id":"2029","displayName":"Shanghai"},"NewTag:2077":{"__typename":"NewTag","id":"2077","displayName":"Perth"},"NewTag:2187":{"__typename":"NewTag","id":"2187","displayName":"Milan"},"NewTag:2272":{"__typename":"NewTag","id":"2272","displayName":"Mauritius"},"NewTag:2360":{"__typename":"NewTag","id":"2360","displayName":"Vienna"},"NewTag:2364":{"__typename":"NewTag","id":"2364","displayName":"Porto"},"NewTag:2423":{"__typename":"NewTag","id":"2423","displayName":"Tallinn"},"NewTag:8732":{"__typename":"NewTag","id":"8732","displayName":"São Paulo"},"NewTag:18101":{"__typename":"NewTag","id":"18101","displayName":"Riyadh"},"NewTag:93218":{"__typename":"NewTag","id":"93218","displayName":"Quatre Bornes"},"NewTag:151282":{"__typename":"NewTag","id":"151282","displayName":"San Francisco Bay Area"},"NewTag:156327":{"__typename":"NewTag","id":"156327","displayName":"Athens"},"NewTag:413928":{"__typename":"NewTag","id":"413928","displayName":"Singapore"},"NewTag:444924":{"__typename":"NewTag","id":"444924","displayName":"Berlin"},"NewTag:444929":{"__typename":"NewTag","id":"444929","displayName":"Shanghai"},"NewTag:591377":{"__typename":"NewTag","id":"591377","displayName":"Central And Western District"},"Startup:968723":{"__typename":"Startup","id":"968723","name":"Checkout.com","slug":"checkout-com-1","logoUrl":"https://photos.wellfound.com/startups/i/968723-c02050c2ea18997c655683d038bde5c9-medium_jpg.jpg?buster=1601463797","locationTaggings":[{"__ref":"NewTag:1617"},{"__ref":"NewTag:1620"},{"__ref":"NewTag:1626"},{"__ref":"NewTag:1633"},{"__ref":"NewTag:1635"},{"__ref":"NewTag:1637"},{"__ref":"NewTag:1644"},{"__ref":"NewTag:1645"},{"__ref":"NewTag:1657"},{"__ref":"NewTag:1664"},{"__ref":"NewTag:1672"},{"__ref":"NewTag:1680"},{"__ref":"NewTag:1682"},{"__ref":"NewTag:1692"},{"__ref":"NewTag:1695"},{"__ref":"NewTag:1771"},{"__ref":"NewTag:1813"},{"__ref":"NewTag:1834"},{"__ref":"NewTag:1842"},{"__ref":"NewTag:1853"},{"__ref":"NewTag:1914"},{"__ref":"NewTag:2029"},{"__ref":"NewTag:2077"},{"__ref":"NewTag:2187"},{"__ref":"NewTag:2272"},{"__ref":"NewTag:2360"},{"__ref":"NewTag:2364"},{"__ref":"NewTag:2423"},{"__ref":"NewTag:8732"},{"__ref":"NewTag:18101"},{"__ref":"NewTag:93218"},{"__ref":"NewTag:151282"},{"__ref":"NewTag:156327"},{"__ref":"NewTag:413928"},{"__ref":"NewTag:444924"},{"__ref":"NewTag:444929"},{"__ref":"NewTag:591377"}]},"NewTag:405849":{"__typename":"NewTag","id":"405849","displayName":"Greater London"},"Startup:4322750":{"__typename":"Startup","id":"4322750","name":"Flow Engineering ","slug":"flow-engineering","logoUrl":"https://photos.wellfound.com/startups/i/4322750-231529832e27aeed76387799a834b68d-medium_jpg.jpg?buster=1592931434","locationTaggings":[{"__ref":"NewTag:1695"},{"__ref":"NewTag:405849"}]},"NewTag:1850":{"__typename":"NewTag","id":"1850","displayName":"Menlo Park"},"NewTag:72861":{"__typename":"NewTag","id":"72861","displayName":"Lake Mary"},"Startup:227792":{"__typename":"Startup","id":"227792","name":"Robinhood","slug":"robinhood","logoUrl":"https://photos.wellfound.com/startups/i/227792-c28dd8f90d35010d984fdb5c0756034e-medium_jpg.jpg?buster=1690339809","locationTaggings":[{"__ref":"NewTag:1635"},{"__ref":"NewTag:1695"},{"__ref":"NewTag:1850"},{"__ref":"NewTag:72861"}]},"Startup:137721":{"__typename":"Startup","id":"137721","name":"Growth Intelligence","slug":"growth-intelligence","logoUrl":"https://photos.wellfound.com/startups/i/137721-a39d4eed9f35dc3fdab375d92776190d-medium_jpg.jpg?buster=1457612323","locationTaggings":[{"__ref":"NewTag:1695"}]},"Startup:200847":{"__typename":"Startup","id":"200847","name":"Ghost","slug":"ghost","logoUrl":"https://photos.wellfound.com/startups/i/200847-5d2fc0b98b25145aa0c0217f93b8dbf7-medium_jpg.jpg?buster=1621019834","locationTaggings":[{"__ref":"NewTag:1643"}]},"Startup:5332912":{"__typename":"Startup","id":"5332912","name":"OpenLaw","slug":"openlaw","logoUrl":"https://photos.wellfound.com/startups/i/5332912-d1a2bb2a32d8eca8c25045afcb865472-medium_jpg.jpg?buster=1530055852","locationTaggings":[{"__ref":"NewTag:2078"}]},"Startup:52465":{"__typename":"Startup","id":"52465","name":"General Assembly","slug":"general-assembly","logoUrl":"https://photos.wellfound.com/startups/i/52465-5a0924aaaf6af2265c6bb823b7613658-medium_jpg.jpg?buster=1589623690","locationTaggings":[{"__ref":"NewTag:1626"},{"__ref":"NewTag:1664"},{"__ref":"NewTag:1692"}]},"Startup:1714965":{"__typename":"Startup","id":"1714965","name":"Truepic","slug":"truepic","logoUrl":"https://photos.wellfound.com/startups/i/1714965-68d89d7c34672868ff6e2fe95d2317ac-medium_jpg.jpg?buster=1614191704","locationTaggings":[{"__ref":"NewTag:1688"}]},"NewTag:1904":{"__typename":"NewTag","id":"1904","displayName":"Bengaluru"},"Startup:1105874":{"__typename":"Startup","id":"1105874","name":"Dgraph Labs","slug":"dgraph-labs","logoUrl":"https://photos.wellfound.com/startups/i/1105874-98915f48b61eb2281c37cfbda691f8c2-medium_jpg.jpg?buster=1464156329","locationTaggings":[{"__ref":"NewTag:1688"},{"__ref":"NewTag:1904"}]},"NewTag:1702":{"__typename":"NewTag","id":"1702","displayName":"Toronto"},"Startup:583540":{"__typename":"Startup","id":"583540","name":"KOHO","slug":"koho","logoUrl":"https://photos.wellfound.com/startups/i/583540-472a7a3f7060026a1bfb60ea900b3c67-medium_jpg.jpg?buster=1714645277","locationTaggings":[{"__ref":"NewTag:1702"}]},"NewTag:616175":{"__typename":"NewTag","id":"616175","displayName":"Remote"},"Startup:4330990":{"__typename":"Startup","id":"4330990","name":"TravelJoy","slug":"traveljoy","logoUrl":"https://photos.wellfound.com/startups/i/4330990-7f2b41996c1f5ae02339d32e912236c9-medium_jpg.jpg?buster=1613096388","locationTaggings":[{"__ref":"NewTag:1692"},{"__ref":"NewTag:616175"}]},"NewTag:2464":{"__typename":"NewTag","id":"2464","displayName":"Cologne"},"Startup:395999":{"__typename":"Startup","id":"395999","name":"Giant Swarm","slug":"giant-swarm","logoUrl":"https://photos.wellfound.com/startups/i/395999-442f8c3d767baf56c6f3377bc561e720-medium_jpg.jpg?buster=1417519770","locationTaggings":[{"__ref":"NewTag:2464"}]},"Startup:3293776":{"__typename":"Startup","id":"3293776","name":"Crew","slug":"crew","logoUrl":"https://photos.wellfound.com/startups/i/3293776-1afed97fac934da1e77a586626189ec1-medium_jpg.jpg?buster=1489952098","locationTaggings":[{"__ref":"NewTag:1664"}]},"Startup:6702":{"__typename":"Startup","id":"6702","name":"AngelList","slug":"angellist","logoUrl":"https://photos.wellfound.com/startups/i/6702-766d1ce00c99ce9a5cbc19d0c87a436e-medium_jpg.jpg?buster=1668525121","locationTaggings":[{"__ref":"NewTag:1664"},{"__ref":"NewTag:1680"},{"__ref":"NewTag:1692"}]},"NewTag:1782":{"__typename":"NewTag","id":"1782","displayName":"United Kingdom"},"Startup:478277":{"__typename":"Startup","id":"478277","name":"Localistico","slug":"localistico","logoUrl":"https://photos.wellfound.com/startups/i/478277-8df04221433c224b2cffb36c9d0c9454-medium_jpg.jpg?buster=1519126407","locationTaggings":[{"__ref":"NewTag:1642"},{"__ref":"NewTag:1782"}]},"NewTag:2071":{"__typename":"NewTag","id":"2071","displayName":"New York"},"Startup:9340":{"__typename":"Startup","id":"9340","name":"SpokenLayer","slug":"spokenlayer","logoUrl":"https://photos.wellfound.com/startups/i/9340-a2e5a8994fdde6c1f15b7712967a30d8-medium_jpg.jpg?buster=1566570355","locationTaggings":[{"__ref":"NewTag:1664"},{"__ref":"NewTag:2071"},{"__ref":"NewTag:616175"}]},"Startup:854859":{"__typename":"Startup","id":"854859","name":"Open Collective","slug":"opencollective","logoUrl":"https://photos.wellfound.com/startups/i/854859-e299e139ab7f79855c0bc589f10b0ec6-medium_jpg.jpg?buster=1453074480","locationTaggings":[{"__ref":"NewTag:1664"},{"__ref":"NewTag:1692"}]},"NewTag:2278":{"__typename":"NewTag","id":"2278","displayName":"Tokyo"},"NewTag:2334":{"__typename":"NewTag","id":"2334","displayName":"Dublin"},"NewTag:157047":{"__typename":"NewTag","id":"157047","displayName":"Mexico City"},"NewTag:430993":{"__typename":"NewTag","id":"430993","displayName":"Paulínia"},"NewTag:516073":{"__typename":"NewTag","id":"516073","displayName":"Cuauhtémoc"},"Startup:37232":{"__typename":"Startup","id":"37232","name":"Stripe","slug":"stripe","logoUrl":"https://photos.wellfound.com/startups/i/37232-b86e6247bcd9846c18c91fe65ca0355d-medium_jpg.jpg?buster=1610581275","locationTaggings":[{"__ref":"NewTag:1626"},{"__ref":"NewTag:1664"},{"__ref":"NewTag:1680"},{"__ref":"NewTag:1682"},{"__ref":"NewTag:1692"},{"__ref":"NewTag:1695"},{"__ref":"NewTag:1771"},{"__ref":"NewTag:1834"},{"__ref":"NewTag:1842"},{"__ref":"NewTag:1904"},{"__ref":"NewTag:1914"},{"__ref":"NewTag:2071"},{"__ref":"NewTag:2278"},{"__ref":"NewTag:2334"},{"__ref":"NewTag:157047"},{"__ref":"NewTag:430993"},{"__ref":"NewTag:516073"}]}}},"router":null}},"page":"/company/overview","query":{"slug":"evilmartians"},"buildId":"ch-e890562207a6ed8a3e263951516e3186","assetPrefix":"/talent","runtimeConfig":{"ALLOW_UNAUTHORIZED":false,"ANALYTICS_WRITE_KEY":"poTMRBHig2tYBNBP5P6kGfkGBFq19jmB","CLARITY_ENABLED":false,"CLARITY_PROJECT_TOKEN":false,"CLOUDFLARE_TURNSTILE_SITE_KEY":"0x4AAAAAAAgpA-Qx7SsJOW-g","DD_CLIENT_TOKEN":"pub666b57f287aabbce5dbde9cdcebef24c","DEFAULT_DOMAIN":"wellfound.com","DEFAULT_EMAIL_DOMAIN":"wellfound.com","DEFAULT_SEO_DOMAIN":"wellfound.com","EXTERNAL_SCRIPTS_DISABLED":false,"RECRUITER_CLOUD_URL":"https://cloud.wellfound.com","GIT_COMMIT_SHA":"ch-e890562207a6ed8a3e263951516e3186","GRAPHQL_URI":"https://wellfound.com/graphql","HELP_DOMAIN":"help.wellfound.com","HELPSCOUT_BEACON_ID":"555ee66a-6ab0-4ff7-9c32-1089d7fbc687","HELPSCOUT_CURATED_BEACON_ID":"d7819ce9-e156-4c80-a096-7d55711d0291","HELPSCOUT_TALENT_HELP_BEACON_ID":"168dd697-8dc7-421c-81ec-1e1f498bf879","METAMAP_KEY":"63e535937180ab001c5ee0df","ROLLBAR_CLIENT_ACCESS_TOKEN":"753ead3574224e64ab8e3ebd93895ce0","SEGMENT_ENABLED":true,"STONLY_WID":"b5cf3113-5d1d-11ec-82f1-064cee365e5a","STRIPE_KEY":"pk_live_LVuuoof98c4wqw91j9BWsrOs","TIMEKIT_WIDGET_KEY":"live_widget_key_NDII8Ma6XFOcUHEZvIbMzDaBVtBn0eOg","USE_INSECURE_AGENT":false,"NEXT_CONFIG_ENV":"production","NODE_ENV":"production","RAILS_ENV":"production","ROOT_URL":"https://wellfound.com"},"isFallback":false,"dynamicIds":[23695,92675,91101,18320,85329,44873,87141,60324,91473,79753,51261],"customServer":true,"gip":true,"scriptLoader":[]}</script><script>
!function(){var analytics=window.analytics=window.analytics||[];if(!analytics.initialize)if(analytics.invoked)window.console&&console.error&&console.error("Segment snippet included twice.");else{analytics.invoked=!0;analytics.methods=["trackSubmit","trackClick","trackLink","trackForm","pageview","identify","reset","group","track","ready","alias","debug","page","once","off","on","addSourceMiddleware","addIntegrationMiddleware","setAnonymousId","addDestinationMiddleware"];analytics.factory=function(e){return function(){var t=Array.prototype.slice.call(arguments);t.unshift(e);analytics.push(t);return analytics}};for(var e=0;e<analytics.methods.length;e++){var key=analytics.methods[e];analytics[key]=analytics.factory(key)}analytics.load=function(key,e){var t=document.createElement("script");t.type="text/javascript";t.async=!0;t.src="https://cdn.segment.com/analytics.js/v1/" + key + "/analytics.min.js";var n=document.getElementsByTagName("script")[0];n.parentNode.insertBefore(t,n);analytics._loadOptions=e};
analytics._writeKey="poTMRBHig2tYBNBP5P6kGfkGBFq19jmB";
analytics.SNIPPET_VERSION="4.15.2";
analytics.load("poTMRBHig2tYBNBP5P6kGfkGBFq19jmB", {"integrations":{"Amplitude":false}});
}}();
</script><script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8ddfeaf7ff416665',t:'MTczMDg0MTk0Mi4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script><iframe height="1" width="1" style="position: absolute; top: 0px; left: 0px; border: none; visibility: hidden;"></iframe><div class="ReactModalPortal"></div><div class="ReactModalPortal"></div><div class="ReactModalPortal"></div><div class="ReactModalPortal"></div><div class="ReactModalPortal"></div><next-route-announcer><p aria-live="assertive" id="__next-route-announcer__" role="alert" style="border: 0px; clip: rect(0px, 0px, 0px, 0px); height: 1px; margin: -1px; overflow: hidden; padding: 0px; position: absolute; width: 1px; white-space: nowrap; overflow-wrap: normal;"></p></next-route-announcer><style id="ddStyleCaptchaBody1730841945696"> html, body { margin: 0 !important; padding:0 !important; } body { height: 100vh !important; overflow: hidden; -webkit-transform: scale(1) !important; -moz-transform: scale(1) !important; transform: scale(1) !important; } </style><div style="height:100vh;width:100%;position:fixed;top:0;left:0;z-index:2147483647;background-color:#ffffff;"><iframe src="https://geo.captcha-delivery.com/captcha/?initialCid=AHrlqAAAAAMAvCqLzV53TigAaByaOw==&cid=mHybY5ImCSc14BrwzARSaP6D5m7pqlJhFgZLajt3LfJVI1PvzLEkdRHnL1oSzYr1TA~YyIs~lQz4q2cec~GWrzw~lDl4oFVTBsjBRrFewtgKMn5jPD5dZNx~0YcYH7vA&referer=https%3A%2F%2Fwellfound.com%2Fgraphql&hash=BA3EB296E8BE96A496929870E20CD4&t=fe&s=24385&e=a061da42f729df47928f93fec75e934df7ddbc1ac74176c6898d5ea7258689f1&dm=jd" width="100%" height="100%" sandbox="allow-scripts allow-same-origin allow-forms" frameborder="0" border="0" scrolling="yes" style="height:100vh;"></iframe></div><iframe id="_hjSafeContext_49734780" title="_hjSafeContext" tabindex="-1" aria-hidden="true" src="about:blank" style="display: none !important; width: 1px !important; height: 1px !important; opacity: 0 !important; pointer-events: none !important;"></iframe><script type="text/javascript" id="" charset="">(function(){var a=google_tag_manager["rm"]["94735388"](9).replace(/\W+/g,"_").replace(/_+/g,"_").toLowerCase()+"_ga";window.dataLayer.push({event:a})})();</script></body></html>