2022

Critical Response Strategies (CRS)

I was responsible for creating CRS’s visual identity and launching a website that reflected the stakeholders’ vision and brand requirements.

Sample project image

Critical Response Strategies (CRS) is a multi-disciplinary emergency staffing agency specializing in construction, medical services, information technology, and engineering. As a Graphic Designer at Caplin, I was responsible for developing CRS’s visual identity and designing and launching a website that aligned with stakeholders’ vision and brand expectations.

Sample project image

For the branding, I aimed to create a mark that clearly conveys CRS’s sense of urgency.

Thumbnail image
Sample project image
Sample project image

Copyright © 2026 Kobe Reese. All rights reserved.

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" }