diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-03-28 11:53:39 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-03-28 11:53:39 +0200 |
commit | 3ae3836122a911484fd3b30ab09e66a1f93d2230 (patch) | |
tree | b59f795a528c687131ee1386602d75bfa271b93c | |
parent | 3117d598ef879264a2de3d7483931022b8548900 (diff) |
Style tasks and ideas as alerts.
-rw-r--r-- | tech.mdwn | 8 | ||||
-rw-r--r-- | templates/alert.mdwn | 3 |
2 files changed, 11 insertions, 0 deletions
@@ -24,14 +24,18 @@ and also broadcast live to remote spectators, ### Stream +[[!template id=alert context=danger content=<<ALERT #### Pending tasks * Save all shows to disk, before compression and streaming +ALERT]] +[[!template id=alert context=info content=<<ALERT #### Optional ideas * Maybe embed countdown into video image * Maybe embed logo as watermark into video image +ALERT]] ## Website @@ -43,6 +47,7 @@ User interface and user experience is done mobile-first using the Bootstrap framework, with an aim of creating a conventional modern business feel. +[[!template id=alert context=info content=<<ALERT #### Optional ideas * Footer maybe fixed at bottom @@ -54,12 +59,15 @@ with an aim of creating a conventional modern business feel. * Maybe use carousel for front page top intro * Maybe add countdown to front page webinar teaser * Maybe add space above contact form +ALERT]] ### Interaction Fedback form is provided. +[[!template id=alert context=info content=<<ALERT #### Optional ideas * Send contact form data * Maybe extend contact form, expanded during fill-out of the form +ALERT]] diff --git a/templates/alert.mdwn b/templates/alert.mdwn new file mode 100644 index 0000000..d25c24f --- /dev/null +++ b/templates/alert.mdwn @@ -0,0 +1,3 @@ +<div class="alert alert-<TMPL_VAR context>" role="alert"> +<TMPL_VAR content> +</div> |