spb/company-atlas
Public
Python 66.3%
TypeScript 22.7%
JavaScript 8.6%
HTML 1.4%
CSS 0.7%
1<!DOCTYPE html>2<html lang="en">3<head>4 <meta charset="utf-8">5 <title>Example Robotics — autonomous warehouse robots</title>6 <meta name="description" content="Example Robotics designs and builds autonomous mobile robots for warehouses and distribution centres in North America and Europe.">7 <meta property="og:description" content="Autonomous mobile robots for warehouses.">8 <meta property="og:image" content="/static/og-card.png">9 <link rel="icon" href="/favicon.ico" sizes="32x32">10 <link rel="apple-touch-icon" href="/static/apple-touch-icon.png" sizes="180x180">11 <script type="application/ld+json">12 {13 "@context": "https://schema.org",14 "@type": "Organization",15 "name": "Example Robotics",16 "legalName": "Example Robotics Inc.",17 "url": "https://www.example-robotics.test/",18 "logo": "https://www.example-robotics.test/static/logo.svg",19 "foundingDate": "2014-03-01",20 "numberOfEmployees": {"@type": "QuantitativeValue", "value": 420},21 "telephone": "+1 514-555-0100",22 "address": {23 "@type": "PostalAddress",24 "streetAddress": "1200 Rue Example",25 "addressLocality": "Montréal",26 "addressRegion": "Quebec",27 "postalCode": "H2X 1Y4",28 "addressCountry": "CA"29 },30 "sameAs": [31 "https://www.linkedin.com/company/example-robotics",32 "https://twitter.com/examplerobotics",33 "https://github.com/example-robotics",34 "https://en.wikipedia.org/wiki/Example_Robotics"35 ]36 }37 </script>38</head>39<body>40 <header><nav><a href="/">Home</a> <a href="/products">Products</a> <a href="/about">About</a> <a href="/careers">Careers</a></nav></header>41 <main>42 <h1>Autonomous mobile robots for the modern warehouse</h1>43 <p>Example Robotics designs and builds autonomous mobile robots for warehouses and distribution centres. Our fleet software coordinates44 hundreds of robots per site, integrates with existing warehouse management systems and is deployed with customers in Canada, the45 United States, Germany and the Netherlands.</p>46 <p>Founded in Montréal in 2014, the company operates two manufacturing sites and employs 420 people across engineering, operations and47 customer support. Example Robotics serves retailers, third-party logistics providers and manufacturers that need flexible automation48 without fixed conveyors.</p>49 <h2>Products</h2>50 <ul><li>Carry 200 — goods-to-person robot</li><li>Lift 1000 — pallet mover</li><li>Fleet Manager — orchestration software</li></ul>51 </main>52 <footer><p>© Example Robotics Inc. · 1200 Rue Example, Montréal, Quebec H2X 1Y4 · +1 514-555-0100</p></footer>53</body>54</html>55