This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {block:Photoset} | |
| <script type="text/javascript"> | |
| var layout = {JSPhotosetLayout}; | |
| var photocount = 0; | |
| var photoclass = '', photos = []; | |
| for(var i=0;i<layout.length;i++) { | |
| switch(layout[i]) { | |
| case "1": | |
| photoclass = 'col-lg-12'; | |
| break; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="container"> | |
| <div class="panel col-4 col-offset-4"> | |
| <form> | |
| <div class="panel-heading"> | |
| <h2 class="panel-title">Please sign in</h2> | |
| </div> | |
| <div class="form-group"> | |
| <label for="exampleInputEmail">Email address</label> | |
| <input type="text" class="form-control" id="" placeholder="Email address" autofocus=""> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <dubstep> | |
| <melody /> | |
| <drop what="bass"> | |
| <wub /> | |
| <wub /> | |
| <wub /> | |
| <wahwah>eee</wahwah> | |
| <wub /> | |
| <wub /> | |
| <wub /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| looptest: | |
| cd assets/images/; \ | |
| echo "Processing SVG assets"; \ | |
| for file in *.svg; do \ | |
| $(INKSCAPE) -d 300 -f $(CURDIR)/assets/images/$$file; \ | |
| -e $(CURDIR)/build/tmp/$$file.png; \ | |
| echo "processed" $$file; \ | |
| done; cd ../../build/tmp/; \ | |
| echo "Done processing SVG assets" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <assetimage>filename</assetimage> | |
| <!-- ------------------------------------------------------------------- --> | |
| <xsl:template match="assetimage"> | |
| <inlinemediaobject> | |
| <imageobject condition="print"> | |
| <imagedata contentdepth="1em" format="svg"> | |
| <xsl:attribute name="fileref"> | |
| <xsl:text>assets/images/</xsl:text> | |
| <xsl:value-of select="." /> | |
| <xsl:text>.svg</xsl:text> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!doctype html> | |
| <html> | |
| <head> | |
| <title>Text prettifier</title> | |
| <style media="all"> | |
| p { | |
| font-size: 12pt; | |
| text-indent: 2em; | |
| line-height: 1.5em; | |
| text-align: justify; |
NewerOlder