Skip to content

Instantly share code, notes, and snippets.

@islaytitans
Created July 13, 2015 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save islaytitans/8d35db885413e4d27540 to your computer and use it in GitHub Desktop.
Save islaytitans/8d35db885413e4d27540 to your computer and use it in GitHub Desktop.
Splash Panel front end
<div class="call-to-action" runat="server" id="Panel">
<article class="CTA-text-wrapper">
<header>
<h2 class="CTA-text">
<sc:Text runat="server" ID="titleText" Field="Title" />
</h2>
</header>
<p>
<sc:Text runat="server" ID="straplineText" Field="Strapline" />
</p>
<sc:Link runat="server" ID="clickThroughLink" Field="Link" CssClass="button" />
</article>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment