Skip to content

Instantly share code, notes, and snippets.

@jonedmiston
Created April 11, 2020 06:47
Show Gist options
  • Save jonedmiston/d2dab359e15f47b8981da5555915f959 to your computer and use it in GitHub Desktop.
Save jonedmiston/d2dab359e15f47b8981da5555915f959 to your computer and use it in GitHub Desktop.
Lava for a slow page
{% execute type:'class' %}
using Rock;
using Rock.Data;
using Rock.Model;
public class MyScript
{
public string Execute() {
System.Threading.Thread.Sleep(4000);
return "";
}
}
{% endexecute %}
<div class="row margin-b-lg">
<div class="col-md-2">
<img src="https://rockrms.blob.core.windows.net/temp/jon/content-pixie-UamX6s03y3o-unsplash.jpg" class="img-responsive" style="border: 8px solid #e8e8e8;" />
</div>
<div class="col-md-8" style="">
<h4 class="margin-t-none">{{ 'Bring to the table win-win survival strategies' | Capitalize }} </h4>
<p>
Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line.
</p>
</div>
</div>
<div class="row margin-b-lg">
<div class="col-md-2">
<img src="https://rockrms.blob.core.windows.net/temp/jon/arlington-research-nFLmPAf9dVc-unsplash.jpg" class="img-responsive" style="border: 8px solid #e8e8e8;" />
</div>
<div class="col-md-8" style="">
<h4 class="margin-t-none">{{ 'Nanotechnology immersion along the information highway' | Capitalize }} </h4>
<p>
Podcasting operational change management inside of workflows to establish a framework. Taking seamless key performance indicators offline to maximise the long tail. Keeping your eye on the ball while performing a deep dive on the start-up mentality to derive convergence on cross-platform integration.
</p>
</div>
</div>
<div class="row margin-b-lg">
<div class="col-md-2">
<img src="https://rockrms.blob.core.windows.net/temp/jon/nordwood-themes-bJjsKbToY34-unsplash.jpg" class="img-responsive" style="border: 8px solid #e8e8e8;" />
</div>
<div class="col-md-8" style="">
<h4 class="margin-t-none">{{ 'Collaboratively administrate empowered markets via plug-and-play networks' | Capitalize }} </h4>
<p>
Efficiently unleash cross-media information without cross-media value. Quickly maximize timely deliverables for real-time schemas. Dramatically maintain clicks-and-mortar solutions without functional solutions.
</p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment