Fake HTML Helpers for random bits of html content
I use Combo() in a loop on a kitchen sink page to quickly see if my base styles for new website builds look good.
ShortUL()
short unordered list exampleLongUL()
longer unordered list exampleShortOL()
short ordered list exampleSentence()
html sentence wrapped in a p tagParagraph()
html paragraph wrapped in a p tagLongParagraph()
longer html paragraph wrapped in a p tagBlockQuote()
html blockquoteHeader()
h1 headerHeaderTwo()
h2 headerHeaderThree()
h3 headerHeaderFour()
h4 headerHeaderFive()
h5 headerCode()
html code exampleForm()
example form contains some classnames from bulma cssRandom()
returns a random chunk of html from all the optionsCombo()
returns 5 combined chunks of random html seperated by a line breakImageSquare()
returns a random sqaure image from lorempixel.comImage4by3()
returns a random 4by3 image from lorempixel.comImage3by2()
returns a random 3by2 image from lorempixel.comImage16by10()
returns a random 16by10 image from lorempixel.comImage16by9()
returns a random 16by9 image from lorempixel.comImage21by9()
returns a random 21by9 image from lorempixel.com