From: Matteo Nastasi (mop) Date: Sun, 17 Dec 2006 10:06:46 +0000 (+0000) Subject: Initial revision X-Git-Tag: 3.0.1~82 X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk-img.git;a=commitdiff_plain;h=558375df46f16c07cb02b861d76723c406885802 Initial revision --- 558375df46f16c07cb02b861d76723c406885802 diff --git a/INSTALL.sh b/INSTALL.sh new file mode 100755 index 0000000..054181b --- /dev/null +++ b/INSTALL.sh @@ -0,0 +1,67 @@ +#!/bin/bash +# +# Defaults +# +n_players=3 +ftok_path="/var/lib/brisk" +web_path="$HOME/brisk" +web_only=0 + +if [ -f $HOME/.brisk_install ]; then + . $HOME/.brisk_install +fi + +function usage () { + echo + echo "$1 [-n 3|5] [-w web_dir] [-k ] [-W]" + echo " -h this help" + echo " -n number of players - def. $n_players" + echo " -w dir where place the web tree - def. \"$web_path\"" + echo " -k dir where place ftok files - def. \"$ftok_path\"" + echo " -W install web files only" + echo +} + +function get_param () { + echo "X$2" | grep -q "^X$1\$" + if [ $? -eq 0 ]; then + # echo "DECHE" >&2 + echo "$3" + return 2 + else + # echo "DELA" >&2 + echo "$2" | cut -c 3- + return 1 + fi + return 0 +} + +# +# MAIN +# +while [ $# -gt 0 ]; do + # echo aa $1 xx $2 bb + case $1 in + -n*) n_players="`get_param "-n" "$1" "$2"`"; sh=$?;; + -w*) web_path="`get_param "-w" "$1" "$2"`"; sh=$?;; + -k*) ftok_path="`get_param "-k" "$1" "$2"`"; sh=$?;; + -W) web_only=1;; + -h) usage $0; exit 0;; + *) usage $0; exit 1;; + esac + # echo "SH $sh" + shift $sh +done + +# +# Show parameters +# +echo " web_path: \"$web_path\"" +echo " ftok_path: \"$ftok_path\"" +echo " n_players: $n_players" + + +install -d ${web_path}/img +install -m 644 `ls img/*.{jpg,png} | grep -v 'img/src_'` ${web_path}/img + +exit 0 diff --git a/img/00.png b/img/00.png new file mode 100644 index 0000000..df7d6a7 Binary files /dev/null and b/img/00.png differ diff --git a/img/00_ea.png b/img/00_ea.png new file mode 100644 index 0000000..03c031a Binary files /dev/null and b/img/00_ea.png differ diff --git a/img/00_we.png b/img/00_we.png new file mode 100644 index 0000000..0be3fe3 Binary files /dev/null and b/img/00_we.png differ diff --git a/img/01.png b/img/01.png new file mode 100644 index 0000000..d26c9b8 Binary files /dev/null and b/img/01.png differ diff --git a/img/01_ea.png b/img/01_ea.png new file mode 100644 index 0000000..f42d464 Binary files /dev/null and b/img/01_ea.png differ diff --git a/img/01_we.png b/img/01_we.png new file mode 100644 index 0000000..cdfc732 Binary files /dev/null and b/img/01_we.png differ diff --git a/img/02.png b/img/02.png new file mode 100644 index 0000000..b707643 Binary files /dev/null and b/img/02.png differ diff --git a/img/02_ea.png b/img/02_ea.png new file mode 100644 index 0000000..2ed78a4 Binary files /dev/null and b/img/02_ea.png differ diff --git a/img/02_we.png b/img/02_we.png new file mode 100644 index 0000000..653a3ac Binary files /dev/null and b/img/02_we.png differ diff --git a/img/03.png b/img/03.png new file mode 100644 index 0000000..e382912 Binary files /dev/null and b/img/03.png differ diff --git a/img/03_ea.png b/img/03_ea.png new file mode 100644 index 0000000..ecd6f36 Binary files /dev/null and b/img/03_ea.png differ diff --git a/img/03_we.png b/img/03_we.png new file mode 100644 index 0000000..c40fa9f Binary files /dev/null and b/img/03_we.png differ diff --git a/img/04.png b/img/04.png new file mode 100644 index 0000000..b9571e2 Binary files /dev/null and b/img/04.png differ diff --git a/img/04_ea.png b/img/04_ea.png new file mode 100644 index 0000000..d35a1c8 Binary files /dev/null and b/img/04_ea.png differ diff --git a/img/04_we.png b/img/04_we.png new file mode 100644 index 0000000..36ac2db Binary files /dev/null and b/img/04_we.png differ diff --git a/img/05.png b/img/05.png new file mode 100644 index 0000000..9f6fdcc Binary files /dev/null and b/img/05.png differ diff --git a/img/05_ea.png b/img/05_ea.png new file mode 100644 index 0000000..c10311b Binary files /dev/null and b/img/05_ea.png differ diff --git a/img/05_we.png b/img/05_we.png new file mode 100644 index 0000000..bbb3e4d Binary files /dev/null and b/img/05_we.png differ diff --git a/img/06.png b/img/06.png new file mode 100644 index 0000000..2063a4c Binary files /dev/null and b/img/06.png differ diff --git a/img/06_ea.png b/img/06_ea.png new file mode 100644 index 0000000..6eabeda Binary files /dev/null and b/img/06_ea.png differ diff --git a/img/06_we.png b/img/06_we.png new file mode 100644 index 0000000..75e29ab Binary files /dev/null and b/img/06_we.png differ diff --git a/img/07.png b/img/07.png new file mode 100644 index 0000000..c3e3b0b Binary files /dev/null and b/img/07.png differ diff --git a/img/07_ea.png b/img/07_ea.png new file mode 100644 index 0000000..5ecb536 Binary files /dev/null and b/img/07_ea.png differ diff --git a/img/07_we.png b/img/07_we.png new file mode 100644 index 0000000..e6a4dc3 Binary files /dev/null and b/img/07_we.png differ diff --git a/img/08.png b/img/08.png new file mode 100644 index 0000000..2b1f5c7 Binary files /dev/null and b/img/08.png differ diff --git a/img/08_ea.png b/img/08_ea.png new file mode 100644 index 0000000..c03713a Binary files /dev/null and b/img/08_ea.png differ diff --git a/img/08_we.png b/img/08_we.png new file mode 100644 index 0000000..5284387 Binary files /dev/null and b/img/08_we.png differ diff --git a/img/09.png b/img/09.png new file mode 100644 index 0000000..3cb384d Binary files /dev/null and b/img/09.png differ diff --git a/img/09_ea.png b/img/09_ea.png new file mode 100644 index 0000000..e55c215 Binary files /dev/null and b/img/09_ea.png differ diff --git a/img/09_we.png b/img/09_we.png new file mode 100644 index 0000000..8f8def1 Binary files /dev/null and b/img/09_we.png differ diff --git a/img/10.png b/img/10.png new file mode 100644 index 0000000..83a28fa Binary files /dev/null and b/img/10.png differ diff --git a/img/10_ea.png b/img/10_ea.png new file mode 100644 index 0000000..5757f9b Binary files /dev/null and b/img/10_ea.png differ diff --git a/img/10_we.png b/img/10_we.png new file mode 100644 index 0000000..32560e8 Binary files /dev/null and b/img/10_we.png differ diff --git a/img/11.png b/img/11.png new file mode 100644 index 0000000..f907f1e Binary files /dev/null and b/img/11.png differ diff --git a/img/11_ea.png b/img/11_ea.png new file mode 100644 index 0000000..0fdf0ba Binary files /dev/null and b/img/11_ea.png differ diff --git a/img/11_we.png b/img/11_we.png new file mode 100644 index 0000000..ab520c9 Binary files /dev/null and b/img/11_we.png differ diff --git a/img/12.png b/img/12.png new file mode 100644 index 0000000..627eadb Binary files /dev/null and b/img/12.png differ diff --git a/img/12_ea.png b/img/12_ea.png new file mode 100644 index 0000000..6530815 Binary files /dev/null and b/img/12_ea.png differ diff --git a/img/12_we.png b/img/12_we.png new file mode 100644 index 0000000..1635b0d Binary files /dev/null and b/img/12_we.png differ diff --git a/img/13.png b/img/13.png new file mode 100644 index 0000000..a28b604 Binary files /dev/null and b/img/13.png differ diff --git a/img/13_ea.png b/img/13_ea.png new file mode 100644 index 0000000..b9e4327 Binary files /dev/null and b/img/13_ea.png differ diff --git a/img/13_we.png b/img/13_we.png new file mode 100644 index 0000000..db0b71a Binary files /dev/null and b/img/13_we.png differ diff --git a/img/14.png b/img/14.png new file mode 100644 index 0000000..52f30e3 Binary files /dev/null and b/img/14.png differ diff --git a/img/14_ea.png b/img/14_ea.png new file mode 100644 index 0000000..388c742 Binary files /dev/null and b/img/14_ea.png differ diff --git a/img/14_we.png b/img/14_we.png new file mode 100644 index 0000000..583a56a Binary files /dev/null and b/img/14_we.png differ diff --git a/img/15.png b/img/15.png new file mode 100644 index 0000000..87438b5 Binary files /dev/null and b/img/15.png differ diff --git a/img/15_ea.png b/img/15_ea.png new file mode 100644 index 0000000..6b519f7 Binary files /dev/null and b/img/15_ea.png differ diff --git a/img/15_we.png b/img/15_we.png new file mode 100644 index 0000000..bd766c5 Binary files /dev/null and b/img/15_we.png differ diff --git a/img/16.png b/img/16.png new file mode 100644 index 0000000..b20387f Binary files /dev/null and b/img/16.png differ diff --git a/img/16_ea.png b/img/16_ea.png new file mode 100644 index 0000000..f7aadfa Binary files /dev/null and b/img/16_ea.png differ diff --git a/img/16_we.png b/img/16_we.png new file mode 100644 index 0000000..90d5fe5 Binary files /dev/null and b/img/16_we.png differ diff --git a/img/17.png b/img/17.png new file mode 100644 index 0000000..a717ff3 Binary files /dev/null and b/img/17.png differ diff --git a/img/17_ea.png b/img/17_ea.png new file mode 100644 index 0000000..49128c7 Binary files /dev/null and b/img/17_ea.png differ diff --git a/img/17_we.png b/img/17_we.png new file mode 100644 index 0000000..ba73d1e Binary files /dev/null and b/img/17_we.png differ diff --git a/img/18.png b/img/18.png new file mode 100644 index 0000000..e3f1978 Binary files /dev/null and b/img/18.png differ diff --git a/img/18_ea.png b/img/18_ea.png new file mode 100644 index 0000000..92b5dfd Binary files /dev/null and b/img/18_ea.png differ diff --git a/img/18_we.png b/img/18_we.png new file mode 100644 index 0000000..073ba8e Binary files /dev/null and b/img/18_we.png differ diff --git a/img/19.png b/img/19.png new file mode 100644 index 0000000..287854f Binary files /dev/null and b/img/19.png differ diff --git a/img/19_ea.png b/img/19_ea.png new file mode 100644 index 0000000..28725a0 Binary files /dev/null and b/img/19_ea.png differ diff --git a/img/19_we.png b/img/19_we.png new file mode 100644 index 0000000..426c1ad Binary files /dev/null and b/img/19_we.png differ diff --git a/img/20.png b/img/20.png new file mode 100644 index 0000000..f4165da Binary files /dev/null and b/img/20.png differ diff --git a/img/20_ea.png b/img/20_ea.png new file mode 100644 index 0000000..d5fced7 Binary files /dev/null and b/img/20_ea.png differ diff --git a/img/20_we.png b/img/20_we.png new file mode 100644 index 0000000..ca2683e Binary files /dev/null and b/img/20_we.png differ diff --git a/img/21.png b/img/21.png new file mode 100644 index 0000000..7c0f436 Binary files /dev/null and b/img/21.png differ diff --git a/img/21_ea.png b/img/21_ea.png new file mode 100644 index 0000000..5e9f6fd Binary files /dev/null and b/img/21_ea.png differ diff --git a/img/21_we.png b/img/21_we.png new file mode 100644 index 0000000..788b3f1 Binary files /dev/null and b/img/21_we.png differ diff --git a/img/22.png b/img/22.png new file mode 100644 index 0000000..9c406a5 Binary files /dev/null and b/img/22.png differ diff --git a/img/22_ea.png b/img/22_ea.png new file mode 100644 index 0000000..1ed9c1c Binary files /dev/null and b/img/22_ea.png differ diff --git a/img/22_we.png b/img/22_we.png new file mode 100644 index 0000000..69599d6 Binary files /dev/null and b/img/22_we.png differ diff --git a/img/23.png b/img/23.png new file mode 100644 index 0000000..8507d0b Binary files /dev/null and b/img/23.png differ diff --git a/img/23_ea.png b/img/23_ea.png new file mode 100644 index 0000000..5505d99 Binary files /dev/null and b/img/23_ea.png differ diff --git a/img/23_we.png b/img/23_we.png new file mode 100644 index 0000000..7e75d22 Binary files /dev/null and b/img/23_we.png differ diff --git a/img/24.png b/img/24.png new file mode 100644 index 0000000..5f06275 Binary files /dev/null and b/img/24.png differ diff --git a/img/24_ea.png b/img/24_ea.png new file mode 100644 index 0000000..d8d5c81 Binary files /dev/null and b/img/24_ea.png differ diff --git a/img/24_we.png b/img/24_we.png new file mode 100644 index 0000000..2bf0438 Binary files /dev/null and b/img/24_we.png differ diff --git a/img/25.png b/img/25.png new file mode 100644 index 0000000..faaca40 Binary files /dev/null and b/img/25.png differ diff --git a/img/25_ea.png b/img/25_ea.png new file mode 100644 index 0000000..338cdfd Binary files /dev/null and b/img/25_ea.png differ diff --git a/img/25_we.png b/img/25_we.png new file mode 100644 index 0000000..4a2ab57 Binary files /dev/null and b/img/25_we.png differ diff --git a/img/26.png b/img/26.png new file mode 100644 index 0000000..2a03731 Binary files /dev/null and b/img/26.png differ diff --git a/img/26_ea.png b/img/26_ea.png new file mode 100644 index 0000000..fcd347b Binary files /dev/null and b/img/26_ea.png differ diff --git a/img/26_we.png b/img/26_we.png new file mode 100644 index 0000000..bf90b8e Binary files /dev/null and b/img/26_we.png differ diff --git a/img/27.png b/img/27.png new file mode 100644 index 0000000..cf39fba Binary files /dev/null and b/img/27.png differ diff --git a/img/27_ea.png b/img/27_ea.png new file mode 100644 index 0000000..ff2c6bc Binary files /dev/null and b/img/27_ea.png differ diff --git a/img/27_we.png b/img/27_we.png new file mode 100644 index 0000000..7f4816f Binary files /dev/null and b/img/27_we.png differ diff --git a/img/28.png b/img/28.png new file mode 100644 index 0000000..e973f96 Binary files /dev/null and b/img/28.png differ diff --git a/img/28_ea.png b/img/28_ea.png new file mode 100644 index 0000000..e400061 Binary files /dev/null and b/img/28_ea.png differ diff --git a/img/28_we.png b/img/28_we.png new file mode 100644 index 0000000..83d1e7a Binary files /dev/null and b/img/28_we.png differ diff --git a/img/29.png b/img/29.png new file mode 100644 index 0000000..032fec5 Binary files /dev/null and b/img/29.png differ diff --git a/img/29_ea.png b/img/29_ea.png new file mode 100644 index 0000000..b7a59f7 Binary files /dev/null and b/img/29_ea.png differ diff --git a/img/29_we.png b/img/29_we.png new file mode 100644 index 0000000..47d0e2b Binary files /dev/null and b/img/29_we.png differ diff --git a/img/30.png b/img/30.png new file mode 100644 index 0000000..a0ed8db Binary files /dev/null and b/img/30.png differ diff --git a/img/30_ea.png b/img/30_ea.png new file mode 100644 index 0000000..bf9b12a Binary files /dev/null and b/img/30_ea.png differ diff --git a/img/30_we.png b/img/30_we.png new file mode 100644 index 0000000..e82900a Binary files /dev/null and b/img/30_we.png differ diff --git a/img/31.png b/img/31.png new file mode 100644 index 0000000..5004022 Binary files /dev/null and b/img/31.png differ diff --git a/img/31_ea.png b/img/31_ea.png new file mode 100644 index 0000000..243fa22 Binary files /dev/null and b/img/31_ea.png differ diff --git a/img/31_we.png b/img/31_we.png new file mode 100644 index 0000000..606ee08 Binary files /dev/null and b/img/31_we.png differ diff --git a/img/32.png b/img/32.png new file mode 100644 index 0000000..e0b4b46 Binary files /dev/null and b/img/32.png differ diff --git a/img/32_ea.png b/img/32_ea.png new file mode 100644 index 0000000..6002fc9 Binary files /dev/null and b/img/32_ea.png differ diff --git a/img/32_we.png b/img/32_we.png new file mode 100644 index 0000000..01c8de8 Binary files /dev/null and b/img/32_we.png differ diff --git a/img/33.png b/img/33.png new file mode 100644 index 0000000..a5ba764 Binary files /dev/null and b/img/33.png differ diff --git a/img/33_ea.png b/img/33_ea.png new file mode 100644 index 0000000..a114eb7 Binary files /dev/null and b/img/33_ea.png differ diff --git a/img/33_we.png b/img/33_we.png new file mode 100644 index 0000000..99a420e Binary files /dev/null and b/img/33_we.png differ diff --git a/img/34.png b/img/34.png new file mode 100644 index 0000000..e2d5a61 Binary files /dev/null and b/img/34.png differ diff --git a/img/34_ea.png b/img/34_ea.png new file mode 100644 index 0000000..9875332 Binary files /dev/null and b/img/34_ea.png differ diff --git a/img/34_we.png b/img/34_we.png new file mode 100644 index 0000000..80f82b6 Binary files /dev/null and b/img/34_we.png differ diff --git a/img/35.png b/img/35.png new file mode 100644 index 0000000..f3bb209 Binary files /dev/null and b/img/35.png differ diff --git a/img/35_ea.png b/img/35_ea.png new file mode 100644 index 0000000..88be974 Binary files /dev/null and b/img/35_ea.png differ diff --git a/img/35_we.png b/img/35_we.png new file mode 100644 index 0000000..f22c32e Binary files /dev/null and b/img/35_we.png differ diff --git a/img/36.png b/img/36.png new file mode 100644 index 0000000..627cae8 Binary files /dev/null and b/img/36.png differ diff --git a/img/36_ea.png b/img/36_ea.png new file mode 100644 index 0000000..55027cd Binary files /dev/null and b/img/36_ea.png differ diff --git a/img/36_we.png b/img/36_we.png new file mode 100644 index 0000000..cfe8b11 Binary files /dev/null and b/img/36_we.png differ diff --git a/img/37.png b/img/37.png new file mode 100644 index 0000000..64d5522 Binary files /dev/null and b/img/37.png differ diff --git a/img/37_ea.png b/img/37_ea.png new file mode 100644 index 0000000..8d6957e Binary files /dev/null and b/img/37_ea.png differ diff --git a/img/37_we.png b/img/37_we.png new file mode 100644 index 0000000..d44e0fd Binary files /dev/null and b/img/37_we.png differ diff --git a/img/38.png b/img/38.png new file mode 100644 index 0000000..66b0c5d Binary files /dev/null and b/img/38.png differ diff --git a/img/38_ea.png b/img/38_ea.png new file mode 100644 index 0000000..f53f8a9 Binary files /dev/null and b/img/38_ea.png differ diff --git a/img/38_we.png b/img/38_we.png new file mode 100644 index 0000000..5af2635 Binary files /dev/null and b/img/38_we.png differ diff --git a/img/39.png b/img/39.png new file mode 100644 index 0000000..27d8f59 Binary files /dev/null and b/img/39.png differ diff --git a/img/39_ea.png b/img/39_ea.png new file mode 100644 index 0000000..7c544fd Binary files /dev/null and b/img/39_ea.png differ diff --git a/img/39_we.png b/img/39_we.png new file mode 100644 index 0000000..1f9bcff Binary files /dev/null and b/img/39_we.png differ diff --git a/img/asta.png b/img/asta.png new file mode 100644 index 0000000..68836b4 Binary files /dev/null and b/img/asta.png differ diff --git a/img/asta0.png b/img/asta0.png new file mode 100644 index 0000000..3c14627 Binary files /dev/null and b/img/asta0.png differ diff --git a/img/asta0_ro.png b/img/asta0_ro.png new file mode 100644 index 0000000..5633824 Binary files /dev/null and b/img/asta0_ro.png differ diff --git a/img/asta1.png b/img/asta1.png new file mode 100644 index 0000000..8ddb373 Binary files /dev/null and b/img/asta1.png differ diff --git a/img/asta1_ro.png b/img/asta1_ro.png new file mode 100644 index 0000000..d4459ed Binary files /dev/null and b/img/asta1_ro.png differ diff --git a/img/asta2.png b/img/asta2.png new file mode 100644 index 0000000..c7e574c Binary files /dev/null and b/img/asta2.png differ diff --git a/img/asta2_ro.png b/img/asta2_ro.png new file mode 100644 index 0000000..7639c54 Binary files /dev/null and b/img/asta2_ro.png differ diff --git a/img/asta3.png b/img/asta3.png new file mode 100644 index 0000000..87bca0a Binary files /dev/null and b/img/asta3.png differ diff --git a/img/asta3_ro.png b/img/asta3_ro.png new file mode 100644 index 0000000..1a9dcce Binary files /dev/null and b/img/asta3_ro.png differ diff --git a/img/asta4.png b/img/asta4.png new file mode 100644 index 0000000..7be9cc8 Binary files /dev/null and b/img/asta4.png differ diff --git a/img/asta4_ro.png b/img/asta4_ro.png new file mode 100644 index 0000000..c403f32 Binary files /dev/null and b/img/asta4_ro.png differ diff --git a/img/asta5.png b/img/asta5.png new file mode 100644 index 0000000..195afd5 Binary files /dev/null and b/img/asta5.png differ diff --git a/img/asta5_ro.png b/img/asta5_ro.png new file mode 100644 index 0000000..9839dc2 Binary files /dev/null and b/img/asta5_ro.png differ diff --git a/img/asta6.png b/img/asta6.png new file mode 100644 index 0000000..d6b0c1b Binary files /dev/null and b/img/asta6.png differ diff --git a/img/asta6_ro.png b/img/asta6_ro.png new file mode 100644 index 0000000..15ee056 Binary files /dev/null and b/img/asta6_ro.png differ diff --git a/img/asta7.png b/img/asta7.png new file mode 100644 index 0000000..28de55e Binary files /dev/null and b/img/asta7.png differ diff --git a/img/asta7_ro.png b/img/asta7_ro.png new file mode 100644 index 0000000..4d8ec2d Binary files /dev/null and b/img/asta7_ro.png differ diff --git a/img/asta8.png b/img/asta8.png new file mode 100644 index 0000000..72b117f Binary files /dev/null and b/img/asta8.png differ diff --git a/img/asta8_ro.png b/img/asta8_ro.png new file mode 100644 index 0000000..a8be8bd Binary files /dev/null and b/img/asta8_ro.png differ diff --git a/img/asta9.png b/img/asta9.png new file mode 100644 index 0000000..af66e01 Binary files /dev/null and b/img/asta9.png differ diff --git a/img/asta9_ro.png b/img/asta9_ro.png new file mode 100644 index 0000000..a63f6f1 Binary files /dev/null and b/img/asta9_ro.png differ diff --git a/img/astapasso.png b/img/astapasso.png new file mode 100644 index 0000000..3b17a52 Binary files /dev/null and b/img/astapasso.png differ diff --git a/img/astapasso_ro.png b/img/astapasso_ro.png new file mode 100644 index 0000000..9b9017f Binary files /dev/null and b/img/astapasso_ro.png differ diff --git a/img/astaptsub.png b/img/astaptsub.png new file mode 100644 index 0000000..0fa7bca Binary files /dev/null and b/img/astaptsub.png differ diff --git a/img/astaptsub_ro.png b/img/astaptsub_ro.png new file mode 100644 index 0000000..92c5fae Binary files /dev/null and b/img/astaptsub_ro.png differ diff --git a/img/brisk_caller_sand0.png b/img/brisk_caller_sand0.png new file mode 100644 index 0000000..102e7c9 Binary files /dev/null and b/img/brisk_caller_sand0.png differ diff --git a/img/brisk_caller_sand1.png b/img/brisk_caller_sand1.png new file mode 100644 index 0000000..a7db38b Binary files /dev/null and b/img/brisk_caller_sand1.png differ diff --git a/img/brisk_caller_sand2.png b/img/brisk_caller_sand2.png new file mode 100644 index 0000000..cc28049 Binary files /dev/null and b/img/brisk_caller_sand2.png differ diff --git a/img/brisk_caller_sand3.png b/img/brisk_caller_sand3.png new file mode 100644 index 0000000..c080392 Binary files /dev/null and b/img/brisk_caller_sand3.png differ diff --git a/img/brisk_caller_sand4.png b/img/brisk_caller_sand4.png new file mode 100644 index 0000000..2c05fa9 Binary files /dev/null and b/img/brisk_caller_sand4.png differ diff --git a/img/brisk_ico.png b/img/brisk_ico.png new file mode 100644 index 0000000..96196f0 Binary files /dev/null and b/img/brisk_ico.png differ diff --git a/img/brisk_logo64.png b/img/brisk_logo64.png new file mode 100644 index 0000000..bea4f51 Binary files /dev/null and b/img/brisk_logo64.png differ diff --git a/img/brisk_table_sand0.jpg b/img/brisk_table_sand0.jpg new file mode 100644 index 0000000..913b358 Binary files /dev/null and b/img/brisk_table_sand0.jpg differ diff --git a/img/brisk_table_sand1.jpg b/img/brisk_table_sand1.jpg new file mode 100644 index 0000000..c8ea8ad Binary files /dev/null and b/img/brisk_table_sand1.jpg differ diff --git a/img/brisk_table_sand2.jpg b/img/brisk_table_sand2.jpg new file mode 100644 index 0000000..c92c9c7 Binary files /dev/null and b/img/brisk_table_sand2.jpg differ diff --git a/img/brisk_table_sand3.jpg b/img/brisk_table_sand3.jpg new file mode 100644 index 0000000..b7001f9 Binary files /dev/null and b/img/brisk_table_sand3.jpg differ diff --git a/img/brisk_table_sand4.jpg b/img/brisk_table_sand4.jpg new file mode 100644 index 0000000..21ad22f Binary files /dev/null and b/img/brisk_table_sand4.jpg differ diff --git a/img/cover.png b/img/cover.png new file mode 100644 index 0000000..97fe93d Binary files /dev/null and b/img/cover.png differ diff --git a/img/cover_ea.png b/img/cover_ea.png new file mode 100644 index 0000000..653ff0b Binary files /dev/null and b/img/cover_ea.png differ diff --git a/img/cover_we.png b/img/cover_we.png new file mode 100644 index 0000000..d20c6d8 Binary files /dev/null and b/img/cover_we.png differ diff --git a/img/info.png b/img/info.png new file mode 100644 index 0000000..dc1a65e Binary files /dev/null and b/img/info.png differ diff --git a/img/noimg.png b/img/noimg.png new file mode 100644 index 0000000..257814e Binary files /dev/null and b/img/noimg.png differ diff --git a/img/out.png b/img/out.png new file mode 100644 index 0000000..892d230 Binary files /dev/null and b/img/out.png differ