diff --git a/Practice_space_game/index.html b/Practice_space_game/index.html new file mode 100644 index 0000000..e7b8ca9 --- /dev/null +++ b/Practice_space_game/index.html @@ -0,0 +1,17 @@ + + + + + Space Game + + + + + +

Image to use:

+

Canvas:

+ + Your browser does not support the HTML5 canvas tag. + + + \ No newline at end of file diff --git a/Practice_space_game/spaceArt/png/Background/backgroundColor.png b/Practice_space_game/spaceArt/png/Background/backgroundColor.png new file mode 100644 index 0000000..be46541 Binary files /dev/null and b/Practice_space_game/spaceArt/png/Background/backgroundColor.png differ diff --git a/Practice_space_game/spaceArt/png/Background/nebula.png b/Practice_space_game/spaceArt/png/Background/nebula.png new file mode 100644 index 0000000..c456fa8 Binary files /dev/null and b/Practice_space_game/spaceArt/png/Background/nebula.png differ diff --git a/Practice_space_game/spaceArt/png/Background/speedLine.png b/Practice_space_game/spaceArt/png/Background/speedLine.png new file mode 100644 index 0000000..26846cf Binary files /dev/null and b/Practice_space_game/spaceArt/png/Background/speedLine.png differ diff --git a/Practice_space_game/spaceArt/png/Background/starBackground.png b/Practice_space_game/spaceArt/png/Background/starBackground.png new file mode 100644 index 0000000..5393c5c Binary files /dev/null and b/Practice_space_game/spaceArt/png/Background/starBackground.png differ diff --git a/Practice_space_game/spaceArt/png/Background/starBig.png b/Practice_space_game/spaceArt/png/Background/starBig.png new file mode 100644 index 0000000..30a1cc4 Binary files /dev/null and b/Practice_space_game/spaceArt/png/Background/starBig.png differ diff --git a/Practice_space_game/spaceArt/png/Background/starSmall.png b/Practice_space_game/spaceArt/png/Background/starSmall.png new file mode 100644 index 0000000..eec17fb Binary files /dev/null and b/Practice_space_game/spaceArt/png/Background/starSmall.png differ diff --git a/Practice_space_game/spaceArt/png/enemyShip.png b/Practice_space_game/spaceArt/png/enemyShip.png new file mode 100644 index 0000000..a9b90a6 Binary files /dev/null and b/Practice_space_game/spaceArt/png/enemyShip.png differ diff --git a/Practice_space_game/spaceArt/png/enemyUFO.png b/Practice_space_game/spaceArt/png/enemyUFO.png new file mode 100644 index 0000000..a070cb5 Binary files /dev/null and b/Practice_space_game/spaceArt/png/enemyUFO.png differ diff --git a/Practice_space_game/spaceArt/png/laserGreen.png b/Practice_space_game/spaceArt/png/laserGreen.png new file mode 100644 index 0000000..52b0d60 Binary files /dev/null and b/Practice_space_game/spaceArt/png/laserGreen.png differ diff --git a/Practice_space_game/spaceArt/png/laserGreenShot.png b/Practice_space_game/spaceArt/png/laserGreenShot.png new file mode 100644 index 0000000..3496a2f Binary files /dev/null and b/Practice_space_game/spaceArt/png/laserGreenShot.png differ diff --git a/Practice_space_game/spaceArt/png/laserRed.png b/Practice_space_game/spaceArt/png/laserRed.png new file mode 100644 index 0000000..7cd9c01 Binary files /dev/null and b/Practice_space_game/spaceArt/png/laserRed.png differ diff --git a/Practice_space_game/spaceArt/png/laserRedShot.png b/Practice_space_game/spaceArt/png/laserRedShot.png new file mode 100644 index 0000000..f7211cf Binary files /dev/null and b/Practice_space_game/spaceArt/png/laserRedShot.png differ diff --git a/Practice_space_game/spaceArt/png/life.png b/Practice_space_game/spaceArt/png/life.png new file mode 100644 index 0000000..708a9fc Binary files /dev/null and b/Practice_space_game/spaceArt/png/life.png differ diff --git a/Practice_space_game/spaceArt/png/meteorBig.png b/Practice_space_game/spaceArt/png/meteorBig.png new file mode 100644 index 0000000..88bbf12 Binary files /dev/null and b/Practice_space_game/spaceArt/png/meteorBig.png differ diff --git a/Practice_space_game/spaceArt/png/meteorSmall.png b/Practice_space_game/spaceArt/png/meteorSmall.png new file mode 100644 index 0000000..1cfd9b2 Binary files /dev/null and b/Practice_space_game/spaceArt/png/meteorSmall.png differ diff --git a/Practice_space_game/spaceArt/png/player.png b/Practice_space_game/spaceArt/png/player.png new file mode 100644 index 0000000..9238efa Binary files /dev/null and b/Practice_space_game/spaceArt/png/player.png differ diff --git a/Practice_space_game/spaceArt/png/playerDamaged.png b/Practice_space_game/spaceArt/png/playerDamaged.png new file mode 100644 index 0000000..c160bed Binary files /dev/null and b/Practice_space_game/spaceArt/png/playerDamaged.png differ diff --git a/Practice_space_game/spaceArt/png/playerLeft.png b/Practice_space_game/spaceArt/png/playerLeft.png new file mode 100644 index 0000000..2e94da3 Binary files /dev/null and b/Practice_space_game/spaceArt/png/playerLeft.png differ diff --git a/Practice_space_game/spaceArt/png/playerRight.png b/Practice_space_game/spaceArt/png/playerRight.png new file mode 100644 index 0000000..8282ac8 Binary files /dev/null and b/Practice_space_game/spaceArt/png/playerRight.png differ diff --git a/Practice_space_game/spaceArt/png/shield.png b/Practice_space_game/spaceArt/png/shield.png new file mode 100644 index 0000000..24cda51 Binary files /dev/null and b/Practice_space_game/spaceArt/png/shield.png differ diff --git a/Practice_space_game/spaceArt/preview.jpg b/Practice_space_game/spaceArt/preview.jpg new file mode 100644 index 0000000..33073b5 Binary files /dev/null and b/Practice_space_game/spaceArt/preview.jpg differ diff --git a/Practice_space_game/spaceArt/readme.txt b/Practice_space_game/spaceArt/readme.txt new file mode 100644 index 0000000..d1aebea --- /dev/null +++ b/Practice_space_game/spaceArt/readme.txt @@ -0,0 +1,8 @@ + --- + +Space Shooter graphics by Kenney Vleugels (www.kenney.nl) + +You may use these graphics in personal and commercial projects. +Credit (www.kenney.nl) would be nice but is not mandatory. + + -- \ No newline at end of file diff --git a/Practice_space_game/spaceArt/spaceArt.ai b/Practice_space_game/spaceArt/spaceArt.ai new file mode 100644 index 0000000..ba87add --- /dev/null +++ b/Practice_space_game/spaceArt/spaceArt.ai @@ -0,0 +1,951 @@ +%PDF-1.4 %���� +1 0 obj <> endobj 2 0 obj <>stream + + + + + Adobe Illustrator CS6 (Windows) + 2012-10-08T13:59:46+02:00 + 2012-10-08T13:59:46+02:00 + 2012-10-08T13:59:46+02:00 + + + + 256 + 156 + JPEG + /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAnAEAAwER AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE 1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp 0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo +DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A53mzc52KuxV2KuxV2Kux V2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV1R44odil2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2KuxV2K uxV2KuxV2KuxV2KuxV2KuxV2KuxVrkMUW4t4Yra3kfHAhxJOKtYquU9sUrsKXYq7FXYq7FXYq7FX Yq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FXYq7FVrGuBDVMUOpirqYq6mKupirqYqu5DCm2 64q7FLsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVdirsVabFBawIdirsVdirsVd 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 + + + + + + 1 + True + False + + 800.000000 + 480.000000 + Pixels + + + + Cyan + Magenta + Yellow + Black + + + + + + Default Swatch Group + 0 + + + + + + Document + + + application/pdf + + + spaceGraphics + + + + + proof:pdf + xmp.did:D25603A53F11E211A862D82018F201E6 + uuid:4d74c508-4d0f-4050-845e-a000778f3b81 + xmp.did:D25603A53F11E211A862D82018F201E6 + + proof:pdf + + + + + saved + xmp.iid:D25603A53F11E211A862D82018F201E6 + 2012-10-08T13:59:42+02:00 + Adobe Illustrator CS6 (Windows) + / + + + + + + Adobe PDF library 10.01 + + + + + + + + + + + + + + + + + + + + + + + + + +endstream endobj 3 0 obj <> endobj 5 0 obj <>/Resources<>/Properties<>/Shading<>/XObject<>>>/Thumb 18 0 R/TrimBox[0.0 0.0 800.0 480.0]/Type/Page>> endobj 6 0 obj <>stream +H�lW��l� ��+��>IԚz 8�Ác�1�T�9�����Bݚ��/WI�����߯?�?���{��Ͽ<�ܞ� +��7����?�������t���3V�����ߏ� +0�5��|�J�s�A�����ѕ#�g�W�5>�ޢ��x��%��o|3"0Bi��IK�PZJ7ZI4iՑ�y�%��3�V��ꊥ��1�i�L��F(�܍�\����������'7���{`;��$(��5��x�+�*� #�rz��E�O�}���}��o��m��Fq.�τ��;��Z�o#�m��MԷE� VB0�VρAܖ��U!�D�x�D�a��4�{Ã��a>�����5�oWˇ�|�����B �E5��QŦ�v�,��@|�p������KU�1����D��50T���EWD�j��>��kXd�%&bOe�>*{K�� ���z�/y�#����pQ»* "0]�T�9�:r�p�,/��U�a���F?zX-���jp�"k�Xr�? 9ݤ�?�Ġ!{|2���qSkj#��a�5`FJ�%{�ِ��l2���&k!��2�0K�HDC& ٧m�o�d�>��N�{�N�&R��rr�k�+q����0��,���@�O*��H!�_G)������B��"6G(7݃#�zr����x,�v0*"rן��<8��#Ӎ���)U�C��p$�#�\C G�F��eZo5y�_����3?�L�\�"I:�F��R2�,1Y����,%�e"&K�ZnX6b����e"6K��`Y&b���9�ܞ�aǓ'b���;��O��SK��=;�D�t#���;I_�� g�Eo�Y��`����q"�D��"�-NK��������~w����h������w�������j��W(WB��KL�9w��� �#[��-_j�9u����R�Z]cuqE��Е����]5U-�֤���TB�Ф>��&���Z}�%}��p��&f�B��p�F�� �W���2�+ n]qh��4Ĭ�����g��0�[]�V��X]�v/��͉�L �jc���٭����JSª��jzv��S�f��51��~^�xL��T��C��b�`��ј5m��� �����?r��tǠ���m�1�c\ֆ�ڲ��c��k�Ⱥ=w ��a+�8�̯��%�#��G��{����Ѿ]0)�B�>0� .7���L}�Ę�����)7����(�Q�f[d ��:'c0'�Ia#v��0#���30�!�? �qj��~�ݞ ߢZ�4'eܦ����>�8��6�D K��.�D�%f4�I�y� 64��&��W�h<��gLb���������dݒ@x8{y=��Ąk^Ă��h��wd����>�Yct]���+V��܋���k��_�F�(��7�h��x12jB � 4A��*�����XK��˛S� 5T��:������V��R��ybgM�eeL�, ���z�����}Љ_�0yW�@����U��Bp�*l@�E�F׶��Q쓼9/A���*q��� �m[&�����uQ��j�W)r��Ϋd�m��S�:}ˠ+����Ɔ"A�7Jb�4�p��蝭����XJv�;��b:9B�'�E��܁H���9\�ה]ukd�T�J�����Ϗ�� +��t1�Q5=7�N̚�"T� Y� 4��|�&�E�A�� �2�8"xp�"6�D������ʵ�p��|r���wrPM'G@:�"ǰ��ȣ�X��?8�"6G����O�p;�g ���f{�r2��#����0�D� ��=p4��3�w���A�:�qJH~t�:E "Lj*�E��(YQ\���eU*�_�h@$Q��U,�_�hB�Q�hIy��-R����( +�+"�_�hr͊*�EY���`DK��%��H�� +�����h�C��`�� +*8I��~����QU�P�� ����X?m/ [�$���3Z�w���~悀�7�D\'yX#d���b��d4��1��fo��2��2>Ӭ���+ ��i���MY�^���+����¥O���M(��⎶�y�&&b��Xwٯ$���L�"-��@S���,b-�t��"��T䊶�)b/M�Α��q��Ap��c���ݟ��&oa��q󏛇�?0E�^��"�b��ܛ^���0�.�[b �NL�<��Sя��F��W�;L˲����{X6T^)/�w�eX4wh�%(JH1�7U]-�� &܂}a�������1津a�S?�@V�^…�� �€&p��<����x�4���� ј�" B� ;����<�j�s�eޏ8FR O� 9�%�.�$U%�Ի�1��#^��1dz�8�4r�����룑��F���/6����,Eq��G �ٌQ��sK�4�B��~e>DT�D[�օA}/��TRC6����P7 �G'�b� e��j�3��Cг�x�\K��z���K_q�εV����4�a;�����)y}Ρ1���.�>��l�9���ɜ���s�nt��]�����g��M�. ��"k����Y�6�i�[�!�&���G�.*_�:^��)ڌH�9�,δB[���#��h{1��G���P�ڊ��������i�%,|��J� %� �O L==c�]� �m�"��`�`�r�L�<�H��|m���V�ʊ��tx��aUHE�yU�� +��1� Yە�}�w��T�Pnɿ�"�CՑ�⨔�5���������# G?���_�:u�XoXѷz�=X���}�"ӵ���Z�'����%�7�#�Zt�;Ɖ.�=(���A����&�X�"��S���U2��hRg+\�_�)��MM�H��]��^��RJ��:.�y҉H�)~�9����e�h��D��}����l�W�6U�c��H�,݌�G|+�����0G�I�d�:�m���د�|N'�]g��%*�ì��C�6�ezg��f;5쾻Ў�8��ާ@��~���.��O"�Zf�0 �0�¦���a�*�&�u�ͽt�?�. �]X�\����d';1�ݼ���ǀ;�K��ɉ��BY�Ld���A⼋��M +����8��qu|��M���cn�ZC�� Y�X, ,#�yK����Yr,ÓC�j�#9�|����|���Ӵcؚl�JR� �)��.� �pX�.��� ��H~,�KcrUni�[�&��8j'T� �*�*�0ڂ/c_�DB%����ױs�ɴ&�]�/��A��5 ޾m��6�����&�nE?!�C�x�Ѽ��^rxֳ�B�!�+���2s{I�A\ԵJ L&D�v ʹ=��5f��m��[��&�T���#R���Ð���s_w��[�kAX� +N� 9T h(jޞ�4k6��j���=k����E��o����`[ +hb_����h%�=5T5X�AsK�>�WA�Hs03 ǐ��A�·����P�|r�?�3�>�bk���$��Cк%Ѓ�+wE� mG�l\��'���ڙW���Z�Gq,�c$��RG���>� DN2 ��כ��Q�Ρ����-���3����P��7'q�34���.�\]��������5�5s�5����>M��"�4��y[U�6z"f@�H���Hm��;y�P�l{>�D���"̟�A�8�)k��G� �1U ��6�8GM�P 1GhA�%��4 �Q���V`i��;O<��3���m������~� ����6�J��G���0�hf�}�,�P�����a ����5S�44�=wp�4�h������ؕ#���Z���yZX��!�l�o���,f��G�p��'.���vK���Y#oSE�6��YJ3��������LF˅މ����dI�O.�3�X�H^�a�(/���l��}�}O(܈1[ 8��_�? �B��Mv��z ��~??�-F��|���<����O�`�/�Q�.��x(�� +�R�Ꮂ9�C����U()�l�}` �6��WIW���A;N��b1dΰ  |� �舁�:�a +��G��s/�vt�k�� �2JE����a�qk6����E��7ލ�2�9��� :h�=he�d,7H ʏQ�j Җ��l�"B��!�_I���/��U�lǛ�>�����`-nEr������'/�jT�ڎ8���)@�q��!�SW���������A������`z'��Ni4�5�)>`q�J6N����z��a�כ�\)Ct��9�ɮ�”�1�8�v�T��-P1K�pg�����b��;����D��G"���X��J��&Y��ɥ}OQ�!��Tn��.K�Âm�E ��,�2l %Ոa{�� �7��R���;Yɪ��[�Z�dt��u<�}�?�a��p+[�Sp�f���ܓ����,X������ꏘ~��Ȭ��O#"��b���h��v��d�v��)���@�꛷A h�[����V�9q��v�P�K���x�*jQ �V2ܟ-�kt,�)/�X�F�770[�^��r�Kx��( ��-NVюY��˙��b�8�,w�$�7v1k�m�(d�d��q�����c�ix[�~����Q �u��w4�'��R:nyr���nz-�����\���]�z��"�Y��粍��[��^&K�Ȇ]��3J;����reF���w&x��{y�U�����' !-���k2��}_��i���Gp����s��CzanPUxbK���s& +/����0=f� ΁~ +�zW�.�x�1)�ſ���H��}yJZ( �C��F#<a�1���.�`�b��WQ�@��d������T���� ]Kð�����r�)��: ��gi 8�s_ �И�q2|����qPS�G��]P��4��蓖ِ�z(�S����W���9���� r.�vaU���/��{QW>�1 ݸ��X�-�<6�M����� ��D�.�|�sŐ�&:��պ��&vK�p!{!_}P: C�ܑ9XU��CBD��>�-�Q�L�`N���vr� ��PT>�:���P��Bk!� +��#X�Pa�Y��O +eת��ǘY��@���'�۹�LDgS����ڭ�'��n�$Kj ��2�B�oi�]�����<�{> � ��~�d��I�ziQ7n�-u��s{SR�o����o-F�y���?�%U>��NF?'�t��<��c�i=ު�춥~Z�fE�M��2@v �X-�� B��ף�!`�{�L��F:�Ϲ����D�t���=��tC{|={�+�nOOd��{RW�Eo���A������ +���-�gd����&=�e���;�?�G[���/��C�AXh[���܇�_F%㹴"̜G'U����әŎ{ǛI�a�ן[�>���?K]��ɫ��Tn2�w��آJ�G�-��;���Y�����o���z�yvIZr��<�_ұk���N�u���\'� +?�'��Qo��>���0."�@,}�L��R�X�,�E\{ �׍�b�V�$7�+�˧�c�ar���1��%;�A,�/�q^������p�ݿ(9��Q;�4>�g��2��Ė��?�����a�X���^ɓY*�_��m.:��駈] ��� ����m�[�\�N`:k��*��I;���$|o;�W���S&����92��r�[�qWi��+g�>��=� șH��7�����}�Ш@��=lČަ�Y� ��;�P +�#�c�#'ۘ��'� +�؆��T�N��9��6ҁ*Ų�9S�r�>Y������E��2�"mG)`ɺc&-���Ɂp��̧y ��t�Eҵ �[�W��*�`�}p��X��Ξ"��R�Ј��C� �Q~"�W��0���-u?p��(,-m{�����T���WY�k(`��U,��ex��ޠ�KƀMd�'�0O��Rɣ)eY���F��9���@a;� +4��ΩT��^M̯��Β�߸��SU6],2��%��D�*Nj��5ĐR4�mI�uqD�l�8}�؝���� H���Hwu5���,gX�Eh� +��,���\€m�$��������T�R��Vk{W[��zc�����ґ��v˻H[��Qt��($�1 v?���=� �"�9N�L!�!��r"X���]A���` "��!��%!u��J�qU��d iJ�|�z�p �R�N�B�ԅSE#�R*�+}/a׾v%o�u�2_�؆�l�Wަ�ӥ�pV�DEߗ�� G�bz��Dd3!䉣 �^f�i ��r�� �c����<�Pmv!�'�Y�`�T�hC|��]�I6u$��o�{�܏��$!�}��O� ��V7���*[�_s��ef�A�UN��._�^��[��(o]�q��/�PJ�p��iM���FCI�VM��.i��8�ۦÖ���K�� ����!��� +m��i��؃gѭU�� ���) �,%΅��=/Ǒ�p��8�����)Y�`��N��+ cR������b�$���-ᾉ[��=�)u�I1���'\+��+��42��`.ǝ�se�11];�-L5��k���O�E�$�+|��/�S{a�Qk/j��֩fy��1��CM�gCd�޵+�<��(�����{L�5MM���T*2z]Ș\�HJSSڭ//GF�ӢI��ٙ��^Y�"���up(-9�� �\�H�Y��4���G��>��o�CXT�g�g��P ��RC��i��� +-�L��UF����*Gi��4�ʝ슞+��\#��^�~�+������������Oy��N6���Y� ���,�B�Q���� _\��80h�0�Ŝ��s��"}��軱p}�B�Z��C�䩀gH�2����|�H�m���;-x�(+�!�t�`�� +x�ȓJ&9� �^�8Ga_F�99�1' c��Ʈ� ����=��l�w�/�9|���dφ&А�7ā� ��Xh4 �>N�4^ R�)ЋM���dt��-��N�k�H�+��M��r�ps��%�Fo9�j�*��T@��+8��sf� ��A�c��v�6|c���`��v��²�0�;n�D ��X�%�B�b{�� [� �*(�2�W.��{�{�3�\���a�I�As�s��8��#�߁�����g�%�p[8����cQ���� ��z?����3�F��4�\��%��a���m���F��н+i4)�-(r~�{��)n`��G�:��x�-�ОfH �g8qa���B� +��<����ds��=���c �0h�6�(`�]�/��<���E_�m�x<�\�Ԛ@+��2�_1��b~!Z���Ÿs��`Oe=a9vAi\ �1������!^�����a��ߩچjP�w��fȜ#�[���;"D�z��,��KɌ5r�h�.(�-K�(�$:�>��Y���N���5�6p!�;���݃H������T�Y!�P�����Ţe�h3�ـ�#���Q���6� +r��a'�o�A��]�n�:�;�����?�Ǖ����a�P�I>�r�������g�+��$��EJ�Gi�����dY{�P�{�j�,�yVTp�����,h��b���Lt��Za��ND�b�Uf��껰���6���B��9�dg�q��b�E���-�,��Et���,` �n��G!�@(���k���� ��6TK���1&���J0��3��!��Q/LH�v�i�0Xs��蠞u��S�������/���ږEٞ8�~������}s|@R�C�3O���a���xP�4-0p +H\b� �� +����0M���4}� � �����)O7��;�e�Bx�[$��v�R�3ͤt�܂�GJx0��$8���D6�S ���^BjG� +g{ +-�Ȥ��NJ�_�B�j�q��3q��Y#�t9���ơJ9�B���u"��9�t���p������WyD%�x�z�铌!�D���!3�P��3��mF0� s�y��qe�&=���ؕ +\��#�͛gB �{�EK��9�F�me��x���Sj9 X�?�J\Н��A�6B����Kq ���b�Z�%p����E��E��H���m+gLL�T���3rPC�\��Ց#q���C%�1q����Q�b؂xj��!����i��Դ���P�Ҧ7��x�F��H��xV��:��׽�^�t��~4�3��j��q��0�8GW�|��i����6^d���|Gx��3/��A�ۯx´���� �5����!�� ,�����a۪�zG= @g���F�'�G����6U� +mS���Qn FK�>��*-9�:�x[뙊f� L^r9\��8�n-�X����o}h�5[��LZ��R�L�A�6T��?�2��fݞ/x+@ +���_��zU����S�5���8�� +z;��Y���R��H��"�á���j���&ڡ�Z���9b��&�!3����ֽ�)�G +\�S�� ~Jfo8\���A[mU�y��ƫK�]��^Eo����z&q����T����ɌX-Q? �O{�pI�]�v���;6_xa)V.�G�b`�`a|��cOj ԍ2?�z1��*c���F��L-�<\�� ����v���v3���o\wpP�w�\��!=6z�@ш&�0��&�~�Y#=��z�,�f>U=R���[�H�Np�����г����+��oij��@;�]bIR�R�>� ��W�=�J/�e!w�)��/YXdV�6���_����� ��� $ �=�O�d2<;h���2U���!��d�Z�[I�҆[٨��)�v!hoF k�ftD���k� '#�P ��iqBZ��t8�^�<��~!�%e�S!K�ƍ��M}o�w�K��Q����������-I�ұ&�iJ�u�g +tL���$�Q�������^��S�ϔ$/X� ,����|w��yW�yx"�� �5v4��|p�'�� �\*�t���27 +����� �l|���4P����)֠B��@Vΐ }��I�ʝg�Q��B���_|��f �������+�S�z��y����h�����ed z]N�tl�M3Md(_9���c����K ��c�O!R�̘<^Z����{!シ֧���9�h,`Rg�ֳ�u��(;�XBUwp�h�ӑ��VRZ���^Wn�>b%�� ���m�)�cg��VJWO&$��ў�H�7�v�B�&�+g��HҌ4W��ۿ� �����<��f���R_�t�I�8p��83y��9���b�t����9x�#-�S�.�&�4q1�Lm&ä0$�:,&��9l�5���d������+vA��.n��!�U���;�$�gn�09C ,�Z��(ň[�B� �/*����f��{%�3%���T\Gǟ����$S�̚����x��t��4A���V~wii�O�`�h����^CJ��\1|���+�'�4�V@��K�� ��*?zkQ��逃|4D���� ++�Ǽ�#g�R���g8����W��L9���n��9`�&�r� ��«^���8�W9��3W?�q�״�/|P��{������!�m\��2nUGA�m��'��ў<�F:[s[ǫMU8b�T�N�^��0���[�K��)d3�"ܸ,�����p�x���9��I��PTR���nO���ӪrO�׳���U_�I�(�' �?�� +�FqgU0�7�U�F���i�̖��Pe~���̱� Z�� ��k�P��#�#>:��,��;�-I�j�3 H~�����Et!�J`�]ukU�������#?�cOr�Xva3MB����[��.SB�nAs�X� �`�ӰX9�p(��P����[�l��Q�2��0����bq<*�yR�g�J9�8�Qa�U��"���E �ܳ\ +3:t�d��R�\���7���9��� za*w��� ��)] +���l����wV�5�������[r{J�v���N�O����]h���j�gh%ש!.�-�Q�����թʁ�=��=�)JhQ�F�,rQ%D�H��`H��kn�`Y3VɁ���d�E�x��s�c��94T&ѻt�i��%�o����o�-9 4��s����(t����H�O��Km��]%J�= �K�H�����/?v�?��GM�R��kC,��ʛ�e-;��w��u�욃%�%�P�GR7����5�b��j���GQؑ�3gmHa_.���z�`x��@�"�t5 +�"�j��?<���Ԑj���ULN9�'��>B;� ��= ΎG�8�h�쪦#��A�Y��n ��}]NY��֌�c�%���g +F��T�'HM��bQb9��!�͟�� +s v��^�H��gK�gW���[�d4�U�Fb)|WlW%� ŰA�6[R�̜0����IΈ�B��CZc� ��d�a��֙|.�����㭜� �!��7O����eЩ�+ i��s#�=��fp�:r�����F��m�KMO*{TlwV0�޵�,��;� xɌ����2�e�۫]�,F�c�c������} +*�/����r�����F�xA�j�ݨ&uك��v��lWK��*��)�YH�t�9Cm�"k1�� � ��ڬ �@@|�=��N��[/d��qS�`�"���Bj-��` +Q�x5&M2!���:��w2v�A�����$�@�!r�P�����CV� n�ӝ(�x�ϗo4�! L��x +��Q!_�A���f��g�������1�WFi�Ff��>iEt�өa.��|���P�$�h�����NƋ�)k[b!5��Cu ��ˁ����+b��5 9F�O,Sf���5 RQwsM�Bv^�y>�d�)�M%��e��q��_�C�R�P�-g7�lT=�y'�qy��6X�`Z&���fh�~��UTUMM� ��$���Ä����u�7����!��G�Z��n-�f�������w���:���kf��ɲ�̼X�t�1�*�&��a_-��vI|�V��1��( �n`p�vf�_� rh��Y,�.8�%Q�\�V)׻�8l$���v)�0 �+g9,}g��b�B� +��D3櫗o'�y�I�R]��$���A ���-��l 0�/ۋ�.󳥀BLetKÙ��� +\`6 iQ��.J���͐c�|u�(��������ʃ"�T���J6�i8�(�q�M���u��f�4��/�u�_�J>�����梱��j)�$y��_�H������Zo�Ct޺�L�\�5_c�e_��uMd}�>�I-�# Y �欑Q��H�1)b�.J6�\��� H�vf2B��$p1�.�T5��Q��������K��ͻqx�X����A6���j'e�� �Kfݠ�j�1A�^ſ��Ψ�J_������ۭ�Loۙ?c��x ��*��H6�`�X���S^� �׋��:����u�VR��O��I�}\2n9~QPX!uFOC�����juo B�Ԧ\�� �OC�YbV�� 4(�v� $�^�KJK� ��"�P� +�*����R������GL�r�F!R�}P:�>��.v��$?�����p,�.��:�*?{��}��� �*B�u_AP%� ,a;N�Ш�(N��:�6�1 �L�c� :�I8���̪��>�H�"���=Mr����7���@~W���U<��;N�j~6w+܊}�Q���)�u���w4݃�i�����Uv�w�h��cO� +F������}lڤ��� �V�Tdf�BAxD��Hؙ�M /bz �L4a����1�xw +�E�c�.6���ot^��G�������y�a�ɡ+�>t���C�+a�D��C��� ��6��]>������*�`Æ40Y0؃����B%�H��1@A<���!ነ9����7p�mc������P�wV& ����g#���v6#���BZz$x�*:��ѝ_��(yg��W�_��Z�dS+ƣ� +���Ó��TeO>��iR�|!f�J*!���H;�B�VѤY��6�u}�f�Yx� +����<� U��<�ZG��G�?���2���W-!zH�c�0ʯ��r��yX�\��Ȝ,��C��4J�K +&�1YI�$�$�5� �5O�<|���Hu��\�r���C1z��)�$ +��FH!Mh��n���,Z�y�J�̜�k�{7���W��@@z>@�HM\�����A�SI���@KUK��/�D�-�7+��KG-d?Ѭԩ�+O9��8���/�9�T^� �zr^�w9�A���-�-QFu�%�Vٓ��s��&Y�/2�{�� ��p�{�����m^ױb{���N����O�¼/�;�����%�U�;�W<�|Y#�7���Z�L��A?J��9f�*�nQ�fit�5�8���W`1p������ﯓ�`�L� ���n���,J�kw�z<���/��X{�Fo�Pg�$�$��߁THX#�"L��])Ѹ�~]���"�"��R�4o���S|���w�/avV�B8ϡ p�������\� —����6l�G��GēR��_CJ��˭���EY�7g , M{0;�{��cd����x���l�i�B,��� -�?}�SШ��f|���K�=�<���8�?m� J/A�&��K]?�����x��|��V��ڻ��i�S�/����!� ��~�%J���r�A����e�b��s������cA"sϙb��a�������� �*8�y�?� >�T�3L��(���������~��??�������^#@?����lƢ�7#�t��zk +(v t r�kf��և͉���*�k����$�D9R��I��8� �D��^k��C�~����.p�h=���1o��ή�a->��SM�'��e�p���B-��ź���k!�������6�%�)���Ka�a�h�l-�ji~:��VP@�V��-���j�/�{��� R��U2@9�ql�V#��՛��U�����v/�g�r�_�Z�+1l�[�@�P5w��0�.Щj�����d�q�!���l ?vZ`��p�Ǥ}�(6� ��� ����I�pL��rb�;4e�8}�0|���}�-A�K*����s狺y��H;>�Y� �Iߓ��Y��ӥ���zw�N���ӕ��9Z78>H�����H'�/v��:�8����g��W!�ra����V�R\�:5�̩BH���$R�5D)3��`��L�S.s�� œ�)�a�P��ig}�Ŗ�&�~��U��%S�����,��S�/P]�0�@��Q���@�@Ɍ�]��(�|������c"���ͤ��_iK{G%}�75I�pH�y� y�m�%3�>�)js�OKM:C�u���y4Z��������KU$m��`Y� ���2BŇ��[�fIc޼�yϦZ�o k�e�\"�.<=�%�(?u�C)�/R�:YU.�)B�٪�d3rQLm�X2D�f�j�~>F��?z7��NPaW�ίf�E��{��rC���rj�7wo�4q�}m�P �Qe��<:�w��v��#>�� ��>�r��!����+���i�¬��?v��dZ ��O���|ϐ�l��Wq-u�&�p�C�K!FڡJ' 9���Ã�Gպ߿�\X�El�>�}@��E^Zn�|,hFVY��t�l�m�['��hlBek6�2]�F��F»����w��v�ť��eݕ��z(y �*f��W� �G�\~��cH>�8bD�D><1!��J�!TY�T���_}�.?GT�v�M)W���q����9��� (� ��� ���MC훚t�@| �� ��#�q4h��5��'S9�%�n�Ī�[_m0)r�y>ukZf] �Y`�|��J�Y`;ow�0� �e�Z,>�h����^f�K;�4���.�V��@u�/ߘ�3&=Д̈�;M���U��߇�0>�kG ��T�C�."�!/I�@���u��^���q�/1�Զ�SV�k_��RT��ǶpȨW�����<_��x�����fd����i*t��\���~M{��p��i ���AP�87*�U�h;���D� ��Zy��Y�nWZ�!�i��Qv���$]��c$��c0U���`#N3 i�1X0a�$uQ ��Rp!� U7J+�ٺI����-2$W$����3ʎ�����K��稺e�ع`��a~�GҘ��0JM�H�EXr���␚mfU*(9��+J�k +w ��- "{*f�J�Րk���l�9�&���G�r�8*p�O|;�Ϸ�6�]6���ݟU�t��TUղQ��_� ��r0Wyc� ��Ӯ�����4��?L_�I���.��j�=��j3 %�Q��2�*gj�־R*�{�ޣ���<x�}e�X��o芐,����k����g_���Nz� ��-3硰h���M�{����J�fQ4��Շ��t%P� �.��џ�L��{H��������;9l+)o�Ŋ�N���;K���G (2��gHRmk�� ��NZ�$ޑ�����!�B��^u9���B�E�!�3��Y�������`L�b���vdW����=�����K��`lq�ӑ8�N|�l��-wf��(o��Q�����f������e�(��`s�}fEǃcqd8N�'��l����(}ԛ_��NZ8#��Ů%k��$������p��k�|.��yrj��rX!�;bh�����D�d����<��IG�YC��{���6��Ӏl��U���*�!�i�{Ꞇ��!��u-< +Vn !<1�Z�|��NÔ��ܶ�I*H����f�<��)}��PW��Y��NIJP}����%s���8O��a^H� �܇��@V��� �<4�ɿ��F�;����0J��R�vŷ4~p�t�z�N���B�G�M�0О�[P09��\�o"�#�#�Q(,mH�tmF־�BbY���Dm���s���l0�b��$=��f٘��L�.Uq�K��1��� ��$�7f�A��0�Q�ug*�l̆�ZL���,agfR��2��a�=����\ A�(�Х"�֐�R!mvd@D�PS:���!�z9�%c��T~K'�#�w�P��p F�ŇӔ���O>Cr��4~��|�ڮ�z���)F<�y�����oJO~'���5����r� ��� $ �u�ڭ�JM�*��S�l�����++Ģ�o�-�� �]kâ��ڱ�i�Pv׆E� p�opzn��m��sC?o��T2�x(���N~8�R�{�cvA���E� O�Q�Y��FMRpe�� �%���ͯؐ =�ʞ�@���i{á�����0�����p�t8�Ƚ������t����i�����[3�sFE쿹P�% ��X"�(K1sH���M�␓L�&G-���Mi��bi����e+&f�S���!����������&��z�)�>��79�0� �z��`!�C���&g[��T3ؔSL�&G#h�� �w���L�&GCo�� ��p��w: i�;Ŭ�)f:pJ��z��@����&�8���M�M�/���M�S��i��i���KYд��B����Qt?��~D��̦����-���V8-�\`|jO���p?�~f��L���E�푅\�aW/����ʑ#Ƒ��W�R7��D��v���f���XC-&�*uf������3�_�X|=��� ��l���"���ėj��~�f}h� �?��0��G_���%��� +�7.�(�Fg� ���w����h޸H6W::��-��}�<ڵ)ٛZ�(FHq��u���� 9pf�iĒ���T��%��c���K$����׌ �;��+d��R��m�1v�8������N�-��K>����s���Kc���*j ��*�-��T[�?�"�ÌA����ܷ�M>k�,spY�:�ű#����c�h�N�x ��܁���y�n$�6�$:��bm*�׼a�j#l� �֒��A�S9�q�^o��v�S��c���K�7<%�}�n� �+�:f=�^�$?���|����k�[!��%�X2D`Hbx`�H$w�l�U2�7e+M ��P��q|�f��2JVO�Z��&z�B1]��҉16I��ԗ�0�X�����Pg֊��k"BȠQ�@d�t��a2�Q��Q̓��Q=׾";5�W�kr�]`�b��c@�\���X��0.��;��ǐ��9�#��;Op��] t ��h6*HL�$M�1|!7� +׺�V�8�#����;�[m���� _�H�Ӊ[�7��y\xd���^�,�Y�f��Vx��Z#*F�qȃ���AE�um���t<:ID,N���E�5L��Q�˽�׫F]������c=)�u� +ey�_�~[��2Mi�e��zFN��I���Qc�[i8���\�c��t[/3���]}:�#W�a=�c��i�͡H�:@K !��e��ӯ�4�e����zX��/�In�{���W|�K�Rq>���B�!���>��C<#zOq�!�D����C������Ѻ���&>��nq�!��z �LJx��M\�!N}&n%��&=�]��L��7aR�tH;>�Gw�џ¹盰�.�M���!ι�W��w���Y_���f|=���������� x=b����#�_�R�$ybda�fM"W&�p�:��[�:}4%L�}�G{w��l ,yI���|�L{��y� �G���:��k�k�k��+��}-����Dwgψ �} +U��kA�a�’��L�٭�%pU���{/�Q3����Q��f喯��M��7fD�f �QANjV.D��Bb����;�/�<|�m�:qg�-�7\�� �n|n�Ձ ���v���ܞ�d���P�Ƥ�/���{7&{*Z ��F9 +t~��1J�("��T� �$s%<��! ��G!��W�g|-4���a Q"�7��Ӹ)DXU�/��d�@��t_H�yba�"@�@�����D��̈ؤ�"dq�vǩ�M5� +�����b�A �0��-B�������b+�/N2��As�3��2�.�SC�\� =���!)��i������ޭT�ࢗJ0_�澫c?��ƼO��/�^$a�Z���#��lj���q�qZ�8n������-�wO�HR"�d�������m.�d)K��^�����U�NY��R�>G lr{Bb�NP4�2 +f#�)������ћ%��.�O:����K=6B�i��~�L5�Bn^R��[+���W��pǸ�!�F����9u� ��EN-�� 74�Y�x�q�g.�ͤ�C��!:�U'��\\�ȵGR��4_+\���~��3}�T��yI_?r�o�x��tĉށ��N��[zi0 ��N�&����.r�Of5��IMȘ�\6R�#���M�+���a yŧNڈICf�vi�h���I�V�0K����}���*1z2��eP��'e�04��%4 Z!z"P���S�.������5��k��C�[��$���)��� ײ�*���u+�r��b�<.��P�<�ܚZ>���c Dl��ǀ��@ �z��7���5��5� P�k� ����}U���ۂc�b�An�]���JE��@G�1�(�]"D��Rbee0R�m���/0�NA�`�+�Ժ=��f^Z�ͮ�w��e���2>�h��,�`���l�3�,�˴���dZMN�B+V�a���%H��WS �� +C��A�ϴ�$$^̶�ʗxD�V �Ie�E��$��mYZ�q�^�U�s����#�RⅤ�t{g���P��:!�ĺ��M���WN)�\b!� .�k�4��}�hq� ��$g�V��+f�"�f)��f�_Ḧ���ڃ���8�䋖Ӭ���uz�%>�����&��đ�ȅ�H]I�»d}�ܧu�%��C�e�@�@�(R���(y��@��<��-��pN]�,�&�ib��~@]N�ĶzƟ�#�;騹ȞvI���k�� *���)*�]=��~=��@�ot�n��i�}�r����t3��$�;#�z]�ђ��'t��`�yj�u0r����(�Z�%����Qҵ}�A�BLs� ��X ��Ĩ��`����%] �k�g��Mz6h?m���_&���2�+q ��aڊ�t�au�V9����V�Mr��rnF ��1���f oJ��K�@�$&�J:�S��|Le�[��>)aE7_Z �KNI�{�5�}��n֍&p�z��i�J�g�z|K�Z`7�T{?y8�����y+a��'��:��BK����/Č��1\�L�K��yZbc)v�"dyy�#�ϗ��_i�5uoiy�؈��8]̀���ղ#I �����g�}N��{ �z@h�_""2�r5�H3��/gF::.��@�X��F��J�����������y��K�P������6�Y|˨n +\� ʂ��N�l�w~���D�cia�ч���=�0'���7������l­�p�4pmY ��V�2�G�R�RX�%�@�o ��0d�8� >W�}35 �ɳ�O������\v�4Y|�B�/�h�����r!K���@��� +��B} ù�tщ� 2o�ͧ������v��z����������/����;k=2;�P�����3��e���|~#��������߶O_6K����i9�������"��ۖ2��,^A���4���ϭ���~n��O?�����>hDx��t=kA����y��+�z�C��<�a��������1�t�3+��I/��ev�[�� �ORb�����j��<�W?#n�Rn)���(i5@c��0��a�Qm�/�;�,sw~R� ��ۣ��9�Tz� 1:Y����#��co�I&��߲9�ӭ��@�W:C�Xc���/+z'���K_�C/c�-�o�-������!Ӎ��<���VO::LS�Lޕ7��Y�����ԝ�/ED �Z�+���R�2 zAk�9TJ2�.��]C�����yP�,@r��L �ؚdU=���R���B.�^jhbA7ީ5:7�Ѯ>� | +F���îkQ�p��@&��O������ �*9K�ESr'��u�_�Ct� �4&�.i�>���˳@A�4 ݼ H�Ee�p&��D��]�䉞 +E:Tve��E�����Q�?j����v�~�g�� +Ÿ��v�`����cf�!�0��q1����!Z���!5k��}{���} +yT�9�B7d�>#_8���l�� ~l�L3� �x+l��"s��������@�o�w]x*����R��+Ty�d��ԋ�_����w�D4�Q�F�ې�H�y�$/�"_0:"R_��� ]ۘA�ľ;������#d�J`�I��IS {� R����Y�8��r{7N�'�MI��+V�� �|�vd!a9�oW��δB�`fW� +�d�*���eL#Hf8��SwQmGu��9`�~P7O��Xb�G���W��' !�1�w���x{Y�7��)���#�ʁ���u�O����-`����ȧ ���?'NM����gg(S�řFX���u��W�l�JvoF�P��s�C�� f�gՎ��nMK�V�XX+X́ �=4�o���#z!z%;`O�������|���?��$lj���珰������ �`�a�� +endstream endobj 7 0 obj <> endobj 18 0 obj <>stream +8;Yht4-&>\&3Z+tONF:dE\NWZYSB_:/.(M@P6EjSA-G:=0XaUd_`bg;S@G`.7?Or@ +]mY9EZb7n`m;)@!A1uBO9)gjFG^[$SVN6.ACt?WZs0(\Is*9(SaYqWVU54UZ +M5XOWO!rn?qO+QV@T2:,>()Y22Um5<68F%hcG`D(*6W2tRlCn*18;YF]M]guN\-2( +B0&P<,kr%`>cEdi*459HH";EIaI,8A4r5LuYuVrKhWoH4[qCX2R?FM9oRDm?Kfq5; +hUT0lIKOhl%n'LF#L!VADn]$85;QS4M%GTuTgpcN)AFC@lWeQ1LScXd\ +I@/[aG!6f9;6?kj70dPI4'm\)bIgLW`l*Wd>ji0WSI+* +p$mfZq+Um/h@8Cp'0]He%3p;n)2h7ur(D?QUi>9@/f.CP^L*!!j((gY\*F^X"aF*' +<+;+V_KaEKZIA^>-X4`ol`5\8OJ5jPO"ef;1sC9:<.\`ESK&aBcCS$]-)NJrk\"TF +4*Q*N,QY&3eK;-JK0ENKenlLJRM3;9S'a`r=j+D>,]iAG0llEk:V/#Q(Wfb2#W_m+ +Q53V3]OU&=DS.4T;B(D#3'I0@$_Q[Y@tLK>S/I/h5@4DqT-lqun'I.JJr^d=`lRs= +A`M^[lfVJ'p9R$$]l%_trRb["2:bD!WucT +bu=*#m;m\D8"Zabg8Ijn!WT1HD0Q2/,Eu#7H`K/cTDV'LjrZHF0aW+F<>VPK:X9PX +im*-s^d`*r]$Xe'>V\k4.75.j&6e\d[&16C3;M7c1OW@``dJETZmO3q"(;mq=V.CC +E@V?b7\^[Oe0Bcef.2pG-4-<9+(;@0Trlkc4'tUGo^Nk"ok_#2r-4'JbmEpqrYY]e_SXn~> +endstream endobj 19 0 obj [/Indexed/DeviceRGB 255 20 0 R] endobj 20 0 obj <>stream +8;X]O>EqN@%''O_@%e@?J;%+8(9e>X=MR6S?i^YgA3=].HDXF.R$lIL@"pJ+EP(%0 +b]6ajmNZn*!='OQZeQ^Y*,=]?C.B+\Ulg9dhD*"iC[;*=3`oP1[!S^)?1)IZ4dup` +E1r!/,*0[*9.aFIR2&b-C#soRZ7Dl%MLY\.?d>Mn +6%Q2oYfNRF$$+ON<+]RUJmC0InDZ4OTs0S!saG>GGKUlQ*Q?45:CI&4J'_2j$XKrcYp0n+Xl_nU*O( +l[$6Nn+Z_Nq0]s7hs]`XX1nZ8&94a\~> +endstream endobj 17 0 obj <>>>/Subtype/Form>>stream +1 1 1 rg +/GS0 gs +q 1 0 0 1 384 266.75 cm +0 0 m +-0.05 0.05 l +h +-90.05 0.05 m +-90.05 0 l +h +7.05 -81.75 m +14.783 -71.117 18.65 -58.85 18.65 -44.95 c +18.65 -27.416 12.434 -12.434 0 0 c +-12.434 12.467 -27.434 18.7 -45 18.7 c +-62.6 18.7 -77.616 12.483 -90.05 0.05 c +-102.45 -12.417 -108.65 -27.416 -108.65 -44.95 c +-108.65 -58.783 -104.833 -71 -97.2 -81.6 c +-106.733 -69.834 -111.5 -56.066 -111.5 -40.3 c +-111.5 -21.9 -105.017 -6.217 -92.05 6.75 c +-79.05 19.717 -63.366 26.2 -45 26.2 c +-26.634 26.2 -10.967 19.717 2 6.75 c +15 -6.25 21.5 -21.934 21.5 -40.3 c +21.5 -56.133 16.684 -69.95 7.05 -81.75 c +f +Q + +endstream endobj 21 0 obj <> endobj 9 0 obj <> endobj 13 0 obj <> endobj 14 0 obj <> endobj 15 0 obj <> endobj 16 0 obj <> endobj 25 0 obj <> endobj 26 0 obj <> endobj 24 0 obj <> endobj 27 0 obj <> endobj 23 0 obj <> endobj 28 0 obj <> endobj 22 0 obj <> endobj 29 0 obj <> endobj 12 0 obj <> endobj 10 0 obj <> endobj 11 0 obj <> endobj 30 0 obj <> endobj 31 0 obj <>/Shading<>>>/Subtype/Form>>stream +q +0 g +/GS0 gs +0 114.0005951 103.8505402 0 215.9746094 233.5996094 cm +BX /Sh0 sh EX Q + +endstream endobj 32 0 obj <> endobj 33 0 obj <> endobj 34 0 obj <> endobj 35 0 obj <> endobj 8 0 obj <> endobj 36 0 obj <> endobj 37 0 obj <>stream +%!PS-Adobe-3.0 +%%Creator: Adobe Illustrator(R) 12.0 +%%AI8_CreatorVersion: 16.0.0 +%%For: (Kenney) () +%%Title: (spaceGraphics.ai) +%%CreationDate: 10/8/2012 1:59 PM +%%Canvassize: 16383 +%%BoundingBox: -95 156 706 637 +%%HiResBoundingBox: -94.5 156.5 705.5 636.5 +%%DocumentProcessColors: Cyan Magenta Yellow Black +%AI5_FileFormat 8.0 +%AI12_BuildNumber: 682 +%AI3_ColorUsage: Color +%AI7_ImageSettings: 0 +%%RGBProcessColor: 0 0 0 ([Registration]) +%AI3_TemplateBox: 306 396 306 396 +%AI3_TileBox: -90.5 90.5 701.5 702.5 +%AI3_DocumentPreview: None +%AI5_ArtSize: 14400 14400 +%AI5_RulerUnits: 6 +%AI9_ColorModel: 1 +%AI5_ArtFlags: 0 0 0 1 0 0 1 0 0 +%AI5_TargetResolution: 800 +%AI5_NumLayers: 1 +%AI9_OpenToView: -605 930 1 1821 1045 26 0 0 50 116 0 0 1 1 1 0 1 +%AI5_OpenViewLayers: 7 +%%PageOrigin:0 0 +%AI7_GridSettings: 1 1 1 1 1 1 0.8 0.8 0.8 0.9 0.9 0.9 +%AI9_Flatten: 1 +%AI12_CMSettings: 00.MS +%%EndComments + +endstream endobj 38 0 obj <>stream +%%BoundingBox: -95 156 706 637 +%%HiResBoundingBox: -94.5 156.5 705.5 636.5 +%AI7_Thumbnail: 128 80 8 +%%BeginData: 22780 Hex Bytes +%0000330000660000990000CC0033000033330033660033990033CC0033FF +%0066000066330066660066990066CC0066FF009900009933009966009999 +%0099CC0099FF00CC0000CC3300CC6600CC9900CCCC00CCFF00FF3300FF66 +%00FF9900FFCC3300003300333300663300993300CC3300FF333300333333 +%3333663333993333CC3333FF3366003366333366663366993366CC3366FF +%3399003399333399663399993399CC3399FF33CC0033CC3333CC6633CC99 +%33CCCC33CCFF33FF0033FF3333FF6633FF9933FFCC33FFFF660000660033 +%6600666600996600CC6600FF6633006633336633666633996633CC6633FF +%6666006666336666666666996666CC6666FF669900669933669966669999 +%6699CC6699FF66CC0066CC3366CC6666CC9966CCCC66CCFF66FF0066FF33 +%66FF6666FF9966FFCC66FFFF9900009900339900669900999900CC9900FF +%9933009933339933669933999933CC9933FF996600996633996666996699 +%9966CC9966FF9999009999339999669999999999CC9999FF99CC0099CC33 +%99CC6699CC9999CCCC99CCFF99FF0099FF3399FF6699FF9999FFCC99FFFF +%CC0000CC0033CC0066CC0099CC00CCCC00FFCC3300CC3333CC3366CC3399 +%CC33CCCC33FFCC6600CC6633CC6666CC6699CC66CCCC66FFCC9900CC9933 +%CC9966CC9999CC99CCCC99FFCCCC00CCCC33CCCC66CCCC99CCCCCCCCCCFF +%CCFF00CCFF33CCFF66CCFF99CCFFCCCCFFFFFF0033FF0066FF0099FF00CC +%FF3300FF3333FF3366FF3399FF33CCFF33FFFF6600FF6633FF6666FF6699 +%FF66CCFF66FFFF9900FF9933FF9966FF9999FF99CCFF99FFFFCC00FFCC33 +%FFCC66FFCC99FFCCCCFFCCFFFFFF33FFFF66FFFF99FFFFCC110000001100 +%000011111111220000002200000022222222440000004400000044444444 +%550000005500000055555555770000007700000077777777880000008800 +%000088888888AA000000AA000000AAAAAAAABB000000BB000000BBBBBBBB +%DD000000DD000000DDDDDDDDEE000000EE000000EEEEEEEE0000000000FF +%00FF0000FFFFFF0000FF00FFFFFF00FFFFFF +%524C45534C524C534C524C534C524C534C524C534C524C534C524C534C52 +%4C534C524C534C524C534C524C534C524C534C524C534C524C534C524C53 +%4C524C534C524C534C524C534C524C534C524C534C524C534C524C534C52 +%4C534C524C534C524C534C524C534C524C534C524C534C524C534C524C53 +%4C524C534C524C534C524C284C4C4C284C4C4C284C4C4C284C4C4C284C4C +%4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C28 +%4C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C +%4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C28 +%4C4C4C284C4C4C284C4C4C284C4C4C28FD054C524C4C4C524C4C4C524C4C +%4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C52 +%4C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C +%4C524C4C4C534C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C52 +%4C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C524C534C524C534C524C534C524C534C524C534C524C534C524C53 +%4C524C534C524C534C524C534C524C534C524C534C524C534C524C534C52 +%4C534C524C534C524C534C524C534C524C524C524C524C524C534C524C53 +%4C524C534C524C534C524C534C524C534C524C534C524C534C524C534C52 +%4C534C524C534C524C534C4C4C284C4C4C284C4C4C284C4C4C284C4C4C28 +%4C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C +%4C284C4C4C284C4C4C284C4C4C284C4C4C284C284C284C4C4C284C284C28 +%4C284C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C +%4C284C4C4C284C4C4C284C4C4C284C4C4C284C524C4C4C524C4C4C524C4C +%4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C52 +%4C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C28524C4C +%28524C4C28524C4C28524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C52 +%4C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C534C524C534C524C534C524C534C524C534C524C534C524C53 +%4C524C534C524C534C524C534C524C534C524C534C524C534C524C534C52 +%4C534C524C524C524C524C524C524C524C524C524C524C524C524C524C53 +%4C524C534C524C534C524C534C524C534C524C534C524C534C524C534C52 +%4C534C524C534C524C534C524C284C4C4C284C4C4C284C4C4C284C4C4C28 +%4C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C +%4C284C4C4C284C4C4C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C +%4C284C4C4C284C4C4C284C4C4C284C4C4C28FD054C524C4C4C524C4C4C52 +%4C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C +%4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C52 +%4C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C +%4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C524C534C524C534C524C534C524C534C524C534C524C534C52 +%4C534C524C534C524C534C524C534C524C534C524C534C524C534C524C53 +%4C524C524C524C524C524C524C524C524C524C524C524C524C524C524C52 +%4C524C524C534C524C534C524C534C524C534C524C534C524C534C524C53 +%4C524C534C524C534C524C534C4C4C284C4C4C284C4C4C284C4C4C284C4C +%4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C28 +%4C4C4C284C4C4C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C4C4C284C4C4C284C4C4C284C4C4C28 +%4C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C524C4C4C524C4C4C52 +%4C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C +%4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C52 +%4C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C +%4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C534C524C534C524C534C524C534C524C534C524C534C52 +%4C534C524C534C524C534C524C534C524C534C524C534C524C534C524C53 +%4C524C534C524C534C524C534C524C534C524C534C524C534C524C534C52 +%4C534C524C534C524C534C524C534C524C534C524C534C524C534C524C53 +%4C524C534C524C534C524C534C524C284C4C4C284C4C4C284C4C4C284C4C +%4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C28 +%4C4C4C284C4C4C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C4C4C284C4C4C284C4C4C28 +%4C4C4C284C4C4C284C4C4C284C4C4C284C4C4C28FD054C524C4C4C524C4C +%4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C52 +%4C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C +%4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C52 +%4C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C524C534C524C534C524C534C524C534C524C534C524C53 +%4C524C534C524C534C524C534C524C534C524C534C524C534C524C534C52 +%4C534C524C534C524C534C524C534C524C534C524C534C524C534C524C53 +%4C524C534C524C534C524C534C524C534C524C534C524C534C524C534C52 +%4C534C524C534C524C534C524C534C4C4C284C4C4C284C4C4C284C4C4C28 +%4C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C +%4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C28 +%4C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C +%4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C524C4C4C524C4C +%4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C52 +%4C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C +%4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C52 +%4C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C534C524C534C524C534C524C534C524C534C524C53 +%4C524C534C524C534C524C534C534C534C524C534C524C534C524C534C52 +%4C534C524C534C524C534C524C534C524C534C524C534C524C534C524C53 +%4C524C534C524C534C524C534C524C7D7D4C28767D7E7D7D4C4C537D524C +%4C534C524C534C524C534C524C534C524C284C4C4C284C4C4C284C4C4C28 +%4C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C +%4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C28 +%4C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C285282AF7E7D7CFFFF +%FF7C7D7EA8A67C284C284C4C4C284C4C4C284C4C4C28FD054C524C4C4C52 +%4C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C774C4C +%4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C52 +%4C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C52FD044C76A6A8 +%FFA8A6A8FFFFA783FFA9A77B524C4C4C524C4C4C524C4C4C524C4C4C524C +%284C284C284C284C284C284C284C284C284C284C284C284C284C284C284C +%284C284C524C284C284C284C284C284C284C284C284C284C284C284C284C +%284C284C284C284C284C284C284C284C284C284C284C284C284C284C284C +%284C284C4B7C7BA87EA87CFFA8FF7CA77EA87C7B514C284C284C284C284C +%284C284C284C284C524C534C524C534C524C534C524C534C524C534C524C +%534C524C534C524C534C524C7D4C524C534C524C534C524C534C524C534C +%524C534C524C534C524C534C524C534C524C534C524C534C524C534C524C +%534C524C534C524C534C524C527BA6A77E52A6525352A77C77A8A67B764C +%524C534C524C534C524C534C524C534C4C4C284C4C4C284C4C4C284C4C4C +%284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C7753284C284C4C4C284C +%4C4C284C4C4C284C284C284C284C284C4C4C284C4C4C284C4C4C284C4C4C +%284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C28527BA77D4C7B522752 +%7C5253AE7B52284C4C4C284C4C4C284C4C4C284C4C4C284C524C4C4C524C +%4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C7E4C +%524C4C4C524C4C4C524C4C4C524C4C4C7752774C534C4C4C524C4C4C524C +%4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C28 +%7682A84C767C7C7B7C4CA8A67C4C4C4C524C4C4C524C4C4C524C4C4C524C +%4C4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C +%284C284C28527D52284C284C284C284C284C284C28535277537D53775377 +%524C284C284C284C284C284C284C284C284C284C284C284C284C284C284C +%284C284C284C284C2876A77D27524C4C2753A87C284C284C284C284C284C +%284C284C284C284C284C534C524C534C524C534C524C534C524C534C524C +%534C524C534C524C534C524C534CA84C524C524C534C524C534C4C4C7D77 +%7752534C534C77537D77774C524C534C524C534C524C534C524C534C524C +%534C524C534C524C534C524C534C524C534C7D77FD054C53A14C534C524C +%534C524C534C524C534C524C534C524C284C4C4C284C4C4C284C4C4C284C +%4C4C284C4C4C284C4C4C284C4C4C284C4C4C28527D53284C4C4C284C4C4C +%284C4C775253284C284C4C4C284C4C537777284C284C4C4C284C4C4C284C +%4C4C284C4C4C284C4C4C284C284C284C4C4C284C4C4C284C284C284C4C4C +%284C284C284C4C4C284C4C4C284C4C4C284C4C4C28FD054C524C4C4C524C +%4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4CA8524C4C +%524C4C4C524C4C4C7D534C4C524C4C4C524C4C4C524C5377774C4C4C524C +%4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C +%524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C +%284C284C284C284C284C284C284C284C284C284C284C284C284C284C284C +%284C284C7E53284C284C284C284C2877524C284C284C284C284C284C284C +%28525352284C284C284C284C284C5158284C284C284C284C284C6F4C284C +%284C284C284C284C284C284C284C284C284C284C284C284C284C284C284C +%284C284C284C284C524C534C524C534C524C534C524C534C524C534C524C +%534C524C534C4C4C534C524CA84C4C4C534C524C534C7777534C524C534C +%524C534C524C534C524C7777524C534C524C534C524C7C7C4C4C534C524C +%534C524CA14C524C534C524C534C524C53FD074C534C524C534C524C534C +%524C534C524C534C524C534C4C4C284C4C4C284C4C4C284C4C4C284C4C4C +%284C4C4C284C4C4C28534C4C284C284C7E53284C284C4C4C284C5353284C +%4C4C284C4C4C284C4C4C284C4C4C28774C4C284C4C4C284C28577CA85152 +%284C4C4C284C4B9AA1704B4C284C4C4C284C4C4C284C4C53537D4C4C284C +%4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C524C4C4C524C4C4C524C +%4C4C524C4C4C524C4C4C524C4C4C524C4C777D4C4C4C524CA84C524C4C4C +%524C4C4C7D4C4C4C524C4C4C524C4C4C524C4C4C524C4C52774C4C4C524C +%524C5283FFFFAE52524C534C524C9BFFFFCA764C4C4C524C4C4C524C537D +%AFA9AFA8AF7E7728524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C284C +%284C284C284C284C284C284C284C284C284C284C284C284C28524C4C284C +%284C7D52284C284C284C28534C4C284C284C284C284C284C284C284C284C +%284C524C284C284C285858CFAECFA8835852284C6F9AA1FFA8FF9A9A4B4C +%284C284C277784AFA8A984A8A8AF847D274C284C284C284C284C284C284C +%284C284C284C534C524C534C524C534C524C534C524C534C524C534C524C +%534C524C534C524C534C774C534C524C534C4C52774C524C534C524C534C +%524C534C524C534C524C774C524C534C524C527CFFFFAD52524C534C524C +%9ACAFFA1704C524C534C524C77A8FFA8A1759999A1A8FFA87D4C524C534C +%524C534C524C534C524C534C524C284C4C4C284C4C4C284C4C4C284C4C4C +%284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C2853FD04 +%4C284C4C4C284C4C4C284C4C4C28FD044C524C4C284C4C4C28527C832D52 +%4C4C284C284C4B76A1704B4C4C4C284C4C4C7DAFA8766E6F6F996E9AA8AF +%7E53284C284C4C4C284C4C4C284C4C4C28FD054C524C4C4C524C4C4C524C +%4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C +%5252534C524C4C4C524C4C4C524C4C4C524C4C4C524C774C524C4C4C524C +%4C287C7C4C4C524C4C4C524C4C4C9A4C524C52FD044C53AFA8A06F754B76 +%6F996E9AA8AF53FD044C524C4C4C524C4C4C524C4C4C524C284C284C284C +%284C284C284C284C284C284C284C284C284C284C27774C4C284C284C284C +%284C284C284C28534C4C284C284C284C284C284C284C284C284C284C4C4C +%284C284C284C284C2752284C284C284C284C284C4B4C284C284C284C277D +%A8A86F994B28274C4B6F6EA8A97E284C284C284C284C284C284C284C284C +%284C524C534C524C534C524C534C524C534C524C534C524C534C524C77A8 +%A24C534C524C534C524C534C524C534C774C534C524C534C524C534C524C +%534C524C534C774C534C524C534C524C534C524C534C524C534C524C534C +%524C534C524C537DFFA199995228524C526F6FA1FF7E534C524C534C524C +%534C524C534C524C534C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C +%4C4C28FD044CA2534C284C4C4C284C4C4C284C4C4C28524C4C284C4C4C28 +%4C4C4C284C4C4C284C4C4C28534C4C284C4C4C284C4C4C284C4C4C284C4C +%4C284C4C4C284C4C4C284C4C4C287EA9A16E752728274C27996EA1AF8428 +%4C4C4C284C4C4C284C4C4C284C4C4C284C524C4C4C524C4C4C524C4C4C52 +%4C4C4C524C4C4C524C4C4C524C4C4C534C4C4C524C4C4C524C4C4C524C4C +%4C774C4C4C524C4C4C524C4C4C524C4C4C524C4C4C534C4C4C524C4C4C52 +%4C7652524C4C4C524C4C4C534C704C534C4C4C524C4C7DFFA86F6F76284C +%27769999A1FF7E4C4C524C4C4C524C4C4C524C4C4C524C4C4C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C2852284C284C284C284C284C284C284C284C4C5228 +%4C284C284C284C284C7DA7274C284C284C284C2870934C284C284C284C28 +%53A8A9756F6F754B4B6E9375A8A87D284C284C284C284C284C284C284C28 +%4C284C534C524C534C524C534C524C534C524C534C524C534C524C534C52 +%4C534C524C534C524C534C524C534C524C534C524C534C524C534C524C53 +%4C524C534C534C534C524C534C524C534C8383524C524C534C524C5370BC +%4C534C524C534C4C4CA8A9A8759999996F6F6FA8A8A94C4C4C534C524C53 +%4C524C534C524C534C524C284C4C4C284C4C4C284C4C4C284C4C4C284C4C +%4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C284C28 +%4C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C7C82274C4C +%4C284C4C4C28769A4C284C4C4C284C4C4C52AFA9A8769A6F7576A8A9AF53 +%4C4C4C284C4C4C284C4C4C284C4C4C28FD054C524C4C4C524C4C4C524C4C +%4C524C4C4C524C4C4C524C4C4C534C4C4C524C4C4C524C4C4C524C4C4C52 +%4C4C4C77534C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C +%4C8282524C524C4C4C524C4C76CA4C4C4C524C4C4C524C4C53AFAFFFA8A8 +%A8FFA8AF7D4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C274C4B524B52284C28 +%4C284C284C284C284C284C76A1284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C5158284C284C284C284C28769A4C284C284C284C28 +%4C284C5284A8AF84AFA884524C284C284C284C284C284C284C284C284C28 +%4C284C524C534C524C534C524C534C524C534C524C534C524C524C524B76 +%5176517651524C534C524C534C524C534C7D7DA176A877534C524C534C52 +%4C534C524C534C524C534C524C534C524C534C524C534C524C534C524C52 +%4C524C534C524C534C524C4C4C77537E77774C4C4C524C534C524C534C52 +%4C534C524C534C524C534C4C4C284C4C4C284C4C4C284C4C4C284C4C4C28 +%4C28524B7651754B7651754B765152284C4C4C284C4C4C285377A8527684 +%A1FD044C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C +%4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C284C284C284C284C4C4C +%284C4C4C284C4C4C284C4C4C284C4C4C284C524C4C4C524C4C4C524C4C4C +%524C4C4C524C4C4C5275765176517651767676517675524C534C4C4C524C +%4C4C7D84A19AA8774C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C +%524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C +%4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C284C284C +%284C284C284C284C284C284C284C284C4B764B7651767576517675764B76 +%5151274C284C284C284C284C5277284C284C284C284C284C284C284C284C +%284C284C284C284C284C284C284C284C284C284C284C284C284C284C284C +%284C284C284C284C284C284C284C284C284C284C284C284C284C284C284C +%284C284C534C524C534C524C534C524C534C524C534C524B765176767C76 +%767576767C767C757651764C534C534C524C534C4C28534C524C534C524C +%534C524C534C524C534C524C534C524C534C524C534C524C534C524C534C +%524C534C524C534C524C534C524C534C524C534C524C534C524C534C524C +%534C524C534C524C534C524C284C4C4C284C4C4C284C4C4C284C4C4C284C +%4B754B76757675767576517675767576517551764C4C284C4C4C284C4C4C +%284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C +%4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C +%284C4C4C284C4C4C284C4C4C284C4C4C28FD054C524C4C4C524C4C4C524C +%4C4C524C4C4C767576757C7676757C7676757C7676757C757651524C4C4C +%524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C +%4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C +%524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C284C284C +%284C284C284C284C284C284C284C4B765176517675767576757675767576 +%75764B75274C284C284C284C284C284C214C284C284C284C284C284C284C +%284C284C284C284C284C284C284C284C284C284C284C284C284C284C284C +%284C284C284C284C284C284C284C284C284C284C284C284C284C284C284C +%284C284C524C534C524C534C524C534C524C534C524C767576757C767C76 +%7C767C757C767C757C767651764C524C534C524C534C524C7E7D774C534C +%524C534C524C534C524C53537D52534C524C534C524C534C524C53527D77 +%774C524C534C524C534C524C534C5352764C524C534C524C534C524C534C +%524C534C524C534C524C534C4C4C284C4C4C284C4C4C284C4C4C284C4C4C +%4B765176757675767576757675767576757651754B4C4C4C284C4C4C284C +%287DA8CF7E4C284C4C4C284C4C4C28FD044CA8A1A2284C4C4C284C4C4C28 +%4C4C4C28A2A8CA774C4C4C284C4C4C284C4C4C284C52A17C7C284C284C4C +%4C284C4C4C284C4C4C284C4C4C284C4C4C284C524C4C4C524C4C4C524C4C +%4C524C4C4C524C525176517651765176757C7676757C7676757675764C53 +%4C4C4C52FD044C7DA076A84C4C4C524C4C4C524C4C4C524C7D7693A1534C +%524C4C4C524C4C4C524C4C7EA193A228524C4C4C524C4C4C524C4C287D9A +%A176524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C284C284C +%284C284C284C284C284C284C284C2851517651754B764B75517675767576 +%75764B764B4C284C284C284C284C277D6F9AA853284C284C284C284C284C +%284C779A68A1524C284C284C284C284C284C4CA876937D4C284C284C284C +%284C284C284C779AA0A0274C284C284C284C284C284C284C284C284C284C +%284C284C534C524C534C524C534C524C534C524C534C534C7651764B7651 +%7651765176767C7676517675764C534C524C534C524C52A29A6FFF534C4C +%534C524C534C524C52287E6F93A17D28534C524C534C534C534C53A89A6F +%A84C4C4C524C534C524C534C4C28A2939AA1774C524C534C524C534C524C +%534C524C534C524C534C524C284C4C4C284C4C4C284C4C4C284C4C4C284C +%4C4C284C284C284C4B754B7651765176517551764B4C284C4C4C4B4C284C +%59A86F93A884524C28FD054C284C287E849368A18453284C284C284C4B4C +%28537DA86F93A17EFD044C284C4C4C284C4C777D9A68A18477284C284C4C +%4C284C4C4C284C4C4C284C4C4C28FD054C524C4C4C524C4C4C524C4C4C52 +%4C4C4C524C524B524C524C524B7651765176517651524B524C4C4C534C6F +%4B7784FFA8764BA8A9AF59766F704C704B5353A8A9A84B4C4CAFA9845252 +%6F4C4B6F4C7D84FFA8764BA8AFA953766F4C28704B524CA1A1A84B7076AF +%A87D4C5276524C4C4C524C4C4C524C4C4C524C4C4C524C284C284C284C28 +%4C284C284C284C284C284C284C4B754B764B4C284C4B514B7651514B4C28 +%4C284C284C284C6FA884AFA87D274C7DAFA8AF7E6F4B4C4B9A7EAFA8A97D +%4C274C7EAFA8A87D6F4B4C68A184AFA8A8272777AFA8AF7E76274C45A17E +%A1A1A8774B277684AFA1A07C76274C284C284C284C284C284C284C284C28 +%4C524C534C524C534C524C534C524C534C524C534C76757C76764B534C53 +%4C7651524C534C524C534C524C534C76A8FFA9AFA1946FA8A9FFA9A96F4C +%4C7076AFA9FFA9A26F936FAFAFAFA9AF6F4C4C6FA1AFA9FFA89A6FA8AFAF +%A9AF704C4C70A1AFA9FFAFA16F946FA8A9AFA8A76F524C524C534C524C53 +%4C524C534C524C534C4C4C284C4C4C284C4C4C284C4C4C284C4C4C285251 +%7675767551284C4C4C284C284C284C4C4C284C4C4C284C4BA8A7C9A8A86F +%93A1AEA7C9846F4B4C4B76A8C9A7A87D936F7684AEA7A78470284C45A8A7 +%A7A7A86F6FA1AFA7A78476284C45A1A8A7A7AE766F6F9A84A8A6AD846F28 +%4C4C4C284C4C4C284C4C4C284C4C4C284C524C4C4C524C4C4C524C4C4C52 +%4C4C4C524C4C4B76767C7576514C4C524C4C4C524C4C4C524C4C4C524C4C +%4C7077A5C0CDA2936FA8A5C69F7D6FFD044C7D9EC6A5A26F9370A8A4C69F +%7D4B524C6F77A6C6C7A89A6FA8A6C69E7D4B524C4C4CA19EC7A0A175936F +%A7C6C67B7D4B4C4C524C4C4C524C4C4C524C4C4C524C4C4C284C284C284C +%284C284C284C284C284C284C28514B7675754B4C284C284C284C284C284C +%284C284C284C284C274C4C5151A86F93A17C4B52274C284C284C284C4B76 +%7D93689A7D514B4C284C284C4B4C4B5275A86F93A17C4B52274C284C284C +%28524C5276A16F9A7D754B4C274C284C284C284C284C284C284C284C284C +%284C534C524C534C524C534C524C534C524C534C524C5251764B524C524C +%534C524C534C524C534C524C534C524C534C4C284D7DA19AFF4C4D4C534C +%524C534C524C53287D7693A15328534C524C534C534C534C4DA8A19AA828 +%534C524C534C524C534C4D2876A09A7D534C4D4C534C524C534C524C534C +%524C534C524C534C524C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C +%284C4B4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C284C4C4C2852 +%4C52FD044C284C4C4C284C4C4C284C4C524B53284C284C4C4C284C4C4C28 +%4C28524C524C4C284C4C4C284C4C4C284C4C4C284C4C52284C4C4C284C4C +%4C284C4C4C284C4C4C284C4C4C28FD054C524C4C4C524C4C4C524C4C4C52 +%4C4C4C524C4C4C534C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C +%4C524C524C524C4C4C524C4C4C524C4C4C524C4C4C524C524C524C4C4C52 +%4C4C4C524C4C4C534C4C28524C4C4C524C4C4C524C4C4C524C4C4C534C4C +%4C524C4C4C524C4C4C524C4C4C524C4C4C524C4C4C524C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C524C534C524C534C524C534C524C534C524C534C524C534C524C534C52 +%4C534C524C534C524C534C524C534C524C534C524C534C524C534C524C53 +%4C524C534C524C534C524C534C524C534C524C534C524C534C524C534C52 +%4C534C524C534C524C534C524C534C524C534C524C534C524C534C524C53 +%4C524C534C524C534C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C284C284C284C284C284C284C28 +%4C284C284C284C284C284C284C284C284C77537752775377527753775277 +%537752775377527753775277537752775377527753775277537752775377 +%527753775277537752775377527753775277537752775377527753775277 +%537752775377527753775277537752775377527753775277537752775377 +%52775377527753775277537752775377527753775277537752FD7FFFFF +%%EndData + +endstream endobj 39 0 obj <>stream +%AI12_CompressedDatax��}�v�����=k���LD0���� ���3�-`f���>��ne�D�ߙs�f� ���+uUuW���Z�НI�ID ����E�ۜO��������\@��AO���}�y�J�w�Y2�y�T�����@�;w=� �W�χ]�;�6�ݒМ���Y��*@��9�2q"���D���s���z��4�6g����T"�@7��b�鏿���9O$���S�'MP*�F����ݙ�P2���g�H�'���0;i/F��*L��٬8N�Y�S��{.�_��it���_f�l��<����]��9�dp���8��,����b��*� ��'�q�w3� *F������nպ�9�`b,ޖmS�.�Ϸݯ>� `�5(�\C@�eP��R�rh��:�?�D��������_9��dܕ�J ��@� <� !ݾ] ��ݸ?�����bO/'��襾��������R�zS��΁h��b�� + I���_]D���z��'�����>%P}� D2�!) "w�-�!�mBU� +�1�T��B��?��mK���~G%Q\sь������H��|�˭�(^jHMD/k&7�'#��fm ��?�|IO��T��J��7ށPU�?F��q%>˼W� xX&����s��G@�lh����OAH�O��� r9 :��v?��� +Ļ����p2�T��i�;���0uSyu�7~��}���4��j��=W��������@�������-S��9o�@c�����:�""�g܁���yW��d4E֋��kN�mT�הT�M���"��?�f�"����a�;�n� ���/6+�=�HWQ�d��.���H �;��Hl�ʪF��q��XE����J�>ep����� ]0rNQ4r1�DW���Q ZLcqe 2`��͕MA���%�I��B��l���y*[]Ed�b� ��Z� LN��D����.��"�ݕ�vW� �ŖW[^)P���ň�F���\��8d鬯4 'Y ���������a�%ϋ�ȓ:z�4ӻ1)E:dW���Ȋ|��ʀ|I�sF�HF��9��qšQ�F���3CH� �5V��3g4��hi'[;�wa$�'��"�,��]�����/J�G.�����-S?�����300a��E{[��Hsdk#���Fv�he�a�dD���D��!6 te��q�'�D�-����h10�C��2jh���2�&c�4j@���Cg"�5�]��D���;cY1�M f� Z������le6+�3�H�ϊ�l<[��؀�Ҡ��&F�t�hK34,�5��k*�{��0&$`l���^���ҹ8q2D���LI}!�L����9�<](,;/��g;��k����3��9C�濸���� �!��񿦿I��&�����ʔ,�X4S�N��$3E����I�4��RNdq���=�R�S�r�R���3�Ei69���Y�䁇8�E�8&p + ��.�G� tO��+,�IWn88f&��Ug�gh5��װ ��*��_c�˓'��~6��k��w��2��h:�*�ϵ1��Dwn�ߝ��|L + ��_R�PI�G���B��������\z�_ Og�" �c�*꣝?<1h)�����t�;��;�w�nT[��mLb�x��9cvC� �3jk���*�f��b�5y"N��5Ө��#߇ʌw� H��s0�漉X9&�@|�~��=M�t����j��Z<>�� �P Ҝυ~k1�΂�'�0-���j�ES���;Bw,�"=�s@��}�����q�`<{��)̎@8ka��/�gs�P +�3��(#��Z3����G�x2���p�t;��$ �#:���ܰ��N�Ժ�+���&Sl���=Rܡ��l ��$� ��匰�R���^-��� �G�l/f�����~+��fMdo�1��=��o� 4�֞�,Q�}����M>���9j<�!<��nsh��^���s%~J���F9�N}��ߙ�\uM*��虘��Է_�����'q��>��N��C�چ�L��Ӛ�����~���yW�[~�cD`�X�,�vo#�ϰ"`p�G�cԝ7;`^m�1ٍ�בb$�xNS:l*L J�i�#���,��l`��t27�k�2˦e��L�Qy��n�'CAm}���9�w��Z��x�#w�3�G=Y�=_b�]��l�6 ��xc�gڜvϬ?Z q��.�HS��&M��i�]> �� ��l���A���L� +�f,k�к��_BWa"�‚x�R�Dʺh\�Dz�68Vۀ��Q��!>q��������U�;� +v=���s�}�l����/��R�PX ��B<���mAQ�LN �� +���{��!�ݗދ�d�L�~l�/Qq��#1���Tѽ�|���#��� ��ߍ�m�M�M�FKۧK��=��J<��Dח�YO�̻p�+ B���b>�qxI��}^m + +�z�v�*L>��n���H-]�*ˣ\~�ޔX��ܨ����U +X��M ��0i�/���PF��_<��F��5{���n�o����=W��Ma4����7���δ�u�[���U��ϧ�"���q�3�pYt6&ŰЖ�4���y�ڼ)D�N��i�0+E����xZ�as�6e�;SY�'v�)��9�����RP��oP)_@Q]�D�x��h�������[G�|{"t���������eU���*��AX�!v1i� #� +-��s�^Kh����N%� ��RD9QN�X�5:�:o��4����f�8�bu���� ��� +�0F^ѕ�6��3���Z[[����:]�K,�0}9 ���\�L��F����D�7O��i2������1�A�}OZ�) �`}�T�n��f�����3-'t�;�.j��P�dʬ�<_��U�%�� �I6 �xy�B��x�]b\7�n�`Ի.�Ik,��v6F;b��� +�0�ޓ^��n^�vF�x8v߮i�}�bd_}Ō�ө ��i*$5@6lA IÊ��6���Z�E��R}�IZtƄ����Թ�bQAߦ�ba1*!��TS����a�x{Z�j�:5� �mD�u)g̉�M>?g]�r=c�%��b؉s�#���5��RhIA�:qIl��)؜���Qs�^�� ����E2�P�=̑�o�!TTeZh�P��B':��$-F�J~� ܛ�#���𘦫̈́-0௨=+J��L��i,6k7�]�6ǂ:�t֞ۿlԕX�=��25���� {X�6lN]�C*hׁ��h��4��ZF�fh�;N��E=�7/� ��n�rc�d�T��0 �̠��t�a[�L�� ���S9A�T�. +����̎�j7@C:�A��sm�� +kG"ʲ��) f���(�� k[b&Y��y�3tЇb���9�*CTnn� 0aF�t�Ϯ�M EZ}d$�}w��(:a_��B�,��ء�a���<��&C�Y� Vz�[�Tw�|�1�OŇi}�bi����iT�Hfp�� ,��RE���Z�LMhƌ�jA10�P�@{�(p�Ի�%'Ӷ���%fv��%:��"���Lp�f.�\�s1n��XH� (|�0~����2�a��b�>F{���w�Z���my��L;��@�����I:x{#����� +�����1�I ŵG�l-5��d�st�E�LR�F +��B��ʛ*O]��Y������K��7�~�6v�R�����a�+|v�K��K(�#�el���C4�UoڀH)�XW��5>6���n��s��Κ6I�5��8(�9vSuFR}�׊k�PU�n�?3(My�A ���x;tq��v�B|�������-<�ѫ+��L�5�L�"�l���+��ر���yx�h��F��A;�z� �3��)*��rУ���{ G�I9(A ����X�V�H�f��d=. +� /�?|r��}���D�I�s� ��GC�ӗ=t�V�ˉ��SJ�^�k�-��p�_�7�3uw�Q{��]��2y��x�_�E;�s�ef?�L�Č�f�„�p�=,���YaV!c�pt��R�9�uvsQ�'��b����F���%X�L��~.�T��߯L�)�G��`� �P{ �M�������D�eZ�/��L��<���b����\��,: +���(u> ��C����f���c��͋��S\������)�O�bE��Y���m�~��ι��d�}t-�7���,L�;js��M��K�����A�� +� +E�_�.O��{��v�9@��!��'���fZ��>r��r���#B�eA_�~P���r�Iݿ�q�? +_�ң��~:�}&h�} rq��6[�����n�!Atr�b� D�_"�.3LWGb���y~� gSh ����;I'o��}�9G��^q�'�}�� u����L=P7c��f�"��w.����%k�xo�I@`(�� ׂ���{��?B'|^���*b�b��k#�9p�#:9��${�u,U�p�?�|_�aj*-����� J1e� �j��[T����R^�}����4I=Q�m��~���X�k6�>�j��d���w�u������O��5�Nyd������'��Ľ�C�L�����b���}������apx�N�v&*�L�gT��/+<�TD�ȸE��|� ��7�.�P�f�>ߥ���b�s�j0!�Q��U�@���hS �E~�OY�)$0�?�< ���*�����70m,�Æ7���~����/��1×�]� #�^�¦x� �鵄CiƎ�K@�}s4�*v��D�'B}<�F%���"�P�by@���H��^Cr�eU �[� *�*��c�Q윆��/���U\�1Y��H�2���k����W���&<����1_�w��|���#K�a����?.9�{E��m�2��=� +{w_���{�k~ıMcc��UkwGk������5�ǃ��~E���MX=�����#� +��@��[�>������ޥo��u��&��q;,��z0!�Z䮈�{>��O�Oc��gpT�\;\�1T��h\�8��b��ܙjra��Ȫ�����̵ƻ�Z�"8;�'��ٶT�c^�Lb��/4j2���O=m⼸�\������s��A�Q#�s�c�����F�3�w��lz,3��UQ�V��x`[���^� +C�B��������96��r)�6A��U��BU���w��b9y ��Y�~xQ���*�� �"��-��9D��Pԡ"%fH}=c�����rS��li��9�ɣ�G����n+� %���^X�0y��lJtmX��_?����5Y��f%w�~�| ���i�W�xs���w�^���(���2�J�3�J� ò<���'r�ѐ@�*�dD�@���+�O���Q��I�?F���}[�Hn�K�if�ZF`�c����!�@nq����Y�3�_��;h���2f���r �&���y�?���}�j=�IVog\��Ԏw�^�w�p���@�//5���SȤ�ш��K�?��Rʐ�㺗ߟ�����l�0ͳ��C���ʥB��u��bW��0}�>�69�8�:�s��S�d*N�R�ki4?��rߊ�Y⥽�-�=Ѽ9�Kū����A���� &��-P��1���(`�m��OL�A�P�1�s�g�)�@����e?k�bח�N^���#a� ޻������X���q��3՚�R���.��.��������qO�����o�_[�AOzׇiz�Q�(��Em>4��\�*'�TŒK������-�'��ϛ�E�!��l�/ү_|��u{�;����؀6/B~���M>��5����[�=t� +����C�&`82x���T����h��kɗ����I�t�ƛ����B�hMn�B�7�#�����BS� U^���N����h,w��S���(M�(r�C�h*��x�#��u�>dtw�Z��]/س�ٌ �x.���G6~���Ij�inva8����9�9�&|��q�+�&����iB#ٿAC�oEӋ�=~� 25豥��.�YJ�ܶ�fJ�G|����-�n� 9���#*�D��@0���X*}��q&��預?��i�R���['�A$1 ?Q'wI�NE*7He�M��R��omw��sAgZ�/�����M� �� q��� +FE<9dc�7�9f�9(�������|� ����w�٘ž1��.��H0R�t-\�|�u`0�r���;��Dw��H� Ƨq�I:����>�>-�{ϝ]���7�7�R��*���א��7����X��A�ڠ��0 N��a�A�����Y�q�����{��L�ʋ�O����X�+�_)j7^�����Cܤ�>Ϸ%�Tt���d�$鴙�sTBDž�.�#@K^��Zg�G����Q#��N�]ϑ��*3���ǧ�1�fΨ�?���[k��.zh�;O�q��������7���E��wz���)zNW�9£�f݆��{�k����>�����T��~����� +���у.̉0��c֔��D�j� �b|1�|�=����p��Й�9�z��V����/H2�8���6}]9C�_ � Rצ�]+��G͇�7rqc��>�e'}���w�'�0)�A�]?K�����Ώ&\� +���`���߄��n c߀-p����}O\���b�����o�/�����J��<�x_���R��1��Vnp̾�{vS*��?�A#�:7�^�aχ��@�7/{|��dm�O��:��>�QS\�ΥT5�������t����,�`O:At�������So����H(^ز��P(W��vt~}vK��ZЛ./َ�p��((@�� @x�����ޫ�UK��{�� eA�Ba����k��AUwS_��{�e��' m;C1��]�稕��dGɃԯ�c�n��2n5}H\0��U���{�i����8�9��p + Z�(�R��;�%��[���B')v�<��8!:��y�=�}�L&��=����浳�nQN�������|\��4�s!�;����uZ����Bl�����q�Q-�N{�D�[ ^'�79���#��/����ҋ��~�߁ ����B3A gMo�)P��J?'�@�@QPo�vz�d"�7���{#L#IĎ�MrF�.W�ܩw�Z\B/��ȕ?�K��e�}��k�%�Ͻ^���G-B���4X�C-I��d&�+M��.%�>{���ǖK�R=����&.2��I�{�v$�eJ��т���Z��h�(��K"����P;`���Sr��›���UVPS7��`�Cx���a��7z��r�E�6#�)�Y�!n�,�ݧfP� �wf~�dj�]a��Z��3�O��-�R{���gCE����� �י3��]~�ۿ�_ޚB-�M.̠���/_$/��|'���2�\���Cb?5��k��]s� k���o m��. 1��!���P_���֭��{��3@�~��_I�]���}���P�ޠ0˅f�P���c�",�f��3�I#n5� ��n�j�� �,qe���H��J�nG�T�}�-�R{���e� +j�(�?������ �����O%��H� <�W��*�2�1T F��'.ґ8�z���;�E6=5�����i��K:��8�h+PY���5k��'W��nM�֎� TyXÀ+�Z����!j��]s������S0` +�ޏy۷�n�w#ic�%�2͛C�H����� +�����w-�޿�v�VP���� +k���V��ݼ��v��zpn �����P_2��lQ�� +����:�I�B}?��-� +����j�14��M�����z ���~�³xO�KP[��Ax�O�C ��������q���������s/��거4�M�%��Ӑ��Ȳ��?(f�s�^ ��/�]y�#r_�s����.%B=�WК�^ O�Wj—+V�P}��l�T��W��Nd6.{ P�ɑ��1��MԀ��I��.�w��;�o�����$g��q�+��r�X�� ��{�����Ԟ� Tܗ�~w��ʆ�������Ը��h�4]=ϽX>E�6���ò@��|�[>�Ƀ���Ӌ���T�fR�u�yd���n�uf�4svp����O?�?�e�݅�G�R��n�P�]�\[>�gC��i��<�b^�/l������[�g��{^��)H3)0�'���G����)`��(ex�E�~�L�|S��  +��7�S��b4oxZ�(�VO{��S�NV�j�N� +�����&|7�b�Ht��EI�}������tް�A�}�j��7R�6D>��� ��E��j/�߼���y��JT�%��Ո48���-p���c?S��y˪Ȉ]f�~p6���y�^�� +����3ѩn �l����׍F{k�R{{w��9�d��* I�q�-��.�^�,��!�m������0T#�\15Mw;{*��^�{�@M0|��)}- uP� U�d�2��IK�ص�� +'�o��T���j�]ɳ�5T�ZXBE~EOc 軛�F��^�-�b#�UO 0�S�:�v�2|�M"F����)���uZ��(����=^;V��I�'� z�B��pv +U!���n)�р_���mZ�G�Za��d�ԥ�RO�'�`~��:/�5bw�-=��Ě�Щ)��ۗ>— 6�ejsD�9����:HE2�^��W>n�Ƹ>��Y����G�4$E9��wU�s�|�š� �#�����=�`4�(����b��Mrj�Y��Y��6�/����a�J���C(c�|]0�a�C<���/��&=�{�{��ړhX�u����C��:�@d-0��l�垆�K�a� _6���o��X 8�=��(�:�̥�F���Ϛ�7�̥'�X٬�}�yʖ]�$�&�ŠHy)����8�J�k!L+�p/��J�u8<��9��8�a�x.�(̅� }b�v}���R�[�'���v���f��a �/qz_�tBw�r�Z~k�6d�/yXS�Dt����t*`�'�wɨl���a|��W3C���G�Z��Z�*<�7}�31��s%��wo:��G��8�d^[|�� U��'Fn/��ɯ$�����}\(Z���{��]<�>�C���%�5�*�$uځ�TU���2 =ԫD]m�7J�4 ���K�,КYu�@t�w�%�̂,�!9ܭ#K��d���B�� g<�F*֤Zl���0��).�\Bh9[Ө2j�NI)e��ˉ:۴i~Z�=�o�����M��3o�B>�X���Y���ႆ�������螆���P�ֲY����m�d���M?���Mi��ְwrV�撵��ޅm"M��V�����H K���d���4�L2MF[�t�&�Ǟ���0��m.�����'���[͝'���&l. �ј�.��=p뛨�1P@se�v�7�[�gf�aIn�Iu2s�Z`��\�Dgu��V�Z��y i-���u�b��+���Ԩ�խL!_g��&���s+@���赳lL5����;�"�&q-��f�m� +TՉd�u�o?R�U�U�&.`�C�[����F��a˼�f��>G3��`-v�^g%����( ���u�%V�Đ�%�Vv+��G9Vv��ž�e1������,`�;Ǣ�yw]S�ec ���@�f��������ȅ�� ��i��2Z%q�R �Q�Ɣ��z� 0��vI�+u�8������QM376 +!ĸ���El!�r�К� E% ��,�����fp�?�`�-���^}�6��}�� D$N��~3������Ɗ�J^Onr7A�e��a4�O�cO+ƁжK�q����A�apUpz��2�ik���E|E�TK�A���i\Z2su(4���. +A��{n8�^�$�.B��kD�u�~�Y����L��6Jk���Ш�U�pɡ���.4��bʹ��X���\�9���Ƣ(֢���k�U*�\]���6�D�jê>����}b � ��v+�E�JV����G�����>ShaY�5�����1L%�� kz� &�%�6�N��nK��"��v�3h7]\`e�v�V��a;�9(Tۆ�MT6���'p1�,��JZ*ZS���\��� ղ�Y\\��tR� (�@1�e�3���������@�.�:2ͺNp������V�rq\��㠒�-�"H���R�娺[� ��{�u�Q���7YP�H���q+ ����3,���EV66�`�[�"����*Psl�n�D�sE�9�U��-�k�Z��0�G�N�ۑ���U����͝�LJ��_���au��:r�j�����W��֌�-���ֿX�~p\oX�YY�f��Q��V�Ǘ�8���Qߗ�����1>"Ud�� k��Y� +K� 6d�b3�f +��q� �Z� 9f%�֫�m���ֹ�� � D]I��4lPz�5�Y�gh�=[�@���G�b4bt��^̝��b�"���bͥq&qhiٶU��5���^T��܏~�qX��%|G���Si���ݬ����Qw�[�6 �oخ�հ�~*®Y.��\��*U$��Hy���:ĭd����ͻ7|��y#t� e�q��|f;�|Ұf��'OHn��g�˷#�2�q:�T5�o�,uq�t>�\�)uq�t>3�j.��)�,��>�oGN]�4��>�O��(�/d��'Oo��gWg}o'��>��f�|J���|Kƭ�h�������W�['#�-�qѦ�1�V��]�o���^�� c� ���3��� �4��W�����C��W�q?�&)��ݽw�*����T��*/�=�hV�[-�s�CC��Dn�7+�f��Y�Y��.�6Y&�i�@9��R;������Ni\��חX8�k��M;��^��:�sa���b��;��˵�$w�`6�4��;�iՍrJ�spb�g+$���.1���N^ +g�%�]��6����O��qL�t�����l��gl�jFj�����^���q��� ���ǜfk��52SCD޽�^���W���IFSi��Gs4�\�.Wޯ�SزϿٓ]1�fe��p\�������ޞU� +f9��4t^y�:"�)飞�4�ȍ5��G�P�ģڶ��*Rt�fW0�z�fi���6A�1;e ʂg���&N�sBoHW ���Zu7�t��.��#��ʹ�zȜ-r7~���J �\.ം�M>�&����e�Y�ǵB��b�c�S��z t�N!N�[eM�U��1�u�<��9rZ��_�(ƒ�i�����*���ȇfح=m13�~�`k�y泸������3.���󶝙�f�Ǫ�yVk���g�>mk�y;�MN-s�6��S��Kbr޶3�1Mrަw��<�xZff�)�^.�t�����Y� ���-$��!oK���d饙��f������KG-0$65 �� ����]4�i������:�קm!��vm�q彳vCy~�4�<���q����pi���ǁf����������?��(�� �js�Ǩ�,�1]I-Lu��5|J#�mi�c\�b���⊶���]/a;�9Vd� c���������s3�fkb���r� e�駰�s�w��|6Zv"g�=Z�L��$��}w���6I���r[�2!��$��$YT��I�R���I�М�$ɢ��mtm3�Ăb���뗂�����y4$�-�ߒ����`9�7K�[���oI�[/֩G� ߥ�iR�O������#�2�m)�}�N����Z&ӧ���/�Ak �T�p?�X&�%�viw��%T|��)�F޴J����Z�d5P�a��L�3�ݡ�� �h����x� �rN���*ُ����/Viw�v�ٍ��&��%ԃ�n�c��pN�ͣ%� ��d5s�'�ޭ����0iAt�&�oR^`n���Y�Ë�Ԣɗ WU&�U��4�^P&&�,��#jc�b�.����>���` T&�I.r���>���m����f9��u�q�u�v��3k��J�66�x����3�j�er�<�^;��d=�6���68YϮ�����A+n{��t׈w:cŸ��� 7���yLfKkW:��:@�vb��1���,�v�N쳶����gE��͖����J�m$�����o��g�է_���>��\/�v�ط� �Nb��,�v��&V���g���b�Ъ�}fQzq �jb�2�;%�Ӷ��g1����>��>u�]Ӭ��tm���� �����֥��}f44X6�H�3��Sƛ js��,�-'��C�Ɖ}fY}�@���耴���fav�zֈ�ʉ}���;8P�zb���Շ�sˉ}f�-j[�}�.���l&V���g?�l-��:����>3t�(gHn-��̼\Z2r�1b�w���V�s��L3�3w+m�%�).�e��UN���;��TlW���� <����H !�> G�F�9o��c�oLiB[�ڳ��aW+� �Ru�I~��� +X�a ��VP���4�K��67�ȝ8���1��úY�z.�"�i��?�f�Xm��k1O��1&0;g����g�⪴k�M�}k��l��x���ڶs�3� +/"�^�m:�Yb�n��%�h�M�Uۇ˳�()�bɶ��n�j�;l'1F����慮���+��M +)<�:�6��w��m�����!�b�|t������XѦ'|���qǰY�j�b�ܦP��,�L���m +�c�~;����,l��[M��k��4Ky\��?SS]{��&���0�'_���]J��:|4�6�����6�G�s�v��(7�)k���D9����Z r<�����(k�lߗ��c� �m�/����ф,ퟗ�M�}����ԏ�1/����(���D�Q\�VL/������X�u~�Y"��j�"� +�"�r��٤�<��tExIsb�L��g᭒Ke2�돋{3�V�a�u.��M����*��ʥ�\��{ɿq#�n����M=�u|�����'��&m��,�G9�x�S c��bl`��>��6��� +ee��s�V? ��Nkl�0��:�B�ʻm�蝹�eӚ�~�Ś[�|�Iޭ�&��>�9���>�n���E�is��M�r�Ύ�� ^db�v�[����R�Ǔ�?JU1������]V�pDXs�����No�Pu�y���FU�0M�+>7,2������#7@��d��V��Ԟ/}|��|��B�& ��OD,�=�YB����_VG� 9r�'-#��"5P�9r3�@=a1aH� N��V�������i"���J�j���O^�*T���m��|�5���ޓ� �tN��iL ��;a�ro ���x��1�C��7)+tqxӳ�E�D��/�#�{�9�E���dΩ'���4���d�:�j�=m�����ru&�5T��v�c�\.�t<]��4��6�b�e�p˲M��YE��U��U3��ik/�R�����v�pwb],ܲ$��[�Uָ�%�Wm��ܦ�9���I��j[Z�ު!�����m2_��׈_m j�v�K�,�e`�� �uv�� �Z��נ����C�L8g�֨�T�r�b{o������(�Q٬���v3M��m�Ů�7��nմ;����{w�q�D��U�8%qӍ�-���1�[s�j���sr���i��(&��M~�#̕ �5O��/)����Q��v�,7u� s.c|Z��#0ɟ� ��`H�7R�v�ף��j m��xlpR��l*%4��]i+c�4�M�dsv4�um2f��U�>����e���t�����s��k�0;z�X�6���4UI�Ʀ6�(�!����w�dt�9)��.�/�-e1[��HCo���6�&��MJ��* �mJ��|DCHuՔD��S>���$��GD��AJ��|Dm�x��D���;.2�34��eڬ���6�Y?%q�M����آ�~m��W��m|X�ԛ��|X�.���+4���]��봭V(��:��ưn���}��(��� +w�����B]�5��l��"��e�Yo�i���1�x��j�U�PO*�i�f�^�p�Z��q��u<\c]����o ڟvh�>m����;n7�r:���^Zv��Dp-N3;�о����Zׂ�@�{w��"2�<�����$�nt��i������fj�����)�xhm�HÚò=�ڟv��M<�_�-�[8�����5�|����v,�WW<��*k3�r��假���9��́���)���C��WI%�=��~��diow�-�||�������xh2�ߛLH��F�v͇ƿ���C��kuY†*7u(W4խ<\9{�Mjq{��*�ײc�����Վ(\J���r����Cр��kv����l<�7~L8m�-�2n��k��65�6:�ʁ�����s�;�j�ʆ�]�er�������%0�xhڡn���;�� �� ԭ�v�4�5�L#P�xhڡ��:�p�X�ik&^����x(gH��v��E��-F�6[8���b���\��C�Az;*�4=�Pg��ޅ���CK_]��o��CH�Ɓ�r����R�ʺڏ����9��v���ƭ~�x��ݮ�,wf�P�����=�uD�~��!�R�R +���?'�SmG��$X�7D�K)(��y�3A g=�a�� =_���� -�BY]^���y������4�ze�d����; DFA?��g_W��ς��/�N�}|��wpy�s��4�өh� `2��c����R�ܝvj��C�޽J�����:�d�w뷕An��tO���ϾPSWއ�S�/(Q������Eo�99y��0qq�)r<��{o4�V�_?��|�_ x���g�L���[A���Y��|��F�f��sU�K���c��h�"�+'�}DŽ������ú�,@�Ky=z�x���)�H�Lt���#�H.�f����!�C���v�h��ս����o,��2���v���Z��U���4y��]�q������}������dǸq�� FйjQ���Fi5�g��j��`��.��1Z|-�>RW��n!6ϗ �Y��� ��C!�������/��mAE�?r�����xh�F�����хW���G��]yxxGr��?�����0�R�â��jص"b�Z��>�r,����s����3}�s�A��O��q���g���|���� �{F�����������޻��JP� ;o*B��6~ �JD��-�U^�iL�_ʃ��A��Ai W��{w��\� +��g_Ɏ�,�O��� +!|��@⠔&����-�y����BȽ �EھtN�[������#�qT*���F���9�܍To��׋m�{�!��)�$�oP� � ���#���>�e�ѯC����`+�ޚʙʜBQ����R� ��y\�Y}�UC�8V�dR�[z}�|ѵ���=u��W\�a��g�V(���8k�%d&�'5�gO�m�h�C��)��Ϙ��Py�W��,��&"�=$��� E |�3�(�U~�g���w�kW�Ah���^v��(���\��|/L��{so����1=�]J��S�]��������G��J���x�h���aP��q�8�ǭ�Ϧ�Hj/�X���|���!���S�k���������� ͞����p�/b.^i �����������EIF�cPz��o����Ӈf�_�rׁ6צ�y:�^��7�wi�Ȕ=�x�@�0�F���N�� C�OS�y;yS�M_�V`rO?�t��3g��� ���P��h�K�v�m(O������-��@��Ca$ ��A�7���,B_Wfe��hQg��'��R� ���.z��>R���st�c�]&^�� /@��'�~�������kE +wF�\�j�J= �禐�D:�|��L?\qM���Y���^����S�t�3;�ȼ�^�)�=��d0��,%uk} �'|���Ӵ?w0!���sC�!ʦ�yyp��ƒ�2�hV����)���v��彳���ϰ�w���<��h��:��� �dr���Q$�@��� =�)��?���A:���Q��ĕ#?�k~���� �����Ҡ׭���y�{6��#���Vx��򁞡q,f2����Kn��4R�#���u�0��1�]Ұ�(}V�Н�����T\)D�Ķ1 (�cV��u �|��5?�|�2Fef�ܞb���!3 �3f���q[ȟ&����K����pc +��,�*� [>|��ꌌ}<=ʅ���;Ö�B����A/�7���Y���Z>�����鳋���E}���t�zKg�*7���_TA��)��nn� �YXE&J����+:<% +`u^��i(U�ÓB������q�P�r�v��r:C+�L N�^9�� h��]d���睼�3���en�y�^aຜ��i �O��½�p.�s�O�GD���MP��2[����c����>�>ۣ���t�M��ZU�G�� +���{۠�G����*�p���Q� �n������S��m/ɌrM����+i� �^����l�<��=FD+�wG_r�s�j˥���,U���"]��k&u3G�1CSOA�ڏ~�͞��3Pzq�,N0�DPpq���3�@�Ƭ0A޼���v%����:G����h���S�7�O�n*���y� ]D/U�x;�0�����Q�Ǿ������9�f�P��K���^pͦ? +b���Z��L�����gs�";S�|��걵��|�`�,����`��q�r$�A��2�� +/��=w"�p���5��ģx��Gie�w���]۟�-�)������?�����`V k���������J�'���F�H6�?��sd��h�\�=Mx� +�o�ܒ7Ez3�s���ڛ���?~a�i��{�����������qcz��Ɖ�� �X��I�L` ~.-"ߺ�7�}$�˚���<���E�c@�}u�j�&��7�ubO>1@�ubO>cA��@Pވ|�[s����ۑ�������#_�G��B���yKGƀ��m�9� ^=e��v��>o��ğ����7�3��Fb� ����� _>ּ�`�� 2ao$y���od|��%P�Sԁ#�нG���J������{L��u���1 kf<�_�C$�}�|�]�|��HPZ~�!K7sYNJB�� ) +��f�� .���3�UL�$�� A��1s]-���J}��x;x =��`[7K� �}:ۻ=>JЂ�ݤs�7���չ�n�r|6F��}P�=�A1P"���[�IU�q$3\i�W�"m�c6�(qd@�0� ��+�9�"���a��(���3  lOCZjٓގ��T����V�j�� �= i�wt7o�!-5��nMCZ�Gښ��윬:��!-�#�٢��Th�޲�l�M���5�� ,�� �T��g���*�L��pq�]4���O߇�[�`�>��&yo��SF?��p��Y���f����^��·��kd���a\�F�� �� #Ͱ{���������V�{��OK!�N�znYn6�ϘunGܵw&��`\�yA�Rŷ�a� �m�"�^��_�=�W�|M�#�v��H��0e2���pˌ�~k� 3�p�G'f<��؇���������Ӵјi<�P��T����nn- �"0�#�d表l��5押�_SfKf�\�-�o�S�74�V�XA���eur|��܃��"�m_�\0�l\�Ѣ�.%M�͆��~��Qw�y���p +CB-�'TB���'X)̩X����Dr3LWF����+�:~G��f�O�>��#Nxm]���3xi"�O��4w1U��<�h��&���X��X��H�}}joO����x���b��x�������5L�ۍ<�$�7����hP���ܖ�:5���,�0C�v'��Ή,��+�7}�l���z!O��k���l���ll��2!����؎�$����;��P�<��=7J�rE�����0(b7<�a�9�;�3C礵�/t�_� ��:�"g���9�5/����9�Xl@mcN�nҏ��[N�����o�|�m�?��1��4��C��J��e��+��f� +2��]���}�篖.�J��?ii�� �4K{'��w-��d���d@���?2f���\ +Fݓ�~�ǩ������1"lЇ;��f~c�1�o�j�"��6�F�!����ըJ��� �%�#����y4��a�f3�����m��Dp�� �c�:�Ku01Mq��W��C8����V��U�r���P�:��ù�������5�X�zJ����I +:�檢�< �:|A�����F�h�/z�(�͞��hxw��4��]Z|�x��  �M |�G��Eq;�`��y�� ��B�D�z m�F.��~k����%ڸn���#�ePEbmN��L`���f�^��}�7w�h�Xl�� �SoZ<�_7 +��{�٥Ǎ#�~�s�Z�g��*�XI�R+y��%���8�d�҆/�o�� �j�R��9�ޝ�Sh� (!G.�/�o����������>�=�C�P�F�KY�tQ+"��"�w�G�g����SF�:�/5��W��n�Z����`.`�q�ԹW�V���E{����Ӎ���� ��ZP��+�E��}@��S �M��3 ��sݣ�������+2w��og�A�'�1P���s���P�y˝��4~F��ݷ?*}�_��f�Ƿ� �V3�TT۝�� �B#Pc��\�x�s���7>p���]�q��_?�Փ�w�����OS�k?��.~�o�+�˦�������y]�u�e@�^tm��ocɑ�Zc����(/L���hbI�� O���_xI�͘v����&rc��86�bè��_??���7N�F5 + �8K�O�*�8O����A�u�)�A��˅D��n�}���+ �ݩ�F���wΊ?�}���������[��>�P�п����g>v�oߒv��3&?}����������>w�볐q�����PU���CH�ޭ�Ϻ ��_:��M��kX��Lį���{hy8G��'����<;�����vz7?��W��?�h��YQ�7٪w��|ϟ�l�/�_�p���_��ћ���}5�,| +� ��۟ZW���%������酫sb/�!�>��ׯ���ÛW>x��I��;�].��eY�_�{���ݐ�y�6���X��Ռ�w }� ����ܽ�N�__9�z�[���{s�n�~�׿���'WNާ��ˇ�]�臷~�z����"��]�ǵK��]��$���䷷ξ{�?F�;�>���T����x;}�ݪ�G㥛Wn�~���?~�v����\_�=�`9���S�=�������*��}:\�����/}�������?��o�wJԑ�r�o�����bw���?�q�V +���?��snS����g�n����o�^�=~�?~9>��J��ƈ7F��nq��������+��_|�[�f���q�n�q�_�����a�/B��G�Ɠ�濾s�꩟�+�b]t�.�OP��s�4,l��z�O�~��kWN?���[����Ao��dP����/Ž�}��ſ��6���ƯWv��f\��� ���ۧ�6�Ҵ�M:H����꽇��Pd4Nxx� $ <�����Ὃ#Ln���w?�����PU��nk>��I��I2���&r!.l��c��ۿ$1˷$���k��=s�?�W￉~�ȵ�p:U������x�lT�~9r�\��_�*f���[#�b�}�nPG�^��k��lntFUf�� +��>}�w���%�Ϥ��Ѡ������R��7���w�p�����>� 4�f�RMY%��1�(x��E\Fw`��˟^�v��ˇ7>�y��O����q�VL�%��>�S���w�u�����s7w�~{��;i��x/��\���i��~����>_�|���y��_K*ǥ_s�� +�z��3����4����y�4���<��ޅϞ�����O~��G{�N��['��¥������kO>���^y|�����ӽ�{.}~���p�����c�Z��QtN�{_��xfh�W�=�%��w]�����]���O/]:���٫�:x�����W���{����@ ��?0��%�}w������'/}��͚%��](��g�����S:خ��?� ���A��'�_���W�Br�ԗ~� +��m����c���w�n~�Y�V�R#�*X_��)�lQ����&q���GD�����xp��p���ֿ��GĢ}�������0��wL��&^�4��Xg�G�������?�;�j�Y����)ȡ6d+�p�|��?��?�rde�}������ѐ�1ߓ��T����+";���?BO���o��}t���G]�!�=dvw�L�����]��s�p�\������<�/�yn�����4>@�S���Ƈ�ЗR����w"ߖ�g��?����Jߟ��@}9��Oi|'����(}J���ȗR������/���`�����X�#�ՙo�=Qw��/��z�܇�� eXOA}�(�]�JN�8y��{7�ʪ ��(�s"�(3�z��K(���>���D�t�n� ���?���7Q���Yr8D� �>�;��I4��?�pk�'��7�����O���'%�s���o]��u�Ff��\��a�{�Ew>4 +d1�s��O�[' +.��?/��*��a�*)���V��nS���x��t})qH�驧�_��֏W��x����.��;��ڽ��̲�r��W@��|z����)�N�n�]N���x�O���OT�_���{����&;�� a?<�u��Ϳ��N��f�.|��I�;Y) ��G��n/��o~�aH5� ?������kÅ*�?�����rV'���������W>c������p��qx��8�����M�Cw�폯ZI�<��gU7�~C^�:�z��;�����n��s7�¯� ��aQ]9���@Z�@%���/���O�9j� �O� �:���� ����C��Nę�yN����3b�z���E��ظN>�����qDuͫd/�g��=ߋ��†T��W�޼o�"�g�Z���&�C#���p0l�^${.�|�t� c����G/��F_<.P�͟���o eM�7m_�����IӁM�G�q�?5��Du����>}ʼn���J����Q�ד��5Gwp"�^�ţW�R�����d�ϑ}|�J�R�l>�n�a��|r��� h��������ș7D�������y���g�������_�#e��� +� w��Gw��;�e�;_g �#��]��Fu7�ﶱ�s�޽s�bڝ���$s���` aڑ��НG�$���D��:��<{����믿���|]�8��?~.��w�P��8�=��y��A�(��/��~��O��%��=���|!&v��������F��DS��}���w�h���W���x�݆π�����?��o��O/���Ο9y�3 +P�NW������I1|w�~����_��ُ�Μ��:پ�ˆ*� \ >���߻ɓo�߻<����kW��7��{�+�Q��~ˣ�EzG?98�g\ÔB��y����!c����~�ۑF>���������o���G�t����i��|��p��P�g�|�/ +�>��������Ǘ�_�-+?��:i����g�� ��պ�Չ�խw.@I��~���ۥ���ը���/u�[�6���o��;r�/�-/μwxN������g ��iw�t�u��/��:���g(�r�_����;�ς_����clr��_�\/ݼ�C��/}�,\�{y8}�ze�����;]�}��m~�2c����H��^���/��n-:�~�q�����~*H���.����_�A|�ǵ�݇�t��' ���\��qQ�v������z|�K�ϫ�Ͽ��E\�v�ߞ�����_��y1!���O~z�݋/�n�7��~�����_A�׵�O}�%:��L��2���>f�x�~�}w��g��|����7|��*:��w�ۂ���G�ܻ��Ow^�Q��c�b���řӑk�������>����[Ԛ O�ƪ��7����y����|z�����r��/?����7��y}�M�����~�ޝ�ݥ��zL���*W�r��1޾k]��bk�z��u�.��o�=k\�[R֎��]��]��c�}׺ztu�������}��wW=�I�TA�?|� ~0|w��?=:��?cwn/������e��y�C|ze�)l��N�����¥'O��t��O��}�?{v���[\ٻ��Z[��w*���.6�:����#�~H�Y�������>� ��}���O��=}��|�ɓ������������߻������������!��ԏO��v�…�������~��.��sb���3�h�څ���P��w}�;�?�q��n�}tw�4�����L�=���_\���?�q�ׇ�E/4 �N��s�?��K�����?����4��^�?�}?E����4v��M��0Σ���nX������n߅na}�������_?G���n�ý����������_���7�c�w=����xȏn��Ըy̍w[��њ�*|�����, Nk�����3��+� +n��q�9]7L�c���?��„}?�w��3ĥ�����a��e��c؏-z��㘧�E���1Ї�#p�����yXB�����p[�y�������/ݘLJ���t��)�S>�]L��<%�����〃��#��\>����B��az� ?�4ݰ?� ~I�V���y���:�����>ԯ�U����oG�2-C�����ܵ-�8�N��{�e�]P-���So�ĕo.�o�q�}�p�J��w�`�<�vS?��>Rc�׵n9�O��S\�I���Q� ��r�'�r�g�2�i��2/m˖��g�v����D>�t�qS�t��H��’�����۱������%�ߟ �0��H5]�%���� "0~}\��q��w�b�k ts��{G���8�n�d�DA]�M=�\�0� �I�n a�G��b]�ҢFJ_���i`b^ ���&T��� +Ҍ��5-��5@׏-0��.Q[h���6�U�.�ѷ A����� +�N��?S�Ӑa�z�0ic��y��hiZF`����.z&5�i��[�~�-Q��-#7���s�uˈ�#�A��4�(N3�a����"�G}m�ʱ�D��Nlf7������9V�7�,fN��f|0�G6x1ĵNi����XO&����nYZ`��0kఐ@��>\ #��ahZJeB�~ �����E�,�c�N��e�������ݐ֦������ڔ��,ݐ��b��=����X���ͫ�w��-�(D�YSa��2Ԥw��-P�Aѕ�K�^7 cK�*2][��"蝅�gYF�B������`���"-��Gf +�ˊ��hm�b4�q���t�z�e*��8_s���h,>(���)�G��}�(GS�b4��,��v�e�*��R�C�1(~/W�f�놉e�^�"��h�9%h�!Z�|�#- ^I����Vk��N���J4�sЊ/آ!*�� �lM�y�}���12� �I�1ҕkT.hw�Wʙ�E��C���������������5�hK��稁���@��Cp +X�42����,j �H�S'��`?(`�o��k ̓0��YY[��A yg�om�b!�J�=_[�Qر�dm���J; ��(zPx��Pom��Iw��-P��0zg����Bꝅ�k =( +�YD��@у"���"�q��!L��V�t��>� ��F����3 +a�+�Ȇ1�%q3c�j�����1";�dF�����2c^fẗ��736gF�X`K�H���w����h4<<6��q���2,䞻n +�5����(r;^�-R��~�QyW�Ҋ�1En �-�'���_%�Ӂ?���+@�nA5 q=�9�����e ���N�Ѩ\�-�s������Dޭ���@)"�{a�ϳc`r�u���h�n��YB�8h����iБ&�+�~�4pp�N� +KX��㲔�0jQ�j9�U0���]�&4�� �&`p�����Wj'���َ6�%7�c��2����*>"%�a�q�9h98mW��4�p���X�ek:wM7��0֮e� �家�ڦ�t�Nu���ᦷ����ߊ��3蠣fC�;@�P�s��h�F�� +�[!��e�� 89��B0~􅮳�q��A���� �+` Ln�Q�0��`5�^���ed�qQ0aXL�TGB�����m,�U�y ��]���g����!�g��o����"���W��I� A�(9{!���P�S/�0ڠ~ �����z��2��,�`C��_)<կ +ا��Gm3{� W���h+>�픚���B�]��?�m.qi@9���@�28i)m�g;c�U`&ɝAz +�|�'��c#����r߁a⎈3��e7+cڴ�M��4qL��4Ȅ�g�#6<��hX�F�i+�&���yQ�F�� ��E|��.j3b�� �F���m��L���*��\3Ե3]ӆ�|íoF̐�Z \��PqE-T}+���ӡ��D�|��0���r:�1��6�,U�G������P�1������|�1#��jV��5��R���J�1��jΥ�Nb ���,rQᝣK���6���Q�,�WA�V�A9�L����;��P�K�ch��rc���z 5�T�3t_���%�k���1��[p�L�z ��R.e1%��j�F��?��tљ���@0�Q�b���CU����������2��y;a�3a�s3��f;�y܏�MK7L]_}�=zp�F�7�${=�F$�i�i��3P~�6�tZ;y��Շ ��I�?�}/���W1bD��d���-�q8Q /?!�T׭E1��\hsK�ͳ�ٶʍ-)�Us�1����W4�( �M@�`��u�P}vCP�e��_G`�Y�4�uQ��`1W���2Z�Zx�50lAӘ3�>�@4Lɝ�[7u���t�m��Z?�1�ѰG��,x"fw�{du�*�O�-0�L=X��O�2�u�]���̙d[�z���kj��Iߵ@a�X�rWY5�C�\-���˱"v,��X&o;��*3=��wQ��q�����a���'�w<�5 �:�}��v�֍�X;��HA�{Hj����/� �FJJR^�;��IK�̨�BX6*�Hc�WO�����@ �|�}�ѻ��P뙓 ����j�v��j������!�a8��ī�&��M��Wd�GlٱW3;J�k\*<�byԸ�na�-},9e�|+��x`�-v���Ūhڲ)��{b�z4ǀ����!r�Q�г9�b�0� �u�l�1Z���R���ĆVb�/���*�e��ݜ&Ӎ8���)��##�X�_`Z����}:Ӓ �v���4u*S��V��U�n�N�{���dC�� +��\��� A��yd�[�N5���l�r��NU���Nh��Z�e:�-�Π�uKښ~{��-�p<¨�B����<ćeY��O�0��=!D�ϛa�os�,��Y�_��<���lD1Pjg��j��Vk�y�v�������8��h���.R�N�w�>�鿿>��������_�%4�>�����'k];�R.����.����p����N�Ǹw�����\�� t}�$�e�뗽>Z��$ ��qz���2�_�A���!�k�#8���8��y1�K�{����!Ω]�fѨ4(y�T��B �Z�e��q� +;FY i����,s6��%�� 0RD +nGƒgׁ��A�(�!-jJ}� %iMC&P��7���ľ!D}�R�`�^�DJ�4�zu]����Gz1i/ ���Q~1+������S�f��0!c`�aA�:'BZ�ĩp%p��f���5O��.8�KY<�95�d���İơ�.����J��Thɽ�/o�r����uh��0g� *��0쫚� i�`�j��������f�Џ��,2�N� ����>bIl)�rDU �0���T�f0aFIx �8F|�I�8��WTD� �8�7����٧���k�#��������*;�(�b^�chQ ���ZY �Q k��ǦH�������1��P8����y�%�yL��cgH�$����HeXX�I̊��(1�ǥ���ބX�i�ɐ��o�w��s��g�g��@!`n,��[H�^���d��d^<�,��2�A�[�hL�1n���ڋo�]�⁶�BM��ǂ�@x��Х�9L�.ɬ%�- +�0��ꁂ�CMI��E������� � ���ޖu娢j�PFY5E5�c#�WJ ��n��M4�I]�Yw��ެ%-�ώ�>��-��x�΢�u5m$ P�8��?g�H����$m�1���D�9������ŏ8�n*�%��!���"ԓ�j�jpᝥ�����kUyT�����Dmv[��?O%3������4�İ�H^�� �Ɍ ��c?�� K�{yP�S��b�>(�8��~0��.J�4�R����7E ����� +�SP�/��F�F" n|&- +'t���,ƖGx�i�G1|C47|����릵`X��a�6�x�Y�I��e���^b�B�$��t Qel�tM���b�MI +�x�(E�xҒ�A�i� ��'��3tS��|�P��*���ܛ���ɛ�B�W�l֑��uK�UԬ����`h�F���{&���lb�Ϳ-No�� �>d����5���^>�B xݜ��G�7Kk r�U�*���;�k���g -����M��u� i�D�gU4��n��ޥ��$� �׶�L+Ѳ���﬍Y� 4�)�=�m0��d�� ��_ ��2��ݽզD�P ��[�-�,�6�l^d�e�D�E;k��- �e�i������=5��M�2�l�ʕ�&�\ã��\����ndK �p��n,�A��oT����iwzw� ���=0����� �K�`� [vѭ'�| +��A��E���3���n��껥�[&��A�L=��y�Ƈi�X���$δ��r�IY`!�������Lyݐئ+P���w��� �`�&sQ�a��j2?��Mi�����t.��������pt���nр�=��7���0t�3B�c2c�Np9��k�=�M��p��^��Eq�8�٧KJ�)G�]T��qo�F��eo�;~sd{��tEha�3,)Q�OYv�s\H����L�:����Y���E4��� o���t�??�7%�C�B��y�A +V/E_��*$�(G�ƴ�@1��Q���sq g��˻�����H��'b����-��˘#p�(z��Ed� ��i1�"�@�o ��0j`;gZ��� N������sz�q� +�VC|#  +7�G��ŧ �����&��㳃_<ġY2'�| +����� +� Na�X�|I2�B̌1hp%N�1(��"JY.6Plxy]ǂ���i�� �� ?3��"g�\K���13�T� +�a������r��p��J5�?�5��S�:6�{���y�Ž,��q�Xk �N������G�wwI��*�C����)��F�0Q�`|S���șy��_���֑�t��S=�%�E��5|` ���+N�)ӨA6��{�dm��-���]^�<�n�%˫���N���u(*jfF�0ղ�/�V�a����DvZ�5���d���ưH�����, �H�oл!����7)��U��U'�Je�wI|���Jy��P�� KW�}�/��O��gD��љƌ{��h�U�).˜���B�BC�Q�,i�y�eZ<�h��5�����,�n�G��%m-���(�ȱ�(��f�b�e�ɔ4ky �s�e�P� �f���l�bF-@\Ou}0� ����Ʊ�>f�T�~[�t� �D�0(�2�!�� o�a������i�Q�cP&��UٗC1O�݋N5Bu��$*���`�q.V+o� �!̤sb����)�K�k����uC6mH����e�ӾL�<�����q��g�g�H��i (X$� {K���q+R�0�9Tb��+R00͇�}B�#�4c�bb#L�cW�?�����p)k�����ŭ'y��lifz<��p� ��b{1tsa��S��}0�uU"�&��$j�>(/�\)�[ź�Μ�;� ���N�r�\l"x��|�F�,�q��~q(&"��\��.�^��p� +#ő6Al��V���o��5��͡L^V3���3��\�vg6�[#캅�&��b���3�} �N^�lԮՖ�ٌ�b�&35��镵������b�/����ܺ)-WJƴ�8�,���뙅�$��>d�睥=h��<�@��C��|�<7������H�mVi=B14K'2�'{#�-�mKSnk�n��v����C!����6qQ'��h ��-R�YZB�\ay5��M2 ��}X2��]��ز� K�5� �дw' ��j���iy8,_�_]Ks�u�j�����Ҕof`N��A�H�����M�&kX��gz��V@�3S�4�O�u��y��vmL[�5xL'��k@�edP��*t�i�}���ͭ�����"�@��L?��7���y���WNt�b`�`�b��hy���WN\ӣߜ�!�Lag��1���l�p���s�ae�+�uk��D.��T�x9U�9��IL��΢�u��L5��P�X�>/��СJ�l��UM_�R:з�[�Q�>]�G����Z�l�����P_6kQs�u� |4=�/�) _�����]�j׍����O_����)�+9n�V�_�Co�r��^ts�^쬽]�� +ǧ���ֻvt�A!d�� +'6�Ǡgs�-,;6C#\n���n�! 1��������0 ���T�g�v� �e�&rw�YD� P���c��C��j��B�W�!Ӌ �H��#�r�Vϔ�����=0k8R�����8Gvԣ��dL��N�PXyq)ɥ�H_���7+?���<6�l���ބ[AB�Ʋ1������|B�S�9<�.�@#ܞU6 ��Hۖ6ґ�:����K� +Z�!WA�! ;H/P�"��W#� f�I���<��* �WB_*��U���S��&"�T���+ߕ�3��V�q �(�f��T��C@�y�����#2�p��'s��J��5W���qP ��f�_��5�ٔ�!�����)���-����5Jk��P@x�6j*�q���&O1|�f��2�o�y7PƝ����h�"[�%^�)!�FFѾ|fX��*Q�a��G"%z`<�HӦ��8��%�z����Ɂx:���\c)ie4�f,9�Xp��z�Q͌/xielե�44b#���"ⰴ߀7���|����HW [3��5Sp;4H��a�-SA�2�1GJ�8�����b,�b��{ dl�8 +�d�#�ˎqYb�ŵ6��+�Y�']C��� ��  �]��(@����p|�RRV�Ù� +b3L#Û&��"��PԚ��dBp>�e_�H�'�$ +�ș �$ n!7 ��GB �eo���!�#�3"��R��.�����XG�����Ş֜ ԃ�%%w�X =� �խ�mZ &kr^�G���76�������ؕ�ѳ���Z#ܻ�م� ���)_1 SҘ�h������Տp�0����< +F�,3Y��*�8��9Ϋ�00��r&C���Q���CMNe�s��Y�����}�ĵ01Ŏ%jv)�6 ����d��G�-� +�;�k����<���ǤF +�0��~I�|蝏v鈩���18�Q6ȻqsN��n�B6�T����14_�Y��n�3k� �6Rﷅ; [�-�6)������@�Ѱ���9�`�������X����؝h�q�e����ɳF��q�gEOVZ'�Nk�릶:V+�A�j�,S�2��滓]��*N�D����蛖���ۏ�v����R5b� ��1���P��J���1�,��T>l�O�$�䡽A��U28�5�g��rЋ"�*�ѧ�ы䏐�!� ����'̞��| +?bȁ�\ D~DzK~5�6����1�l'�TN�pB�vY�w�Z��r�t�"����V lo��Z���/��n�d��&{38����&5Yz��k&�k�mkoM^i0���������5+��b���kv��2�u����/����"��Z�+.��6�L{�5ʘ�����*�+M>e-�iwj�^�ͧ�^͠7y� ��P���v����nV�83e��Z|�=?8�"EQ"$�u��':99E���CX0v�+��~1t�#����E����#� +�>��b�i+B/�ɵ�SG|N?�^�~��_���Q>6p�>��H�a �PڔI/�f9�K�W�ۈ8���1#%D�a��p�8zlC�B9��0〈�.Sj5�{.�=[x����J�q˞�Z87��_x��+~�ɺR�&jҹ�\�ĥ��Q�q�2rOa�j~��F�Ҭ˻���/b-#�O�B+^��{⧲���2)���~�q1.�2�sg=��+������T�89���xt�F�.��i�T1C|�b�0`�:�P$�i���=g�hʗ����ʗh4t>F�8C\��J`ϝSW]���� ����r�����S/-\�R��]���K4�?����0�m2v�y]���I,�P�o�4;�-�N���I׵;�\��N�s�N:��d������;ovҩ�u���<�O01��y�EY��^®Z�f'��� +"w2s�ޗ̴� 9�:��@:/�͵��/ �N��B)�$��8���IN�“�3�$f]~.��2��s�T'�L����܅�zZ_b�i��)5K<�'W8x�O�/�eBa<V�KY`�^��.�a�I��M(��,$ uZ�,�ˢ�z�u� +Dޙ�b� ̚H����<�,by�2���I�4��,�Kg,��f!/� �eEC�$k#y��’q"�5�7֢���R=�W0����)z��%[�ڝ����R�6�2��5ʝ��Zb�G��f�3Rg��P�W�㚪0��Ԙ�V-�n�����)�����g��.ʾ��^$�D�j�������� 4G��� ����4���L�����|i�/�P��o��ie`�}�j�[��h8q��c4d���;M+?�O��SmhyD?C��J�I#L���"hX[��j�֖�Nm�ݭv^�8i��a�vCc[���c��� K�b�T&с��$�9:�Y� ��"wi�;��8��E?�|���i�g�-��E<��&��s�R�q?u�ј�+�.�p:���]�1%闿�gSx8=-8���Ҝ��~rx�$�Rv�0kh�ı(���μ>���81��id��jN�}����W��䲎e�a�ۧ7�@���a��ߋ�k݌}���S����N8mۖm<���̅T�Cq�x���"�����G���o�S�A�Ƨ���c�:8�DM��IJZ6�����E�W�����vu��p,�Ӏ�K=����J�&���0���i.�赙�ħ��q��)�,�bPA� � �~ݟj��mPYrke�f�\{ �ղp�lYʭ5�-��&�V���-��h/��Ά<���|��C�HZ/���h_Lk{g�0�9R;�j�c�]� +Π�y�2)TF�����2����G���*Wn�Ƀ_�q�f�?�=2�.�0�*C��D �T #�˖�|(�S_ ��oI�J��*���Fʳ �@�Z=��U)mx�J?y���&���6�7;y_0��ɳV����"�Ca92���r��N�Xi]/�sF;p,'O��΢�}J����S� �usiWX�,��4��ֺ�8<(�oQ��,�JK��QH ��1 LS)�������l)%i��>��%�� �ѳ��27.1���2<'a�b�Q� )q��Z0�oe��z~q(�9�ҐB��Ȭ�����B���dŠ<��y�ye�K?��'f��e��{qiB�C��Y�m�rZi��=����C�<��ާ醁� iݼla����y,2O�:�}�ߚR�v� q��+,�}Y�z���Q/N�*G���*�^8��;*�B�R��<��Q8(���uj�h�6�\�U�H��,Gm��5|��;X;��_y'�aFb:��r�4H���U�L2Y?�*|Ɗ��g���iA���f̊.aiֆ�I��8a��k&��sGIE/���x�-�<��fՂ�#ɷ�#Xk������[�ƺ�2�<�G`NYH-e���P5Ū�Y��yK�CU������8�MR2���t��[�=��aJA�.2/\�!�k�|P����9xe��3�**�V@����S���(̤�ā��L��T��D\�mX�a��^�,k=� +)�rh����AƊ� ~в���m�i�X M�+�hm��c�Z +�����'��fZD�oP���TF�����S�Ւ4-fU�T�S +S.כ~`( L��>`r��;����(RsK~9gHCt1%PҤi��[�,��֕ t�`#�Z7��4M�U넍���\��S"��$޲��'IJ8�g�ٻ�]��ĥ�P6�}&>�:C=�"����*C9;�� ���p�X,�8"�����1Y�A ܳ<���l�0�7c@��3�5!�)e���S[��������B�A,M����_ �-ҍ{��=Ra�o{)�yob�2Th���,���񁯓fL +�f��?K�ޫ^��yֺ1h==�Up�*���\�zA�u��s#7�<�>/�31v���jj��M��A���l�%���n��� 0O����/�S�i�il� G"�d5YK�?��&71�N˚4�28�� 5�4���785��$��@竖 �Ypݔ��TբאϦ$��^)��`h�b�+�^c�?#��R�@�Φ���R�BJ?Gِ����Ę� ���j�;^���˄�w���j�4�T +gLeos�z�$8�悫- -1���&N��*3��c�� ֫X�+WL�9庥:*��TB7���L����o�[,Z�� �߈������� �1�� E�d_�pi�W�,�Ox�����rB����;�rցOE�4<쇜�P�x�oa�g�s���A hJDF�� � -2�#�I.*n��K/ҷ���1����m\;vya�/x� ���TZ1��T���U�����HJ��E%�yw��o��2Cg�){"KJ�Qr����ŁN�r�8�_"�υe0Y�"%��R�>�;@J]��R�Ν�řSﱐ-q���m₣�bq��,?^��ŏu8� �Ĉ�wq�/ �KE@Q{aA\�sW>f�3x�� ������xYu�4�!".�.i�e�g)(��SN��5Ǔ���^@���sK�E? ���&�I0���A +�� k�}��y-�L^_�R:��&���euir4�a�{�?%�����;Z��j�<-��x��NP~+�@H�<�H��\e^Ɠ����ݺl�[E}�a +�X%��%�f�b�p}ʡ��;���}�Cb܊G���b*�1����,�g0dž�Dqٖ+f}`3u��[B”&��1%�)�l����%E���d���Z�E+&n��sS�`Z��)�g�F�@�mXpˢ79�J`l�,pZ�dI�V�)��ǝ�W��5���]��$����Z9ݡ>S˂U0�, �H18��v;�時�6���ϊ�+6o�%0Z�b�K8)�-� l%���J�j�lH�c� �h�4 �oV���0LW��]�S�1N��Cl��Rq�a�L�fX�Y�twH�M����2J�dͺ.�6@�UJ���˴�MYH��n^r�!�5��&�l��\c���D�.�]��MR(ҚvT�4J��p"�)��i���r��z"?��;��P~���i��I�䁬� ��_�W��� ��2��H80��8��Y�7]��ش=9A!��#"=���^dg���`���4��M[p+�ҵ��oT������0�Fk �FS��\�'V�:���Sr"z�h�j^� Tk�",�K�8�����q\$�����E��q, ]s���B�&�πa�9tL�U�$m1��7\g�D��K��s/cJbǯ���bJ��2N�];O��q h��(� w���uӥ�h,�B$ǣ-�2��y�nha�=:�Ӗ�lM(�Xmt��R#���,r1�� ?�L r�ȞUp�W��i�gqdž�ZeV��H��=�����iD�4��G|�� gt���|-M����, _�B5]fAT�-m>L\�9�8�3���Y�>�cɷm��,y�Z��S,�ʮ�K��R3/�L��E�ĥ�R1,W�G�]XZ0�H|mˑ dq\1�D�Ƭ�@�����:"J8���Uat:Q9�\��=��0<&�ࡂ~��&��h*�B����7$G�*R��)�G����쟸R[ǥ�&Z�|�wZd0�rp�QW�UNdB� �!��V����A��e��WH˘�������v��!�k",��/�(�@�Q6n&m�@2*)$Q��� ]����)��`��*E-jH'�Y5�TN��!��t�H�$�Ȕ_#D <��i�p~��њ�o�"rTb +�h�c�9�m6KZ�D�|S�����t�m$|�;i�j8% TQe*�Ȟ�\�yK�ús��%� �)<;*➤l��lq��e!Q�֗���y�� ���$_�� ��������‰���d������+�8H:�8�|Fq� +E�"0Uɒ�H.�i�IR�\��!_RG���D��\ +{#%��^O=��9�q�ˋ�s �W�3C� Ĝ��1GHz'���,1`[IydN,/o + $b�xΧ���!?�Ty��A�q�PY7�f4����'���g��r 1�F,4��s딙7�*���cĘ��q��L�埨8�=#��ɳ:�<�� ]Ƌٳv�5���Ru?� ����sW@3)�DR\�@i ����.��Ɲ�N���{a��*�� �HV�3���{� b��z1�Sь�,�����Xf��� �>�����Y=����8E��� +-0l�]ZH`�di�Z���Gަ�|6��"͞E~^�>�!�fbE�1α��=���0��l�_�+�ד���WԖ|x�')(�P��5?�"��d��Od-T:����d����8`�Q+"��HϜ� :Զ& mA(�G�L�d8�^�&���y&iێ��%��9�8 ��Y���]yJ;�%-j ��ߴ��Q����2j&���&�$1��sE�@�D�=1�l$.��/j)�2 ;u3q5����h�e@KQ)=�ZR�pZ�@�7�gn1򵆹����T�S/,'���<� ɳʐ�Ȓ�Y��$�n,�+�����=�t\�&u�_��kC5Q��'%s�OE���i�k^pH�a-W1y��P- ��b��@g~?�"�Jc��qͶ*�R +Zr@ˊ ��J-�Z!�~�Z֙"qKhJy9T��V.+ѽ!�[=@� +*E�wh��P_��c�AG�KY�Z����J�/�|��5�R[Q+�Z���RXM�V+�ZA�У����g�\+����Z�P��qњ������iM"m6�֕6”�f�s��g���� ͼ�$�Z%���l�V���m�b�zV6�6�[k�ªg7Dc�K�@�9hG� +S~ ���i='�#b)��p�hwM��)���>��sޏ�8B����;�P�b�2�Y��պ�,ϙv�N��W���k}�� \�ډX�*Y�%������ѡ�r��%C�]Je^[��墴K�\7�� ��2v' ��-�Z�oݓ +T&N�J�_+�$rkb�|�>G|lc@ŵ������T�B��Q��&�IT�S'�A��!�`[1f��ں�X[`�>[C �lm�DZ|Ȉk�0������p�p�&��)���xXhRT�� �j� *�D�JqI���� A�… [�n���)�M_��8�:}A ��/��e�I^v��U���#�MCk��8�9���#�Q��r/�W)#�t>��Q!�U~����݅x[y��k��@�``� ���e��.�Z�@RF!{3���(��a$&�}��S��T�ٕ�X��cf�D� �a�q4������Y���7s�z ko0p��_�TF�^y��� �4��Y"���\�/dAU��Ц/d)��d�2�uۗ�ص_����Y~� A��F���/��΂� [�/�hb B�`2�� ��"B�0xp&�-�L�2荀3��nW�oε<`�נּs� � �E��ZR�uH!ː��a=2������g p��уܡr�P�����Z�S���;�� + �sK@�Z'��'��𳉁����.M��*Zw�X��K�K�kA�¯�d����Lx�67(�%t� 6xF�X4�1��fb�;�f�Y�'[VA߫���|+��ТD�%�L�������R�S-qe|ҒڕP7ⓖn�j�~��'m-�TfZ�G�E����,��� +���Y���"jM��O�2�[����F�5�c�Dk=ۈO�j;9[�^*�F|R�[�E1?LC�6i�أe#i;J�+{�z�k]���϶[��bkAf��D[[�2i��kXǦ�mmm��F;���OZ>�%P���٠}F*���Pn�&�J�PI�o<-�3�t�h�N���rWmE�͔�}P*SJ;���.|_�?��Fk�m�#��k�{�X� �]�9��q���uCm�Vӡ~���Mh���7\VhY�=���zߺ����5�ȩK���En`Y��֚�ZA�5� �Z[�4Z���z�֜�v])߆nn��:�����X���6Ik�h�F�>��dR�֪��c�W���Ԭ����5���ՌO~N�^����%����. ��S*d�8c�>���"{�D�]_��:q=b߉���ߥ�7���߱��yA� +�fJ�Qy��yp�� ����f��>1ڮL������$;�r&���Y��D�6:�{*�\N=f�$�8�d�?���/�a�������kGY�t[A�v'��_����a��&Q&���<�V(��te�5Mג��W���b�X �|��'� +��2-ϋD�W��Ԓ>��Ko���XF2� y�"��vd '_�� A�0�N�ƣ�yӐ1i�7��qX�)'����N�^�2��}y����#r� �x_����҈+�����p<�� �V K+��s��c,�^mFHڦ<� +!�z�ML�F#U�{BV�g!�Fx�.4� ��^�� +!�߳h�$m�h.Qo(#�W��v�\l���=�p�n=ztw}�`�'w������{���\Z�6��]����MQ�����U�7��R{��+g�w��y7q/Z�S�!N�u�'������H���c&��{��X����'�y�F�W���-�� {>z�����?y� I��dI+ҧ��>�3��2Ž���û�~x�铟�^�;up���7w����oL�{�.=x|��w�>X��c�������2���X�w�A�L����� +����E�N�޻���eT��]�gǓM���Mb��mtB�����Ѫ�p�X���,-���@jdKQ��C��,�nz�ľP�b�7�R!E/:����`2�=�5��̳�G����R��j��wz +�~q��y0��)����+��g � tgi^ �6���z2�ʳ� �3엍�"�a��M@��\��g�OA��|��� �,�c6����0е_�b�Ck�4tO�P�o�i%�W1��z� Qx~.`�M��z�XJ�b�e &� �x�����an�<�DmPC�-c��S��|O#��B��N��y?�#�}�,j�N\�֋�p��W��v��}>4k����;rF Xy�#�R�^� +��"�C.��G���S�庘2�n*��9�N���0ِB�Kݯ������r����/6y"$Q��[�-���w�<�r9�2T+����;♼�R�]T}�,)�7�u�D���e��px�h�f�A6Xl�<�3: +G|-�WA� +hr|4� t��y��r� +���N�6:\}��j�P���Hqš�Si���a���c(U �d�I�DS&�rz[0�7�����E�z:��)yi&�X�=R�Hy?�"�� r�8,��N��E��if¤p���2X>rM��˸RMF��H�׉��|��9 Lj��� d�ьe:e��9�gYt �x���;K>���j�$7d��b@�|uI^�CVk ���� Z�'�Y�w �̡��!���~Μ?�â���5�L�j� N�'�U�P8']���a ��4!8S�(Ke����Ln���=Se!��+M7Q <�0�y(�@CE|�ߢ���-�v�ʗ�B�Ds8�����~�<��0�7$�!K���z?txYDܽ��ï�X�t�;�G�L��J�X7d�-�ƩR�b�9��|�c�E�YS�1T����b��}�39��I�j�|a����~X�ʫ� ��S\Mء�����O������Y���0��U���&Z�ϳ[L ��!)b�|���D�pGuw<3���w�Y�i)�9c> ���*S�~��G���2*Ԡ�tK�opc�����oI��m����Z�[��`c��|46��)������3w欛8fb�al1]W/3� �p�E��Yb����b7@�z�AX��y�~ +�1n0���m��������)|�Q"���L/��i����n�۵n�Цyz�c@��u��Wx������Ő�y�}�ѻ�Փ���(�2 �N�;�n!K#ו�VYn���s�p�es����k�qig����'��cZ�F�,\Y7��°����]VNx�V���5>��\�i�-�?yo�a>��:���y�|˲ !q�;�`_�^�}R.ڐ��uw'�Mܵ1[eSX��v���2�縧�N[Qp��Z�h����*%�8���k�Rb��%�#�}R?\����4&1�d4 +�D���Y��sM�)Y>E��3+-0i�2������ԷKh]��u��F��ܴqg1��+� C���ʪRg���*ŭ�lj֖֋N���Rq��-c�W� �|5�C��-�`��sdZ��ء� T��89{v�FZ���.m৅��_�@���D���8���v� �;"�[�BH6֫S۱o�Ҥ-� +��xu���Øy�h�8:��J�-�Ъ麡�b������к)ش���!�*є���7� �^-�v�tY7�Бu�{��U |�� ��Z1��Sn3R���קO�]�<6y��ީ�O�>�RJ�������{Ϟ>�z��&!%� 8��?��d�T�g��)���?�����5��[�r�iNU8�Ԙ������� +�M{�`�=�#�4 �"=�Zt ^F|&L�u����az�%��p�v���:�����$��|��K�fW�C�?8�L�R�O'�f8 �'z���/�\1��e�� �]ΐ��C��1���j��S ���a:��q���-��=�D�S}�[ږ�d�f�j�\��䨶epF���uK� 5 ;�q�S�p�#�s ? ܠ�ō���5����_��Z��e�z�m�q�u��9�2"�n�G�e�%�e纶eKX�9�8�k� ����!�5 +�C�*O�U�'r��-`d�c?4�K`TۀF�qs�v ��(h}�K��j�<�����6��C�q��U� �f��\�+�)�zY�Ɂ���a�@�eg�a 0�F���p��&������ �gWP%J��i�<�F��!�*h`?^S��2ϐ��CU]��xR��V�H��k�n�k���ig��0��A���Z�U���c�v�Ү�-5=�M�Y;�JvU�`���B�U����2; �V�ޚ&�,_ 8,��� ��E7�C�f݃���E�ԃ���,*'�Z�����u:�VV���D9���B� i?G�(���R˩K�\��:B�e�n���4�!���4 15�m�JD�چ.�%MCܭ�a��r2l�\L5LjV�e�'` �-=�nM��;�2��M�a��8y��u�r�};�>Iźe$� tY����$��x��X��5P$"��2��khdž�{ t�����ģ �mZ5���$�r���M�>]�� �p�'E�]�S�����w /f�c�0�Cc�4x8����3��|Z+`D �l��d=�ҩT���Č�V��o!k�$&1��N4]��{�S���a���s +�1NCG�G#�;�0�a��ж��f�/���� ��,�b+E��d����!�M9n�fSs��1M�l�ZCznDS�2�����������ܵ��;k�QZ����"���1(��Y˻n��F�,�\[�������JY������`0������g����:k cP���ڊRX���9ES;�u�-0��`r;��I97-B�Zʒc(@1�S�Ĩ�����UKYr (ƠX��b�4��5iKYr (Ơ$�{�Æy�8|KYe ��`��!Oh�1� +x��:G�Х�tp�U�u�=x�Jh>P6/̭��u� +h�LA��D�B�� R\٢��P�ॄ������5�G!��k )5��9D�,8,C�[��f�5��K $�'����8l����m���<~�۝5����hw���(�P-�����; 7�(zPX��im���r; ���{0�sg���E +�w��-�(|�Y(��@уB����k =(J�%63��T�U�I��/�r�o8�7����t�A3\`����k�+RbETt�� �ر3�c���@�r2�SF� x��13���Y�-2w��,ä/D���͑2��ɞ'8�2��B��ɒ�����}a�s�˹�H�S܌ZP�@D�y-�� �޲w(`� +�s:36�ad g�LyWf�� ���I�����10��:����=4�0�pZdB~��n*±�m��C p����޵�i@�|��q��j�r,��Mh�q���҂d�E�xvr��k�fzΠ�t��2����*������o����X��� /��/5=����֚~]�l��7�ʖ���S[m��m��7|�����[n|��oFt ��6Xq ���k� m���6b��ճ&`�վ��b�)�i c���B,� L�]'B�8x?(`�E�l��컾i��h`B��ЩR���Ф�%,�W+z���B;3r�8Gˋ�N�.p�E%�B�n��J�0I�^~5�Z�U�H��q�$֘���F����^潆Ø�A�r`��+���b�V��Q1Rۼ�0ĕ�����q��@�����ɍA� +–HOsB�!r��,E"*H#�`��|��)��t���4b f�Sm�rp�1�^?�T�F������4b �;R���c��*�U�&1�O�؛ +҈1��bES�e�ǰ��U˯��uC���J,���t����z���4u*S��V�8�o�g�m� n;�ľn��Aj�R �;����kP��n7��;���-ikz�-b7���ժCz��1�d��>�����>'x���وb�������Ս����5F�,�Y�0�F U,����=�j�4����Z+1�(2\��!2q��/6?���G=re�����òLx��i| +�t΋��������������@����� ZM� ȯJ�mJ pL8�e��*�i�b�!�<��&� gO\��� C6��*�c����!��%��M��������D��[mp��QVe�A�����y&�yH�rΥ�a�TֲT��ڻ��:n#�@�a_ 8(l/w�=�(��i�Bi +7�p"��ёYI�_~s#wɕ�H���0 ���e87��!�h�.�ˍ$I��@ڱO��&h�j"� �/'�|�H�iɴ�'E9�T�X[p*�,'���: �i��+cP���V���ZL(�`�����{U�"��-�{�B!��)GC�>��,MRg��'Nhm�ݱ�E1f|����ٕ����t�7��!H�'�?�(������T�r�k�p@�,G8���9��ru��d�ʒ�O��^2�Osk���ކL;�>E�~\�>-�_)���o68+V�J�ge��R7Y>4E'����Z�E~!%��=���� +'�Mެkz�gvk���J�@)����<�+&�vM |&�'e�6QX^SBw\6y�߬nR���S�F��zG �&��F�̚��9E�j0F�֜�c����y�% �R�V$�Ruf�O}g\*RD��"�J��tU %�Yޅ��V5�}x5�+��|�\S˪��,fٵ@� <'>�����D7�*��� ���2�n��-�@�C[)i@&&@�0l�ngX-��e�S���HC���h�3@& #@�uT��(�d�D�X�4�nPy�����ޒ�������o�����y����E!�?���h& +`���� � + �)����{�9�Mȫ�\3�����@���� +�24c$��=% BR�~������� +��eA�1!:����-�E��h�6t��W�q��~��������U����O�ۻ݅(��O�.��������O/�������y�P|��_?Z�����XQBj��B`VE>BQ��*�W� �\Ѳ1�J�Q�,](&��j�8�rBHJ��E=!�UP�}��>��㏷��鋳=��4�J��qh���o�2��l�����]Y#����Ng�M �MijP��͟o����on/"����� ��^�v��^Pl�͛w����1�'_���H�7�����I$��#���/W�����I S\��h�e��U��m������@~� Tl�?ŧE�ύk������m.���(x����6�/��\���V&*G��@�8 +.%y�2 ~�Z�!�QN;)1*�L-m��!@������S�g����g�r@��(�[Ov�c� ��(> ��m�� ��+%��L2u�R0�Xў��M�����c9�q>=w�9�5��7.�S��zjU(���w!cH�^D�<&7�1������b�e���8�Fh�0"C4�4��H˞�#x�;!G:�w�g��M4P��pu �21Qy۰f���5�M�R� &m�� +U �BI1>�_� PZ;�E\@-��0����):(��$�H0�ϴ��匘B0l��-��P�A澅��R�~;rD?J�h9�w����� |�cT�Bp$a���,����$�{1���:�ɸ2=v8�� �w<�T���̓ +!-ٰP�bѤ�h�;����}5�9�(b����CQ^���2��Sd#����:N+>n��������irͫ�3�CqX�� �`z���� �O��^���%r.��Ú>~@�C��Zz�VۓWj�~�Po���)�h���?�R�����,������M�Mζ���Q4��� +�P�.��-��,$�~v�*���C?a�)s)MUd�F��:��;d��y�8"DV'�ם#�4�žh Q*�Oo���� N�Iu��њ�|�`v\Z2� ��,1xn�C "u���e+�[%�K�wCԒ��_2F�2v6*��r�}vݢA#��&9������0������a�t�yb /; V^89 �6[��s�8 qi�x�J� ^r��#C�qÇ!b��������T� +/^|���>�7))� +endstream endobj 40 0 obj <> endobj xref +0 41 +0000000000 65535 f +0000000016 00000 n +0000000076 00000 n +0000016382 00000 n +0000000000 00000 f +0000016433 00000 n +0000016868 00000 n +0000042773 00000 n +0000048240 00000 n +0000045639 00000 n +0000047262 00000 n +0000047377 00000 n +0000047135 00000 n +0000045751 00000 n +0000045897 00000 n +0000046043 00000 n +0000046189 00000 n +0000044802 00000 n +0000042837 00000 n +0000044240 00000 n +0000044288 00000 n +0000045577 00000 n +0000046935 00000 n +0000046735 00000 n +0000046550 00000 n +0000046335 00000 n +0000046430 00000 n +0000046645 00000 n +0000046830 00000 n +0000047030 00000 n +0000047500 00000 n +0000047553 00000 n +0000047847 00000 n +0000047924 00000 n +0000048071 00000 n +0000048166 00000 n +0000048313 00000 n +0000048486 00000 n +0000049462 00000 n +0000072439 00000 n +0000128986 00000 n +trailer +<<647F4E0C077AE047AC783EC203F62904>]>> +startxref +129176 +%%EOF diff --git a/Practice_space_game/spaceArt/spaceArt.svg b/Practice_space_game/spaceArt/spaceArt.svg new file mode 100644 index 0000000..c75b5e9 --- /dev/null +++ b/Practice_space_game/spaceArt/spaceArt.svg @@ -0,0 +1,157 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Practice_space_game/spaceArt/spaceArt.swf b/Practice_space_game/spaceArt/spaceArt.swf new file mode 100644 index 0000000..94526fa Binary files /dev/null and b/Practice_space_game/spaceArt/spaceArt.swf differ diff --git a/Practice_space_game/spritesheet.png b/Practice_space_game/spritesheet.png new file mode 100644 index 0000000..3957293 Binary files /dev/null and b/Practice_space_game/spritesheet.png differ diff --git a/docs/02-html/Practice/images/plant1.png b/docs/02-html/Practice/images/plant1.png new file mode 100644 index 0000000..9baee27 Binary files /dev/null and b/docs/02-html/Practice/images/plant1.png differ diff --git a/docs/02-html/Practice/images/plant10.png b/docs/02-html/Practice/images/plant10.png new file mode 100644 index 0000000..4b5136d Binary files /dev/null and b/docs/02-html/Practice/images/plant10.png differ diff --git a/docs/02-html/Practice/images/plant11.png b/docs/02-html/Practice/images/plant11.png new file mode 100644 index 0000000..3530fe5 Binary files /dev/null and b/docs/02-html/Practice/images/plant11.png differ diff --git a/docs/02-html/Practice/images/plant12.png b/docs/02-html/Practice/images/plant12.png new file mode 100644 index 0000000..b7f6dfd Binary files /dev/null and b/docs/02-html/Practice/images/plant12.png differ diff --git a/docs/02-html/Practice/images/plant13.png b/docs/02-html/Practice/images/plant13.png new file mode 100644 index 0000000..18938b7 Binary files /dev/null and b/docs/02-html/Practice/images/plant13.png differ diff --git a/docs/02-html/Practice/images/plant14.png b/docs/02-html/Practice/images/plant14.png new file mode 100644 index 0000000..87ccb62 Binary files /dev/null and b/docs/02-html/Practice/images/plant14.png differ diff --git a/docs/02-html/Practice/images/plant2.png b/docs/02-html/Practice/images/plant2.png new file mode 100644 index 0000000..b90853f Binary files /dev/null and b/docs/02-html/Practice/images/plant2.png differ diff --git a/docs/02-html/Practice/images/plant3.png b/docs/02-html/Practice/images/plant3.png new file mode 100644 index 0000000..17e10d1 Binary files /dev/null and b/docs/02-html/Practice/images/plant3.png differ diff --git a/docs/02-html/Practice/images/plant4.png b/docs/02-html/Practice/images/plant4.png new file mode 100644 index 0000000..4bbafad Binary files /dev/null and b/docs/02-html/Practice/images/plant4.png differ diff --git a/docs/02-html/Practice/images/plant5.png b/docs/02-html/Practice/images/plant5.png new file mode 100644 index 0000000..d303d40 Binary files /dev/null and b/docs/02-html/Practice/images/plant5.png differ diff --git a/docs/02-html/Practice/images/plant6.png b/docs/02-html/Practice/images/plant6.png new file mode 100644 index 0000000..823eeed Binary files /dev/null and b/docs/02-html/Practice/images/plant6.png differ diff --git a/docs/02-html/Practice/images/plant7.png b/docs/02-html/Practice/images/plant7.png new file mode 100644 index 0000000..fceb7f2 Binary files /dev/null and b/docs/02-html/Practice/images/plant7.png differ diff --git a/docs/02-html/Practice/images/plant8.png b/docs/02-html/Practice/images/plant8.png new file mode 100644 index 0000000..40b4f15 Binary files /dev/null and b/docs/02-html/Practice/images/plant8.png differ diff --git a/docs/02-html/Practice/images/plant9.png b/docs/02-html/Practice/images/plant9.png new file mode 100644 index 0000000..17a3435 Binary files /dev/null and b/docs/02-html/Practice/images/plant9.png differ diff --git a/docs/02-html/Practice/index.html b/docs/02-html/Practice/index.html new file mode 100644 index 0000000..47836ed --- /dev/null +++ b/docs/02-html/Practice/index.html @@ -0,0 +1,157 @@ + + + + + Welcome to my Virtual Terrarium + + + + + + + +

My Terrarium

+ +
+
+
+ A small plant +
+ +
+ A small cactus plant +
+ +
+ A small pink plant +
+ +
+ A small lush plant +
+ +
+ A long plant +
+ +
+ A plant +
+ +
+ A plant +
+
+ +
+
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+
+ +
+
+
+
+
+
+
+
+
+
+ + diff --git a/docs/02-html/Practice/index_1.html b/docs/02-html/Practice/index_1.html new file mode 100644 index 0000000..fbbcdf5 --- /dev/null +++ b/docs/02-html/Practice/index_1.html @@ -0,0 +1,157 @@ + + + + + Welcome to my Virtual Terrarium + + + + + + + +

My Terrarium

+ +
+
+
+ A small plant +
+ +
+ A small cactus plant +
+ +
+ A small pink plant +
+ +
+ A small lush plant +
+ +
+ A long plant +
+ +
+ A plant +
+ +
+ A plant +
+
+ +
+
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+
+ +
+
+
+
+
+
+
+
+
+
+ + diff --git a/docs/02-html/Practice/index_2.html b/docs/02-html/Practice/index_2.html new file mode 100644 index 0000000..81d22ff --- /dev/null +++ b/docs/02-html/Practice/index_2.html @@ -0,0 +1,149 @@ + + + + + + Welcome to my Virtual Terrarium + + + + + + + + + + +

My Terrarium

+ +
+
+
+ A plant +
+
+ A plant +
+
+ A plant +
+
+ A plant +
+
+ A plant +
+
+ A plant +
+
+ A plant +
+
+ +
+
+ A plant +
+
+ A plant +
+
+ A plant +
+
+ A plant +
+
+ A plant +
+
+ A plant +
+
+ A plant +
+
+ +
+
+
+
+
+
+
+
+
+
+ + diff --git a/docs/03-css/Practice/1/images/plant1.png b/docs/03-css/Practice/1/images/plant1.png new file mode 100644 index 0000000..9baee27 Binary files /dev/null and b/docs/03-css/Practice/1/images/plant1.png differ diff --git a/docs/03-css/Practice/1/images/plant10.png b/docs/03-css/Practice/1/images/plant10.png new file mode 100644 index 0000000..4b5136d Binary files /dev/null and b/docs/03-css/Practice/1/images/plant10.png differ diff --git a/docs/03-css/Practice/1/images/plant11.png b/docs/03-css/Practice/1/images/plant11.png new file mode 100644 index 0000000..3530fe5 Binary files /dev/null and b/docs/03-css/Practice/1/images/plant11.png differ diff --git a/docs/03-css/Practice/1/images/plant12.png b/docs/03-css/Practice/1/images/plant12.png new file mode 100644 index 0000000..b7f6dfd Binary files /dev/null and b/docs/03-css/Practice/1/images/plant12.png differ diff --git a/docs/03-css/Practice/1/images/plant13.png b/docs/03-css/Practice/1/images/plant13.png new file mode 100644 index 0000000..18938b7 Binary files /dev/null and b/docs/03-css/Practice/1/images/plant13.png differ diff --git a/docs/03-css/Practice/1/images/plant14.png b/docs/03-css/Practice/1/images/plant14.png new file mode 100644 index 0000000..87ccb62 Binary files /dev/null and b/docs/03-css/Practice/1/images/plant14.png differ diff --git a/docs/03-css/Practice/1/images/plant2.png b/docs/03-css/Practice/1/images/plant2.png new file mode 100644 index 0000000..b90853f Binary files /dev/null and b/docs/03-css/Practice/1/images/plant2.png differ diff --git a/docs/03-css/Practice/1/images/plant3.png b/docs/03-css/Practice/1/images/plant3.png new file mode 100644 index 0000000..17e10d1 Binary files /dev/null and b/docs/03-css/Practice/1/images/plant3.png differ diff --git a/docs/03-css/Practice/1/images/plant4.png b/docs/03-css/Practice/1/images/plant4.png new file mode 100644 index 0000000..4bbafad Binary files /dev/null and b/docs/03-css/Practice/1/images/plant4.png differ diff --git a/docs/03-css/Practice/1/images/plant5.png b/docs/03-css/Practice/1/images/plant5.png new file mode 100644 index 0000000..d303d40 Binary files /dev/null and b/docs/03-css/Practice/1/images/plant5.png differ diff --git a/docs/03-css/Practice/1/images/plant6.png b/docs/03-css/Practice/1/images/plant6.png new file mode 100644 index 0000000..823eeed Binary files /dev/null and b/docs/03-css/Practice/1/images/plant6.png differ diff --git a/docs/03-css/Practice/1/images/plant7.png b/docs/03-css/Practice/1/images/plant7.png new file mode 100644 index 0000000..fceb7f2 Binary files /dev/null and b/docs/03-css/Practice/1/images/plant7.png differ diff --git a/docs/03-css/Practice/1/images/plant8.png b/docs/03-css/Practice/1/images/plant8.png new file mode 100644 index 0000000..40b4f15 Binary files /dev/null and b/docs/03-css/Practice/1/images/plant8.png differ diff --git a/docs/03-css/Practice/1/images/plant9.png b/docs/03-css/Practice/1/images/plant9.png new file mode 100644 index 0000000..17a3435 Binary files /dev/null and b/docs/03-css/Practice/1/images/plant9.png differ diff --git a/docs/03-css/Practice/1/index_1.html b/docs/03-css/Practice/1/index_1.html new file mode 100644 index 0000000..23a73b6 --- /dev/null +++ b/docs/03-css/Practice/1/index_1.html @@ -0,0 +1,157 @@ + + + + + Welcome to my Virtual Terrarium + + + + + + + +

My Terrarium

+ +
+
+
+ A small plant +
+ +
+ A small cactus plant +
+ +
+ A small pink plant +
+ +
+ A small lush plant +
+ +
+ A long plant +
+ +
+ A plant +
+ +
+ A plant +
+
+ +
+
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+
+ +
+
+
+
+
+
+
+
+
+
+ + diff --git a/docs/03-css/Practice/1/style.css b/docs/03-css/Practice/1/style.css new file mode 100644 index 0000000..68b4a78 --- /dev/null +++ b/docs/03-css/Practice/1/style.css @@ -0,0 +1,137 @@ +/* begin styling */ + +body { + font-family: helvetica, arial, sans-serif; +} + +h1 { + color: #3a241d; + text-align: center; +} + +#left-container { + background-color: #eee; + position: absolute; + left: 0px; + top: 0px; + width: 15%; + height: 100%; + padding: 10px; +} + +#right-container { + background-color: #eee; + position:absolute; + right: 0px; + top: 0px; + width: 15%; + height: 100%; + right: 0px; +} + +.plant-holder { + position: relative; + height: 13%; + left: -10px; +} + +.plant { + position: absolute; + max-width: 150%; + max-height: 150%; + z-index: 2; +} + +h1:hover { + color: hotpink; +} + +.jar-walls { + height: 80%; + width: 60%; + background-color: #d1e1df; + border-radius: 1rem; + position: absolute; + bottom: 0.5%; + left: 20%; + opacity: 0.5; + z-index: 1; +} + +.jar-top { + width: 50%; + height: 5%; + background: #d1e1df; + position: absolute; + bottom: 80.5%; + left: 25%; + opacity: 0.7; +} + +.jar-bottom { + width: 50%; + height: 1%; + background: #d1e1df; + position: absolute; + bottom: 0%; + left: 25%; + opacity: 0.7; +} + +.dirt { + width: 60%; + height: 5%; + background: #3a241d; + position: absolute; + border-radius: 0 0 1rem 1rem; + bottom: 1%; + left: 20%; + opacity: 0.7; + z-index: -1; +} + +.jar-glossy-long { + width: 3%; + height: 20%; + border-radius: 2rem; + background: #ddfbff; + position: absolute; + bottom: 20%; + left: 5%; +} + +.jar-glossy-short { + width: 3%; + height: 5%; + border-radius: 2rem; + background: #ddfbff; + position: absolute; + bottom: 45%; + left: 5%; +} + +/* Define the animation */ +@keyframes slide-in { + 0% { + transform: translateX(-100%); + } + 100% { + transform: translateY(0); + } +} + +.plant { + animation: slide-in 1s ease-in-out; +} + +.plant { + transition: width 2s, height 2s, background-color 1s; +} + +.plant:hover { + width: 200px; + height: 200px; + background-color: goldenrod; +} + +/* End styling */ \ No newline at end of file diff --git a/docs/03-css/Practice/2/images/plant1.png b/docs/03-css/Practice/2/images/plant1.png new file mode 100644 index 0000000..9baee27 Binary files /dev/null and b/docs/03-css/Practice/2/images/plant1.png differ diff --git a/docs/03-css/Practice/2/images/plant10.png b/docs/03-css/Practice/2/images/plant10.png new file mode 100644 index 0000000..4b5136d Binary files /dev/null and b/docs/03-css/Practice/2/images/plant10.png differ diff --git a/docs/03-css/Practice/2/images/plant11.png b/docs/03-css/Practice/2/images/plant11.png new file mode 100644 index 0000000..3530fe5 Binary files /dev/null and b/docs/03-css/Practice/2/images/plant11.png differ diff --git a/docs/03-css/Practice/2/images/plant12.png b/docs/03-css/Practice/2/images/plant12.png new file mode 100644 index 0000000..b7f6dfd Binary files /dev/null and b/docs/03-css/Practice/2/images/plant12.png differ diff --git a/docs/03-css/Practice/2/images/plant13.png b/docs/03-css/Practice/2/images/plant13.png new file mode 100644 index 0000000..18938b7 Binary files /dev/null and b/docs/03-css/Practice/2/images/plant13.png differ diff --git a/docs/03-css/Practice/2/images/plant14.png b/docs/03-css/Practice/2/images/plant14.png new file mode 100644 index 0000000..87ccb62 Binary files /dev/null and b/docs/03-css/Practice/2/images/plant14.png differ diff --git a/docs/03-css/Practice/2/images/plant2.png b/docs/03-css/Practice/2/images/plant2.png new file mode 100644 index 0000000..b90853f Binary files /dev/null and b/docs/03-css/Practice/2/images/plant2.png differ diff --git a/docs/03-css/Practice/2/images/plant3.png b/docs/03-css/Practice/2/images/plant3.png new file mode 100644 index 0000000..17e10d1 Binary files /dev/null and b/docs/03-css/Practice/2/images/plant3.png differ diff --git a/docs/03-css/Practice/2/images/plant4.png b/docs/03-css/Practice/2/images/plant4.png new file mode 100644 index 0000000..4bbafad Binary files /dev/null and b/docs/03-css/Practice/2/images/plant4.png differ diff --git a/docs/03-css/Practice/2/images/plant5.png b/docs/03-css/Practice/2/images/plant5.png new file mode 100644 index 0000000..d303d40 Binary files /dev/null and b/docs/03-css/Practice/2/images/plant5.png differ diff --git a/docs/03-css/Practice/2/images/plant6.png b/docs/03-css/Practice/2/images/plant6.png new file mode 100644 index 0000000..823eeed Binary files /dev/null and b/docs/03-css/Practice/2/images/plant6.png differ diff --git a/docs/03-css/Practice/2/images/plant7.png b/docs/03-css/Practice/2/images/plant7.png new file mode 100644 index 0000000..fceb7f2 Binary files /dev/null and b/docs/03-css/Practice/2/images/plant7.png differ diff --git a/docs/03-css/Practice/2/images/plant8.png b/docs/03-css/Practice/2/images/plant8.png new file mode 100644 index 0000000..40b4f15 Binary files /dev/null and b/docs/03-css/Practice/2/images/plant8.png differ diff --git a/docs/03-css/Practice/2/images/plant9.png b/docs/03-css/Practice/2/images/plant9.png new file mode 100644 index 0000000..17a3435 Binary files /dev/null and b/docs/03-css/Practice/2/images/plant9.png differ diff --git a/docs/03-css/Practice/2/index_2.html b/docs/03-css/Practice/2/index_2.html new file mode 100644 index 0000000..f9186f5 --- /dev/null +++ b/docs/03-css/Practice/2/index_2.html @@ -0,0 +1,161 @@ + + + + + Welcome to my Virtual Terrarium + + + + + + + +

My Terrrarium

+ +
+
+
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+
+ +
+
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+
+ +
+
+
+ +
+
+ +
+ +
+ +
+
+
+ + diff --git a/docs/03-css/Practice/2/style.css b/docs/03-css/Practice/2/style.css new file mode 100644 index 0000000..d78a54b --- /dev/null +++ b/docs/03-css/Practice/2/style.css @@ -0,0 +1,132 @@ +body { + font-family: helvetica, arial, sans-serif; +} + +h1 { + color: #3a241d; + text-align: center; +} + +h1:hover { + color: hotpink; +} + +#left-container { + background-color: #eee; + position: absolute; + left: 0px; + top: 0px; + width: 15%; + height: 100%; + padding: 10px; +} + +#right-container { + background-color: #eee; + position: absolute; + right: 0px; + top: 0px; + width: 15%; + height: 100%; + padding: 10px; +} + +.plant-holder { + position: relative; + height: 13%; + left: -10px; +} + +.plant { + position: absolute; + max-width: 150%; + max-height: 150%; + z-index: 2; +} + +.jar-walls { + position: absolute; + height: 80%; + width: 60%; + background-color: #d1e1df; + border-radius: 1rem; + bottom: 0.5%; + left: 20%; + opacity: 0.5; + z-index: 1; +} + +.jar-top { + position: absolute; + width: 50%; + height: 5%; + background: #d1e1df; + bottom: 80.5%; + left: 25%; + opacity: 0.7; +} + +.jar-bottom { + position: absolute; + width: 50%; + height: 1%; + background: #d1e1df; + bottom: 0%; + left: 25%; + opacity: 0.7; +} + +.dirt { + position: absolute; + width: 60%; + height: 5%; + background: #3a241d; + border-radius: 0, 0, 1rem, 1rem; + bottom: 1%; + left: 20%; + opacity: 0.7; + z-index: -1; +} + +.jar-glossy-long { + position: absolute; + width: 3%; + height: 20%; + border-radius: 2rem; + background: #ddfbff; + bottom: 20%; + left: 5%; +} + +.jar-glossy-short { + position: absolute; + width: 3%; + height: 5%; + border-radius: 2rem; + background: #ddfbff; + bottom: 45%; + left: 5%; +} + +@keyframes slide-in { + 0% { + transform: translateX(-100%) + } + 100% { + transform: translateY(0); + } +} + +.plant { + animation: slide-in 1s ease-in-out; +} + +.plant { + transition: width 2s, height 2s, background-color 1s; +} + +.plant:hover { + width: 200px; + height: 200px; + background-color: goldenrod; +} \ No newline at end of file diff --git a/docs/04-js/Practice/1/images/plant1.png b/docs/04-js/Practice/1/images/plant1.png new file mode 100644 index 0000000..9baee27 Binary files /dev/null and b/docs/04-js/Practice/1/images/plant1.png differ diff --git a/docs/04-js/Practice/1/images/plant10.png b/docs/04-js/Practice/1/images/plant10.png new file mode 100644 index 0000000..4b5136d Binary files /dev/null and b/docs/04-js/Practice/1/images/plant10.png differ diff --git a/docs/04-js/Practice/1/images/plant11.png b/docs/04-js/Practice/1/images/plant11.png new file mode 100644 index 0000000..3530fe5 Binary files /dev/null and b/docs/04-js/Practice/1/images/plant11.png differ diff --git a/docs/04-js/Practice/1/images/plant12.png b/docs/04-js/Practice/1/images/plant12.png new file mode 100644 index 0000000..b7f6dfd Binary files /dev/null and b/docs/04-js/Practice/1/images/plant12.png differ diff --git a/docs/04-js/Practice/1/images/plant13.png b/docs/04-js/Practice/1/images/plant13.png new file mode 100644 index 0000000..18938b7 Binary files /dev/null and b/docs/04-js/Practice/1/images/plant13.png differ diff --git a/docs/04-js/Practice/1/images/plant14.png b/docs/04-js/Practice/1/images/plant14.png new file mode 100644 index 0000000..87ccb62 Binary files /dev/null and b/docs/04-js/Practice/1/images/plant14.png differ diff --git a/docs/04-js/Practice/1/images/plant2.png b/docs/04-js/Practice/1/images/plant2.png new file mode 100644 index 0000000..b90853f Binary files /dev/null and b/docs/04-js/Practice/1/images/plant2.png differ diff --git a/docs/04-js/Practice/1/images/plant3.png b/docs/04-js/Practice/1/images/plant3.png new file mode 100644 index 0000000..17e10d1 Binary files /dev/null and b/docs/04-js/Practice/1/images/plant3.png differ diff --git a/docs/04-js/Practice/1/images/plant4.png b/docs/04-js/Practice/1/images/plant4.png new file mode 100644 index 0000000..4bbafad Binary files /dev/null and b/docs/04-js/Practice/1/images/plant4.png differ diff --git a/docs/04-js/Practice/1/images/plant5.png b/docs/04-js/Practice/1/images/plant5.png new file mode 100644 index 0000000..d303d40 Binary files /dev/null and b/docs/04-js/Practice/1/images/plant5.png differ diff --git a/docs/04-js/Practice/1/images/plant6.png b/docs/04-js/Practice/1/images/plant6.png new file mode 100644 index 0000000..823eeed Binary files /dev/null and b/docs/04-js/Practice/1/images/plant6.png differ diff --git a/docs/04-js/Practice/1/images/plant7.png b/docs/04-js/Practice/1/images/plant7.png new file mode 100644 index 0000000..fceb7f2 Binary files /dev/null and b/docs/04-js/Practice/1/images/plant7.png differ diff --git a/docs/04-js/Practice/1/images/plant8.png b/docs/04-js/Practice/1/images/plant8.png new file mode 100644 index 0000000..40b4f15 Binary files /dev/null and b/docs/04-js/Practice/1/images/plant8.png differ diff --git a/docs/04-js/Practice/1/images/plant9.png b/docs/04-js/Practice/1/images/plant9.png new file mode 100644 index 0000000..17a3435 Binary files /dev/null and b/docs/04-js/Practice/1/images/plant9.png differ diff --git a/docs/04-js/Practice/1/index_1.html b/docs/04-js/Practice/1/index_1.html new file mode 100644 index 0000000..b4c9561 --- /dev/null +++ b/docs/04-js/Practice/1/index_1.html @@ -0,0 +1,157 @@ + + + + + Welcome to my Virtual Terrarium + + + + + + + +

My Terrarium

+ +
+
+
+ A small plant +
+ +
+ A small cactus plant +
+ +
+ A small pink plant +
+ +
+ A small lush plant +
+ +
+ A long plant +
+ +
+ A plant +
+ +
+ A plant +
+
+ +
+
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+
+ +
+
+
+
+
+
+
+
+
+
+ + diff --git a/docs/04-js/Practice/1/script.js b/docs/04-js/Practice/1/script.js new file mode 100644 index 0000000..96dbdfb --- /dev/null +++ b/docs/04-js/Practice/1/script.js @@ -0,0 +1,44 @@ +function dragElement(terrariumElement) { + let pos1 = 0, pos2 = 0, pos3 = 0, pos4 = 0; + + terrariumElement.onpointerdown = pointerDrag; + + function pointerDrag(e) { + e.preventDefault(); + console.log(e); + pos3 = e.clientX; + pos4 = e.clientY; + document.onpointermove = elementDrag; + document.onpointerup = stopElementDrag; + } + + function elementDrag(e) { + pos1 = pos3 - e.clientX; + pos2 = pos4 - e.clientY; + pos3 = e.clientX; + pos4 = e.clientY; + + terrariumElement.style.top = (terrariumElement.offsetTop - pos2) + 'px'; + terrariumElement.style.left = (terrariumElement.offsetLeft - pos1) + 'px'; + } + + function stopElementDrag() { + document.onpointermove = null; + document.onpointerup = null; + } +} + +dragElement(document.getElementById('plant1')); +dragElement(document.getElementById('plant2')); +dragElement(document.getElementById('plant3')); +dragElement(document.getElementById('plant4')); +dragElement(document.getElementById('plant5')); +dragElement(document.getElementById('plant6')); +dragElement(document.getElementById('plant7')); +dragElement(document.getElementById('plant8')); +dragElement(document.getElementById('plant9')); +dragElement(document.getElementById('plant10')); +dragElement(document.getElementById('plant11')); +dragElement(document.getElementById('plant12')); +dragElement(document.getElementById('plant13')); +dragElement(document.getElementById('plant14')); \ No newline at end of file diff --git a/docs/04-js/Practice/1/style.css b/docs/04-js/Practice/1/style.css new file mode 100644 index 0000000..68b4a78 --- /dev/null +++ b/docs/04-js/Practice/1/style.css @@ -0,0 +1,137 @@ +/* begin styling */ + +body { + font-family: helvetica, arial, sans-serif; +} + +h1 { + color: #3a241d; + text-align: center; +} + +#left-container { + background-color: #eee; + position: absolute; + left: 0px; + top: 0px; + width: 15%; + height: 100%; + padding: 10px; +} + +#right-container { + background-color: #eee; + position:absolute; + right: 0px; + top: 0px; + width: 15%; + height: 100%; + right: 0px; +} + +.plant-holder { + position: relative; + height: 13%; + left: -10px; +} + +.plant { + position: absolute; + max-width: 150%; + max-height: 150%; + z-index: 2; +} + +h1:hover { + color: hotpink; +} + +.jar-walls { + height: 80%; + width: 60%; + background-color: #d1e1df; + border-radius: 1rem; + position: absolute; + bottom: 0.5%; + left: 20%; + opacity: 0.5; + z-index: 1; +} + +.jar-top { + width: 50%; + height: 5%; + background: #d1e1df; + position: absolute; + bottom: 80.5%; + left: 25%; + opacity: 0.7; +} + +.jar-bottom { + width: 50%; + height: 1%; + background: #d1e1df; + position: absolute; + bottom: 0%; + left: 25%; + opacity: 0.7; +} + +.dirt { + width: 60%; + height: 5%; + background: #3a241d; + position: absolute; + border-radius: 0 0 1rem 1rem; + bottom: 1%; + left: 20%; + opacity: 0.7; + z-index: -1; +} + +.jar-glossy-long { + width: 3%; + height: 20%; + border-radius: 2rem; + background: #ddfbff; + position: absolute; + bottom: 20%; + left: 5%; +} + +.jar-glossy-short { + width: 3%; + height: 5%; + border-radius: 2rem; + background: #ddfbff; + position: absolute; + bottom: 45%; + left: 5%; +} + +/* Define the animation */ +@keyframes slide-in { + 0% { + transform: translateX(-100%); + } + 100% { + transform: translateY(0); + } +} + +.plant { + animation: slide-in 1s ease-in-out; +} + +.plant { + transition: width 2s, height 2s, background-color 1s; +} + +.plant:hover { + width: 200px; + height: 200px; + background-color: goldenrod; +} + +/* End styling */ \ No newline at end of file diff --git a/docs/04-js/Practice/2/images/plant1.png b/docs/04-js/Practice/2/images/plant1.png new file mode 100644 index 0000000..9baee27 Binary files /dev/null and b/docs/04-js/Practice/2/images/plant1.png differ diff --git a/docs/04-js/Practice/2/images/plant10.png b/docs/04-js/Practice/2/images/plant10.png new file mode 100644 index 0000000..4b5136d Binary files /dev/null and b/docs/04-js/Practice/2/images/plant10.png differ diff --git a/docs/04-js/Practice/2/images/plant11.png b/docs/04-js/Practice/2/images/plant11.png new file mode 100644 index 0000000..3530fe5 Binary files /dev/null and b/docs/04-js/Practice/2/images/plant11.png differ diff --git a/docs/04-js/Practice/2/images/plant12.png b/docs/04-js/Practice/2/images/plant12.png new file mode 100644 index 0000000..b7f6dfd Binary files /dev/null and b/docs/04-js/Practice/2/images/plant12.png differ diff --git a/docs/04-js/Practice/2/images/plant13.png b/docs/04-js/Practice/2/images/plant13.png new file mode 100644 index 0000000..18938b7 Binary files /dev/null and b/docs/04-js/Practice/2/images/plant13.png differ diff --git a/docs/04-js/Practice/2/images/plant14.png b/docs/04-js/Practice/2/images/plant14.png new file mode 100644 index 0000000..87ccb62 Binary files /dev/null and b/docs/04-js/Practice/2/images/plant14.png differ diff --git a/docs/04-js/Practice/2/images/plant2.png b/docs/04-js/Practice/2/images/plant2.png new file mode 100644 index 0000000..b90853f Binary files /dev/null and b/docs/04-js/Practice/2/images/plant2.png differ diff --git a/docs/04-js/Practice/2/images/plant3.png b/docs/04-js/Practice/2/images/plant3.png new file mode 100644 index 0000000..17e10d1 Binary files /dev/null and b/docs/04-js/Practice/2/images/plant3.png differ diff --git a/docs/04-js/Practice/2/images/plant4.png b/docs/04-js/Practice/2/images/plant4.png new file mode 100644 index 0000000..4bbafad Binary files /dev/null and b/docs/04-js/Practice/2/images/plant4.png differ diff --git a/docs/04-js/Practice/2/images/plant5.png b/docs/04-js/Practice/2/images/plant5.png new file mode 100644 index 0000000..d303d40 Binary files /dev/null and b/docs/04-js/Practice/2/images/plant5.png differ diff --git a/docs/04-js/Practice/2/images/plant6.png b/docs/04-js/Practice/2/images/plant6.png new file mode 100644 index 0000000..823eeed Binary files /dev/null and b/docs/04-js/Practice/2/images/plant6.png differ diff --git a/docs/04-js/Practice/2/images/plant7.png b/docs/04-js/Practice/2/images/plant7.png new file mode 100644 index 0000000..fceb7f2 Binary files /dev/null and b/docs/04-js/Practice/2/images/plant7.png differ diff --git a/docs/04-js/Practice/2/images/plant8.png b/docs/04-js/Practice/2/images/plant8.png new file mode 100644 index 0000000..40b4f15 Binary files /dev/null and b/docs/04-js/Practice/2/images/plant8.png differ diff --git a/docs/04-js/Practice/2/images/plant9.png b/docs/04-js/Practice/2/images/plant9.png new file mode 100644 index 0000000..17a3435 Binary files /dev/null and b/docs/04-js/Practice/2/images/plant9.png differ diff --git a/docs/04-js/Practice/2/index_2.html b/docs/04-js/Practice/2/index_2.html new file mode 100644 index 0000000..345b132 --- /dev/null +++ b/docs/04-js/Practice/2/index_2.html @@ -0,0 +1,157 @@ + + + + + Welcome to my Virtual Terrarium + + + + + + + +

My Terrarium

+ +
+
+
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+
+ +
+
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+ +
+ A plant +
+
+ +
+
+
+
+
+
+
+
+
+
+ + diff --git a/docs/04-js/Practice/2/script.js b/docs/04-js/Practice/2/script.js new file mode 100644 index 0000000..888bab2 --- /dev/null +++ b/docs/04-js/Practice/2/script.js @@ -0,0 +1,44 @@ +function dragElement(terrariumElement) { + let pos1 = 0, pos2 = 0, pos3 = 0, pos4 = 0; + + terrariumElement.onpointerdown = pointerDrag; + + function pointerDrag(e) { + e.preventDefault(); + console.log(e); + pos3 = e.clientX; + pos4 = e.clientY; + document.onpointermove = ElementDrag; + document.onpointerup = stopElemntDrag; + } + + function ElementDrag(e) { + pos1 = pos3 - e.clientX; + pos2 = pos4 - e.clientY; + pos3 = e.clientX; + pos4 = e.clientY; + + terrariumElement.style.left = (terrariumElement.offsetLeft - pos1) + 'px'; + terrariumElement.style.top = (terrariumElement.offsetTop - pos2) + 'px'; + } + + function stopElemntDrag() { + document.onpointermove = null; + document.onpointerup = null; + } +} + +dragElement(document.getElementById('plant1')); +dragElement(document.getElementById('plant2')); +dragElement(document.getElementById('plant3')); +dragElement(document.getElementById('plant4')); +dragElement(document.getElementById('plant5')); +dragElement(document.getElementById('plant6')); +dragElement(document.getElementById('plant7')); +dragElement(document.getElementById('plant8')); +dragElement(document.getElementById('plant9')); +dragElement(document.getElementById('plant10')); +dragElement(document.getElementById('plant11')); +dragElement(document.getElementById('plant12')); +dragElement(document.getElementById('plant13')); +dragElement(document.getElementById('plant14')); \ No newline at end of file diff --git a/docs/04-js/Practice/2/style.css b/docs/04-js/Practice/2/style.css new file mode 100644 index 0000000..ab38567 --- /dev/null +++ b/docs/04-js/Practice/2/style.css @@ -0,0 +1,133 @@ +body { + font-family: helvetica, arial, sans-serif; +} + +h1 { + color: #3a241d; + text-align: center; +} + +h1:hover { + color: hotpink; +} + +#left-container { + background-color: #eee; + position: absolute; + left: 0px; + top: 0px; + width: 15%; + height: 100%; + padding: 10px; +} + +#right-container { + background-color: #eee; + position: absolute; + right: 0px; + top: 0px; + width: 15%; + height: 100%; + padding: 10px; +} + +.plant-holder { + position: relative; + height: 13%; + left: -10px; +} + +.plant{ + position: absolute; + max-width: 150%; + max-height: 150%; + z-index: 2; +} + +.jar-wall { + position: absolute; + height: 80%; + width: 60%; + background-color: #d1e1df; + border-radius: 1rem; + bottom: 0.5%; + left: 20%; + opacity: 0.5; + z-index: 1; +} + +.jar-top { + position: absolute; + height: 5%; + width: 50%; + background: #d1e1df; + bottom: 80.5%; + left: 25%; + opacity: 0.7; +} + +.jar-bottom { + position: absolute; + height: 1%; + width: 50%; + background: #d1e1df; + bottom: 0%; + left: 25%; + opacity: 0.7; +} + +.dirt { + position: absolute; + height: 5%; + width: 60%; + background: #3a241d; + border-radius: 0 0 1rem 1rem; + bottom: 1%; + left: 20%; + opacity: 0.7; + z-index: -1; +} + +.jar-glossy-long { + position: absolute; + height: 20%; + width: 3%; + border-radius: 2rem; + background: #ddfbff; + bottom: 20%; + left: 5%; +} + +.jar-glossy-short { + position: absolute; + height: 5%; + width: 3%; + border-radius: 2rem; + background: #ddfbff; + bottom: 45%; + left: 5%; +} + +@keyframes slide-in { + 0% { + transform: translateY(-100%); + } + 100% { + transform: translateX(0); + } +} + +.plant { + animation: slide-in 1s ease-in-out; +} + +.plant:hover { + width: 200px; + height: 200px; + background-color: goldenrod; +} + +.plant { + transition: width 2s, height 2s, background-color 1s; +} + diff --git a/docs/04-js/src/script05.js b/docs/04-js/src/script05.js index 39f5d4e..11a7341 100644 --- a/docs/04-js/src/script05.js +++ b/docs/04-js/src/script05.js @@ -16,6 +16,7 @@ function dragElement(terrariumElement) { pos2 = pos4 - e.clientY; pos3 = e.clientX; pos4 = e.clientY; + terrariumElement.style.top = (terrariumElement.offsetTop - pos2) + 'px'; terrariumElement.style.left = (terrariumElement.offsetLeft - pos1) + 'px'; } diff --git a/docs/05-app-dev/Practice/index_1.html b/docs/05-app-dev/Practice/index_1.html new file mode 100644 index 0000000..1699033 --- /dev/null +++ b/docs/05-app-dev/Practice/index_1.html @@ -0,0 +1,30 @@ + + + + + Typing game + + + + + +

Typing game!

+ +

+ Practice your typing skills with a quote from Sherlock Holmes. Click + **start** to begin! +

+ +

+ +

+ + +
+ + + + +
+ + diff --git a/docs/05-app-dev/Practice/script.js b/docs/05-app-dev/Practice/script.js new file mode 100644 index 0000000..5c128ee --- /dev/null +++ b/docs/05-app-dev/Practice/script.js @@ -0,0 +1,93 @@ +// inside script.js +// all of our quotes + +const quotes = [ + 'When you have eliminated the impossible, whatever remains, just be the truth.', + 'There is nothing more deceptive than an obvious fact.', + 'I ought to know by this time that when a fact appears to be opposed to a long train of deductions it invariably proves to be capable of bearing some other interpretation.', + 'I never make exceptions. An exception disproves the rule.', + 'What one man can invent another can discover.', + 'Nothing clears up a case so much as stating it to another person.', + 'Education never ends, Watson. It is a series of lessons, with the greatest for the last.', +] + +// store the list of words and the index of the word the player is currently typing +let words = []; +let wordIndex = 0; + +// the starting time +let startTime = Date.now(); + +// page elements +const quoteElement = document.getElementById('quote'); +const messageElement = document.getElementById('message'); +const typedValueElement = document.getElementById('typed-value'); + +// at the end of script.js +document.getElementById('start').addEventListener('click', () => { + // get a quote + const quoteIndex = Math.floor(Math.random() * quotes.length); + const quote = quotes[quoteIndex]; + // Put the quote into an array of words + words = quote.split(' '); + // resete the word index for tracking + wordIndex = 0; + + // UI updates + // Create an array of span elements so we can set a class + const spanWords = words.map(function(word) { return `${word} `}); + // Convert into string and set as innerHTML on quote display + quoteElement.innerHTML = spanWords.join(''); + // Highlight the first word + quoteElement.childNodes[0].className = 'highlight'; + // Clear any prior messages + messageElement.innerText = ''; + + // Setup the textbox + // Clear the textbox + typedValueElement.value = ''; + // set focus + typedValueElement.focus(); + // set the event handler + + // Start the timer + startTime = new Date().getTime(); +}) + +// at the end of script.js +typedValueElement.addEventListener('input', () => { + // Get the current word + const currentWord = words[wordIndex]; + // Get the current value + const typedValue = typedValueElement.value; + + if (typedValue === currentWord && wordIndex === words.length - 1) { + // end of sentence + // Display success + const elapsedTime = new Date().getTime() - startTime; + const message = `CONGRATULATIONS! you finished in ${elapsedTime / 1000} seconds.`; + messageElement.innerText = message; + } + else if (typedValue.endsWith(' ') && typedValue.trim() === currentWord) { + // end of word + // clear the typedValueElement for the new word + typedValueElement.value = ''; + // move to the next word + wordIndex++; + // reset the class name for all elements in quote + for (const wordElement of quoteElement.childNodes) { + wordElement.className =''; + } + // highlight the new word + quoteElement.childNodes[wordIndex].className = 'highlight'; + } + else if (currentWord.startsWith(typedValue)) { + // currently correct + // highlight the next word + typedValueElement.className = ''; + } + else { + // error state + typedValueElement.className = 'error'; + } +}) \ No newline at end of file diff --git a/docs/05-app-dev/Practice/style.css b/docs/05-app-dev/Practice/style.css new file mode 100644 index 0000000..d6453f0 --- /dev/null +++ b/docs/05-app-dev/Practice/style.css @@ -0,0 +1,31 @@ +/* inside style.css */ +.highlight { + background-color: yellow; +} + +/* Define the error class with styling */ +.error { + background-color: #ffe6e6; + border: red; + animation: shake 0.5s; + animation-iteration-count: 3; +} + +/* Define the shake animation */ +@keyframes shake { + 0% { + transform: translateX(0); + } + 25% { + transform: translateX(-5px); + } + 50% { + transform: translateX(5px); + } + 75% { + transform: translateX(-5px); + } + 100% { + transform: translateX(0); + } +} \ No newline at end of file