A fun quiz to identify your humor style and preferences
Humor DNA is a minimal, visually engaging concept that explores the idea of mapping out your personal comedy style — a creative “DNA test” for humor.
This demo includes simple setup instructions, clean design, and easily replaceable assets so you can use it as a foundation for your own creative quiz, personality project, or portfolio concept.
- Responsive, minimal layout
- Custom gradient typography (
#e91e63 → #ffb300) - Includes demo image assets for quick setup
- Easy to replace with your own visuals and text
- Works seamlessly with GitHub Pages, Netlify, or local hosting
Humor-DNA/
├── index.html
├── style.css
├── README.md
└── img/
├── humor-dna.png
├── demo-image-1.png
└── demo-image-2.png
By default, index.html points to the images included in the /images folder:
<img src="img/humor-dna.png" alt="Humor DNA">You can view and modify them freely — they’ll display automatically when you open or deploy the project.
- Add your own image files to the
/imgfolder. - Use descriptive filenames that reflect what each image represents, such as:
img/dry-humor.png img/sarcasm-style.png img/slapstick.png - Open the HTML file (usually
index.html) and update the image file names in thesrcattributes:<img src="img/your-file-name.png" alt="Description of image">
- Save your changes, then commit and push to GitHub.
Tip:
Using descriptive file names makes it easier to organize and identify your humor style graphics — especially if you expand the project to include multiple quiz results or personality types.
If you’ve enabled GitHub Pages for your repo, open:
https://monapdx.github.io/Humor-DNA/
- Clone the repo:
git clone https://github.com/monapdx/Humor-DNA.git
- Open
index.htmlin your browser.
- Colors: Edit the gradient in
style.css:background: linear-gradient(90deg, #e91e63, #ffb300);
- Font: Adjust font families or sizes directly in the CSS.
- Text: Change the tagline (“A fun quiz to identify your humor style and preferences”) inside the HTML file.
The concept behind Humor DNA blends personality quizzes, minimalist design, and a pop-art club aesthetic.
It’s ideal for creative developers, designers, or writers who want to showcase interactive or identity-driven web projects.
MIT License © Ashly Lorenzana 2025
Free to remix, adapt, and build upon — just credit or link back to this repository if you use it publicly.


