{"id":15,"date":"2026-09-12T22:58:44","date_gmt":"2026-09-12T22:58:44","guid":{"rendered":"https:\/\/anzdoc.com\/?page_id=15"},"modified":"2026-09-12T23:17:09","modified_gmt":"2026-09-12T23:17:09","slug":"about","status":"publish","type":"page","link":"https:\/\/anzdoc.com\/?page_id=15","title":{"rendered":"About"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>About Us \u2014 Documents Platform<\/title>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Source+Serif+4:opsz,wght@8..60,400;8..60,500;8..60,600;8..60,700&#038;family=Work+Sans:wght@400;500;600;700&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --ink:#1C120C;\n    --brown:#3B2417;\n    --brown-light:#5A3826;\n    --tan:#B08968;\n    --white:#FFFFFF;\n    --cream:#F8F4EF;\n  }\n  *{margin:0;padding:0;box-sizing:border-box;}\n  html,body{width:100%;overflow-x:hidden;}\n  body{\n    font-family:'Work Sans',sans-serif;\n    color:var(--ink);\n    background:var(--white);\n    line-height:1.65;\n    font-size:17px;\n  }\n  h1,h2,h3{\n    font-family:'Source Serif 4',serif;\n    color:var(--ink);\n    font-weight:600;\n    line-height:1.15;\n  }\n  .full-bleed{\n    width:100vw;\n    margin-left:calc(-50vw + 50%);\n    margin-right:calc(-50vw + 50%);\n  }\n  .wrap{\n    max-width:1120px;\n    margin:0 auto;\n    padding:0 32px;\n  }\n  a{color:inherit;}\n\n  \/* HERO *\/\n  .hero{\n    background:var(--ink);\n    background-image:linear-gradient(180deg, rgba(17,10,6,.55), rgba(17,10,6,.82)), url('https:\/\/images.unsplash.com\/photo-1507842217343-583bb7270b66?auto=format&fit=crop&w=1800&q=80');\n    background-size:cover;\n    background-position:center;\n    color:var(--white);\n    padding:120px 0 90px;\n    text-align:center;\n  }\n  .hero .eyebrow-line{\n    width:56px;height:3px;background:var(--tan);margin:0 auto 22px;\n  }\n  .hero h1{\n    font-size:clamp(2.4rem,5vw,3.6rem);\n    color:var(--white);\n    margin-bottom:18px;\n  }\n  .hero p{\n    max-width:640px;\n    margin:0 auto;\n    font-size:1.1rem;\n    color:#E9DDD2;\n  }\n\n  \/* STORY *\/\n  .story{\n    padding:80px 0;\n  }\n  .story-grid{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:60px;\n    align-items:center;\n  }\n  .story-grid img{\n    width:100%;\n    height:460px;\n    object-fit:cover;\n    border-radius:2px;\n  }\n  .story h2{\n    font-size:2rem;\n    margin-bottom:22px;\n  }\n  .story p{\n    margin-bottom:16px;\n    color:var(--brown-light);\n  }\n  .story p:last-child{margin-bottom:0;}\n\n  \/* OFFER SECTION - dark full bleed *\/\n  .offer{\n    background:var(--ink);\n    color:var(--white);\n    padding:90px 0;\n  }\n  .offer .head{\n    max-width:640px;\n    margin:0 0 56px;\n  }\n  .offer h2{\n    color:var(--white);\n    font-size:2rem;\n    margin-bottom:16px;\n  }\n  .offer .head p{\n    color:#D8C8B8;\n  }\n  .offer-grid{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:1px;\n    background:rgba(255,255,255,.14);\n  }\n  .offer-card{\n    background:var(--ink);\n    padding:36px 32px;\n  }\n  .offer-card .num{\n    font-family:'Source Serif 4',serif;\n    color:var(--tan);\n    font-size:1rem;\n    margin-bottom:14px;\n    display:block;\n  }\n  .offer-card h3{\n    color:var(--white);\n    font-size:1.15rem;\n    margin-bottom:10px;\n  }\n  .offer-card p{\n    color:#C9BAAB;\n    font-size:.95rem;\n  }\n\n  \/* HOW WE WORK *\/\n  .work{\n    padding:90px 0;\n  }\n  .work-grid{\n    display:grid;\n    grid-template-columns:1fr 1fr;\n    gap:60px;\n    align-items:center;\n  }\n  .work-grid img{\n    width:100%;\n    height:440px;\n    object-fit:cover;\n    border-radius:2px;\n    order:2;\n  }\n  .work-text{order:1;}\n  .work h2{\n    font-size:2rem;\n    margin-bottom:22px;\n  }\n  .work p{\n    color:var(--brown-light);\n    margin-bottom:16px;\n  }\n  .work ul{\n    list-style:none;\n    margin-top:24px;\n  }\n  .work li{\n    padding-left:26px;\n    position:relative;\n    margin-bottom:14px;\n    color:var(--brown);\n  }\n  .work li::before{\n    content:'';\n    position:absolute;\n    left:0;top:9px;\n    width:9px;height:9px;\n    background:var(--tan);\n    border-radius:50%;\n  }\n\n  \/* VALUES - cream full bleed *\/\n  .values{\n    background:var(--cream);\n    padding:90px 0;\n  }\n  .values h2{\n    font-size:2rem;\n    margin-bottom:50px;\n    max-width:640px;\n  }\n  .values-grid{\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    gap:32px;\n  }\n  .value-item{\n    border-top:2px solid var(--ink);\n    padding-top:18px;\n  }\n  .value-item h3{\n    font-size:1.05rem;\n    margin-bottom:10px;\n  }\n  .value-item p{\n    font-size:.92rem;\n    color:var(--brown-light);\n  }\n\n  \/* STATS - dark full bleed *\/\n  .stats{\n    background:var(--brown);\n    color:var(--white);\n    padding:70px 0;\n  }\n  .stats-grid{\n    display:grid;\n    grid-template-columns:repeat(4,1fr);\n    text-align:center;\n  }\n  .stats-grid div{\n    border-left:1px solid rgba(255,255,255,.25);\n    padding:0 20px;\n  }\n  .stats-grid div:first-child{border-left:none;}\n  .stats-grid .fig{\n    font-family:'Source Serif 4',serif;\n    font-size:2.4rem;\n    color:var(--white);\n    display:block;\n    margin-bottom:6px;\n  }\n  .stats-grid .lbl{\n    font-size:.85rem;\n    color:#D8C8B8;\n  }\n\n  \/* CLOSING CTA *\/\n  .closing{\n    padding:100px 0;\n    text-align:center;\n  }\n  .closing h2{\n    font-size:2.1rem;\n    max-width:620px;\n    margin:0 auto 18px;\n  }\n  .closing p{\n    max-width:560px;\n    margin:0 auto 34px;\n    color:var(--brown-light);\n  }\n  .btn-row{\n    display:flex;\n    justify-content:center;\n    gap:16px;\n    flex-wrap:wrap;\n  }\n  .btn{\n    display:inline-block;\n    padding:14px 30px;\n    font-weight:600;\n    font-size:.95rem;\n    text-decoration:none;\n    border-radius:2px;\n  }\n  .btn-dark{\n    background:var(--ink);\n    color:var(--white);\n  }\n  .btn-outline{\n    border:1.5px solid var(--ink);\n    color:var(--ink);\n  }\n\n  @media(max-width:860px){\n    .story-grid, .work-grid{grid-template-columns:1fr;gap:34px;}\n    .work-grid img{order:1;height:300px;}\n    .work-text{order:2;}\n    .offer-grid{grid-template-columns:1fr;}\n    .values-grid{grid-template-columns:1fr 1fr;gap:26px;}\n    .stats-grid{grid-template-columns:1fr 1fr;gap:26px;}\n    .stats-grid div{border-left:none;border-top:1px solid rgba(255,255,255,.25);padding:20px 0 0;}\n    .hero{padding:90px 0 70px;}\n    .story,.offer,.work,.values,.closing{padding:56px 0;}\n    .stats{padding:50px 0;}\n    .wrap{padding:0 22px;}\n  }\n<\/style>\n<\/head>\n<body>\n\n<section class=\"hero full-bleed\">\n  <div class=\"wrap\">\n    <div class=\"eyebrow-line\"><\/div>\n    <h1>About Us<\/h1>\n    <p>A shared library built by everyone who has ever needed a document and couldn&#8217;t find one \u2014 and decided to fix that for the next person too.<\/p>\n  <\/div>\n<\/section>\n\n<section class=\"story full-bleed\">\n  <div class=\"wrap story-grid\">\n    <div>\n      <h2>Why we exist<\/h2>\n      <p>Every day, someone is searching for a document they can&#8217;t get anywhere else \u2014 a set of exam questions, a technical manual, a set of prayers, a market report, a professor&#8217;s lecture notes. Most of the time, that document already exists. It&#8217;s just sitting on someone else&#8217;s computer, in a language they speak but the searcher doesn&#8217;t, in a format nobody thought to share, or behind a search engine that never surfaces it.<\/p>\n      <p>We built this platform to close that gap between people who have created or organized something useful and people who are looking for exactly that. It&#8217;s a place where contributors can share original work, class notes, translations, and other material they have the right to share \u2014 and where readers can find, preview, and download it without unnecessary friction.<\/p>\n      <p>It started small: a handful of contributors uploading their own notes and references because they were tired of dead links and scattered folders standing between them and material they had every right to share. As the community grew, so did the range of what people found useful enough to contribute \u2014 practice questions, translated texts, technical references, and more.<\/p>\n      <p>We don&#8217;t commission documents or decide in advance what categories should exist. The library reflects what real people are studying, working on, and choosing to share \u2014 and it changes shape every time someone uploads something new. What it doesn&#8217;t reflect is a free pass on ownership: everything in the library still has to belong there, and that means being something the person who uploaded it actually had the right to upload.<\/p>\n    <\/div>\n    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1524995997946-a1c2e315a42f?auto=format&#038;fit=crop&#038;w=900&#038;q=80\" alt=\"Stack of documents and papers\" onerror=\"this.src='https:\/\/picsum.photos\/seed\/aboutstory\/900\/920'\">\n  <\/div>\n<\/section>\n\n<section class=\"offer full-bleed\">\n  <div class=\"wrap\">\n    <div class=\"head\">\n      <h2>What you&#8217;ll find here<\/h2>\n      <p>Our library grows from what our community chooses to contribute, which means it reflects the full range of what people actually need \u2014 not what a single editor decided was important. Every category below is built from original work, permitted translations, or material contributors have the rights to share.<\/p>\n    <\/div>\n    <div class=\"offer-grid\">\n      <div class=\"offer-card\">\n        <span class=\"num\">01<\/span>\n        <h3>Academic &amp; research papers<\/h3>\n        <p>Lecture notes, thesis chapters, course material, and reference papers across every field of study \u2014 the kind of material students and researchers usually have to hunt for across a dozen scattered sources.<\/p>\n      <\/div>\n      <div class=\"offer-card\">\n        <span class=\"num\">02<\/span>\n        <h3>Exam preparation<\/h3>\n        <p>Practice questions and worked solutions for competitive exams and professional certifications, contributed by people who sat the same exams and wanted the next candidate to have an easier path.<\/p>\n      <\/div>\n      <div class=\"offer-card\">\n        <span class=\"num\">03<\/span>\n        <h3>Literature &amp; poetry<\/h3>\n        <p>Original writing, public-domain classics, and authorized translations in multiple languages, from established writers and new voices, including work that would otherwise be hard to find outside its original region.<\/p>\n      <\/div>\n      <div class=\"offer-card\">\n        <span class=\"num\">04<\/span>\n        <h3>Religious &amp; devotional texts<\/h3>\n        <p>Study guides, commentaries, and devotional readings shared by contributors from different traditions, kept available for anyone studying or practicing their faith.<\/p>\n      <\/div>\n      <div class=\"offer-card\">\n        <span class=\"num\">05<\/span>\n        <h3>Technical &amp; industry reports<\/h3>\n        <p>Standards documents, engineering references, and original market or industry research for professionals who need a dependable source rather than a summary written by someone else.<\/p>\n      <\/div>\n      <div class=\"offer-card\">\n        <span class=\"num\">06<\/span>\n        <h3>Official guides &amp; forms<\/h3>\n        <p>Procedural handbooks, application guides, and publicly issued reference documents from institutions and agencies, organized so they&#8217;re easy to find when a deadline is close.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"work full-bleed\">\n  <div class=\"wrap work-grid\">\n    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1522202176988-66273c2fd55f?auto=format&#038;fit=crop&#038;w=900&#038;q=80\" alt=\"Person working with documents on a desk\" onerror=\"this.src='https:\/\/picsum.photos\/seed\/aboutwork\/900\/880'\">\n    <div class=\"work-text\">\n      <h2>How the library grows<\/h2>\n      <p>Nobody on our team writes the documents you find here \u2014 our contributors do. A student shares their own revision notes. A translator shares a text they hold the rights to translate. A researcher shares a paper they authored or are authorized to distribute. None of them are paid to do it, and most of them are simply returning the favor after finding something useful in the library themselves.<\/p>\n      <p>Every upload goes through the same review path before it&#8217;s visible to everyone else, whether it comes from a first-time visitor or someone who has shared dozens of documents before:<\/p>\n      <ul>\n        <li>A contributor uploads a document with a clear title, category, and confirmation that they have the right to share it.<\/li>\n        <li>Our team checks it against our content and copyright guidelines before it goes live.<\/li>\n        <li>Once approved, it&#8217;s indexed and made searchable for anyone browsing the library.<\/li>\n        <li>Readers can preview, save, or download it \u2014 no unnecessary steps in between.<\/li>\n      <\/ul>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"work full-bleed\">\n  <div class=\"wrap work-grid\">\n    <div class=\"work-text\">\n      <h2>Quality and trust, not just volume<\/h2>\n      <p>A library this open only stays useful \u2014 and stays legitimate \u2014 if the documents inside it are what they claim to be, and if everyone who uploads them actually has the right to do so. That&#8217;s why every upload is checked before it becomes visible to other readers: for broken files and mislabeled content, but first and foremost for copyright. Uploads that we can&#8217;t verify, or that are flagged as unauthorized copies of someone else&#8217;s work, don&#8217;t get published.<\/p>\n      <p>We take copyright seriously in both directions. Contributors confirm they own or are authorized to share what they upload, and if a rights holder tells us a document shouldn&#8217;t be here, we act on that quickly \u2014 reviewing and removing it rather than making them chase us for it. If you ever come across a document that shouldn&#8217;t be here, telling us is one message away, and we treat every one of those messages seriously.<\/p>\n    <\/div>\n    <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1553877522-43269d4ea984?auto=format&#038;fit=crop&#038;w=900&#038;q=80\" alt=\"Documents being reviewed and organized\" onerror=\"this.src='https:\/\/picsum.photos\/seed\/abouttrust\/900\/880'\">\n  <\/div>\n<\/section>\n\n<section class=\"story full-bleed\">\n  <div class=\"wrap\">\n    <h2>The people behind the library<\/h2>\n    <p>We&#8217;re a small team, and we&#8217;ve stayed small on purpose. Most of what makes this platform work isn&#8217;t a large staff \u2014 it&#8217;s the thousands of contributors who upload documents, the readers who report a broken link or a mislabeled file, and the people who take the time to organize their uploads properly so the next person can actually find them.<\/p>\n    <p>Our own job is narrower than it might look from the outside: we maintain the platform, review what gets uploaded, respond to copyright and support requests, and keep looking for ways to make search and browsing faster. Everything else \u2014 the actual substance of the library \u2014 comes from the community that keeps adding to it, within the boundaries of what they actually have the right to share.<\/p>\n    <p>That balance is deliberate. A platform that tries to control everything its users share ends up smaller and less useful than one that trusts its community to keep contributing in good faith, while still stepping in when something needs a closer look.<\/p>\n  <\/div>\n<\/section>\n\n<section class=\"values full-bleed\">\n  <div class=\"wrap\">\n    <h2>What we hold ourselves to<\/h2>\n    <div class=\"values-grid\">\n      <div class=\"value-item\">\n        <h3>Free access<\/h3>\n        <p>Reading and downloading a document should never cost money or require a workaround. If something in the library needs a payment or a subscription to open, something has gone wrong, and we want to hear about it.<\/p>\n      <\/div>\n      <div class=\"value-item\">\n        <h3>Every language welcome<\/h3>\n        <p>We don&#8217;t limit the library to one language or region \u2014 knowledge doesn&#8217;t stop at a border, and neither should the place people go looking for it.<\/p>\n      <\/div>\n      <div class=\"value-item\">\n        <h3>Respect for rights holders<\/h3>\n        <p>We check uploads before they go live and act quickly on removal requests from rightful owners of a work, because an open library only works if it&#8217;s also a fair one.<\/p>\n      <\/div>\n      <div class=\"value-item\">\n        <h3>Built by contributors<\/h3>\n        <p>The library only stays useful because people keep adding to it \u2014 so we keep that process simple, from the first upload to the smallest correction.<\/p>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"stats full-bleed\">\n  <div class=\"wrap stats-grid\">\n    <div>\n      <span class=\"fig\">1000s<\/span>\n      <span class=\"lbl\">Documents shared by our community<\/span>\n    <\/div>\n    <div>\n      <span class=\"fig\">20+<\/span>\n      <span class=\"lbl\">Categories, from academic to devotional<\/span>\n    <\/div>\n    <div>\n      <span class=\"fig\">Multi<\/span>\n      <span class=\"lbl\">Languages represented in the library<\/span>\n    <\/div>\n    <div>\n      <span class=\"fig\">Free<\/span>\n      <span class=\"lbl\">To search, preview, and download<\/span>\n    <\/div>\n  <\/div>\n<\/section>\n\n<section class=\"closing full-bleed\">\n  <div class=\"wrap\">\n    <h2>Looking for something, or have something worth sharing?<\/h2>\n    <p>Search the library to see what&#8217;s already here, or upload a document of your own so the next person doesn&#8217;t have to search as long as you did. Whatever you&#8217;re looking for \u2014 a paper, a past exam, a book, a report \u2014 chances are someone before you needed it too, and decided to make it easier for the next person to find.<\/p>\n    <div class=\"btn-row\">\n      <!-- Replace these hrefs with your real routes, e.g. \"\/browse\" and \"\/contact\" -->\n      <a href=\"\/browse\" class=\"btn btn-dark\">Browse the library<\/a>\n      <a href=\"\/contact\" class=\"btn btn-outline\">Get in touch<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>About Us \u2014 Documents Platform About Us A shared library built by everyone who has ever needed a document and couldn&#8217;t find one \u2014 and decided to fix that for the next person too. Why we exist Every day, someone is searching for a document they can&#8217;t get anywhere else \u2014 a set of exam&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_kad_post_transparent":"","_kad_post_title":"","_kad_post_layout":"","_kad_post_sidebar_id":"","_kad_post_content_style":"","_kad_post_vertical_padding":"","_kad_post_feature":"","_kad_post_feature_position":"","_kad_post_header":false,"_kad_post_footer":false,"_kad_post_classname":"","footnotes":""},"class_list":["post-15","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/anzdoc.com\/index.php?rest_route=\/wp\/v2\/pages\/15","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/anzdoc.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/anzdoc.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/anzdoc.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/anzdoc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=15"}],"version-history":[{"count":2,"href":"https:\/\/anzdoc.com\/index.php?rest_route=\/wp\/v2\/pages\/15\/revisions"}],"predecessor-version":[{"id":29,"href":"https:\/\/anzdoc.com\/index.php?rest_route=\/wp\/v2\/pages\/15\/revisions\/29"}],"wp:attachment":[{"href":"https:\/\/anzdoc.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}