Skip to content

Instantly share code, notes, and snippets.

@OliPassey
Created January 11, 2020 12:06
Show Gist options
  • Save OliPassey/947574ea0ac6f2dba21fb1bb706190cb to your computer and use it in GitHub Desktop.
Save OliPassey/947574ea0ac6f2dba21fb1bb706190cb to your computer and use it in GitHub Desktop.
<h1>Stay On Brand - Templated Img Gen</h1>
<h2>Sliders:</h2>
<p><strong>Template 1</strong> - 2 Line Headline &amp; 6 Lines of Text</p>
<p><img src="https://olipassey.me.uk/xmas.php" alt="" width="750" height="300" /></p>
<p>Headline:<input name="Headline" type="text" /></p>
<p>Sub-heading:<input name="Sub-heading" type="text" /></p>
<p>Text 1:<input name="Text1" type="text" /></p>
<p>Text 2:<input name="Text2" type="text" /></p>
<p>Text 3:<input name="Text3" type="text" /></p>
<p>Text 4:<input name="Text4" type="text" /></p>
<p>Text 5:<input name="Text5" type="text" /></p>
<p>Text 6:<input name="Text6" type="text" /></p>
<p>Featured Image:<select>
<option value="1">Library Item 1</option>
<option value="2">Library Item 2</option>
<option value="3">Library Item 3</option>
<option value="4">Library Item 4</option>
</select></p>
<p><button type="button">Save to Wordpress</button> <button type="button">Reset</button></p>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment