Skip to content

Instantly share code, notes, and snippets.

View Neo1981's full-sized avatar

Nadeem Ramjan Neo1981

View GitHub Profile

This is a markdown file

@Neo1981
Neo1981 / ClosedMessageByDate.html
Created June 11, 2013 19:41
CustomClosedByDate
<!-- Written by: Nadeem Ramjan on 6/11/2013 -->
<!--Step 1: Add the followin above the "MetronDiv"-->
<div id="CustomClosedMessage" style="display:none;">
<p>
Registration for the event is now closed.<br/>
Please contact <A href="mailto:[email protected]">[email protected]</a>
</p>
</div>
@Neo1981
Neo1981 / CustomCapacityMessage.html
Last active December 17, 2015 15:09
This is code for applying a custom message when a site hits capacity.
<!-- Written by: Nadeem Ramjan on 5/22/2013 -->
<!--Step 1: Add the followin above the "MetronDiv"-->
<div id="CustomCapacityMessage">
<p>
We apologize but the capacity for this meeting has been met.<br/>
Please contact <A href="mailto:[email protected]">[email protected]</a>
</p>
</div>