Source code for kashcotton.com — my personal website and portfolio.
This repository contains the front-end source code for my website, built with simplicity, performance, and readability in mind. No frameworks, no CMS, no build steps — just clean static files.
I’m Kash Cotton, a web designer and developer focused on building modern, user-friendly websites that work well across all devices.
This site serves as a central place for:
- My work and experience
- A downloadable resume
- A clean, in-page contact form
Previously known online as @axeltechtips.
- HTML5 — semantic, accessible markup
- Tailwind CSS — utility-first styling
- Vanilla JavaScript — lightweight interactivity
- Google Fonts (Inter) — typography
- Formspree — contact form handling (no redirects)
- Responsive, mobile-first layout
- Dark, modern UI
- Downloadable PDF resume
- Contact form with in-page submission
- Fast load times and minimal dependencies
- Simple, easy-to-read file structure
/
├── index.html
├── resume.pdf
└── README.mdThis is a static website and can be run locally with any basic web server.
Python
python3 -m http.serverNode
npx serveOpen the provided localhost URL in your browser.
You are free to:
- Use this code
- Modify it
- Remix it
- Use it for personal or commercial projects
With the following conditions:
- You must provide clear credit to Kash Cotton (e.g. in a README, site footer, or documentation)
- You may not claim this work as your own
- You may not use my name or identity as yours
That’s it. Do whatever you want otherwise.
Built by Kash Cotton
Credit required — attribution appreciated.