Skip to content

stencilitis/FUTURE_FS_01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kirsten Martin — Portfolio

A clean, 3D-minimalist portfolio site in nude tones, built for the Full Stack Web Development internship's portfolio task. Static HTML/CSS/JS with a Three.js-rendered orb as the signature visual.

Live site: https://stencilitis.github.io/FUTURE_FS_01/ (live once GitHub Pages finishes deploying — see below)

What's inside

  • index.html — page structure and content (hero, about, skills, projects, Future Interns work, contact)
  • style.css — nude-toned design system (colors, type, layout, card tilt)
  • script.js — the Three.js hero orb, card tilt-on-hover, scroll reveals, nav state

Design

  • Palette: warm nude linen background, deep espresso text, dusty mauve + muted gold accents
  • Type: Fraunces (display/serif) for personality, Inter (body) for readability, JetBrains Mono for labels and tags — a nod to writing code
  • Signature element: a soft, rotating 3D orb built with Three.js (an icosphere with a hand-tuned nude gradient and warm/cool lighting), plus subtle 3D tilt on project cards on hover

Running locally

No build step — it's plain HTML/CSS/JS. From the project folder:

python3 -m http.server 8000

Then open http://localhost:8000 in your browser.

(Opening index.html directly also works, but a local server avoids any browser CORS quirks with the Google Fonts / Three.js CDN requests.)

Content sources

All resume content (education, projects, skills, leadership) is pulled directly my personal CV. The Future Interns section highlights the Client Lead Management System (MERN stack) and this portfolio itself.

Possible next steps

Here are some improvements I may do in the future

  • Wire the contact section to a real form (e.g. via a Formspree endpoint or a small Node/Express backend) instead of mailto:
  • Add a blog section for write-ups on each project
  • Add a dark/light mode toggle

About

Personal Professional Website

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages