diff --git a/data/resume.yaml b/data/resume.yaml index 85371af..0c7f38d 100644 --- a/data/resume.yaml +++ b/data/resume.yaml @@ -30,18 +30,17 @@ experience: stack: - Python - TypeScript + - Docker + - Azure - React - - Azure OpenAI - - Claude Code - - Copilot - Playwright bullets: - - "Owned the end-to-end Responsible AI (RAI) evaluation pipeline, executing critical harms assessments to gate model releases. Engineered custom retry mechanisms and architectural optimizations, reducing average pipeline execution time by **50%**." - - "Engineered an automated synthetic data generation framework using LLMs, generating **70,000+** diverse queries and multi-step interaction trajectories across **20,000+** real-world Excel workbooks to power large-scale model evaluation pipelines." - - "Served as on-call Shield Engineer, driving infrastructure reliability across evaluation pipelines—resolving session instabilities, engineering deterministic failure classification, and automating bug workflows to maintain **>95%** uptime." - - "Architected KQL-driven telemetry dashboards to monitor pipeline clean run rates and infrastructure failures, establishing single-pane-of-glass observability across the evaluation platform." - - "Shipped deterministic handling for RAI policy refusals in UI-less agent evaluations, ensuring robust diagnostic propagation and achieving 100% execution parity with UI-based paths." - - "Implemented full-stack performance optimizations and WCAG-compliant accessibility features to the core Microsoft Excel web client (React/TypeScript), eliminating UI rendering bottlenecks for millions of enterprise users." + - "Owned the end-to-end Responsible AI (RAI) evaluation pipeline gating model releases; optimized execution latency by **50%** through asynchronous worker pools, intelligent request batching, and custom retry algorithms." + - "Onboarded next-generation multimodal AI agents into the core evaluation platform, designing pluggable backend adapters, isolated container sandboxes (Docker), and concurrent distributed cloud runtimes with robust IPC and telemetry capture." + - "Designed and scaled an automated synthetic data engine orchestrating parallel LLM workers; modeled complex spreadsheet state graphs to generate **70,000+** multi-step interaction trajectories across **20,000+** enterprise workbooks." + - "Served as on-call engineer driving infrastructure reliability across evaluation pipelines—resolving live-site instabilities, engineering deterministic failure classification, and automating bug workflows to maintain **>95%** uptime." + - "Designed real-time telemetry ingestion pipelines and KQL aggregations processing **millions** of pipeline events daily, establishing single-pane observability dashboards and automated root-cause triage." + - "Optimized client-side rendering pipelines and state management for the core Microsoft Excel web client (React/TypeScript), eliminating UI rendering bottlenecks and meeting WCAG accessibility standards for millions of enterprise users." - company: Advanced Micro Devices (AMD) role: System Software Designer @@ -51,28 +50,15 @@ experience: stack: - C/C++ - Java (OpenJDK) + - Linux perf - Python - Django - React - SQLite bullets: - - "Engineered a visualization dashboard and RESTful API for OpenJDK telemetry, increasing internal data accessibility by **40%**." + - "Engineered a high-throughput visualization dashboard and RESTful API for OpenJDK telemetry, optimizing database queries to increase internal data accessibility by **40%**." - "Automated nightly Java benchmarking and tuning pipelines using machine learning models, achieving a **30%** reduction in manual effort and earning the **Spotlight Award**." - - "Optimized JVM flags, GC policies, and runtime parameters for OpenJDK on High Performance Computing (HPC) servers, achieving a **2%** throughput improvement on SPECjbb benchmarks." - - - company: Chromium - role: Google Summer of Code Contributor (Open Source Developer) - location: Remote - start: May 2022 - end: Aug 2022 - stack: - - C++ - - JavaScript/TypeScript - - WebAssembly - - WebAudio - - WebWorkers - bullets: - - "Engineered a lock-free C++ ring buffer as a reference library for real-time audio streaming between WebAudio, WebAssembly, and WebWorkers, benchmarking multiple concurrency strategies." + - "Profiled CPU and memory bottlenecks using Linux perf; optimized JVM flags, GC policies, and runtime parameters on HPC servers to achieve a **2%** throughput improvement on SPECjbb benchmarks." skills: - type: Programming Languages @@ -81,12 +67,14 @@ skills: - Python - Go (Golang) - Java + - Kotlin - TypeScript - Bash - type: Frameworks & Tools items: - PyTorch - Azure OpenAI + - Android SDK / NDK - React/Next.js - Django/Flask - Node.js @@ -102,6 +90,42 @@ skills: - PostgreSQL - Redis +open_source: + - name: "Chromium (Google Summer of Code)" + stack: + - C++ + - WebAssembly + - WebAudio + - WebWorkers + bullets: + - "Engineered a lock-free C++ ring buffer as a reference library for real-time audio streaming between WebAudio, WebAssembly, and WebWorkers, benchmarking multiple concurrency strategies." + + - name: "The Tor Project" + role: Contributor + stack: + - Kotlin + - Android SDK + - Rust + - JavaScript + - VPNService + bullets: + - "Contributed across Tor Project client and web applications; engineered routing resilience and lifecycle management for the Tor VPN Android app, and developed enhancements for Tor Web platforms." + links: + - display: "gitlab.torproject.org/tpo" + url: "https://gitlab.torproject.org/tpo" + + - name: "p5.js (Processing Foundation)" + role: Contributor + stack: + - JavaScript + - HTML5 Canvas + - WebGL + bullets: + - "Contributed core library improvements and rendering fixes to p5.js, optimizing canvas event handling and cross-browser graphic performance." + links: + - display: "github.com/processing/p5.js" + url: "https://github.com/processing/p5.js" + projects: - name: "fastbin: a code sharing webapp" stack: @@ -112,7 +136,7 @@ projects: - Docker - Kubernetes bullets: - - "Code sharing service with a gRPC microservices architecture, containerized and live-deployed on a self-hosted Kubernetes cluster." + - "Built a high-performance code sharing backend in Go utilizing gRPC Protobuf microservices, PostgreSQL with connection pooling and optimized indexing, containerized with Docker and deployed on Kubernetes." links: - display: "git.divyam.dev/divyam/fastbin" url: "https://git.divyam.dev/divyam/fastbin" @@ -127,7 +151,7 @@ projects: - Rancher - MetalLB bullets: - - "Personal infrastructure hosting containerized services, with WireGuard VPN tunneling to a public VPS for secure external access." + - "Personal infrastructure hosting containerized services with WireGuard VPN tunneling, MetalLB load balancing, and Rancher-managed Kubernetes, enabling secure, high-availability external access." education: - school: Deenbandhu Chhotu Ram University of Science and Technology diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 68d5ee5..e843ba6 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{- partial "head.html" . -}} diff --git a/layouts/_default/resume.html b/layouts/_default/resume.html index cc15762..94c2412 100644 --- a/layouts/_default/resume.html +++ b/layouts/_default/resume.html @@ -1,5 +1,5 @@ {{ define "main" }} -{{- $r := site.Data.resume -}} +{{- $r := hugo.Data.resume -}}

{{ $r.name }}

@@ -84,6 +84,38 @@
+ {{- with $r.open_source }} +
+

Open Source Contributions

+ {{- range . }} +
+
+
+

{{ .name }}{{ with .role }} ({{ . }}){{ end }}

+
+
+ {{- with .stack }} +
{{ delimit . ", " }}
+ {{- end }} + {{- with .bullets }} +
    + {{- range . }} +
  • {{ . | markdownify }}
  • + {{- end }} +
+ {{- end }} + {{- with .links }} +
+ {{- range . }} + {{ .display }} + {{- end }} +
+ {{- end }} +
+ {{- end }} +
+ {{- end }} +

Projects

{{- range $r.projects }} diff --git a/resume/main.typ b/resume/main.typ index 72121ef..2046556 100644 --- a/resume/main.typ +++ b/resume/main.typ @@ -3,13 +3,13 @@ #let data = yaml("../data/resume.yaml") -#set page(paper: "a4", margin: (x: 0.5in, y: 0.35in)) +#set page(paper: "a4", margin: (x: 0.45in, y: 0.3in)) #set document(title: data.name + "'s Resume", author: data.name) -#set par(leading: 0.55em) -#set text(font: "Source Sans 3", size: 10pt) -#set underline(offset: 2.5pt) +#set par(leading: 0.5em) +#set text(font: "Source Sans 3", size: 9.5pt) +#set underline(offset: 2pt) #show heading: set text(weight: "semibold") -#show heading: it => { v(4pt); it; v(2pt) } +#show heading: it => { v(3pt); it; v(1.5pt) } // --- Markdown bold **text** → Typst bold *text* --- #let md(s) = { @@ -69,6 +69,12 @@ body } +// --- Open Source entry --- +#let openSourceItem(body, name: "", role: "", stack: ()) = { + text(weight: "semibold")[#name] + if role != "" [ (#role)] + if stack.len() > 0 [ | #stack.join(", ")] + body +} + // --- Project entry --- #let project(body, name: "", stack: ()) = { text(weight: "semibold")[#name] + if stack.len() > 0 { @@ -109,16 +115,12 @@ #v(9pt, weak: true) #text(size: 14pt)[#data.role] -// Contact links — first row +// Contact links #linksBar(( (icon: "phone", url: data.contact.phone.url, display: data.contact.phone.display), (icon: "email", url: data.contact.email.url), (icon: "website", url: data.contact.website.url, display: data.contact.website.display), (icon: "linkedin", url: data.contact.linkedin.url, display: data.contact.linkedin.display), -)) -#linebreak() -// Contact links — second row -#linksBar(( (icon: "git", url: data.contact.git.url, display: data.contact.git.display), (icon: "github", url: data.contact.github.url, display: data.contact.github.display), )) @@ -151,6 +153,22 @@ [#text(weight: "semibold")[#skill.type]: #skill.items.join(", ") \ ] } +// --- Open Source --- +#if "open_source" in data.keys() and data.open_source.len() > 0 { + [= Open Source] + for os in data.open_source { + openSourceItem(name: os.name, role: os.at("role", default: ""), stack: os.at("stack", default: ()))[ + #for bullet in os.at("bullets", default: ()) { + [- #md(bullet)] + } + #let links = os.at("links", default: ()) + #if links.len() > 0 { + [- #links.map(l => underline(link(l.url)[#l.display])).join(", ")] + } + ] + } +} + // --- Projects --- = Projects #for p in data.projects { diff --git a/static/resume.pdf b/static/resume.pdf index 2532727..5a7c1c2 100644 --- a/static/resume.pdf +++ b/static/resume.pdf @@ -2,1948 +2,687 @@ % 1 0 obj -<< - /Type /Pages - /Count 1 - /Kids [164 0 R] ->> +<> endobj - 2 0 obj -<< - /Type /Outlines - /First 3 0 R - /Last 6 0 R - /Count 4 ->> +<> endobj - 3 0 obj -<< - /Parent 2 0 R - /Next 4 0 R - /Title (Experience) - /Dest 152 0 R ->> +<> endobj - 4 0 obj -<< - /Parent 2 0 R - /Next 5 0 R - /Prev 3 0 R - /Title (Skills) - /Dest 153 0 R ->> +<> endobj - 5 0 obj -<< - /Parent 2 0 R - /Next 6 0 R - /Prev 4 0 R - /Title (Projects) - /Dest 154 0 R ->> +<> endobj - 6 0 obj -<< - /Parent 2 0 R - /Prev 5 0 R - /Title (Education) - /Dest 155 0 R ->> +<> endobj - 7 0 obj -<< - /Type /StructTreeRoot - /RoleMap << - /Datetime /Span - /Terms /Part - /Title /P - /Strong /Span - /Em /Span - >> - /K [9 0 R] - /ParentTree << - /Nums [0 126 0 R 1 124 0 R 2 122 0 R 3 120 0 R 4 118 0 R 5 116 0 R 6 30 0 R 7 28 0 R 8 8 0 R] - >> - /ParentTreeNextKey 9 ->> +<> endobj - 8 0 obj -[129 0 R 128 0 R 127 0 R 126 0 R 125 0 R 124 0 R 123 0 R 122 0 R 121 0 R 120 0 R 119 0 R 118 0 R 117 0 R 116 0 R 114 0 R 113 0 R 111 0 R 109 0 R 107 0 R 105 0 R 102 0 R 100 0 R 100 0 R 100 0 R 101 0 R 100 0 R 98 0 R 95 0 R 97 0 R 95 0 R 95 0 R 96 0 R 95 0 R 93 0 R 91 0 R 91 0 R 92 0 R 91 0 R 89 0 R 88 0 R 88 0 R 86 0 R 85 0 R 85 0 R 83 0 R 82 0 R 82 0 R 79 0 R 77 0 R 75 0 R 73 0 R 71 0 R 68 0 R 66 0 R 67 0 R 66 0 R 64 0 R 61 0 R 63 0 R 61 0 R 61 0 R 62 0 R 61 0 R 59 0 R 57 0 R 57 0 R 58 0 R 57 0 R 54 0 R 52 0 R 50 0 R 48 0 R 46 0 R 43 0 R 42 0 R 42 0 R 39 0 R 38 0 R 38 0 R 38 0 R 38 0 R 38 0 R 38 0 R 37 0 R 36 0 R 36 0 R 35 0 R 34 0 R 34 0 R 32 0 R 31 0 R 27 0 R 29 0 R 24 0 R 24 0 R 23 0 R 22 0 R 22 0 R 19 0 R 18 0 R 16 0 R 14 0 R 12 0 R] +<>/K[142 0 R]/ParentTree<>/ParentTreeNextKey 11>> endobj - 9 0 obj -<< - /Type /StructElem - /S /Document - /P 7 0 R - /K [129 0 R 128 0 R 115 0 R 114 0 R 103 0 R 80 0 R 69 0 R 55 0 R 44 0 R 40 0 R 39 0 R 38 0 R 37 0 R 36 0 R 25 0 R 24 0 R 20 0 R 19 0 R 10 0 R] ->> +[10 0 R 11 0 R 12 0 R 13 0 R 14 0 R 15 0 R 16 0 R 17 0 R 18 0 R 19 0 R 20 0 R 21 0 R 22 0 R 23 0 R 25 0 R 26 0 R 28 0 R 30 0 R 32 0 R 34 0 R 37 0 R 39 0 R 38 0 R 39 0 R 39 0 R 41 0 R 42 0 R 42 0 R 44 0 R 47 0 R 47 0 R 45 0 R 47 0 R 46 0 R 47 0 R 49 0 R 51 0 R 51 0 R 50 0 R 51 0 R 53 0 R 55 0 R 54 0 R 55 0 R 55 0 R 57 0 R 58 0 R 58 0 R 61 0 R 63 0 R 65 0 R 67 0 R 69 0 R 72 0 R 74 0 R 74 0 R 73 0 R 74 0 R 76 0 R 79 0 R 77 0 R 79 0 R 79 0 R 78 0 R 79 0 R 81 0 R 83 0 R 83 0 R 82 0 R 83 0 R 86 0 R 87 0 R 87 0 R 87 0 R 87 0 R 87 0 R 87 0 R 88 0 R 89 0 R 89 0 R 90 0 R 91 0 R 91 0 R 94 0 R 94 0 R 95 0 R 96 0 R 96 0 R 98 0 R 99 0 R 104 0 R 104 0 R 105 0 R 106 0 R 106 0 R 108 0 R 109 0 R 114 0 R 115 0 R 115 0 R 116 0 R 117 0 R 117 0 R 119 0 R 120 0 R 124 0 R 122 0 R 127 0 R 127 0 R 128 0 R 129 0 R 129 0 R 132 0 R 133 0 R 135 0 R 137 0 R 139 0 R] endobj - 10 0 obj -<< - /Type /StructElem - /S /Div - /P 9 0 R - /K [17 0 R 15 0 R 13 0 R 11 0 R] ->> +<> endobj - 11 0 obj -<< - /Type /StructElem - /S /Div - /P 10 0 R - /K [12 0 R] ->> +<> endobj - 12 0 obj -<< - /Type /StructElem - /S /Span - /P 11 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [102] - /Pg 164 0 R ->> +<>]/K[2]/Pg 170 0 R>> endobj - 13 0 obj -<< - /Type /StructElem - /S /Div - /P 10 0 R - /K [14 0 R] ->> +<>]/Pg 170 0 R>> endobj - 14 0 obj -<< - /Type /StructElem - /S /Span - /P 13 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [101] - /Pg 164 0 R ->> +<>]/K[4]/Pg 170 0 R>> endobj - 15 0 obj -<< - /Type /StructElem - /S /Div - /P 10 0 R - /K [16 0 R] ->> +<>]/Pg 170 0 R>> endobj - 16 0 obj -<< - /Type /StructElem - /S /Span - /P 15 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [100] - /Pg 164 0 R ->> +<>]/K[6]/Pg 170 0 R>> endobj - 17 0 obj -<< - /Type /StructElem - /S /Div - /P 10 0 R - /K [18 0 R] ->> +<>]/Pg 170 0 R>> endobj - 18 0 obj -<< - /Type /StructElem - /S /Span - /P 17 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [99] - /Pg 164 0 R ->> +<>]/K[8]/Pg 170 0 R>> endobj - 19 0 obj -<< - /Type /StructElem - /S /H1 - /P 9 0 R - /T (Education) - /K [98] - /Pg 164 0 R ->> +<>]/Pg 170 0 R>> endobj - 20 0 obj -<< - /Type /StructElem - /S /L - /P 9 0 R - /A [<< - /O /List - /ListNumbering /Circle - >>] - /K [21 0 R] ->> +<>]/K[10]/Pg 170 0 R>> endobj - 21 0 obj -<< - /Type /StructElem - /S /LI - /P 20 0 R - /K [23 0 R 22 0 R] ->> +<>]/Pg 170 0 R>> endobj - 22 0 obj -<< - /Type /StructElem - /S /LBody - /P 21 0 R - /K [96 97] - /Pg 164 0 R ->> +<>]/K[12]/Pg 170 0 R>> endobj - 23 0 obj -<< - /Type /StructElem - /S /Lbl - /P 21 0 R - /K [95] - /Pg 164 0 R ->> +<>]/Pg 170 0 R>> endobj - 24 0 obj -<< - /Type /StructElem - /S /P - /P 9 0 R - /K [93 94] - /Pg 164 0 R ->> +<> endobj - 25 0 obj -<< - /Type /StructElem - /S /L - /P 9 0 R - /A [<< - /O /List - /ListNumbering /Circle - >>] - /K [33 0 R 26 0 R] ->> +<> endobj - 26 0 obj -<< - /Type /StructElem - /S /LI - /P 25 0 R - /K [32 0 R 27 0 R] ->> +<>]/K[15]/Pg 170 0 R>> endobj - 27 0 obj -<< - /Type /StructElem - /S /LBody - /P 26 0 R - /K [30 0 R 91 28 0 R] - /Pg 164 0 R ->> +<> endobj - 28 0 obj -<< - /Type /StructElem - /S /Link - /P 27 0 R - /K [29 0 R << - /Type /OBJR - /Pg 164 0 R - /Obj 163 0 R - >>] ->> +<>]/K[16]/Pg 170 0 R>> endobj - 29 0 obj -<< - /Type /StructElem - /S /Span - /P 28 0 R - /A [<< - /O /Layout - /TextDecorationType /Underline - >>] - /K [92] - /Pg 164 0 R ->> +<> endobj - 30 0 obj -<< - /Type /StructElem - /S /Link - /P 27 0 R - /K [31 0 R << - /Type /OBJR - /Pg 164 0 R - /Obj 162 0 R - >>] ->> +<>]/K[17]/Pg 170 0 R>> endobj - 31 0 obj -<< - /Type /StructElem - /S /Span - /P 30 0 R - /A [<< - /O /Layout - /TextDecorationType /Underline - >>] - /K [90] - /Pg 164 0 R ->> +<> endobj - 32 0 obj -<< - /Type /StructElem - /S /Lbl - /P 26 0 R - /K [89] - /Pg 164 0 R ->> +<>]/K[18]/Pg 170 0 R>> endobj - 33 0 obj -<< - /Type /StructElem - /S /LI - /P 25 0 R - /K [35 0 R 34 0 R] ->> +<> endobj - 34 0 obj -<< - /Type /StructElem - /S /LBody - /P 33 0 R - /K [87 88] - /Pg 164 0 R ->> +<>]/K[19]/Pg 170 0 R>> endobj - 35 0 obj -<< - /Type /StructElem - /S /Lbl - /P 33 0 R - /K [86] - /Pg 164 0 R ->> +<> endobj - 36 0 obj -<< - /Type /StructElem - /S /P - /P 9 0 R - /K [84 85] - /Pg 164 0 R ->> +<> endobj - 37 0 obj -<< - /Type /StructElem - /S /H1 - /P 9 0 R - /T (Projects) - /K [83] - /Pg 164 0 R ->> +<> endobj - 38 0 obj -<< - /Type /StructElem - /S /P - /P 9 0 R - /K [77 78 79 80 81 82] - /Pg 164 0 R ->> +<> endobj - 39 0 obj -<< - /Type /StructElem - /S /H1 - /P 9 0 R - /T (Skills) - /K [76] - /Pg 164 0 R ->> +<> endobj - 40 0 obj -<< - /Type /StructElem - /S /L - /P 9 0 R - /A [<< - /O /List - /ListNumbering /Circle - >>] - /K [41 0 R] ->> +<> endobj - 41 0 obj -<< - /Type /StructElem - /S /LI - /P 40 0 R - /K [43 0 R 42 0 R] ->> +<> endobj - 42 0 obj -<< - /Type /StructElem - /S /LBody - /P 41 0 R - /K [74 75] - /Pg 164 0 R ->> +<> endobj - 43 0 obj -<< - /Type /StructElem - /S /Lbl - /P 41 0 R - /K [73] - /Pg 164 0 R ->> +<> endobj - 44 0 obj -<< - /Type /StructElem - /S /Div - /P 9 0 R - /K [53 0 R 51 0 R 49 0 R 47 0 R 45 0 R] ->> +<> endobj - 45 0 obj -<< - /Type /StructElem - /S /Div - /P 44 0 R - /K [46 0 R] ->> +<> endobj - 46 0 obj -<< - /Type /StructElem - /S /Span - /P 45 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [72] - /Pg 164 0 R ->> +<> endobj - 47 0 obj -<< - /Type /StructElem - /S /Div - /P 44 0 R - /K [48 0 R] ->> +<> endobj - 48 0 obj -<< - /Type /StructElem - /S /Span - /P 47 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [71] - /Pg 164 0 R ->> +<> endobj - 49 0 obj -<< - /Type /StructElem - /S /Div - /P 44 0 R - /K [50 0 R] ->> +<> endobj - 50 0 obj -<< - /Type /StructElem - /S /Span - /P 49 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [70] - /Pg 164 0 R ->> +<> endobj - 51 0 obj -<< - /Type /StructElem - /S /Div - /P 44 0 R - /K [52 0 R] ->> +<> endobj - 52 0 obj -<< - /Type /StructElem - /S /Span - /P 51 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [69] - /Pg 164 0 R ->> +<> endobj - 53 0 obj -<< - /Type /StructElem - /S /Div - /P 44 0 R - /K [54 0 R] ->> +<> endobj - 54 0 obj -<< - /Type /StructElem - /S /Span - /P 53 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [68] - /Pg 164 0 R ->> +<> endobj - 55 0 obj -<< - /Type /StructElem - /S /L - /P 9 0 R - /A [<< - /O /List - /ListNumbering /Circle - >>] - /K [65 0 R 60 0 R 56 0 R] ->> +<> endobj - 56 0 obj -<< - /Type /StructElem - /S /LI - /P 55 0 R - /K [59 0 R 57 0 R] ->> +<> endobj - 57 0 obj -<< - /Type /StructElem - /S /LBody - /P 56 0 R - /K [64 65 58 0 R 67] - /Pg 164 0 R ->> +<> endobj - 58 0 obj -<< - /Type /StructElem - /S /Strong - /P 57 0 R - /K [66] - /Pg 164 0 R ->> +<> endobj - 59 0 obj -<< - /Type /StructElem - /S /Lbl - /P 56 0 R - /K [63] - /Pg 164 0 R ->> +<> endobj - 60 0 obj -<< - /Type /StructElem - /S /LI - /P 55 0 R - /K [64 0 R 61 0 R] ->> +<>]/K[40 0 R 43 0 R 48 0 R 52 0 R 56 0 R 59 0 R]>> endobj - 61 0 obj -<< - /Type /StructElem - /S /LBody - /P 60 0 R - /K [57 63 0 R 59 60 62 0 R 62] - /Pg 164 0 R ->> +<>]/K[48]/Pg 170 0 R>> endobj - 62 0 obj -<< - /Type /StructElem - /S /Strong - /P 61 0 R - /K [61] - /Pg 164 0 R ->> +<> endobj - 63 0 obj -<< - /Type /StructElem - /S /Strong - /P 61 0 R - /K [58] - /Pg 164 0 R ->> +<>]/K[49]/Pg 170 0 R>> endobj - 64 0 obj -<< - /Type /StructElem - /S /Lbl - /P 60 0 R - /K [56] - /Pg 164 0 R ->> +<> endobj - 65 0 obj -<< - /Type /StructElem - /S /LI - /P 55 0 R - /K [68 0 R 66 0 R] ->> +<>]/K[50]/Pg 170 0 R>> endobj - 66 0 obj -<< - /Type /StructElem - /S /LBody - /P 65 0 R - /K [53 67 0 R 55] - /Pg 164 0 R ->> +<> endobj - 67 0 obj -<< - /Type /StructElem - /S /Strong - /P 66 0 R - /K [54] - /Pg 164 0 R ->> +<>]/K[51]/Pg 170 0 R>> endobj - 68 0 obj -<< - /Type /StructElem - /S /Lbl - /P 65 0 R - /K [52] - /Pg 164 0 R ->> +<> endobj - 69 0 obj -<< - /Type /StructElem - /S /Div - /P 9 0 R - /K [78 0 R 76 0 R 74 0 R 72 0 R 70 0 R] ->> +<>]/K[52]/Pg 170 0 R>> endobj - 70 0 obj -<< - /Type /StructElem - /S /Div - /P 69 0 R - /K [71 0 R] ->> +<> endobj - 71 0 obj -<< - /Type /StructElem - /S /Span - /P 70 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [51] - /Pg 164 0 R ->> +<> endobj - 72 0 obj -<< - /Type /StructElem - /S /Div - /P 69 0 R - /K [73 0 R] ->> +<> endobj - 73 0 obj -<< - /Type /StructElem - /S /Span - /P 72 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [50] - /Pg 164 0 R ->> +<> endobj - 74 0 obj -<< - /Type /StructElem - /S /Div - /P 69 0 R - /K [75 0 R] ->> +<> endobj - 75 0 obj -<< - /Type /StructElem - /S /Span - /P 74 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [49] - /Pg 164 0 R ->> +<> endobj - 76 0 obj -<< - /Type /StructElem - /S /Div - /P 69 0 R - /K [77 0 R] ->> +<> endobj - 77 0 obj -<< - /Type /StructElem - /S /Span - /P 76 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [48] - /Pg 164 0 R ->> +<> endobj - 78 0 obj -<< - /Type /StructElem - /S /Div - /P 69 0 R - /K [79 0 R] ->> +<> endobj - 79 0 obj -<< - /Type /StructElem - /S /Span - /P 78 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [47] - /Pg 164 0 R ->> +<> endobj - 80 0 obj -<< - /Type /StructElem - /S /L - /P 9 0 R - /A [<< - /O /List - /ListNumbering /Circle - >>] - /K [99 0 R 94 0 R 90 0 R 87 0 R 84 0 R 81 0 R] ->> +<> endobj - 81 0 obj -<< - /Type /StructElem - /S /LI - /P 80 0 R - /K [83 0 R 82 0 R] ->> +<> endobj - 82 0 obj -<< - /Type /StructElem - /S /LBody - /P 81 0 R - /K [45 46] - /Pg 164 0 R ->> +<> endobj - 83 0 obj -<< - /Type /StructElem - /S /Lbl - /P 81 0 R - /K [44] - /Pg 164 0 R ->> +<> endobj - 84 0 obj -<< - /Type /StructElem - /S /LI - /P 80 0 R - /K [86 0 R 85 0 R] ->> +<> endobj - 85 0 obj -<< - /Type /StructElem - /S /LBody - /P 84 0 R - /K [42 43] - /Pg 164 0 R ->> +<>]/K[75 0 R 80 0 R 84 0 R]>> endobj - 86 0 obj -<< - /Type /StructElem - /S /Lbl - /P 84 0 R - /K [41] - /Pg 164 0 R ->> +<> endobj - 87 0 obj -<< - /Type /StructElem - /S /LI - /P 80 0 R - /K [89 0 R 88 0 R] ->> +<> endobj - 88 0 obj -<< - /Type /StructElem - /S /LBody - /P 87 0 R - /K [39 40] - /Pg 164 0 R ->> +<> endobj - 89 0 obj -<< - /Type /StructElem - /S /Lbl - /P 87 0 R - /K [38] - /Pg 164 0 R ->> +<> endobj - 90 0 obj -<< - /Type /StructElem - /S /LI - /P 80 0 R - /K [93 0 R 91 0 R] ->> +<> endobj - 91 0 obj -<< - /Type /StructElem - /S /LBody - /P 90 0 R - /K [34 35 92 0 R 37] - /Pg 164 0 R ->> +<> endobj - 92 0 obj -<< - /Type /StructElem - /S /Strong - /P 91 0 R - /K [36] - /Pg 164 0 R ->> +<> endobj - 93 0 obj -<< - /Type /StructElem - /S /Lbl - /P 90 0 R - /K [33] - /Pg 164 0 R ->> +<>]/K[92 0 R]>> endobj - 94 0 obj -<< - /Type /StructElem - /S /LI - /P 80 0 R - /K [98 0 R 95 0 R] ->> +<> endobj - 95 0 obj -<< - /Type /StructElem - /S /LBody - /P 94 0 R - /K [27 97 0 R 29 30 96 0 R 32] - /Pg 164 0 R ->> +<> endobj - 96 0 obj -<< - /Type /StructElem - /S /Strong - /P 95 0 R - /K [31] - /Pg 164 0 R ->> +<> endobj - 97 0 obj -<< - /Type /StructElem - /S /Strong - /P 95 0 R - /K [28] - /Pg 164 0 R ->> +<> endobj - 98 0 obj -<< - /Type /StructElem - /S /Lbl - /P 94 0 R - /K [26] - /Pg 164 0 R ->> +<> endobj - 99 0 obj -<< - /Type /StructElem - /S /LI - /P 80 0 R - /K [102 0 R 100 0 R] ->> +<>]/K[89]/Pg 170 0 R>> endobj - 100 0 obj -<< - /Type /StructElem - /S /LBody - /P 99 0 R - /K [21 22 23 101 0 R 25] - /Pg 164 0 R ->> +<>]>> endobj - 101 0 obj -<< - /Type /StructElem - /S /Strong - /P 100 0 R - /K [24] - /Pg 164 0 R ->> +<> endobj - 102 0 obj -<< - /Type /StructElem - /S /Lbl - /P 99 0 R - /K [20] - /Pg 164 0 R ->> +<> endobj - 103 0 obj -<< - /Type /StructElem - /S /Div - /P 9 0 R - /K [112 0 R 110 0 R 108 0 R 106 0 R 104 0 R] ->> +<>]/K[97 0 R 102 0 R]>> endobj - 104 0 obj -<< - /Type /StructElem - /S /Div - /P 103 0 R - /K [105 0 R] ->> +<> endobj - 105 0 obj -<< - /Type /StructElem - /S /Span - /P 104 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [19] - /Pg 164 0 R ->> +<> endobj - 106 0 obj -<< - /Type /StructElem - /S /Div - /P 103 0 R - /K [107 0 R] ->> +<> endobj - 107 0 obj -<< - /Type /StructElem - /S /Span - /P 106 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [18] - /Pg 164 0 R ->> +<> endobj - 108 0 obj -<< - /Type /StructElem - /S /Div - /P 103 0 R - /K [109 0 R] ->> +<> endobj - 109 0 obj -<< - /Type /StructElem - /S /Span - /P 108 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [17] - /Pg 164 0 R ->> +<>]/K[96]/Pg 170 0 R>> endobj - 110 0 obj -<< - /Type /StructElem - /S /Div - /P 103 0 R - /K [111 0 R] ->> +<>]>> endobj - 111 0 obj -<< - /Type /StructElem - /S /Span - /P 110 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [16] - /Pg 164 0 R ->> +<> endobj - 112 0 obj -<< - /Type /StructElem - /S /Div - /P 103 0 R - /K [113 0 R] ->> +<> endobj - 113 0 obj -<< - /Type /StructElem - /S /Span - /P 112 0 R - /A [<< - /O /Layout - /Placement /Block - >>] - /K [15] - /Pg 164 0 R ->> +<>]/K[107 0 R 112 0 R]>> endobj - 114 0 obj -<< - /Type /StructElem - /S /H1 - /P 9 0 R - /T (Experience) - /K [14] - /Pg 164 0 R ->> +<> endobj - 115 0 obj -<< - /Type /StructElem - /S /P - /P 9 0 R - /K [127 0 R 126 0 R 125 0 R 124 0 R 123 0 R 122 0 R 121 0 R 120 0 R 119 0 R 118 0 R 117 0 R 116 0 R] ->> +<> endobj - 116 0 obj -<< - /Type /StructElem - /S /Link - /P 115 0 R - /K [13 << - /Type /OBJR - /Pg 164 0 R - /Obj 161 0 R - >>] - /Pg 164 0 R ->> +<> endobj - 117 0 obj -<< - /Type /StructElem - /S /Figure - /P 115 0 R - /Alt (github) - /A [<< - /O /Layout - /Placement /Block - >>] - /K [12] - /Pg 164 0 R ->> +<> endobj - 118 0 obj -<< - /Type /StructElem - /S /Link - /P 115 0 R - /K [11 << - /Type /OBJR - /Pg 164 0 R - /Obj 160 0 R - >>] - /Pg 164 0 R ->> +<> endobj - 119 0 obj -<< - /Type /StructElem - /S /Figure - /P 115 0 R - /Alt (git) - /A [<< - /O /Layout - /Placement /Block - >>] - /K [10] - /Pg 164 0 R ->> +<> endobj - 120 0 obj -<< - /Type /StructElem - /S /Link - /P 115 0 R - /K [9 << - /Type /OBJR - /Pg 164 0 R - /Obj 159 0 R - >>] - /Pg 164 0 R ->> +<>]/K[104]/Pg 170 0 R>> endobj - 121 0 obj -<< - /Type /StructElem - /S /Figure - /P 115 0 R - /Alt (linkedin) - /A [<< - /O /Layout - /Placement /Block - >>] - /K [8] - /Pg 164 0 R ->> +<>]>> endobj - 122 0 obj -<< - /Type /StructElem - /S /Link - /P 115 0 R - /K [7 << - /Type /OBJR - /Pg 164 0 R - /Obj 158 0 R - >>] - /Pg 164 0 R ->> +<>]/K[106]/Pg 170 0 R>> endobj - 123 0 obj -<< - /Type /StructElem - /S /Figure - /P 115 0 R - /Alt (website) - /A [<< - /O /Layout - /Placement /Block - >>] - /K [6] - /Pg 164 0 R ->> +<>]>> endobj - 124 0 obj -<< - /Type /StructElem - /S /Link - /P 115 0 R - /K [5 << - /Type /OBJR - /Pg 164 0 R - /Obj 157 0 R - >>] - /Pg 164 0 R ->> +<> endobj - 125 0 obj -<< - /Type /StructElem - /S /Figure - /P 115 0 R - /Alt (email) - /A [<< - /O /Layout - /Placement /Block - >>] - /K [4] - /Pg 164 0 R ->> +<> endobj - 126 0 obj -<< - /Type /StructElem - /S /Link - /P 115 0 R - /K [3 << - /Type /OBJR - /Pg 164 0 R - /Obj 156 0 R - >>] - /Pg 164 0 R ->> +<>]/K[118 0 R 125 0 R]>> endobj - 127 0 obj -<< - /Type /StructElem - /S /Figure - /P 115 0 R - /Alt (phone) - /A [<< - /O /Layout - /Placement /Block - >>] - /K [2] - /Pg 164 0 R ->> +<> endobj - 128 0 obj -<< - /Type /StructElem - /S /P - /P 9 0 R - /K [1] - /Pg 164 0 R ->> +<> endobj - 129 0 obj -<< - /Type /StructElem - /S /P - /P 9 0 R - /K [0] - /Pg 164 0 R ->> +<> endobj - 130 0 obj -<< - /Type /Font - /Subtype /Type0 - /BaseFont /ZRCNIA+SourceSans3-SemiBold - /Encoding /Identity-H - /DescendantFonts [131 0 R] - /ToUnicode 134 0 R ->> +<> endobj - 131 0 obj -<< - /Type /Font - /Subtype /CIDFontType2 - /BaseFont /ZRCNIA+SourceSans3-SemiBold - /CIDSystemInfo << - /Registry (Adobe) - /Ordering (Identity) - /Supplement 0 - >> - /FontDescriptor 133 0 R - /DW 0 - /CIDToGIDMap /Identity - /W [0 0 672 1 1 625 2 2 262 3 4 495 5 5 516 6 6 843 7 7 200 8 9 558 10 10 556 11 11 263 12 12 538 13 13 481 14 14 564 15 15 507.00003 16 16 373 17 17 560 18 18 462 19 19 745 20 20 549 21 21 431 22 22 642 23 23 545 24 24 748 25 25 520 26 26 564 27 28 324 29 29 361 30 30 576 31 31 628 32 32 271 33 33 317 34 34 563 35 35 674 36 36 522 37 37 582 38 38 501.99997 39 39 510 40 40 639 41 41 546 42 42 282 43 43 275 44 44 663 45 45 592 46 46 655 47 47 597 48 48 275] ->> +<>]/K[130 0 R]>> endobj - 132 0 obj -<< - /Length 13 - /Filter /FlateDecode ->> -stream -x> -endstream +<> endobj - 133 0 obj -<< - /Type /FontDescriptor - /FontName /ZRCNIA+SourceSans3-SemiBold - /Flags 131076 - /FontBBox [-69 -217 776 734] - /ItalicAngle 0 - /Ascent 1024 - /Descent -400 - /CapHeight 660 - /StemV 144.2 - /CIDSet 132 0 R - /FontFile2 135 0 R ->> +<>]/K[113]/Pg 170 0 R>> endobj - 134 0 obj -<< - /Length 1282 - /Type /CMap - /WMode 0 ->> -stream -%!PS-Adobe-3.0 Resource-CMap -%%DocumentNeededResources: procset CIDInit -%%IncludeResource: procset CIDInit -%%BeginResource: CMap Custom -%%Title: (Custom Adobe Identity 0) -%%Version: 1 -%%EndComments -/CIDInit /ProcSet findresource begin -12 dict begin -begincmap -/CIDSystemInfo 3 dict dup begin - /Registry (Adobe) def - /Ordering (Identity) def - /Supplement 0 def -end def -/CMapName /Custom def -/CMapVersion 1 def -/CMapType 0 def -/WMode 0 def -1 begincodespacerange -<0000> -endcodespacerange -48 beginbfchar -<0001> <0044> -<0002> <0069> -<0003> <0076> -<0004> <0079> -<0005> <0061> -<0006> <006D> -<0007> <0020> -<0008> <0041> -<0009> <0068> -<000A> <0075> -<000B> <006A> -<000C> <0045> -<000D> <0078> -<000E> <0070> -<000F> <0065> -<0010> <0072> -<0011> <006E> -<0012> <0063> -<0013> <004D> -<0014> <006F> -<0015> <0073> -<0016> <00660074> -<0017> <0053> -<0018> <0077> -<0019> <0067> -<001A> <0064> -<001B> <0028> -<001C> <0029> -<001D> <0074> -<001E> <0043> -<001F> <0047> -<0020> <006C> -<0021> <0066> -<0022> <0062> -<0023> <004F> -<0024> <006B> -<0025> <0050> -<0026> <004C> -<0027> <0046> -<0028> <0026> -<0029> <0054> -<002A> <0049> -<002B> <003A> -<002C> <0048> -<002D> <0052> -<002E> <0055> -<002F> <0042> -<0030> <002E> -endbfchar -endcmap -CMapName currentdict /CMap defineresource pop -end -end -%%EndResource -%%EOF -endstream +<> endobj - 135 0 obj -<< - /Length 4187 - /Filter /FlateDecode ->> -stream -xX pcyΑ|eC,KWKeK~I-lûز,#kffh-IJ; 6L2R(h!%8CJpشR\^i{ϕH -$(i]x 1gK 3M@Œygؖ֒'1PZ]ϬVfn@)񙵅Ϟz -(n~c=|&|kcsac{@<t> (F)4@BeVU UB!Nrl.}F㑺/6ܶNbqSǎyikE m4EVj5j:_0Vk{gڅ^Z])aitdћ %A(d @B"Z B̐BhCOunf+wUG,vGH|PEtEm**J3L޿3PD>Zz͟dBucwf\C~{ *:C"Qk~Qrmʶ>Gxf:_j7 -CfMTVC*Utwj`?UQ0U -H5XD'OU3r *:/5Eݡ6u3ԟ9}UjluZodRM=~ -4@4B2*ۙG2I(`7"iaUB>&9Ck_TV+zjV정ф4KjtU9&#+-Q-P *I]7~Px}5}vw&y="|9f !?h -bhAc՘51r1ijgAP&[e}鬎.PV)s_VeE@lTj4꓿lF[Ѹt3GL5a3>C)M! 'hb@k“f̙F_U)\O+#gc>S]iP[gf\cgug9{Ġpu6StG mK͝%wVgopZ(ÉDuXt465G%b\cjOeYGD^2}N.jӑ#^AJ$7v#"o~LKC{![ wj2Y1K3O˻VuՇJjVQ%=Qe81:KkhVkdC)D r(`*X%jT6 -JRJq|Կ2Jey4)lMmgԚFO؞0?ga^|At nCtW::Vvf !G816r74԰!U&_'PZ27 );ua&N{`8Nƍ>hLG݄n,T jEau>fַҊ2Eau6M+(A 0iTy{ `!ALl8S-,4$2ޛ~RY4}VkAV (+dtx2{>vd 53d^B~ϳ=<):9d=ilaG\[ruﱻe=hv+JGQ}kpUjlf]A   .]]4.mWIe[#E2@>Y!'>1wu3si83`<`7sr$rL`8Iz9`ruʺ'r"Pm.՛5Q^E%qE(96v_5lrjTee]o\Ft biYq&}j;&/McץSjMZ*)K,w\mE/G-G@ן'-41/SV+|`jV~$1臟ى*ӕu>8cWٌr$NT{-k -YzWwwNµcF%DC߉ߝŽ Pg>'S|gwXz̯h2ҥ\.)7*W!MmEZxg!e؞,DC%f^gk]aO]sgf_<ik쟥)SOpTm7!ɫwQn '!ڍ~4A1΀p䡿zH>b? -s;ӯ%@ٻ}R7?ݹn̏q[#P*[2(~ -Pw&M݈:tYuG"GNrQE\A %b5{(fPN~H.2Դ 4R( CMD@爑4b.z-!(bt15Љ{@yfD0)woDK'ɟ)hN[]IdPrQrE'=/}Zyyy2}sq:2 72/;.;eo>ŏDJYQoC"xEQ\ܚDtLinIN2 cs;0v aQt{1QqGdL^ᓍˏ h{XÆ9ϲcᏊ0Ŝݽ q(J2TXM9V0M1#{ܸ/YFOt.ַM1Vsؚ)/Uř\\×8$aGqNL!>L`=b "G/ -Qa> Ak!ԡ -.ЈjHdq:);_ -ސx !9үd -endstream +<>]/K[114]/Pg 170 0 R>> endobj - 136 0 obj -<< - /Type /Font - /Subtype /Type0 - /BaseFont /FGPROK+SourceSans3-Regular - /Encoding /Identity-H - /DescendantFonts [137 0 R] - /ToUnicode 140 0 R ->> +<> endobj - 137 0 obj -<< - /Type /Font - /Subtype /CIDFontType2 - /BaseFont /FGPROK+SourceSans3-Regular - /CIDSystemInfo << - /Registry (Adobe) - /Ordering (Identity) - /Supplement 0 - >> - /FontDescriptor 139 0 R - /DW 0 - /CIDToGIDMap /Identity - /W [0 0 653 1 1 534 2 2 467 3 3 419 4 4 338 5 5 496 6 6 829 7 7 200 8 8 609 9 9 542 10 10 594 11 11 719 12 12 504 13 13 347 14 14 527 15 15 547 16 16 504 17 17 246 18 25 497 26 27 544 28 28 247 29 29 555 30 30 467 31 31 847 32 32 255 33 33 249 34 34 456 35 35 350 36 36 647 37 37 727 38 38 497 39 39 311 40 40 566 41 41 536 42 42 495 43 44 249 45 45 555 46 46 569 47 47 543 48 48 425 49 49 664 50 50 263 51 51 571 52 52 304 53 53 553 54 55 303 56 56 446 57 57 292 58 58 486 59 59 555 60 60 800 61 61 579 62 62 664 63 63 645 64 64 824 65 65 786 66 66 617 67 67 588 68 68 494 69 69 479 70 70 615 71 71 577 72 72 515 73 73 652 74 74 513 75 75 241 76 76 497] ->> +<>]/K[115]/Pg 170 0 R>> endobj - 138 0 obj -<< - /Length 13 - /Filter /FlateDecode ->> -stream -xA - -endstream +<> endobj - 139 0 obj -<< - /Type /FontDescriptor - /FontName /FGPROK+SourceSans3-Regular - /Flags 131076 - /FontBBox [-167 -250 797 750] - /ItalicAngle 0 - /Ascent 1024 - /Descent -400 - /CapHeight 660 - /StemV 95.4 - /CIDSet 138 0 R - /FontFile2 141 0 R ->> +<>]/K[116]/Pg 170 0 R>> endobj - 140 0 obj -<< - /Length 1678 - /Type /CMap - /WMode 0 ->> -stream -%!PS-Adobe-3.0 Resource-CMap -%%DocumentNeededResources: procset CIDInit -%%IncludeResource: procset CIDInit -%%BeginResource: CMap Custom -%%Title: (Custom Adobe Identity 0) -%%Version: 1 -%%EndComments -/CIDInit /ProcSet findresource begin -12 dict begin -begincmap -/CIDSystemInfo 3 dict dup begin - /Registry (Adobe) def - /Ordering (Identity) def - /Supplement 0 def -end def -/CMapName /Custom def -/CMapVersion 1 def -/CMapType 0 def -/WMode 0 def -1 begincodespacerange -<0000> -endcodespacerange -76 beginbfchar -<0001> <0053> -<0002> <0079> -<0003> <0073> -<0004> <0074> -<0005> <0065> -<0006> <006D> -<0007> <0020> -<0008> <0026> -<0009> <006F> -<000A> <00660074> -<000B> <0077> -<000C> <0061> -<000D> <0072> -<000E> <0045> -<000F> <006E> -<0010> <0067> -<0011> <0069> -<0012> <002B> -<0013> <0039> -<0014> <0031> -<0015> <0037> -<0016> <0030> -<0017> <0035> -<0018> <0036> -<0019> <0034> -<001A> <0068> -<001B> <0075> -<001C> <006A> -<001D> <0064> -<001E> <0076> -<001F> <0040> -<0020> <006C> -<0021> <002E> -<0022> <0063> -<0023> <002F> -<0024> <004E> -<0025> <004D> -<0026> <0032> -<0027> <002D> -<0028> <0050> -<0029> <0054> -<002A> <006B> -<002B> <003A> -<002C> <002C> -<002D> <0070> -<002E> <0052> -<002F> <0041> -<0030> <007A> -<0031> <004F> -<0032> <0049> -<0033> <0043> -<0034> <2022> -<0035> <0062> -<0036> <0028> -<0037> <0029> -<0038> <0078> -<0039> <0066> -<003A> <004C> -<003B> <0071> -<003C> <2014> -<003D> <004B> -<003E> <0051> -<003F> <0055> -<0040> <0025> -<0041> <0057> -<0042> <0047> -<0043> <0042> -<0044> <0046> -<0045> <004A> -<0046> <0044> -<0047> <00660066> -<0048> <0056> -<0049> <0048> -<004A> <0058> -<004B> <007C> -<004C> <0038> -endbfchar -endcmap -CMapName currentdict /CMap defineresource pop -end -end -%%EndResource -%%EOF -endstream +<> endobj - 141 0 obj -<< - /Length 6084 - /Filter /FlateDecode ->> -stream -xx T[י $@B:: =@~!`!@8:NL:4iꕦiL2&$kvN3$6M'yv&Ծi ݵƴ{Ig_{ŝP|Թ3/\* s,,A%hTԮ/0*%K6QL#r -KENT%%JG(Q._ɝzVk\qw QN)ؾw%;%3Y1CŔp||&nt-!V[NU -^W mA[RЗ -@~tҏB+T pXԈA]&٩?՗pw KJ}S]$/sR[.1Wwzor /K6B2fdBvVNzV%4WTU7F:U6uCz$z\aMdQ`n5jA--6d3[,c.olv}~C=;bO4ZRgoSz&%JޱQYP\SVMRd.kPca(r\nd:L |{kח['<(t-vɨa@a~?Wԕ;K - -f0Мz/\0; -Ue>*u[s-w%T)sO[˯̉*YTt}lp!b -rBLY-RʔΡ)2EQnl~ǭ8O**tA!S `!P3kJU lE?RMYl1%vY=SyS5++8aH["$9*ٕUWכEҺ vcyF&dNf5܀3u9u"c[< 珦` - o KYH4fܖzIxgٕ^#Pw=|bk Τ6RK6;q,1iy\Cq\TpC2"IlJh%\Y+;ve&—T%Z8RWVS\7/Uu3ccM˽zl{mUUwcCLe=vgpi@=W_V}^! "0{*̕2YCc F;3r 1x;C b>bP"<{晅˗Y?[z5޽1v˄$Uy՞>cWWg.q\Gx[ʪhᏜzG'2 T dMkey?'wnAHYRsޅӵ=8`i2q$C -y,OPMXk -Lst 9TU.W懭UVc՜8HsD=lֹf:4 -C6Z鮉/h|lm {2U_l -M6xrM[$Ka$Xڽ`\R,̓)\mnE@m(<Ko92jjtfJ2J`}Y5)QqJKc MQ_^Rgt&lvQSc( -DeIerf^0/&HH~Sp>֞nwMA@LRM?)5er覟d -Z;kœ~2Bjdz}nzkg> QYPXPpgF=*M,,d9LvQFK|6ΓC+dix8yeH=] 37Ѣvf[c92I:PY_O.yG룷5ql^;J歳AQcHfW>݀*sYEEs:ڼu ݨJLSx3,o!݀!y;/gեMzEAjQ͘S*Xdׂ|lwypҩ"N'櫱+tCn;SN&[Z[O+n匵RzEeEuҍ^jhX ->u%ax&$ex#,t A.r͕x(-:G/gw$GwuL|>C ?hO\rL,vf8y.e-2eiJz ;+,)Hc=ΡŖA|0itWU~rFYɋF 'd.Lk{[p֦dB/'t>XAG Bkf\1PiIה|5zwfn@JϤ@J܎_϶ uhWJўձUaldk7zZYܑW醤;7jt㭎A=t#[CDT՗5Ԅ#IU0X[ȷSbLNW)XwFWXo?K7>p@{hr=NיnxX~˽$56Q-QKjl{Ô"ߧǚUuoxuPn0g8Z1J^~yrNUV嗕^m՚H)0;+guWOHe))^!w@ -ݐۣ\u,_LOhdā9}XVXQp]7SO=cGr|Lyբzꘆ[ -FѴ{'6F*5enWQֳw1٫p Ff2hys_pEmzokk*+UtzzHVjvz=d*EcR/E-p a(SO>~۴f 9w[m-YzVK]`ɓGAdz o:HO}NE>a rQg4tF#هegA6+KLK:BUKV5G9e\|lT0$LUJ:pC򡢦_~Nϱ?zOo?z]}C:/S8R+R $-ȗ'I暑DI+Б_A$7!I0E$ɯ/NLFb\+ W#W&$ }x/ꄗ BDIAS5L%aiST=L?/u"I0E0 -L#IBBR[3N0Ћ!p%Eh0EOcƠNS1*U2')n +xoi$ir|@}=WN=ĽRV,n=#콜99?ȫ=IJ*AP,(J ([+o*5&rGs?{r3y.}7_i~m;>**UUݯRKI4rAƐ< -D >·e~4.D Q<&p 89`ֱ4 /J=Q,c ^ gu,$氆9 p &t`0%I,(L{`fqk0A;[p -X|bhG0zg{ Ӿװ(tê Xƺdi uH"X,NbN19*!gga:VI$LX-J;f`oc8-E&cVzy2V2cXYwU,J={¬W ]پ?fq+(]~8+x(y,c [Xv;}0aP 30C8Ҵgg7{=g0E)bGpJ:X:ð^G#LoW.yT bOÃD#nX 8!T'!rZo[]Srz'/> endobj - 142 0 obj -<< - /Type /Font - /Subtype /Type0 - /BaseFont /FBFEKW+SourceSans3-Bold - /Encoding /Identity-H - /DescendantFonts [143 0 R] - /ToUnicode 146 0 R ->> +<> endobj - 143 0 obj -<< - /Type /Font - /Subtype /CIDFontType2 - /BaseFont /FBFEKW+SourceSans3-Bold - /CIDSystemInfo << - /Registry (Adobe) - /Ordering (Identity) - /Supplement 0 - >> - /FontDescriptor 145 0 R - /DW 0 - /CIDToGIDMap /Identity - /W [0 0 690 1 2 528 3 3 857 4 4 528 5 5 300 6 11 528 12 12 556 13 13 573 14 14 555 15 15 383 16 16 286 17 17 276 18 18 534 19 19 571 20 20 200 21 21 573 22 22 776 23 23 527 24 24 398 25 25 573] ->> +<>/F 4/StructParent 0/Contents(Telephone +917015600547)>> endobj - 144 0 obj -<< - /Length 12 - /Filter /FlateDecode ->> -stream -x  -endstream +<>/F 4/StructParent 1/Contents(Email ahujadivyam@gmail.com)>> endobj - 145 0 obj -<< - /Type /FontDescriptor - /FontName /FBFEKW+SourceSans3-Bold - /Flags 131076 - /FontBBox [-171 -211 832 723] - /ItalicAngle 0 - /Ascent 1024 - /Descent -400 - /CapHeight 660 - /StemV 168.6 - /CIDSet 144 0 R - /FontFile2 147 0 R ->> +<>/F 4/StructParent 2/Contents(https://divyam.dev)>> endobj - 146 0 obj -<< - /Length 956 - /Type /CMap - /WMode 0 ->> -stream -%!PS-Adobe-3.0 Resource-CMap -%%DocumentNeededResources: procset CIDInit -%%IncludeResource: procset CIDInit -%%BeginResource: CMap Custom -%%Title: (Custom Adobe Identity 0) -%%Version: 1 -%%EndComments -/CIDInit /ProcSet findresource begin -12 dict begin -begincmap -/CIDSystemInfo 3 dict dup begin - /Registry (Adobe) def - /Ordering (Identity) def - /Supplement 0 def -end def -/CMapName /Custom def -/CMapVersion 1 def -/CMapType 0 def -/WMode 0 def -1 begincodespacerange -<0000> -endcodespacerange -25 beginbfchar -<0001> <0035> -<0002> <0030> -<0003> <0025> -<0004> <0037> -<0005> <002C> -<0006> <002B> -<0007> <0032> -<0008> <003E> -<0009> <0039> -<000A> <0034> -<000B> <0033> -<000C> <0053> -<000D> <0070> -<000E> <006F> -<000F> <0074> -<0010> <006C> -<0011> <0069> -<0012> <0067> -<0013> <0068> -<0014> <0020> -<0015> <0041> -<0016> <0077> -<0017> <0061> -<0018> <0072> -<0019> <0064> -endbfchar -endcmap -CMapName currentdict /CMap defineresource pop -end -end -%%EndResource -%%EOF -endstream +<>/F 4/StructParent 3/Contents(https://linkedin.com/in/ahujadivyam)>> endobj - 147 0 obj -<< - /Length 2970 - /Filter /FlateDecode ->> +<>/F 4/StructParent 4/Contents(https://git.divyam.dev/)>> +endobj +148 0 obj +<>/F 4/StructParent 5/Contents(https://github.com/ahujadivyam)>> +endobj +149 0 obj +<>/F 4/StructParent 6/Contents(https://gitlab.torproject.org/tpo)>> +endobj +150 0 obj +<>/F 4/StructParent 7/Contents(https://github.com/processing/p5.js)>> +endobj +151 0 obj +<>/F 4/StructParent 8/Contents(https://git.divyam.dev/divyam/fastbin)>> +endobj +152 0 obj +<>/F 4/StructParent 9/Contents(https://fastbin.lab.divyam.dev)>> +endobj +153 0 obj +[/ICCBased 181 0 R] +endobj +154 0 obj +[/ICCBased 182 0 R] +endobj +155 0 obj +[170 0 R/XYZ 32.4 735.2698 0] +endobj +156 0 obj +[170 0 R/XYZ 32.4 418.08676 0] +endobj +157 0 obj +[170 0 R/XYZ 32.4 352.27377 0] +endobj +158 0 obj +[170 0 R/XYZ 32.4 185.0008 0] +endobj +159 0 obj +[170 0 R/XYZ 32.4 68.45776 0] +endobj +160 0 obj +<>/Font<>>> +endobj +161 0 obj +<> +endobj +162 0 obj +<>/FontDescriptor 163 0 R/DW 0/CIDToGIDMap/Identity/W[0 0 672 1 1 625 2 2 262 3 4 495 5 5 516 6 6 843 7 7 200 8 9 558 10 10 556 11 11 263 12 12 538 13 13 481 14 14 564 15 15 507.00003 16 16 373 17 17 560 18 18 462 19 19 745 20 20 549 21 21 431 22 22 642 23 23 545 24 24 748 25 25 520 26 26 564 27 28 324 29 29 361 30 30 522 31 31 271 32 32 582 33 33 501.99997 34 34 510 35 35 639 36 36 546 37 37 282 38 38 317 39 39 674 40 40 576 41 41 628 42 42 513 43 43 275 44 44 563 45 45 275 46 46 663 47 47 592 48 48 655 49 49 597]>> +endobj +163 0 obj +<> +endobj +164 0 obj +<> +endobj +165 0 obj +<>/FontDescriptor 166 0 R/DW 0/CIDToGIDMap/Identity/W[0 0 653 1 1 534 2 2 467 3 3 419 4 4 338 5 5 496 6 6 829 7 7 200 8 8 609 9 9 542 10 10 594 11 11 719 12 12 504 13 13 347 14 14 527 15 15 547 16 16 504 17 17 246 18 25 497 26 27 544 28 28 247 29 29 555 30 30 467 31 31 847 32 32 255 33 33 249 34 34 456 35 35 350 36 36 647 37 37 727 38 38 497 39 39 311 40 40 566 41 41 536 42 42 495 43 44 249 45 45 555 46 46 615 47 47 543 48 48 425 49 49 569 50 50 304 51 51 664 52 52 553 53 53 263 54 55 303 56 56 249 57 57 446 58 58 555 59 59 292 60 60 571 61 61 486 62 62 800 63 63 579 64 64 664 65 65 645 66 66 786 67 67 617 68 68 588 69 69 494 70 70 479 71 71 577 72 72 515 73 73 652 74 74 513 75 75 241 76 76 497]>> +endobj +166 0 obj +<> +endobj +167 0 obj +<> +endobj +168 0 obj +<>/FontDescriptor 169 0 R/DW 0/CIDToGIDMap/Identity/W[0 0 690 1 2 528 3 3 857 4 4 528 5 5 300 6 9 528 10 10 857 11 11 276 12 12 286 13 13 555 14 14 572 15 15 443 16 17 528 18 18 556 19 19 573 20 20 383 21 21 534 22 22 571 23 23 200 24 24 573 25 25 776 26 26 527 27 27 398 28 28 573]>> +endobj +169 0 obj +<> +endobj +170 0 obj +<> +endobj +171 0 obj +<> stream -xVkl[~8v.Nb>Nb'>Ҥunm4 qҴ8ӄiRh74ʠ02Ti"`0TM4РcPkO߱&sޓ}y wY_<Kf<=Mt%Ikn1pn|ts c1fBRRj1Gi*||re9=g^X\YM ?@ :E2T: UEשSŽD5d~~~9x+}-9֖'}~Esx<8ϋX,8rWSs*b11:\Q$i zYCRx6g846pp#)e^X"VrZB 2\6Z=ܟs{=5%wodwA0AƼ׫˝;5\<NpYY`Oc֣ΨuΩ .zqŹl]-@ޡgXh6Q:1S]f.[>5G"[Ss}ڈ2?z™3ȫs'[CPgfMrAHR!l"c Q{>=mNkȬs`!vu%t_o\1Gzwtc]}F, @>w@ԑX)+ڨFTO )MU#pޏɲmfZ]I] STGtUXr?}ltnGܶ~51V!q\Z\^e5lne[&-Y=)xAZ+$dz}!M|.<R-+U2O>TtU-/L2Fګ5 Y,Q&0^ :,ѝ{6 "baȹ-28}:w;4f`y?IG*m2h<}jVZV\^YU9^okd~I-kevMsTUYio -_j\糸4s*PqJ}*a9}ƌZNک.4:qNa9w*X|SGuǏ^%1Q{OEϢj`Z#jey:^{dT)0URVzjoZťOɀ2N<x<ޢWC΅%2Eei*LQ&}iR.)~r$=r= =@o7X6HqA%,V<GNu9v{ϻg,Q.zF&n+}݁jޮuZi`]oɗHx8@jִ^ܢUv-<n*)9q>1(Mr CjL:$ި#`|m"o6mLSk:بMCWL *[{ i uvݴtnw0H[Ng]E rT:q\Ω@iN&WQ ;P_`wx`p .2|4108nz{Z@Mf1%">}[I:β!经yzׇO_dϷC]=y";A_( Cn(=TtQF!DU'RT]OH:&6$qAېm•@  AOd&LGc -[xeb!My0>AA_r!,VЊBX~Hm bXD~C: # X 1X0Y$UL#-wA@),!":@D" r7:1]%ak+l9$ep]9,#+պЄt5 H8ҊY!#6/啂,V%RUeѼ+ÜbIbxY% eJ -{ZYż:#RXt#kwmdq+HcsER,`^BUE)f|$<_灩F(|@ -X@ -SXlkՋn,Z!܀N+J8ы2tfg)m^:,$!)%>$%DЇ F1"'0a$0G;a -·^I8'aE| -XHT8EHYI -?;f^H{1Yi%cr kHXQl*%,ic_ -`_ ٶ**dZ 9:ei/L- Р&T -:=xĐ00~ppftc{ ś󊵥F1.=p \N* +x~ endstream endobj - -148 0 obj -[/ICCBased 150 0 R] +172 0 obj +<> +stream +xmMo0Rzb &" )~vOH >+Njzx Al bvȔ}{TȰ8R ___C%~d_TIpIi +G!8&!5fd1ـqHq-g(1885 G-*h8ƨ Ř3_ ? yk%8 c~3dFgF+-rwqm +3ޓ[͸{4[DM +endstream endobj - -149 0 obj -[/ICCBased 151 0 R] +173 0 obj +<> +stream +xX l[y!y)QԃEIIi%J^lzFRHq$ TK YlȊ-Y0d!KfhbmA2AHdK"m֊%%ڰ{{AŃ kg_ PZu rQb耄FTNMaAvr:uz{|}emW;} 7N;zꭷSɳoqM2E^r)C`/n=>*Nto}4"~D9"5@~J$dA7P8,/t*yN5[:c!iW9ppz +PP@|(U~v,O'-]{YGQB>Yw'MB\~G0 +{)Q*9mn|iq +N̑[{sbyR[񱢲2v@SLrerY4D UifCVPjb9rKnI_tzVT;'SoʈlI M꣛ȇ)Kl2y_-(W 'J 51^VU"<ݜ~~iʀDs3?7Ws_fuY|#u#雸I(˕6lTE*+TYTBMv^2.vC3݄thi2fů6Ztuņh)/榨7۩ߣPdt$);צw }}\'~gts;ө_ަ2ZvLY)Ye)w;D(9Nq_Lj:wLfg`*p5.}UîXKE8bIݫx[_[# +F>}jjRyU 3bmoM!w{ Bm&_3͡P2lAAgӼ5Z3=s-;~H7! OATWQ{L*`Xegh7fVsY$O+&@Qަ=ccc:諮 7zji񹦕Xla1[ib32̻'H֥ǿ:/G-Ѳ#yFʛ\ꁧ8ꩳvb}w7XM_V^f?h #sG򎭷vMQOQX_tGŠt<~awkl}aʶlT:KMyCQCg"\BFu&‡եU򪊰!)Ʃ˪<юiav(kxMɗ,55Z]+XkjBmfܦ6mo?H6cT %4O ƀZWFʭѵ&͘t2oncԱ;kAOd2un(w65u2iucfY54{UD.KrKrt>:^9Q___tPzzvZ=4S2Abb%= tElk 5ߵ>HΦ.vYCc]|BH#uBdlUňug5mifB:~gUҴ'H(=8!}Yb@= FkAwq! +h1YĨ1rUgJTPJ/BK8QJsI"T)Dv!Nn"NR`V ;#-h huO#N!:Ƹ.p5DO'G7(h{,_/$*W/_PBP4)N*(W|ɕq}q/qsQQAss +s =Ed \HJ2A x5+?de5 +%ENde%"e1+碔ڳr9+x Pl?Dh,09paI$Fxy׃5` + +5qHbOGl5nX8-J63V(dP#))sb &3Jڳ!LIHF`" 7٬ŻC?x JWЃލ&ϲ;Ͻs¢ķi,KonE $@' u$%t H ^ ,1M^3ޱx,kEXOHgXK3˙,;~jݛ`J] +S+ +fC7nKm&n kR}ېriq!ˌ2QNUlD?:0Q cF|88zэ> +stream +x6 +endstream +endobj +175 0 obj +<> +stream +xmMo@ C%EFjL3T&Q>kJEc7񺽹wߘN}7]麭#ٱ;[9u}[zj!Imwd7Q\Si ԉ'0']=,/:͸CS.~4S$u9z?u,fZw +%֭EeْUUUː{YǾ룻Z"rJGUA(Y( GUPJgPP<+{YJ +j zJ<R YV c*FF#60S`4T +  0B {(r|Ev-|+(ikF5xbjZ]-3rujC?5 4)(2?"|_(F(*3ǪggWM0[>9 |xW`*|6ೠ5O'!_V&,Y%>bg3 ˒ZP--sQFahnBVKؠ_h\\aK56qvV~oK +endstream +endobj +176 0 obj +<> +stream +xz Tys700, 3l|0| :l#$$@D]7C&vGunSnlicUNOS;vm9RgJ13=!4 g}y^ wCS_9Uwe@w sǬ!b@xaan6O) +ꅥ;>{x SGg*G*GfX BGO.ͽ_;V֕eչ.9h8(Qh55m6A#AElD$o6aYmmﺋ@`Tǿ>s\?HՒgz^HXHyV楡`8,ʵ +U5eZjrRܱ x4cn66xL=HYdU>"N,-/׊pT +TAU,u;5ʉgZ8.&Kb4~7@Oop_S2s#!tW:&=zke*}FkTJTk +=:hJʜrCy^qvNhCj!Q#$;rǺ/}aI_9Eb9/~(*x[ ^,B2AfdBvVM z-4U̓ۇWc*[lr=Nn¸&2wZPK) :ٮ̽"뀻+i#gIk +{0l-"y +d!irMj%dl^.kPca8r\vt:J |{gח&!BTpFuYo?r'= +;|秫ּ|yzjph5lpY\uSi7E~Jn_BBn %nAǛG盛-K,ͪաjcjrh7">Bޢ mUF$>3鰱U\RXUhԳ]D~Y`TXmS*9>.R˹ᄊ w 7'g A +jr{;s ܢܮneQ,P9ѓܢ\H'6[+O**r@!ȓ p!R3[JU lE[  RMYqevۜ=syc-++8aH[,$9*ɝU,Һ"CiTSlhk r%p= u]b$VA6x2yb 5|).kxL^{=RK7:^qgvW ]iZ@3骭֐#k S OL&7D+Fnz*!v`$6r.Cl+~N6ʗT%Z8R[V]\?(U53cc˽zjބMUrʦ7y deЀS,+^27R5F<}>!(Ѱ4{+,2YSc"F;'r+'c ef>BbH;O?b={_ofV1®~Y//}U޲4{McUf1sQG$EpOlVuB;jv@h_?|ߨd Pk!Q-XROZ+/WBYo^@!"|r/*<ߐdS\St߃3pfLNӔR,zCKKjL+{W=~}ʕ[YgAEz 2J,5f8Pn7ٚ=1֐wZ!2j:긧TOοT:'ڟ"Ƞ, >+vLQn.KT>VyK댞~/1ʠs#U$mQ[S}MA? (fpE8CDTT!KF&_кtɃ7շFKNrBկ雠/E^"l^]-fwpMT`W$ԫM6'LUt;iLv(|-R3<r7Ku&l]*,FclP]:?3T|e^HX^8,P1MWtl:_/M L-t B@RR $X\) N$vQ! 4+kUOw=n]`tN>|*宴fjY:R< [tPh*ELyogb gb#9:fLބ#p*hN4vxr][$z%~8~ lX+?f$ d +JUV +gˊq9̳*~{ua]ubQ UA0T /RTʧ{k}Bcd̟pԚ\ ciT5B,FYmRY0>L "<ߘnS V3 XX*%52ndmڅP|ڙObSV8#ըGɗ€,w6)ʸHZSʓC+dix88yeH=]гX;fa5Cv46^mMqo⎁ʺ|pO7Z=CuId:5nnfdv 2gUAQa+=cMK]LЍѮĤ'jMtF @>P9 sd&* f)l +M2I_~٩3ELS~xt:3"Y=AKJlKĶ2(JJ'?=\cUIaV'"T n[h5يD򾦼\tCظ;z8·[9{sueRmiz>U7-%ƌc_$rDchi6 @>vS0Ź;;;:?ҍO.,|fy}4eQ@kb75ܵkJŲ"sɺ +Y,/ER +K>A6d" (kLN nr͝6pҞY^T:f.R:bB4diR*[]$--۝zT KFpn߹Ah2FpuudbFX0Eӗȅ # "p?}hqi=>NoͰbBʝMP9tBa9EkfƍDqܬ zk ޑ^VH +SLCDI`k"SQk%::bbC}}so^xЛo5=7clY)OJD 7VW<;v7錒nQ[RX!@ ͆ +,d!&L6ZE%L5[,,2E B35̋?:t# ~?u];ӷѵrY;9쬲[Z%nBDAmRP\TeD۝ZZ vpBjsd:&=3]311WVs7F$L 0*}#$(P$h .ڙ:$F`f['SNJ5i.b +Ι#,G،;cפ1Gy'Cyiodz`}V$r7a6DzV%ͱY82ckfOŮzW~ }uIgLcJ$ jFP=PRP-zq$ B~hP  "jD"ؿ`mC)xDD p!C"2WCyřӋ~1> +stream +xw} +endstream +endobj +178 0 obj +<> +stream +xmMo0KIPJ ~T`l$bGs߯j$zxq O 8)VMjD+Uzi}"-^Zj@5v +&'8h47 5+!FW I5 }sVù5q%8Ingo5}L>-Ǟ#ww7@㙔Wѵ{W MhtK!ls]Bq7H?[}ZTV7 +]c.r뺮M/)tVó ,H9$*"H+UD -QI9ђhOHHi#VqQM'=He) ?@bFX#s&WیG6#%92"Wrc_27',L猨94>fp mz? +endstream +endobj +179 0 obj +<> +stream +xV{l[}ι|AIH^C)^dY,WDIX/%'rWIܦnNAa:dfKa]fɀCiXt:,Z#ÆBȔu(lr8.p]s~~\ 8XzkT|6I/nND6IPy'P ๕taTj_CZs빭77@mlf6fJ1 +y289S~2)&nr_f eu;gfgɹˏV>un~f7_$7C|H r|$ϋD"] +_ԻyNulm z]KVtədi1`lhumv˔=bp@B%,@1z_B*:'eK7o.0&z?yڦwԌ53ua֋BEpD?rSA~Ve=@gQ :3Wsʯ`W$ӾZ;[z? ::t? +XCV5VZj܉/7?V^^vXd" Tqw\zQݻ+w>u?{~>/-X\>zƂ<r%鞎xbҧN>]ibՕfN[%(gɸ]woݺKh"7-I3 cB8E&E + 1jz]5ecXܶEy+BBS\KBǑ*lXk -LL{z3Xι93=1ى $p6i2 A5nMԤv*dMZ`= l/L uW30ؘt}vI-6(%Uҷ.D\#jt7fTȔZ2x6JѨ!dUd laZA)%40WiY<˓iӒ0۬\R<A5Uf:ƞu*kLo,C8%nBtq!>9bwɺ}n[_ȐO?zȿ[h8gIƏ]+S2@K%u%󭩅dR +*Cr{A>L.rW<*qVp@+CI>` BK}::잮 7BIgmm-8,8} e"""sv˦7TH_cb* +֢Uԍ=L3(R3 zzg NMEN&fΨ ާdqulMtZL#_!{Jlh?Ԁ@SPܿx2Y`fgHۦ2V-W']Uܹ{'ɮB'1tcgD2~|0dΏʑF,n +lqNᴏ[g^"-֧z/+*bӉ*I~ͯ;=͎-zGT+ +-MYmo]h@*rh5n+M$TѸ̎.oLwMw*dBMU74:U;4~NgS7-RsvB;Co%'Ύb#wFYZaUjkOE_8 2^2>?YoM +mHo U_q~j֣&{GgQm=2}]pG7zarC*i}pRMϫAw%*Q.?zoEB3gBe6z<|rt?k)L84ɟ諏fW,>FWfkN};v?,[  +Pkq Σ|}٪Qajԓz.4iIbGCO!E +zzi;R<\ ) o2i B%h;@uG$z%|ϰO\'}Sq=\2A6%{Y]GBʜ2TXCu+@dn3D%% Z9$-(r\$e%[̕l%J>SPA]#Jv%dWq}dW#&߂(),b@@Yla hElKa焱u" !`BƐAl:2X~c [04VYq6`:Hc 9эu`"hDQ0{эXxU_p)<XǖTC@Ո6"H3#0Ҍ/e)4laSB:#EUX-K2$$c is `fIlbY>ci\ +" gJs l dKiU-lK5!e Vuz1!> +stream +x=kq+ Rx#XKS!颳6}.} elVv0oW^_}'&@aTˀZ"/n a/o|0݋;F%o=-c췌AW_ylyG_}߆'|'_y'_'*ȓz@@z#:ZJKbwT^U@lb ]}7B?ᰌfDΒ"},Te瓷OL0Yl&5<K& -a ($@['jG@RG@SfrJ᫂_*Y%Q_nSNX6.no8$A4Bxl>fW!v߁-mG93+Ifpj7DKA$%j4 +L MI.fO7DdCjܷ)3ipRT:bx0⯢\K T*(3؜!!8^a}r + qo:t!"rGy9gqTMX ,GVeI> +Jw%Pp_ K-vrs +}i K+$.J;@b$u)GFhqd3Mp +N8L`)_')w9Q} 59NyKP& +kڏQȑ-S^WQ# +0 ʄL +.S=:^69ȟugL`ALQJV#mWt 4r0U0QΗIFۄ\DQDҁr^xF |fEܬ (#:! 5օ<PP׀T(yŨp<5(=xB&.R%L2 Y864XDzHb[ ֢2{dr,$7TKs :"V8yz$cA ]C*pLr 0 &Sc _Y\r@ԡEL,Qwt>SE?UI)Sܛ()+)?Ƿ +%Ez+SQ{JI0cՄ}h#7rr͵GJN5V +ߩgXo2jNbi )Tdb((AH» v7R28!7 m(1 Qch#t(fQV5}5~\r ȫ}) aK%Df׷h+(KڏP"\n"oY1B*Cx ."_*@F`;8]Qᩘ +ӿйD^.M쥤gשsO>T Ez,#ߖaM8.et]FGQPa +etbp@S#:܌%C]ڿT!f ͮ9Kg +oFSB1aJ*"$oao xs4 +uHYblK=W@, ), k"ak YS}vJFμݏp +BVF4tMiǴ*o(VrehI\(Ͻs 'SDy?*FFx"K/-xyՆg6NDEh*gHRT5+]j +28*w1^PTAʆP0@{B S;\[D^AHJ)i PaXJH +,EYi<9 ^bYjˎcD{497a3)}3*8:6okk`²16qHVHZ%TNBxs (P#x,˒J&l:oIB4o 󆖤Z3pc=73T#rpzJt:"Kj yhrw''P &fس'!PǍѨHFNG`@VwYh;gX3a Ee·*l +0e#g`l87\W@:cl@bg8Py%Hoa-=P(s"%臻m^Y + +lIK X4yB?bٓ*8NP枹=:l!%$z~ +X,80p`ToYry8j KDV"4 -7SM**)sJJ@Pa) +h'PG娔e{!A9`p:ja'D]Hnᄏ}|ś 9O*ĞfHq _| +c`G27C(u#;$18: WwKj`4 8P.0@i>Fv %hekZ!Ɣoݚ4[ Dx>̎ D?19i:#$a)4LӦ)Zi&-hB ew}>e@;q> +K'EYSno5^rc7gRz;A%\wWƔKpzƘ`?i^R,yGApfn3bMMw9n }"E#t""\sU'(Y9/>iʦ=Chű#2qd|5P)a^  [ X-$:/<UcT?5|Ɂ6+p~2 9wibean -;gAQ׮B!e]l2j䘃Ld`n6:24}%}Bmx(ۢdž.ܑ Ce\[lg#|tAꌁrޟW߽\Ub)8#KgQ\,h]V[Q 8l$sbV>C!λX.,2T3-y\RDܤAl=cMKc[9UN'=>+{}735{Jy +J|zU7r#lhUŚ&0$p+,zHy{[,ua*D)ZI(BGb&gi?[ rRD4ly9 mf^xXΘ,c^V]> T=WaU;*XX#rnf<ӏx_l 8`k }ޭLđyܬRpMr̘绹L(¦XNJJkMz-ͩR0@h_-#=BwOj2r<5T{Bѫs7:kOPVwKJ1b؁BG1?!d`40EML9Ɗ#zf\QHhՁH=g,VڞvѭlbgCUqɊy`Ha%4LlN # VqSuIc|ro~5SFjzwTZ܇b ][MO!ssF"p(m],E쎪X9$wa0SIiN ;gHOxzekt-Ba{U[Xޕ&ubX +7'IkV-rc'if +7ء 0MfC3rU2Ϲ"&d`Fw},% mLҖj|0'we+}ںP{A@(3ddtdo]z KAD25-@{2pl\ꨅ^YBz.~PT/z͂y|"f1 aبycPuR_AR4h93ec82?N:v6_[}gNY>[ y㬮hb%&kdANÆѝs/{DPy?`p|ƹvdP uT m"M +ut7 +>:x~9+.x 'ta^=[PUZxENw]](tYU|6>/RxyPl8w"gې?}\ #>~r +ܧ:7݇L[YvNr_ǟz'_S-1vTEZesїuiQ`Yv{{O\tG: {˵(4y A:\;ɑ:}͞Sܫ=?dŲ/|/]kvQFztS9d'slW#K +K7Uduף6О23٘IN +6PQƟy6$ ^dաʖDdH*<(?^z[ 'hÜӑ鬔< atwVlw4uEW t[uRyԝrd)e/ \F8;}ڝ$ %Z2snl|><^Pj t, <=: 'ɊYfS66ٵ3@κ\@\6RI-W*g|gg7Oep+`:/&bAZֿjXOM(pB'nmМ +#vYIT'Mm/g{`)'0W+*PuU#O YZi*"of ÷K QA/ +xu;S˝_V6[K5)e*ް TOdA$m=F blZi)zɟNqP~[8Mё4iTqOHmW|5f #>p6x?VOMk+ⴽƳbG73TYcYM:#`re\/:WրX~AeVK%DB`w XS{z/进gnYҦXxڸn6(&\'lHΟB6t2E]3(sijv]ew煝HTu4zncq\Ue^y!'X5pm5;1ep)ŀ@۩.x~x|Loz2ce~ù|ٹhiu%]~x(~b6%y>%EN^8s9Rl0'Ì +4jFfԍ:1mco衫>u9bL'/qJ5rRQ+!db\kh}p8!n6;`Y +e0n\!4bۮ¥qp)1LC~d88|c\S +&ľeӺr0nHpGp?=lD=1f"ԋy1OL*$ɇRW])3Ok]ڪ h]z|| X^ug Fiŋt2w]8 + +r\mbRp#ЗݕH?zxeU9% + +>z2e[<)kGd^g۱?EzHr883n'_n1DIww)]cx\IXUzTgk=ȫxNYo:Oj))큦`מt!) JjWʱ>)|V6(wokRWp f%wUAeR!Z-ӣ\'FYUyGM~27&ԺNQN`ğM +5ݰͣ uGH:{G@tGr߫-Hx&<ޞ\nZFJ7mS_T1Ҩ#w[N_^->mclqgqogiQnm$uw2U0(ts7 66z+U}XUsA5V=L T`l$@ޣyC~c 4kG>l6uksԚ sXŐϬJECX׻vZhILǝq'ڌQ+AM0bd1Nn&!3RI)pq L(<7#>? -<9/̫G<3S?]( $_:5#t+[O 4o ɶVN7NUt/A uu_.jwHin'H7L RRO'Xևh^Y4'UFjd8$w/VywɻFVAjtT7]2ٰY]$5VN2#PᝰH9K-SKҮ> stream xuJPFOUvDD@`]\ FMkIRB|&إnऋ(HrTų9` ըa&ʺ:l @@ -1951,462 +690,216 @@ F ̵8+/> +182 0 obj +<> stream x}Kq?UX 94%MQKSN#ԦQvBˡhFk ! ՠZP~xx^ޗQx"^P c!H0 0l+ߣy7;׫;Q?V._tF3LEK)y z80eIPkT/%[p:8+%d"G `d_{ٹ֖gzm\8rSif1\CU` S] @o _ endstream endobj - -152 0 obj -[164 0 R /XYZ 36 713.6698 0] +183 0 obj +<> endobj - -153 0 obj -[164 0 R /XYZ 36 298.0298 0] -endobj - -154 0 obj -[164 0 R /XYZ 36 226.48975 0] -endobj - -155 0 obj -[164 0 R /XYZ 36 100.04974 0] -endobj - -156 0 obj -<< - /Type /Annot - /Subtype /Link - /Rect [48 752.9198 114.61 765.0198] - /Border [0 0 0] - /A << - /Type /Action - /S /URI - /URI (tel:+917015600547) - >> - /F 4 - /StructParent 0 - /Contents (Telephone +917015600547) ->> -endobj - -157 0 obj -<< - /Type /Annot - /Subtype /Link - /Rect [131.61 752.9198 237.81 765.0198] - /Border [0 0 0] - /A << - /Type /Action - /S /URI - /URI (mailto:ahujadivyam@gmail.com) - >> - /F 4 - /StructParent 1 - /Contents (Email ahujadivyam@gmail.com) ->> -endobj - -158 0 obj -<< - /Type /Annot - /Subtype /Link - /Rect [254.81 752.9198 302.9 765.0198] - /Border [0 0 0] - /A << - /Type /Action - /S /URI - /URI (https://divyam.dev) - >> - /F 4 - /StructParent 2 - /Contents (https://divyam.dev) ->> -endobj - -159 0 obj -<< - /Type /Annot - /Subtype /Link - /Rect [319.9 752.9198 385 765.0198] - /Border [0 0 0] - /A << - /Type /Action - /S /URI - /URI (https://linkedin.com/in/ahujadivyam) - >> - /F 4 - /StructParent 3 - /Contents (https://linkedin.com/in/ahujadivyam) ->> -endobj - -160 0 obj -<< - /Type /Annot - /Subtype /Link - /Rect [48 737.4198 109.42 749.5198] - /Border [0 0 0] - /A << - /Type /Action - /S /URI - /URI (https://git.divyam.dev/) - >> - /F 4 - /StructParent 4 - /Contents (https://git.divyam.dev/) ->> -endobj - -161 0 obj -<< - /Type /Annot - /Subtype /Link - /Rect [126.42 737.4198 194.07 749.5198] - /Border [0 0 0] - /A << - /Type /Action - /S /URI - /URI (https://github.com/ahujadivyam) - >> - /F 4 - /StructParent 5 - /Contents (https://github.com/ahujadivyam) ->> -endobj - -162 0 obj -<< - /Type /Annot - /Subtype /Link - /Rect [44.04 152.0998 171.02 164.19977] - /Border [0 0 0] - /A << - /Type /Action - /S /URI - /URI (https://git.divyam.dev/divyam/fastbin) - >> - /F 4 - /StructParent 6 - /Contents (https://git.divyam.dev/divyam/fastbin) ->> -endobj - -163 0 obj -<< - /Type /Annot - /Subtype /Link - /Rect [175.51 152.0998 270.08 164.19977] - /Border [0 0 0] - /A << - /Type /Action - /S /URI - /URI (https://fastbin.lab.divyam.dev) - >> - /F 4 - /StructParent 7 - /Contents (https://fastbin.lab.divyam.dev) ->> -endobj - -164 0 obj -<< - /Type /Page - /Resources << - /ProcSet [/PDF /Text /ImageC /ImageB] - /ColorSpace << - /c0 148 0 R - /c1 149 0 R - >> - /Font << - /f0 130 0 R - /f1 136 0 R - /f2 142 0 R - >> - >> - /MediaBox [0 0 595.2756 841.8898] - /StructParents 8 - /Tabs /S - /Parent 1 0 R - /Contents 165 0 R - /Annots [156 0 R 157 0 R 158 0 R 159 0 R 160 0 R 161 0 R 162 0 R 163 0 R] ->> -endobj - -165 0 obj -<< - /Length 8296 - /Filter /FlateDecode ->> +184 0 obj +<> stream -x][u~_Qq v"QvlrKʃi#ZtM3忟@ݕYŝFwvp|g'B^|7_v/_< #p" Q#oN/nۉݾ=}͉oޝ^bD8ͫ~ys'd1W.L#-׆_/O/zyzΉd=fwNpuٜ3f&;3L3KygSwŝ!tǗ`/z Wݽ'}y1@k$훓*JwsIVNyz{QM^˦U399 r%z;nq5UO8OpCåV2ܖb֨" wԆK%'0ZTsoP0L+-G녏;1E08CTn mrtpc^!~CIz3 Lsz+ T0牥z 3KN -K$qT3gDۓ$Z#r!* /ϿIzsI-Dh!B_{ms 0#yѦ+rm,cįBG-1Ti)Rm ,xʉ@mtPP#ʐvZS3e7l݈͈uUӺXhXXK<7')KU뻂9pQ߹wVO.mW<2ɥZF( aTh.^B9IbH`A@EWRmᤨ&< -GܷZ,rlHsf*wT2A_oN睉Ţ;q:\\.y\k7*& KU=M`LRU-He#ٖʖ|p&6>) - MF^/P -텮;+Z=Ǔ\vծ 7'5<_Ĉ:?\g=(Y-*MOcd rjL df =N)84pY%F8UppHpnbI :0TXKTKiEB2j 4\YG1OԡvH8ZI:I]t*e@ WQIBPnОP;]!I%"^K2Qׂ(ũ){Q-5ꁡcr/`*4aSu(ݝ$Ӕ1+J-uJ=YKrX YpϨxV;G1VC;"Õ Or !,EJh"dIߕBvu\7\-}xR{+ʱM7bY1`PšQ/Ql.\Ɵp玫rS{qtKWqpi vc /NeMRZFH aⷧDЁ,+z]@gV-zZP; %2x7 lb%oN\ jμ+M /¸^,ZH0<5Re.™ZeY%Ϝ -> ]:y9DbK#A9 q&(@yiM K5›0pbZ3StZ!I$ -`N=9ENcV$ɁBbq~IYbi0ip0>O(4v|?B(V/Wm -}e|wܽ~?뷥,"yu.(lXJ++ HP9 h* 40X[ +LBP#"ۡaq)אQ<(㻡mt.aޥbЧahKtjO,ܞhc\^&˨u*- }FBhQVh)l=~vh3*E&fQ Q- m 5LPXdp24`eDV5< ^}\|;;x)Q`\̅0T:@T<Aˏ,K'$ܶGa&&äeaZ -Xw`U{h `% 7% q $eX,<ěKRg/]F̨vͭÚTjs!-`vSr#YW_T_V7)(#Pj-Dťw3ƫA$8< - zRO7fe\9Y撬J -z,HMLXb(`NFX9kԁk^%Di#ZSk2b$~qz%N0"Aߝ^*;*/&24֥pVLQ#>sO㎳6,o0JXASpTF ;*pMF(~R yufvT%~,w5Дj$5u!t :zc.*Mp.5 -=\hba6}%l!Cy3eFMF1ajf Fz陻} -}-08]2v/2F{\! -r]ȕ@tO^b}.D򻱑u'?w^Q%JE}.Y9g;/>1ʽa2뗿; "_8ɟO -]Q:>~h\Q;TvF}F ሧ^ACx*9ϵES[b!(ڇXa 4jDC}9/gʁ,;PfZe" -aSSaBz8tRAPΌ˜g +8:Dj;JxcD#uG* ^Ej@] -wsE- o8D-rk* TXt, hlL!0Xg^Xk(c8! HN0mp#$b!Δ7eDc.bYDQ0 ]zxP8Rd085 -zN#rރ..TY9 -%#* fQw@%eh͍ ƚP H=řr,{Ij%Nwá"kLΫ@bRap#ք^e22D.xL^a*6ɡXN=萿jHTia Z0rPDWsb  VGs#}}#)XSÓo)Q,`@m$=J[j:  %?0b]J}&= pHq -vDb0܏Xu;2`j!K%xNe@Nuy(,!Es8<T0.O -0 "p iT:^ -aYL9'v!|W޾'Ih@2椅DdH1?,4pn']r7ՙH~&_J>S -z02s?'rSSeePgǛsst& -#GeHF8WӱVx+}2Dk Eg$SvfL1Cw,l21(E1a`x? -V}v^# =ԯu_h ٨vZځ Iei*H]maKn+E[;qJǒ;O-䔌CaPodTmM!yI6CŹsKqt -TXtLVjՙy6^׎1Sك= S1mex^Y\]o qJ@nZcjQzx뮃?urxcEea߭2='P *SϤz<^C1s 47ͩ{L͏9'~xuLvaGK͚#m{Xp%z6 6TӱƺckWI=吲*Ij^V;n@L)yĿpCjam&EBɻ}kxbiӽ]"Ϩ$ʴgshaxH.q5}.o:I-CQr<:>;qki{8?UlHm_(T>&y'#v<CfCwh\Ze$Mth ӹNݳG@ey=6:&9h^VO}^ߐz;ZPS w$ w|Wq5G3aͺ?MҊ˯c8*:ojR -$cggP:3kY{4Vחy].[C]Rym]}} xXO#\ٞr+3dsd(Z{M6=o>{~Jý٩ߎ}!{xW ZtOU5"viUlZ^`k*c͇gq,iEVomS)is]bVY\?kkjF;"lm+E5#It481Y˕;U eEP`W>M: ;sAJ0luqxMc]anڜ1RR˖a~rݱ íPgn3~WMi~^:IN$Enޞ]Ǚw3իشc]yjB;z-骘e4qqPRqIlݟBw2 -w\޾qD^qőW.A>O!,a!GM:2m\]uYqf+=hۤmtDL%C>!Y$nϽfIZcCvo&ZRL`bGM"s߄3v7MSe\ =*br쿃J3ؗ#f],pb>Dr̿}ݳ0;}l?|x`QRĆ/'V(m[C$f -i̬Q7潼a)GKxV\!FFGaβg!q@pAś(0{)PՍӹBNRk%yeH`%S B ^@)LaY/*'(b}M(κm5|5c<2w ;f}?uHI}iy3cG){KYWG7[mZg؄YࡳFN®l]\tbs;yMyΎu=$?Q#GvwmlH:>!ے^~`ZvSm(F WA&=9J"'Q\\ RoSu漏S>2}y}oŎiQM{_IRfTk|MP"SԐE+$lB^9)gbRU{[ sq!T r-]ecw^ɷu>툭7+j5y_l(?6 T}4%9<1seO!%7HH᫳oxb}Gj.':I]7˅qhPKu+bwXyܩ!WvOd'.KDŤ߀c_Τe6%[NV([g@#d=Fz@ *,jߪ{Z`?wB t4ZTo%QYTeQZ2ڍLF)!_15 LMtpQ'X?BN8g"5q$m>2qkZ%?9{НyS6wX#\au -|OC.GV$v8opM7.oZx%hT'sgfV}$C޹11zuM@}88coߚ{շ_u -_Nj"_YZy 唉px4~(*VŽǢ,I bdP X\#+*s+)3YVS.6zgj?ˑ{|G90vGcu;-S1:>T욾nqnΨ޴CzϪ8Vd|(~ʯR'Cj)CޡCwj ¶gW V贈)+pq7>NL?ul2yUaqݡkQ<"TQԲvvuV}eU29(0~\n!g}aMy͹e^@n} k:,{I -9 r5RCOڿI@Z.%kR,G_G}ֵOA/ed5Ktx̓BCbag޴W$,xpK=ImP!dxc~[n܏ +Divyam Ahuja's ResumeDivyam AhujaTypst 0.15.1en2026-08-24T14:26:50+05:302026-08-24T14:26:50+05:301application/pdfAWn/ItTJlIem+fjRuyuoMg==krnqdnxIK62TWTpNh/a6rg==proof1.7 endstream endobj - -166 0 obj -<< - /Title (Divyam Ahuja's Resume) - /Author (Divyam Ahuja) - /Creator (Typst 0.14.2) - /ModDate (D:20260722013512+05'30) - /CreationDate (D:20260722013512+05'30) ->> +185 0 obj +<>/ViewerPreferences<>/Outlines 7 0 R>> endobj - -167 0 obj -<< - /Length 1173 - /Type /Metadata - /Subtype /XML ->> -stream -Divyam Ahuja's ResumeDivyam AhujaTypst 0.14.2en2026-07-22T01:35:12+05:302026-07-22T01:35:12+05:301application/pdfCp3R4rxMFepUY33iHKqImw==krnqdnxIK62TWTpNh/a6rg==proof1.7 -endstream -endobj - -168 0 obj -<< - /Type /Catalog - /Pages 1 0 R - /Metadata 167 0 R - /Lang (en) - /StructTreeRoot 7 0 R - /MarkInfo << - /Marked true - /Suspects false - >> - /ViewerPreferences << - /Direction /L2R - >> - /Outlines 2 0 R ->> -endobj - xref -0 169 +0 186 0000000000 65535 f 0000000016 00000 n -0000000082 00000 n -0000000162 00000 n -0000000252 00000 n -0000000352 00000 n -0000000454 00000 n -0000000543 00000 n -0000000847 00000 n -0000001612 00000 n -0000001825 00000 n -0000001924 00000 n -0000002003 00000 n -0000002146 00000 n -0000002225 00000 n -0000002368 00000 n -0000002447 00000 n -0000002590 00000 n -0000002669 00000 n -0000002811 00000 n -0000002915 00000 n -0000003046 00000 n -0000003131 00000 n -0000003225 00000 n -0000003314 00000 n -0000003403 00000 n -0000003541 00000 n -0000003626 00000 n -0000003731 00000 n -0000003868 00000 n -0000004023 00000 n -0000004160 00000 n -0000004315 00000 n -0000004404 00000 n -0000004489 00000 n -0000004583 00000 n -0000004672 00000 n -0000004761 00000 n -0000004864 00000 n -0000004965 00000 n -0000005066 00000 n -0000005197 00000 n -0000005282 00000 n -0000005376 00000 n -0000005465 00000 n -0000005571 00000 n -0000005650 00000 n -0000005792 00000 n -0000005871 00000 n -0000006013 00000 n -0000006092 00000 n -0000006234 00000 n -0000006313 00000 n -0000006455 00000 n -0000006534 00000 n -0000006676 00000 n -0000006821 00000 n -0000006906 00000 n -0000007010 00000 n -0000007102 00000 n -0000007191 00000 n -0000007276 00000 n -0000007390 00000 n -0000007482 00000 n -0000007574 00000 n -0000007663 00000 n -0000007748 00000 n -0000007849 00000 n -0000007941 00000 n -0000008030 00000 n -0000008136 00000 n -0000008215 00000 n -0000008357 00000 n -0000008436 00000 n -0000008578 00000 n -0000008657 00000 n -0000008799 00000 n -0000008878 00000 n -0000009020 00000 n -0000009099 00000 n -0000009241 00000 n -0000009407 00000 n -0000009492 00000 n -0000009586 00000 n -0000009675 00000 n -0000009760 00000 n -0000009854 00000 n -0000009943 00000 n -0000010028 00000 n -0000010122 00000 n -0000010211 00000 n -0000010296 00000 n -0000010400 00000 n -0000010492 00000 n -0000010581 00000 n -0000010666 00000 n -0000010780 00000 n -0000010872 00000 n -0000010964 00000 n -0000011053 00000 n -0000011140 00000 n -0000011249 00000 n -0000011343 00000 n -0000011433 00000 n -0000011545 00000 n -0000011627 00000 n -0000011771 00000 n -0000011853 00000 n -0000011997 00000 n -0000012079 00000 n -0000012223 00000 n -0000012305 00000 n -0000012449 00000 n -0000012531 00000 n -0000012675 00000 n -0000012781 00000 n -0000012947 00000 n -0000013096 00000 n -0000013258 00000 n -0000013407 00000 n -0000013566 00000 n -0000013714 00000 n -0000013877 00000 n -0000014025 00000 n -0000014187 00000 n -0000014335 00000 n -0000014495 00000 n -0000014643 00000 n -0000014803 00000 n -0000014889 00000 n -0000014975 00000 n -0000015146 00000 n -0000015862 00000 n -0000015953 00000 n -0000016208 00000 n -0000017572 00000 n -0000021839 00000 n -0000022009 00000 n -0000022918 00000 n -0000023009 00000 n -0000023263 00000 n -0000025023 00000 n -0000031187 00000 n -0000031354 00000 n -0000031799 00000 n -0000031889 00000 n -0000032141 00000 n -0000033178 00000 n -0000036228 00000 n -0000036266 00000 n -0000036304 00000 n -0000036663 00000 n -0000037086 00000 n -0000037133 00000 n -0000037180 00000 n -0000037228 00000 n -0000037276 00000 n -0000037523 00000 n -0000037789 00000 n -0000038035 00000 n -0000038312 00000 n -0000038565 00000 n -0000038836 00000 n -0000039121 00000 n -0000039393 00000 n -0000039808 00000 n -0000048184 00000 n -0000048369 00000 n -0000049633 00000 n +0000000069 00000 n +0000000144 00000 n +0000000226 00000 n +0000000313 00000 n +0000000397 00000 n +0000000471 00000 n +0000000536 00000 n +0000000797 00000 n +0000001660 00000 n +0000001727 00000 n +0000001794 00000 n +0000001909 00000 n +0000002015 00000 n +0000002130 00000 n +0000002236 00000 n +0000002353 00000 n +0000002459 00000 n +0000002577 00000 n +0000002683 00000 n +0000002797 00000 n +0000002904 00000 n +0000003021 00000 n +0000003128 00000 n +0000003266 00000 n +0000003349 00000 n +0000003452 00000 n +0000003514 00000 n +0000003617 00000 n +0000003679 00000 n +0000003782 00000 n +0000003844 00000 n +0000003947 00000 n +0000004009 00000 n +0000004112 00000 n +0000004174 00000 n +0000004265 00000 n +0000004334 00000 n +0000004406 00000 n +0000004490 00000 n +0000004558 00000 n +0000004627 00000 n +0000004701 00000 n +0000004769 00000 n +0000004838 00000 n +0000004910 00000 n +0000004982 00000 n +0000005076 00000 n +0000005144 00000 n +0000005213 00000 n +0000005285 00000 n +0000005369 00000 n +0000005437 00000 n +0000005506 00000 n +0000005578 00000 n +0000005662 00000 n +0000005730 00000 n +0000005799 00000 n +0000005873 00000 n +0000005941 00000 n +0000006073 00000 n +0000006176 00000 n +0000006238 00000 n +0000006341 00000 n +0000006403 00000 n +0000006506 00000 n +0000006568 00000 n +0000006671 00000 n +0000006733 00000 n +0000006836 00000 n +0000006898 00000 n +0000006989 00000 n +0000007058 00000 n +0000007130 00000 n +0000007214 00000 n +0000007282 00000 n +0000007351 00000 n +0000007423 00000 n +0000007495 00000 n +0000007589 00000 n +0000007657 00000 n +0000007726 00000 n +0000007798 00000 n +0000007882 00000 n +0000007950 00000 n +0000008061 00000 n +0000008140 00000 n +0000008223 00000 n +0000008307 00000 n +0000008378 00000 n +0000008447 00000 n +0000008521 00000 n +0000008589 00000 n +0000008686 00000 n +0000008757 00000 n +0000008826 00000 n +0000008900 00000 n +0000008969 00000 n +0000009039 00000 n +0000009156 00000 n +0000009258 00000 n +0000009325 00000 n +0000009396 00000 n +0000009502 00000 n +0000009574 00000 n +0000009645 00000 n +0000009721 00000 n +0000009793 00000 n +0000009864 00000 n +0000009982 00000 n +0000010085 00000 n +0000010152 00000 n +0000010224 00000 n +0000010331 00000 n +0000010413 00000 n +0000010485 00000 n +0000010557 00000 n +0000010635 00000 n +0000010707 00000 n +0000010779 00000 n +0000010898 00000 n +0000011001 00000 n +0000011120 00000 n +0000011223 00000 n +0000011313 00000 n +0000011385 00000 n +0000011492 00000 n +0000011566 00000 n +0000011638 00000 n +0000011716 00000 n +0000011788 00000 n +0000011887 00000 n +0000011971 00000 n +0000012077 00000 n +0000012142 00000 n +0000012248 00000 n +0000012313 00000 n +0000012419 00000 n +0000012484 00000 n +0000012590 00000 n +0000012655 00000 n +0000012744 00000 n +0000012982 00000 n +0000013180 00000 n +0000013397 00000 n +0000013594 00000 n +0000013822 00000 n +0000014026 00000 n +0000014247 00000 n +0000014475 00000 n +0000014706 00000 n +0000014941 00000 n +0000015164 00000 n +0000015201 00000 n +0000015238 00000 n +0000015285 00000 n +0000015333 00000 n +0000015381 00000 n +0000015428 00000 n +0000015475 00000 n +0000015609 00000 n +0000015755 00000 n +0000016429 00000 n +0000016646 00000 n +0000016791 00000 n +0000017648 00000 n +0000017863 00000 n +0000018005 00000 n +0000018437 00000 n +0000018651 00000 n +0000018875 00000 n +0000018957 00000 n +0000019610 00000 n +0000023950 00000 n +0000024030 00000 n +0000024796 00000 n +0000030830 00000 n +0000030912 00000 n +0000031471 00000 n +0000034694 00000 n +0000043808 00000 n +0000044151 00000 n +0000044558 00000 n +0000044721 00000 n +0000045972 00000 n trailer -<< - /Size 169 - /Root 168 0 R - /Info 166 0 R - /ID [(krnqdnxIK62TWTpNh/a6rg==) (Cp3R4rxMFepUY33iHKqImw==)] ->> +<> startxref -49870 +46157 %%EOF \ No newline at end of file