diff --git a/config/connect.php b/config/connect.php new file mode 100644 index 0000000..ac47a8f --- /dev/null +++ b/config/connect.php @@ -0,0 +1,14 @@ +<?php + $host = "localhost"; + $user = "root"; + $pass = "123456"; + $db = "db_pkl2225"; + + $pdo = new PDO("mysql:host=$host; dbname=$db", $user, $pass); + //Hanya TES + /*if($pdo){ + echo "Koneksi ke DB Berhasil"; + }else{ + echo "Koneksi GAGAL"; + }*/ +?> \ No newline at end of file diff --git a/config/koneksi.php b/config/koneksi.php new file mode 100644 index 0000000..fea6771 --- /dev/null +++ b/config/koneksi.php @@ -0,0 +1,42 @@ +<?php + +function get_title($_title){ +return('<title>' .$_title. '</title>'); +} + +function open_page($_title){ +echo('<html><head>' .get_title($_title). '</head></head><body>'); +} + +function close_page(){ +echo('</body></html>'); +} + +function get_session($_key){ +$value = (isset($_SESSION[$_key]))? $_SESSION[$_key]: null; +return($value); +} + +function set_session($_key, $_value){ +$_SESSION[$_key] = $_value; +} + +function destroy_session($_key){ +unset($_SESSION[$_key]); +} + +function redirect($_location){ +header('Location: ' .$_location); +} + +function get_form_post($_key){ +$value = (isset($_POST[$_key]))? $_POST[$_key]: null; +return($value); +} + +function get_form_get($_key){ +$value = (isset($_GET[$_key]))? $_GET[$_key]: null; +return($value);} + +function validate(){} +?> diff --git a/foto/IMG_20170304_112026.jpg b/foto/IMG_20170304_112026.jpg new file mode 100644 index 0000000..0b4b8d9 Binary files /dev/null and b/foto/IMG_20170304_112026.jpg differ diff --git a/foto/IMG_20170304_112044.jpg b/foto/IMG_20170304_112044.jpg new file mode 100644 index 0000000..eedb48c Binary files /dev/null and b/foto/IMG_20170304_112044.jpg differ diff --git a/foto/IMG_20170304_112103.jpg b/foto/IMG_20170304_112103.jpg new file mode 100644 index 0000000..dec7d3f Binary files /dev/null and b/foto/IMG_20170304_112103.jpg differ diff --git a/foto/IMG_20170304_112124 - Copy.jpg b/foto/IMG_20170304_112124 - Copy.jpg new file mode 100644 index 0000000..c36bb59 Binary files /dev/null and b/foto/IMG_20170304_112124 - Copy.jpg differ diff --git a/foto/IMG_20170304_112124.jpg b/foto/IMG_20170304_112124.jpg new file mode 100644 index 0000000..c36bb59 Binary files /dev/null and b/foto/IMG_20170304_112124.jpg differ diff --git a/foto/IMG_20170304_112312.jpg b/foto/IMG_20170304_112312.jpg new file mode 100644 index 0000000..d306d95 Binary files /dev/null and b/foto/IMG_20170304_112312.jpg differ diff --git a/foto/IMG_20170304_112330.jpg b/foto/IMG_20170304_112330.jpg new file mode 100644 index 0000000..9775130 Binary files /dev/null and b/foto/IMG_20170304_112330.jpg differ diff --git a/foto/IMG_20170304_112339.jpg b/foto/IMG_20170304_112339.jpg new file mode 100644 index 0000000..5b51605 Binary files /dev/null and b/foto/IMG_20170304_112339.jpg differ diff --git a/foto/IMG_20170304_112357.jpg b/foto/IMG_20170304_112357.jpg new file mode 100644 index 0000000..9b1618f Binary files /dev/null and b/foto/IMG_20170304_112357.jpg differ diff --git a/foto/IMG_20170304_112408.jpg b/foto/IMG_20170304_112408.jpg new file mode 100644 index 0000000..750b574 Binary files /dev/null and b/foto/IMG_20170304_112408.jpg differ diff --git a/foto/IMG_20170304_113206.jpg b/foto/IMG_20170304_113206.jpg new file mode 100644 index 0000000..87fbff7 Binary files /dev/null and b/foto/IMG_20170304_113206.jpg differ diff --git a/foto/IMG_20170304_113217.jpg b/foto/IMG_20170304_113217.jpg new file mode 100644 index 0000000..dd2ccaa Binary files /dev/null and b/foto/IMG_20170304_113217.jpg differ diff --git a/foto/IMG_20170304_114037.jpg b/foto/IMG_20170304_114037.jpg new file mode 100644 index 0000000..c5a055a Binary files /dev/null and b/foto/IMG_20170304_114037.jpg differ diff --git a/foto/IMG_20170304_114237.jpg b/foto/IMG_20170304_114237.jpg new file mode 100644 index 0000000..5024492 Binary files /dev/null and b/foto/IMG_20170304_114237.jpg differ diff --git a/foto/IMG_20170304_114603.jpg b/foto/IMG_20170304_114603.jpg new file mode 100644 index 0000000..4fea55d Binary files /dev/null and b/foto/IMG_20170304_114603.jpg differ diff --git a/foto/IMG_20170304_115549.jpg b/foto/IMG_20170304_115549.jpg new file mode 100644 index 0000000..7ecdc96 Binary files /dev/null and b/foto/IMG_20170304_115549.jpg differ diff --git a/foto/IMG_20170304_115557.jpg b/foto/IMG_20170304_115557.jpg new file mode 100644 index 0000000..d62a24d Binary files /dev/null and b/foto/IMG_20170304_115557.jpg differ diff --git a/foto/IMG_20170304_115609.jpg b/foto/IMG_20170304_115609.jpg new file mode 100644 index 0000000..626f719 Binary files /dev/null and b/foto/IMG_20170304_115609.jpg differ diff --git a/foto/IMG_20170304_115740.jpg b/foto/IMG_20170304_115740.jpg new file mode 100644 index 0000000..a87b973 Binary files /dev/null and b/foto/IMG_20170304_115740.jpg differ diff --git a/foto/IMG_20170304_115752.jpg b/foto/IMG_20170304_115752.jpg new file mode 100644 index 0000000..5ae7ea2 Binary files /dev/null and b/foto/IMG_20170304_115752.jpg differ diff --git a/foto/IMG_20170304_120105.jpg b/foto/IMG_20170304_120105.jpg new file mode 100644 index 0000000..37982bd Binary files /dev/null and b/foto/IMG_20170304_120105.jpg differ diff --git a/foto/IMG_20170304_120158.jpg b/foto/IMG_20170304_120158.jpg new file mode 100644 index 0000000..27db315 Binary files /dev/null and b/foto/IMG_20170304_120158.jpg differ diff --git a/foto/IMG_20170304_120206.jpg b/foto/IMG_20170304_120206.jpg new file mode 100644 index 0000000..0984a57 Binary files /dev/null and b/foto/IMG_20170304_120206.jpg differ diff --git a/foto/IMG_20170304_120221.jpg b/foto/IMG_20170304_120221.jpg new file mode 100644 index 0000000..2c39b6f Binary files /dev/null and b/foto/IMG_20170304_120221.jpg differ diff --git a/foto/IMG_20170304_120250.jpg b/foto/IMG_20170304_120250.jpg new file mode 100644 index 0000000..2541e3a Binary files /dev/null and b/foto/IMG_20170304_120250.jpg differ diff --git a/foto/IMG_20170304_120326.jpg b/foto/IMG_20170304_120326.jpg new file mode 100644 index 0000000..fa47d56 Binary files /dev/null and b/foto/IMG_20170304_120326.jpg differ diff --git a/foto/IMG_20170304_120350.jpg b/foto/IMG_20170304_120350.jpg new file mode 100644 index 0000000..da82452 Binary files /dev/null and b/foto/IMG_20170304_120350.jpg differ diff --git a/foto/IMG_20170304_120357.jpg b/foto/IMG_20170304_120357.jpg new file mode 100644 index 0000000..3f13f79 Binary files /dev/null and b/foto/IMG_20170304_120357.jpg differ diff --git a/foto/IMG_20170304_120423.jpg b/foto/IMG_20170304_120423.jpg new file mode 100644 index 0000000..1aa7847 Binary files /dev/null and b/foto/IMG_20170304_120423.jpg differ diff --git a/foto/IMG_20170304_120431.jpg b/foto/IMG_20170304_120431.jpg new file mode 100644 index 0000000..96ab49d Binary files /dev/null and b/foto/IMG_20170304_120431.jpg differ diff --git a/foto/IMG_20170304_120449.jpg b/foto/IMG_20170304_120449.jpg new file mode 100644 index 0000000..4c277b2 Binary files /dev/null and b/foto/IMG_20170304_120449.jpg differ diff --git a/foto/IMG_20170304_120926.jpg b/foto/IMG_20170304_120926.jpg new file mode 100644 index 0000000..d7e7217 Binary files /dev/null and b/foto/IMG_20170304_120926.jpg differ diff --git a/foto/IMG_20170304_121138.jpg b/foto/IMG_20170304_121138.jpg new file mode 100644 index 0000000..61eb32f Binary files /dev/null and b/foto/IMG_20170304_121138.jpg differ diff --git a/foto/IMG_20170304_121216.jpg b/foto/IMG_20170304_121216.jpg new file mode 100644 index 0000000..c97cd78 Binary files /dev/null and b/foto/IMG_20170304_121216.jpg differ diff --git a/foto/IMG_20170304_121239.jpg b/foto/IMG_20170304_121239.jpg new file mode 100644 index 0000000..0a9d6e7 Binary files /dev/null and b/foto/IMG_20170304_121239.jpg differ diff --git a/foto/IMG_20170304_121244.jpg b/foto/IMG_20170304_121244.jpg new file mode 100644 index 0000000..d9f3b7d Binary files /dev/null and b/foto/IMG_20170304_121244.jpg differ diff --git a/foto/IMG_20170304_121304.jpg b/foto/IMG_20170304_121304.jpg new file mode 100644 index 0000000..472d621 Binary files /dev/null and b/foto/IMG_20170304_121304.jpg differ diff --git a/foto/IMG_20170304_121348.jpg b/foto/IMG_20170304_121348.jpg new file mode 100644 index 0000000..dcd9189 Binary files /dev/null and b/foto/IMG_20170304_121348.jpg differ diff --git a/foto/IMG_20170304_124327.jpg b/foto/IMG_20170304_124327.jpg new file mode 100644 index 0000000..243ead4 Binary files /dev/null and b/foto/IMG_20170304_124327.jpg differ diff --git a/foto/IMG_20170304_124648.jpg b/foto/IMG_20170304_124648.jpg new file mode 100644 index 0000000..4a74542 Binary files /dev/null and b/foto/IMG_20170304_124648.jpg differ diff --git a/foto/IMG_20170304_124705.jpg b/foto/IMG_20170304_124705.jpg new file mode 100644 index 0000000..372a1bb Binary files /dev/null and b/foto/IMG_20170304_124705.jpg differ diff --git a/foto/IMG_20170309_115105.jpg b/foto/IMG_20170309_115105.jpg new file mode 100644 index 0000000..0dd8106 Binary files /dev/null and b/foto/IMG_20170309_115105.jpg differ diff --git a/foto/IMG_20170311_100308.jpg b/foto/IMG_20170311_100308.jpg new file mode 100644 index 0000000..3d7e4fe Binary files /dev/null and b/foto/IMG_20170311_100308.jpg differ diff --git a/foto/IMG_20170311_100456.jpg b/foto/IMG_20170311_100456.jpg new file mode 100644 index 0000000..24feb01 Binary files /dev/null and b/foto/IMG_20170311_100456.jpg differ diff --git a/foto/IMG_20170311_100510.jpg b/foto/IMG_20170311_100510.jpg new file mode 100644 index 0000000..5a8f6dd Binary files /dev/null and b/foto/IMG_20170311_100510.jpg differ diff --git a/foto/IMG_20170311_100519.jpg b/foto/IMG_20170311_100519.jpg new file mode 100644 index 0000000..4aab34f Binary files /dev/null and b/foto/IMG_20170311_100519.jpg differ diff --git a/foto/IMG_20170311_100529.jpg b/foto/IMG_20170311_100529.jpg new file mode 100644 index 0000000..2362036 Binary files /dev/null and b/foto/IMG_20170311_100529.jpg differ diff --git a/foto/IMG_20170311_100555.jpg b/foto/IMG_20170311_100555.jpg new file mode 100644 index 0000000..60eebb0 Binary files /dev/null and b/foto/IMG_20170311_100555.jpg differ diff --git a/foto/IMG_20170311_100613.jpg b/foto/IMG_20170311_100613.jpg new file mode 100644 index 0000000..c491856 Binary files /dev/null and b/foto/IMG_20170311_100613.jpg differ diff --git a/foto/IMG_20170311_100717.jpg b/foto/IMG_20170311_100717.jpg new file mode 100644 index 0000000..85b32de Binary files /dev/null and b/foto/IMG_20170311_100717.jpg differ diff --git a/foto/IMG_20170311_100729.jpg b/foto/IMG_20170311_100729.jpg new file mode 100644 index 0000000..43d87fd Binary files /dev/null and b/foto/IMG_20170311_100729.jpg differ diff --git a/foto/IMG_20170311_100739.jpg b/foto/IMG_20170311_100739.jpg new file mode 100644 index 0000000..29a5c36 Binary files /dev/null and b/foto/IMG_20170311_100739.jpg differ diff --git a/foto/IMG_20170311_100754.jpg b/foto/IMG_20170311_100754.jpg new file mode 100644 index 0000000..66c7a2f Binary files /dev/null and b/foto/IMG_20170311_100754.jpg differ diff --git a/foto/IMG_20170311_100801.jpg b/foto/IMG_20170311_100801.jpg new file mode 100644 index 0000000..ad7ecff Binary files /dev/null and b/foto/IMG_20170311_100801.jpg differ diff --git a/foto/IMG_20170311_100813.jpg b/foto/IMG_20170311_100813.jpg new file mode 100644 index 0000000..d3aa386 Binary files /dev/null and b/foto/IMG_20170311_100813.jpg differ diff --git a/foto/IMG_20170311_100854.jpg b/foto/IMG_20170311_100854.jpg new file mode 100644 index 0000000..4bd710f Binary files /dev/null and b/foto/IMG_20170311_100854.jpg differ diff --git a/foto/IMG_20170311_100902.jpg b/foto/IMG_20170311_100902.jpg new file mode 100644 index 0000000..9880ea2 Binary files /dev/null and b/foto/IMG_20170311_100902.jpg differ diff --git a/foto/IMG_20170311_100920.jpg b/foto/IMG_20170311_100920.jpg new file mode 100644 index 0000000..c8d8f99 Binary files /dev/null and b/foto/IMG_20170311_100920.jpg differ diff --git a/foto/IMG_20170311_100926.jpg b/foto/IMG_20170311_100926.jpg new file mode 100644 index 0000000..ec0c9f5 Binary files /dev/null and b/foto/IMG_20170311_100926.jpg differ diff --git a/foto/IMG_20170311_100950.jpg b/foto/IMG_20170311_100950.jpg new file mode 100644 index 0000000..d6d51e6 Binary files /dev/null and b/foto/IMG_20170311_100950.jpg differ diff --git a/foto/IMG_20170311_101009.jpg b/foto/IMG_20170311_101009.jpg new file mode 100644 index 0000000..e0a7b57 Binary files /dev/null and b/foto/IMG_20170311_101009.jpg differ diff --git a/foto/IMG_20170311_101019.jpg b/foto/IMG_20170311_101019.jpg new file mode 100644 index 0000000..d80e35d Binary files /dev/null and b/foto/IMG_20170311_101019.jpg differ diff --git a/foto/IMG_20170311_101036.jpg b/foto/IMG_20170311_101036.jpg new file mode 100644 index 0000000..1c6c9c1 Binary files /dev/null and b/foto/IMG_20170311_101036.jpg differ diff --git a/foto/IMG_20170311_101102.jpg b/foto/IMG_20170311_101102.jpg new file mode 100644 index 0000000..d3369e2 Binary files /dev/null and b/foto/IMG_20170311_101102.jpg differ diff --git a/foto/IMG_20170311_101115.jpg b/foto/IMG_20170311_101115.jpg new file mode 100644 index 0000000..bae7606 Binary files /dev/null and b/foto/IMG_20170311_101115.jpg differ diff --git a/foto/IMG_20170311_101135.jpg b/foto/IMG_20170311_101135.jpg new file mode 100644 index 0000000..35abbc3 Binary files /dev/null and b/foto/IMG_20170311_101135.jpg differ diff --git a/foto/IMG_20170311_101155.jpg b/foto/IMG_20170311_101155.jpg new file mode 100644 index 0000000..d78b76b Binary files /dev/null and b/foto/IMG_20170311_101155.jpg differ diff --git a/foto/IMG_20170311_101235.jpg b/foto/IMG_20170311_101235.jpg new file mode 100644 index 0000000..69de6d6 Binary files /dev/null and b/foto/IMG_20170311_101235.jpg differ diff --git a/foto/IMG_20170311_101324.jpg b/foto/IMG_20170311_101324.jpg new file mode 100644 index 0000000..cb19c74 Binary files /dev/null and b/foto/IMG_20170311_101324.jpg differ diff --git a/foto/IMG_20170311_101451.jpg b/foto/IMG_20170311_101451.jpg new file mode 100644 index 0000000..3045803 Binary files /dev/null and b/foto/IMG_20170311_101451.jpg differ diff --git a/foto/IMG_20170311_101459.jpg b/foto/IMG_20170311_101459.jpg new file mode 100644 index 0000000..6455150 Binary files /dev/null and b/foto/IMG_20170311_101459.jpg differ diff --git a/foto/IMG_20170311_101513.jpg b/foto/IMG_20170311_101513.jpg new file mode 100644 index 0000000..5179691 Binary files /dev/null and b/foto/IMG_20170311_101513.jpg differ diff --git a/foto/IMG_20170311_101542.jpg b/foto/IMG_20170311_101542.jpg new file mode 100644 index 0000000..7fe0000 Binary files /dev/null and b/foto/IMG_20170311_101542.jpg differ diff --git a/foto/IMG_20170311_101607.jpg b/foto/IMG_20170311_101607.jpg new file mode 100644 index 0000000..2a6546f Binary files /dev/null and b/foto/IMG_20170311_101607.jpg differ diff --git a/foto/IMG_20170311_101619.jpg b/foto/IMG_20170311_101619.jpg new file mode 100644 index 0000000..b051714 Binary files /dev/null and b/foto/IMG_20170311_101619.jpg differ diff --git a/foto/IMG_20170311_101643.jpg b/foto/IMG_20170311_101643.jpg new file mode 100644 index 0000000..4c38d47 Binary files /dev/null and b/foto/IMG_20170311_101643.jpg differ diff --git a/foto/IMG_20170311_101658.jpg b/foto/IMG_20170311_101658.jpg new file mode 100644 index 0000000..7d1691c Binary files /dev/null and b/foto/IMG_20170311_101658.jpg differ diff --git a/foto/IMG_20170311_101710.jpg b/foto/IMG_20170311_101710.jpg new file mode 100644 index 0000000..546a827 Binary files /dev/null and b/foto/IMG_20170311_101710.jpg differ diff --git a/foto/IMG_20170311_101832.jpg b/foto/IMG_20170311_101832.jpg new file mode 100644 index 0000000..3ea1f94 Binary files /dev/null and b/foto/IMG_20170311_101832.jpg differ diff --git a/foto/IMG_20170311_101856.jpg b/foto/IMG_20170311_101856.jpg new file mode 100644 index 0000000..b85c070 Binary files /dev/null and b/foto/IMG_20170311_101856.jpg differ diff --git a/foto/IMG_20170311_101945.jpg b/foto/IMG_20170311_101945.jpg new file mode 100644 index 0000000..7afea17 Binary files /dev/null and b/foto/IMG_20170311_101945.jpg differ diff --git a/foto/IMG_20170311_102016.jpg b/foto/IMG_20170311_102016.jpg new file mode 100644 index 0000000..e1d77e2 Binary files /dev/null and b/foto/IMG_20170311_102016.jpg differ diff --git a/foto/IMG_20170311_102058.jpg b/foto/IMG_20170311_102058.jpg new file mode 100644 index 0000000..89c495e Binary files /dev/null and b/foto/IMG_20170311_102058.jpg differ diff --git a/foto/IMG_20170311_102201.jpg b/foto/IMG_20170311_102201.jpg new file mode 100644 index 0000000..81894b6 Binary files /dev/null and b/foto/IMG_20170311_102201.jpg differ diff --git a/foto/IMG_20170311_102456.jpg b/foto/IMG_20170311_102456.jpg new file mode 100644 index 0000000..26de939 Binary files /dev/null and b/foto/IMG_20170311_102456.jpg differ diff --git a/foto/IMG_20170311_102648.jpg b/foto/IMG_20170311_102648.jpg new file mode 100644 index 0000000..6574b62 Binary files /dev/null and b/foto/IMG_20170311_102648.jpg differ diff --git a/foto/IMG_20170311_102700.jpg b/foto/IMG_20170311_102700.jpg new file mode 100644 index 0000000..85e7eae Binary files /dev/null and b/foto/IMG_20170311_102700.jpg differ diff --git a/foto/IMG_20170311_102728.jpg b/foto/IMG_20170311_102728.jpg new file mode 100644 index 0000000..6c7d765 Binary files /dev/null and b/foto/IMG_20170311_102728.jpg differ diff --git a/foto/IMG_20170311_102824.jpg b/foto/IMG_20170311_102824.jpg new file mode 100644 index 0000000..8364b96 Binary files /dev/null and b/foto/IMG_20170311_102824.jpg differ diff --git a/foto/IMG_20170311_102836.jpg b/foto/IMG_20170311_102836.jpg new file mode 100644 index 0000000..1b8912e Binary files /dev/null and b/foto/IMG_20170311_102836.jpg differ diff --git a/foto/IMG_20170311_102856.jpg b/foto/IMG_20170311_102856.jpg new file mode 100644 index 0000000..bcf92a1 Binary files /dev/null and b/foto/IMG_20170311_102856.jpg differ diff --git a/foto/IMG_20170311_103200.jpg b/foto/IMG_20170311_103200.jpg new file mode 100644 index 0000000..2c8c78a Binary files /dev/null and b/foto/IMG_20170311_103200.jpg differ diff --git a/foto/IMG_20170311_103222.jpg b/foto/IMG_20170311_103222.jpg new file mode 100644 index 0000000..c7ef4ed Binary files /dev/null and b/foto/IMG_20170311_103222.jpg differ diff --git a/foto/IMG_20170311_103230.jpg b/foto/IMG_20170311_103230.jpg new file mode 100644 index 0000000..0b7c7f5 Binary files /dev/null and b/foto/IMG_20170311_103230.jpg differ diff --git a/foto/IMG_20170311_103400.jpg b/foto/IMG_20170311_103400.jpg new file mode 100644 index 0000000..78993cb Binary files /dev/null and b/foto/IMG_20170311_103400.jpg differ diff --git a/foto/IMG_20170311_103406.jpg b/foto/IMG_20170311_103406.jpg new file mode 100644 index 0000000..e012190 Binary files /dev/null and b/foto/IMG_20170311_103406.jpg differ diff --git a/foto/IMG_20170311_103545.jpg b/foto/IMG_20170311_103545.jpg new file mode 100644 index 0000000..265f453 Binary files /dev/null and b/foto/IMG_20170311_103545.jpg differ diff --git a/foto/IMG_20170311_103634.jpg b/foto/IMG_20170311_103634.jpg new file mode 100644 index 0000000..2325ead Binary files /dev/null and b/foto/IMG_20170311_103634.jpg differ diff --git a/foto/IMG_20170311_103740.jpg b/foto/IMG_20170311_103740.jpg new file mode 100644 index 0000000..2665d90 Binary files /dev/null and b/foto/IMG_20170311_103740.jpg differ diff --git a/foto/IMG_20170311_103805.jpg b/foto/IMG_20170311_103805.jpg new file mode 100644 index 0000000..5caee84 Binary files /dev/null and b/foto/IMG_20170311_103805.jpg differ diff --git a/foto/IMG_20170311_103857.jpg b/foto/IMG_20170311_103857.jpg new file mode 100644 index 0000000..78efbae Binary files /dev/null and b/foto/IMG_20170311_103857.jpg differ diff --git a/foto/batak.jpg b/foto/batak.jpg new file mode 100644 index 0000000..a5bf894 Binary files /dev/null and b/foto/batak.jpg differ diff --git a/foto/cafe.jpg b/foto/cafe.jpg new file mode 100644 index 0000000..9085e4b Binary files /dev/null and b/foto/cafe.jpg differ diff --git a/foto/fb.jpg b/foto/fb.jpg new file mode 100644 index 0000000..8ac4ba8 Binary files /dev/null and b/foto/fb.jpg differ diff --git a/foto/gerbang.jpg b/foto/gerbang.jpg new file mode 100644 index 0000000..e0f66ca Binary files /dev/null and b/foto/gerbang.jpg differ diff --git a/foto/halaman.jpg b/foto/halaman.jpg new file mode 100644 index 0000000..2ebc6d5 Binary files /dev/null and b/foto/halaman.jpg differ diff --git a/foto/hutabatak.jpg b/foto/hutabatak.jpg new file mode 100644 index 0000000..532c02e Binary files /dev/null and b/foto/hutabatak.jpg differ diff --git a/foto/ig.jpg b/foto/ig.jpg new file mode 100644 index 0000000..134272d Binary files /dev/null and b/foto/ig.jpg differ diff --git a/foto/kolam.jpg b/foto/kolam.jpg new file mode 100644 index 0000000..46e9ecc Binary files /dev/null and b/foto/kolam.jpg differ diff --git a/foto/logo.jpg b/foto/logo.jpg new file mode 100644 index 0000000..700e999 Binary files /dev/null and b/foto/logo.jpg differ diff --git a/foto/logo.png b/foto/logo.png new file mode 100644 index 0000000..98e9c0e Binary files /dev/null and b/foto/logo.png differ diff --git a/foto/map.jpg b/foto/map.jpg new file mode 100644 index 0000000..1d66b9f Binary files /dev/null and b/foto/map.jpg differ diff --git a/foto/map_2_2_2.jpg b/foto/map_2_2_2.jpg new file mode 100644 index 0000000..50be7c4 Binary files /dev/null and b/foto/map_2_2_2.jpg differ diff --git a/foto/peta.jpg b/foto/peta.jpg new file mode 100644 index 0000000..8733cb8 Binary files /dev/null and b/foto/peta.jpg differ diff --git a/foto/souvenir.jpg b/foto/souvenir.jpg new file mode 100644 index 0000000..e3dc8b5 Binary files /dev/null and b/foto/souvenir.jpg differ diff --git a/foto/tb.jpg b/foto/tb.jpg new file mode 100644 index 0000000..2ebc6d5 Binary files /dev/null and b/foto/tb.jpg differ diff --git a/foto/twitter.jpg b/foto/twitter.jpg new file mode 100644 index 0000000..54a8941 Binary files /dev/null and b/foto/twitter.jpg differ diff --git a/foto/yt.jpg b/foto/yt.jpg new file mode 100644 index 0000000..8d7cfc7 Binary files /dev/null and b/foto/yt.jpg differ diff --git a/img/batak.jpg b/img/batak.jpg new file mode 100644 index 0000000..a5bf894 Binary files /dev/null and b/img/batak.jpg differ diff --git a/img/cafe.jpg b/img/cafe.jpg new file mode 100644 index 0000000..9085e4b Binary files /dev/null and b/img/cafe.jpg differ diff --git a/img/gerbang.jpg b/img/gerbang.jpg new file mode 100644 index 0000000..e0f66ca Binary files /dev/null and b/img/gerbang.jpg differ diff --git a/img/hutabatak.jpg b/img/hutabatak.jpg new file mode 100644 index 0000000..532c02e Binary files /dev/null and b/img/hutabatak.jpg differ diff --git a/img/kolam.jpg b/img/kolam.jpg new file mode 100644 index 0000000..46e9ecc Binary files /dev/null and b/img/kolam.jpg differ diff --git a/img/map.jpg b/img/map.jpg new file mode 100644 index 0000000..1d66b9f Binary files /dev/null and b/img/map.jpg differ diff --git a/img/map_2_2_2.jpg b/img/map_2_2_2.jpg new file mode 100644 index 0000000..50be7c4 Binary files /dev/null and b/img/map_2_2_2.jpg differ diff --git a/img/related/DotNavigationStyles-300x162.png b/img/related/DotNavigationStyles-300x162.png new file mode 100644 index 0000000..4639a37 Binary files /dev/null and b/img/related/DotNavigationStyles-300x162.png differ diff --git a/img/related/NotificationStyles-300x162.png b/img/related/NotificationStyles-300x162.png new file mode 100644 index 0000000..216b5da Binary files /dev/null and b/img/related/NotificationStyles-300x162.png differ diff --git a/img/souvenir.jpg b/img/souvenir.jpg new file mode 100644 index 0000000..e3dc8b5 Binary files /dev/null and b/img/souvenir.jpg differ diff --git a/img/tb.jpg b/img/tb.jpg new file mode 100644 index 0000000..2ebc6d5 Binary files /dev/null and b/img/tb.jpg differ