2022

Caplin Ventures Archive

While serving as a graphic designer for Caplin Family Offices, I had the opportunity to work with various companies that CFO invested in, and operated within the company. 

A B2B promotional flyer for Trinity IT Solutions

A B2B promotional flyer for Trinity IT Solutions

Identity branding and website for Critical Response Strategies.


** I am not responsible for the purple box in the current navigation

Identity branding and website for Critical Response Strategies.


** I am not responsible for the purple box in the current navigation

A snapshot of B2B marketed social media content I created for Providence Technology Solutions.

A snapshot of B2B marketed social media content I created for Providence Technology Solutions.

Social media posts for Pulse Clinical Alliance.

Social media posts for Pulse Clinical Alliance.

A services provided overview flyer for 1901 Contracting

A services provided overview flyer for 1901 Contracting

This is a bifold 8.5" x 11" brochure, used to market their services for both residential and commercial properties.

This is a bifold 8.5" x 11" brochure, used to market their services for both residential and commercial properties.

Copyright © 2026 Kobe Reese. All rights reserved.

Copyright © 2026 Kobe Reese.

All rights reserved.

import { Override } from "framer" import { useEffect } from "react" export function SmoothBackScrollFix(): Override { useEffect(() => { if ("scrollRestoration" in window.history) { window.history.scrollRestoration = "manual" }