Skip to content

jta1016/claude_potsbyscott

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scott Anderson — Artist

Personal portfolio site for Scott Anderson, ceramics and paintings artist.

Structure

index.html       — single-page site
assets/          — artwork photography

Running locally

Just open index.html in a browser. No build step, no dependencies.

Deploying

Vercel (recommended):

  1. Push this repo to GitHub
  2. Go to vercel.com/new, import the repo
  3. Deploy — no configuration needed

Netlify Drop:

  1. Go to app.netlify.com/drop
  2. Drag this folder onto the page
  3. Done — live URL instantly

Instagram gallery

The Instagram section uses a no-key public gallery widget (instagram-gallery.js) backed by two Vercel serverless functions:

  • api/instagram-feed.js — fetches and caches the public profile feed (30-min cache, 24-hr stale fallback)
  • api/image-proxy.js — proxies Instagram CDN images to avoid CORS

The widget loads automatically on deploy. No API key needed for public profiles.

If Instagram temporarily rate-limits anonymous requests, add a server-side session cookie as an environment variable in Vercel:

INSTAGRAM_COOKIE=sessionid=...;csrftoken=...;ds_user_id=...

Stack

Plain HTML, CSS, and vanilla JavaScript. No frameworks, no build tools.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors