summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tech.mdwn8
-rw-r--r--templates/alert.mdwn3
2 files changed, 11 insertions, 0 deletions
diff --git a/tech.mdwn b/tech.mdwn
index a05ad05..4e467c7 100644
--- a/tech.mdwn
+++ b/tech.mdwn
@@ -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>