Markdown Converter
Agent skill for markdown-converter
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is a static portfolio website for Cody Lampman, a Growth Product Designer. The site is built with vanilla HTML and CSS, designed to be hosted on GitHub Pages.
Key files:
index.html - Main portfolio page with hero section, work samples, experience, about section, and reviewsstyles.css - Complete styling with mobile-first responsive designCNAME - Domain configuration for GitHub Pages (codylampman.com)Cody-Lampman-Resume.pdf - Downloadable resumeimages/ - Directory containing all site assetsThis is a single-page application with no build process or dependencies. The site uses:
The site uses a minimal design system defined in CSS custom properties:
:root { --background: #F7FFFF; --color-primary: #BFD8DE; --color-secondary: #EF4444; --color-text: #313738; --color-subhead: #68868C; --font-sans-serif: -apple-system, BlinkMacSystemFont, ...; --font-serif: Iowan Old Style, Apple Garamond, ...; }
Since this is a static site with no build process, development is straightforward:
index.html directly in a browser or use a simple HTTP serverThe page is organized into semantic sections: