• Tidak ada hasil yang ditemukan

Perancangan Website Interaktif Gereja "X".

N/A
N/A
Protected

Academic year: 2017

Membagikan "Perancangan Website Interaktif Gereja "X"."

Copied!
123
0
0

Teks penuh

(1)

ABSTRAK

Pada saat ini kemajuan di bidang teknologi dan komunikasi semakin berkembang. Dengan menggunakan komputer berbagai informasi teknologi dapat diperoleh dengan mudah. Beberapa lembaga keagamaan ada yang memanfaatkan kemajuan teknologi website. Dengan menggunakan website, pengenalan gereja menjadi lebih mudah dijangkau oleh semua kalangan gereja lainnya. Website ini dibuat untuk gereja "X" agar dapat menjangkau jiwa-jiwa yang baru dalam Tuhan. Tampilan website Gereja "X" akan terhubung dengan pilihan menu informasi tentang Gereja "X", data catatan khotbah dan forum tanya jawab. Program Macromedia Dreamweaver 8 digunakan untuk membuat tampilan website gereja dan perintah PHP. Notepad digunakan untuk menuliskan perintah program secara manual yang menghubungkan antara website dan database. Untuk menghubungkan database

(2)

ABSTRACT

At this time advances in technology and communications is growing up. Through a computer various information technology can be easily obtained. Some religious organizations have used the advanced of website technology. Through the website, the information of church become more accessible by all the other churches and peoples. This website is made for the church "X" in order to reach new followers.

(3)

DAFTAR ISI

Halaman

ABSTRAK ... i

ABSTRACT ... ii

KATA PENGANTAR ... iii

DAFTAR ISI ... vi

DAFTAR GAMBAR ... ix

DAFTAR TABEL ... xiii

BAB I. PENDAHULUAN ... 1

1.1 Latar Belakang ... 1

1.2 Identifikasi Masalah ... 2

1.3 Tujuan ... 2

1.4 Pembatasan Masalah ... 2

1.5 Sistematika Penulisan ... 3

BAB II. LANDASAN TEORI ... 4

(4)

2.2 HTML ... 10

2.3 Pengenalan PHP ... 13

2.3.1 Syntax PHP ... 15

2.3.2 Variabel PHP ... 16

2.3.3 String dalam PHP ... 17

2.3.4 Operator di PHP ... 18

2.4 MySQL ... 21

2.5 XAMPP ... 22

BAB III. PERANCANGAN DAN PEMODELAN ... 23

3.1 Blok Diagram ... 23

3.2 Peta Situs ... 24

3.3 Diagram Alir ... 25

3.4 Pembuatan Website Menggunakan Macromedia Dreamweaver 8... 26

3.5 Perancangan Website Dengan Penggunaan HTML ... 27

3.5.1 Pembuatan Home ... 27

3.5.2 Perancangan Profile ... 31

3.5.3 Perancangan Admin untuk Catatan Khotbah ... 33

(5)

3.5.5 Perancangan User untuk Forum ... 39

3.5.6 Perancangan Daftar Baru User untuk Forum ... 43

3.5.7 Perancangan Forum ... 54

3.6 Program XAMPP ... 63

3.7 Pembuatan koneksi Database Khotbah dan Forum ... 64

BAB IV. HASIL DAN PEMBAHASAN ... 67

4.1 Tampilan Awal Website Interaktif Gereja “X” ... 67

4.2 Tampilan Awal Website UpdateData Khotbah Gereja “X” ... 79

4.3 Tampilan Awal WebsiteForum Gereja “X” ... 83

BAB V. KESIMPULAN DAN SARAN ... 86

5.1 Kesimpulan ... 86

5.2 Saran ... ... 86

DAFTAR PUSTAKA ... 87

(6)

DAFTAR GAMBAR

Halaman

Gambar 2.1 Tampilan Menu Awal Macromedia Dreamweaver 8 ... 5

Gambar 2.2 Halaman Ruang Kerja Macromedia Dreamweaver 8 ... 6

Gambar 2.3 Insert Bar ... 6

Gambar 2.4 Menu Common ... 7

Gambar 2.5 Menu Layout ... 7

Gambar 2.6 Menu Forms ... 7

Gambar 2.7 Menu Text ... 7

Gambar 2.8 Menu HTML ... 8

Gambar 2.9 Menu Application ... 8

Gambar 2.10 Menu Flash Elements ... 8

Gambar 2.11 Menu Favorites... 8

Gambar 2.12 Menu Layar Dokumen Utama ... 9

Gambar 2.13 Menu Properties ... 9

Gambar 2.14 Menu Panel Pendukung ... 9

Gambar 2.15 Prinsip cara kerja PHP ... 14

Gambar 3.1 Blok Diagram ... 23

(7)

Gambar 3.3 Diagram Alir WebsiteGereja “X” ... 25

Gambar 3.4 Page Properties home.html ... 27

Gambar 3.5 Tabel halaman home.html ... 28

Gambar 3.6 Properties halaman home.html ... 28

Gambar 3.7 Kolom pertama home.html ... 29

Gambar 3.8 Kolom kedua home.html ... 29

Gambar 3.9 Kolom ketiga home.html ... 30

Gambar 3.10 Tampilan home.html ... 31

Gambar 3.11 Layer profile.html ... 32

Gambar 3.12 Tampilan profile ... 33

Gambar 3.13 Tabel login admin ... 34

Gambar 3.14 Tabel Daftar Baru Admin ... 37

Gambar 3.15 Tabel login forum ... 40

Gambar 3.16 Tabel Daftar Baru User ... 43

Gambar 3.17 Tabel Form Catatan Khotbah ... 45

Gambar 3.18 Tampilan Form Forum ... 54

Gambar 3.19 Program XAMPP ... 63

Gambar 4.1 Tampilan Awal WebsiteGereja “X”... 67

(8)

Gambar 4.3 Tampilan Halaman Ministries ... 69

Gambar 4.4 Tampilan Halaman Sekretariat Umum ... 69

Gambar 4.5 Tampilan Halaman Media & Informasi ... 70

Gambar 4.6 Tampilan Halaman Pelayanan Jemaat ... 70

Gambar 4.7 Tampilan Halaman Pelayanan Keluarga ... 71

Gambar 4.8 Tampilan Halaman Umas... 71

Gambar 4.9 Tampilan Halaman KOM... 72

Gambar 4.10 Tampilan Halaman Wanita ... 72

Gambar 4.11 Tampilan Halaman Youth... 73

Gambar 4.12 Tampilan Halaman Anak ... 73

Gambar 4.13 Tampilan Halaman COOL ... 74

Gambar 4.14 Tampilan Halaman Musik ... 74

Gambar 4.15 Tampilan Halaman Doa ... 75

Gambar 4.16 Tampilan Halaman Visi & Misi ... 75

Gambar 4.17 Tampilan Halaman Product ... 76

Gambar 4.18 Tampilan Halaman Contact Us ... 76

Gambar 4.19 Tampilan Halaman Service Schedule ... 77

Gambar 4.20 Tampilan Halaman Gallery ... 77

(9)

Gambar 4.22 Tampilan Halaman Events ... 78

Gambar 4.23 Tampilan Halaman Login Admin... 79

Gambar 4.24 Tampilan Halaman Daftar Baru Admin ... 80

Gambar 4.25 Tampilan Halaman Update Data Khotbah oleh Admin ... 81

Gambar 4.26 Tampilan Halaman Data Khotbah untuk User ... 82

Gambar 4.27 Tampilan Halaman Hasil Update Data Khotbah oleh Admin ... 82

Gambar 4.28 Tampilan Halaman Login User ... 83

Gambar 4.29 Tampilan Halaman Daftar Baru User ... 84

Gambar 4.30 Tampilan Halaman Forum ... 85

(10)

DAFTAR TABEL

Halaman

Tabel 2.1 Arithmetic Operator ... 18

(11)

LAMPIRAN A

LISTING PROGRAM

Home.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Untitled Document</title>

<style type="text/css">

<!--

.style1 {font-family: Verdana, Arial, Helvetica, sans-serif}

a:link {

text-decoration: none;

}

a:visited {

text-decoration: none;

}

a:hover {

text-decoration: underline;

(12)

text-decoration: none;

}

body,td,th {

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 14px;

color: #0033FF;

}

body {

background-color: #0099CC;

margin-left: 0px;

margin-top: 0px;

margin-right: 0px;

margin-bottom: 0px;

}

-->

</style></head>

<body>

<table width="750" height="300" border="0" cellpadding="0"

cellspacing="0">

<tr>

<td width="285" height="134"><img src="../f_15613bm_d9ab712 (1).jpg"

(13)

<td width="236"><img src="../thumb.jpg" width="220" height="166"

/></td>

<td width="284"><img src="../f_15613bm_d9ab712.jpg" width="270"

height="166" /></td>

</tr>

<tr><background color = #EAFCFF>

<td height="69" colspan="3"><span class="style1"><marquee>WEB SITE

CHURCH &quot;X&quot;

</marquee>

</span><br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp

;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp

;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp

;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

(14)

<! #BeginDate format:En2a >25-Jan-2011 6:38 PM<! #EndDate

--></td>

</tr>

<tr>

<td colspan="3"> &nbsp;&nbsp;&nbsp;&nbsp;<a

href="profile.html">PROFILE</a> | <a

href="ministries.html">MINISTRIES</a> | <a

href="product.html">PRODUCT</a> | <a href="contactus.html">CONTACT

US</a> | <a href="serviceschedule.html">SERVICE SCHEDULE</a> | <a

href="gallery.html">GALLERY</a> | <a href="jobs.html">JOBS</a> | <a

href="events.html">EVENTS | </a><a href="login.php">

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;UPDATE DATA </a><a

href="logout.php">&nbsp;</a>|&nbsp;<a

href="formkhotbahuser.html">KHOTBAH</a>&nbsp; | <a

href="loginforum.php">FORUM</a> </td>

</tr>

<tr>

<td colspan="3"><img src="../Church2008.jpg" width="763" height="302"

/></td>

</tr>

</table>

</body>

(15)

<tr>

<td><strong>Telepon</strong></td>

<td><label>

<input name="txtTelepon" type="text" id="txtTelepon" size="18"

maxlength="18" />

</label></td>

</tr>

<tr>

<td>&nbsp;</td>

<td><label>

<input type="submit" name="Submit" value="Submit" />

</label>

<label>

<input type="reset" name="Submit2" value="Reset" />

<a href="home.html">Click di sini untuk kembali ke home.

</a></label></td>

</tr>

</table></td>

</tr>

</table>

<p>&nbsp;</p>

(16)

</body>

</html>

Profile.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Untitled Document</title>

<style type="text/css">

<!--

#Layer1 {

position:absolute;

left:15px;

top:20px;

width:854px;

height:569px;

z-index:1;

}

#Layer2 {

position:absolute;

left:60px;

top:44px;

width:173px;

height:33px;

z-index:2;

}

(17)

font-size: 18px;

font-weight: bold;

font-family: Geneva, Arial, Helvetica, sans-serif;

color: #FF0000;

}

#Layer3 {

position:absolute;

left:44px;

top:77px;

width:805px;

height:466px;

z-index:3;

}

#Layer4 {

position:absolute;

left:60px;

top:111px;

width:210px;

height:277px;

z-index:4;

}

a:link {

color: #0033FF;

text-decoration: none;

}

a:visited {

text-decoration: none;

color: #00FFFF;

}

(18)

text-decoration: underline;

color: #993399;

}

a:active {

text-decoration: none;

color: #993300;

}

body {

background-image: url(abstract-wave-twirl-background.jpg);

}

.style2 {color: #000000}

-->

</style>

</head>

<body>

<div id="Layer1"></div>

<div class="style1" id="Layer2">Profile Our Church </div>

<div id="Layer3">

<blockquote>

<blockquote>

<blockquote>

<blockquote>

<blockquote>

<blockquote>

<blockquote>

<p align="justify">&nbsp;</p>

<p align="justify"> Sejarah berdirinya Gereja &quot;X&quot; tidak

lepas dari jemaat Karsa Pemuda Jakarta. Gereja &quot;X&quot; merupakan

(19)

untuk Pdt. &quot;X&quot; untuk me-renovasi Pondok Daud di seluruh

Indonesia sampai kepada bangsa - bangsa lain dengan membangun kembali

doa, pujian dan penyembahan.</p>

<p align="justify">Tuhan pun mulai mengarahkan pandangan

kepada Pdt &quot;X&quot; untuk memfokuskan ke daerah Jawa Barat. Setiap

bulan dan tahun Tuhan memberikan rencana dan rancangan yang indah bagi

kemajuan Gereja &quot;X&quot; sehingga mendapat gedung baru untuk

dijadikan tempat ibadah walaupun sebelumnya sempat mengalami berpindah

- pindah gedung. </p>

<a href="home.html" class="style2">Back &gt;&gt;</a>

<p align="justify">&nbsp;</p>

<p align="justify">

<a href="tampilan.htm"></a></p>

</blockquote>

</blockquote>

</blockquote>

</blockquote>

</blockquote>

</blockquote>

</blockquote>

</div>

<div id="Layer4"><img src="../grace_church_flash_template_0626m.jpg"

width="212" height="402" /></div>

<br />

<br />

<br />

<br />

<br />

<br />

(20)

</body>

</html>

Ministries.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Untitled Document</title>

<style type="text/css">

<!--

#Layer1 {

position:absolute;

left:8px;

top:0px;

width:876px;

height:437px;

z-index:1;

}

#Layer2 {

position:absolute;

left:70px;

top:221px;

width:79px;

height:81px;

z-index:2;

}

(21)

font-family: Courier New, Courier, monospace;

font-size: 12px;

color: #000000;

}

a:link {

text-decoration: none;

}

a:visited {

text-decoration: none;

color: #CCCCCC;

}

a:hover {

text-decoration: underline;

color: #0000CC;

}

a:active {

text-decoration: none;

color: #0066CC;

}

#Layer3 {

position:absolute;

left:22px;

top:95px;

width:79px;

height:47px;

z-index:3;

}

#Layer4 {

position:absolute;

(22)

top:96px;

width:83px;

height:77px;

z-index:4;

}

#Layer5 {

position:absolute;

left:467px;

top:97px;

width:61px;

height:84px;

z-index:5;

}

#Layer6 {

position:absolute;

left:674px;

top:94px;

width:68px;

height:84px;

z-index:6;

}

#Layer7 {

position:absolute;

left:24px;

top:214px;

width:89px;

height:72px;

z-index:7;

}

(23)

position:absolute;

left:254px;

top:215px;

width:92px;

height:80px;

z-index:8;

}

#Layer9 {

position:absolute;

left:467px;

top:215px;

width:193px;

height:82px;

z-index:9;

}

#Layer10 {

position:absolute;

left:677px;

top:215px;

width:191px;

height:82px;

z-index:10;

}

#Layer11 {

position:absolute;

left:24px;

top:329px;

width:215px;

height:82px;

(24)

}

#Layer12 {

position:absolute;

left:255px;

top:327px;

width:196px;

height:83px;

z-index:12;

}

#Layer13 {

position:absolute;

left:467px;

top:327px;

width:193px;

height:83px;

z-index:13;

}

#Layer14 {

position:absolute;

left:678px;

top:327px;

width:193px;

height:83px;

z-index:14;

}

#Layer15 {

position:absolute;

left:386px;

top:34px;

(25)

height:36px;

z-index:15;

}

.style1 {

font-family: Verdana, Arial, Helvetica, sans-serif;

font-size: 18px;

}

.style3 {font-size: 18px; font-family: "Times New Roman", Times, serif;}

body {

background-image: url(image%203.jpg);

}

-->

</style>

</head>

<body>

<div id="Layer1">

<p>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp

;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp

;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span

class="style1">OUR&nbsp;MINISTRIES</span> </p>

<p>&nbsp;</p>

(26)

<p>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p>&nbsp;</p>

<p><a href="home.html" class="style3">&nbsp;&nbsp;&nbsp;&nbsp;&gt;&gt;

Back</a> </p>

</div>

<div id="Layer3"><a href="sekum.html"><img src="ministy.JPG" width="214"

height="85" /></a></div>

<div id="Layer4"><a href="media.html"><img src="media.JPG" width="199"

height="82" border="0" /></a></div>

<div id="Layer5"><a href="pelayanan.html"><img src="pelayanan.JPG"

width="192" height="82" border="0" /></a></div>

<div id="Layer6"><a href="keluarga.html"><img src="keluarga.JPG"

width="193" height="80" /></a></div>

<div id="Layer7"><a href="umas.html"><img src="umas.JPG" width="216"

height="83" border="0" /></a></div>

<div id="Layer8"><a href="kom.html"><img src="kom.JPG" width="197"

height="82" border="0" /></a></div>

<div id="Layer9"><a href="wbi.html"><img src="wanita.JPG" width="191"

height="81" border="0" /></a></div>

<div id="Layer10"><a href="pemuda.html"><img src="youth.JPG" width="193"

(27)

<div id="Layer11"><a href="anak.html"><img src="anak.JPG" width="214"

height="82" border="0" /></a></div>

<div id="Layer12"><a href="cool.html"><img src="cool.JPG" width="197"

height="84" border="0" /></a></div>

<div id="Layer13"><a href="musik.html"><img src="musik.JPG" width="192"

height="83" border="0" /></a></div>

<div id="Layer14"><a href="doa.html"><img src="doa.JPG" width="193"

height="83" border="0" /></a></div>

<div id="Layer15"><a href="misi.html"><img src="misi.JPG" width="166"

height="58" border="0" /></a></div>

</body>

</html>

Sekum.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Untitled Document</title>

<style type="text/css">

<!--

.style1 {

font-family: "Courier New", Courier, monospace;

font-size: 16px;

font-weight: bold;

}

body {

background-image: url(%7BQ-E%7DCrossBackground2.jpg);

(28)

-->

</style>

</head>

<body>

<table width="750" height="300" border="1">

<tr>

<td colspan="2"><span class="style1">Sekretariat Umum

(SEKUM)</span> </td>

</tr>

<tr>

<td width="13%"><strong>Visi : </strong></td>

<td width="87%"><div align="justify">-&gt;&gt;&nbsp;Menjadi salah

satu tiang penopang Gereja yang melayani secara professional baik di dalam

maupun di &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;luar lingkungan

Gereja.</div></td>

</tr>

<tr>

<td><strong>Misi :</strong> </td>

<td><div align="justify">-&gt;&gt;&nbsp;Menjadi pusat data

Gereja.</div></td>

</tr>

<tr>

<td><strong>Pelayanan :</strong> </td>

<td><p align="justify">-&gt;&gt; Baptisan Air

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;---&nbsp;&nbsp;

Akan dilayani : Setiap Bulan, Minggu Kedua<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

(29)

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp

;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pukul :

13.00 WIB (wajib hadir 30 MENITsebelumnya)<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp

;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bert

empat di Sekretariat Aruna Jl. Aruna No. 19<br />

-&gt;&gt; Penyerahan Anak &nbsp;--- &nbsp;Akan dilayani :&nbsp;Setiap

Bulan, Minggu Kedua<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp

;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pukul :

09.30 WIB (ibadah kedua)<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

Bertempat di Baranangsiang Ruko ITC Kosambi Jl. Baranangsiang No.

8</p></td>

</tr>

<tr>

<td><strong>Informasi : </strong></td>

<td><p align="justify">-&gt;&gt;&nbsp;Ka. SEKUM : Pdm. Alexander

(30)

-&gt;&gt;&nbsp;Sekretaris &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: Julia

Sabirin</p></td>

</tr>

</table>

<p><a href="ministries.html">&gt;&gt; Back </a></p>

</body>

</html>

Media.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Untitled Document</title>

<style type="text/css">

<!--

.style1 {

font-family: "Courier New", Courier, monospace;

font-weight: bold;

}

body {

background-image: url(%7BQ-E%7DCrossBackground2.jpg);

}

-->

</style>

</head>

<body>

(31)

<tr>

<td colspan="2"><span class="style1">Media dan Informasi </span></td>

</tr>

<tr>

<td width="13%"><strong>Visi : </strong></td>

<td width="87%"><div align="justify">-&gt;&gt; Menyampaikan Visi

dari Gembala Pembina dan Gembala Rayon 2 kepada seluruh pengerja dan

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;jemaat Gereja

&quot;X&quot; Sukawarna melalui media, menyampaikan informasi tentang

Pelayanan dan

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;kegiatan di

lingkungan Gereja &quot;X&quot; Sukawarna.</div></td>

</tr>

<tr>

<td><strong>Misi : </strong></td>

<td><div align="justify">-&gt;&gt; Melayani pengerja dan jemaat Gereja

&quot;X&quot; Sukawarna melalui sarana media.</div></td>

</tr>

<tr>

<td><strong>Pelayanan : </strong></td>

<td><p>-&gt;&gt; Pembuatan Badge Pekerja<br />

-&gt;&gt; Media Cetak&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

:&nbsp;-- Warta Sepekan<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

(32)

&nbsp;

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;Monthly News<br />

-&gt;&gt; Media Elektronik : --&nbsp;Tehillah Production<br />

&nbsp;&nbsp;&nbsp;

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp

;&nbsp;&nbsp;&nbsp; Website<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp

;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; Audio Visual</p></td>

</tr>

<tr>

<td><strong>Informasi : </strong></td>

<td><p align="justify">-&gt;&gt; Ka. Dept. Media Informasi :

--&nbsp;Pdm. Budi Muljono<br />

-&gt;&gt;&nbsp;Ka. Unit Media

Cetak&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :&nbsp;--&nbsp;

Pdp. Victor Sitorus<br />

-&gt;&gt; Ka. Unit Tehillah

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;-- Irwan Winokusurja

(33)

-&gt;&gt;&nbsp;Ka. Unit Audio Visual

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;-- Pdp.

Iming Cahyadi</p> </td>

</tr>

</table>

<p><a href="ministries.html">&gt;&gt; Back</a> </p>

</body>

</html>

Pelayanan.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Untitled Document</title>

<style type="text/css">

<!--

.style1 {

font-family: "Courier New", Courier, monospace;

font-weight: bold;

}

body {

background-image: url(%7BQ-E%7DCrossBackground2.jpg);

}

-->

</style>

</head>

(34)

<table width="750" height="300" border="1">

<tr>

<td colspan="2"><span class="style1">Pelayanan Jemaat </span></td>

</tr>

<tr>

<td width="12%"><strong>Visi : </strong></td>

<td width="88%"><p align="justify">-&gt;&gt;&nbsp;Menjadi Pelayan

Tuhan yang kompeten, berkualitas dan handal.<br />

-&gt;&gt; Dapat mempersiapkan umat yang layak bagi Tuhan.</p></td>

</tr>

<tr>

<td> <strong>Misi : </strong></td>

<td><p align="justify">-&gt;&gt;&nbsp;Matius 28 : 19 &ndash; 20 <br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Melaksanakan Amanat

Agung Tuhan melalui kerjasama tim serta mempersatukan semua unit

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;berdasarkan talenta /

kemampuan yang dimiliki dan saling melengkapi sehingga tercipta suatu

pribadi / &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tim yang

memiliki komitmen dlam pelayanan, unity yang kuat, komunikasi dan

koordinasi yang baik,

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tanggung jawab secara

penuh atas pelayanan, dedikasi yang tinggi.</p></td>

</tr>

<tr>

<td><strong>Pelayanan : </strong></td>

<td><p align="justify">-&gt;&gt;&nbsp;Penghiburan / &nbsp;pemakaman

/ kematian

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:

(35)

-&gt;&gt;&nbsp;Doa untuk orang sakit di rumah sakit / rumah tinggal : Bpk.

Thien Poo (085722950004)<br />

-&gt;&gt;&nbsp;Konseling pribadi / keluarga

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:&nbsp;Pdp. Bambang Suyono

(08157024345)

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp

;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp

;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;Ibu Lolly &nbsp;(081322224628)<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp

;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp

;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;Kamis (09.00 &ndash; 16.30 : Jl. Aruna No. 19)

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp

;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br

(36)

-&gt;&gt;&nbsp;Kelepasan kutuk &ndash; kutuk di dalam jiwa

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: Bpk

Stefanus (0888236922)<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp

;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp

;&nbsp;&nbsp;&nbsp;&nbsp;

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Setiap

Hari Jumat Pukul : 18.00 &ndash; selesai<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp

;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp

;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bertempat di Jl. Aruna No. 19

[Sekre. Aruna]</p></td>

</tr>

<tr>

(37)

<td><p align="justify">-&gt;&gt; Ka. Dept. Pelayanan Jemaat : Pdp. Yanto

Yakobus<br />

-&gt;&gt; Sekretaris &amp;

Bendahara&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : Dian

Indrasyah</p></td>

</tr>

</table>

<p><a href="ministries.html">&gt;&gt; Back</a> </p>

</body>

</html>

Keluarga.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Untitled Document</title>

<style type="text/css">

<!--

.style1 { font-family: "Courier New", Courier, monospace;

font-weight: bold;

}

body {

background-image: url(%7BQ-E%7DCrossBackground2.jpg);

}

-->

</style>

(38)

<body>

<table width="750" height="300" border="1">

<tr>

<td colspan="2"><span class="style1">Keluarga </span></td>

</tr>

<tr>

<td width="12%"><strong>Visi : </strong></td>

<td width="88%"><p align="justify">-&gt;&gt;&nbsp;Touch The

Family</p></td>

</tr>

<tr>

<td><strong>Misi : </strong></td>

<td><p align="justify">-&gt;&gt;&nbsp;Pemulihan, Penggembalaan,

Pendewasaan rohani mengingat keluarga adalah bagian yang terpenting

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;dari&nbsp;setiap manusia

dan untuk menghadapi segala tantangan dan perubahan zaman.</p></td>

</tr>

<tr>

<td><strong>Pelayanan : </strong></td>

<td><p align="justify">-&gt;&gt; Konseling

Keluarga&nbsp;&nbsp;&nbsp;<br />

-&gt;&gt; Pemberkatan Pernikahan</p></td>

</tr>

<tr>

<td><strong>Informasi : </strong></td>

<td><p>-&gt;&gt; Ka. Dept. Pelayanan Keluarga : Pdm. Agus ST., SE<br

/>

-&gt;&gt; Sekretaris

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

(39)

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:

Prizilia Tania<br />

-&gt;&gt; Keuangan

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:

Magdalena Nuraini <br />

-&gt;&gt; Pdm. Agus ST

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;: (022) 91691296 / 0817617770</p>

<p align="justify">&nbsp;</p></td>

</tr>

</table>

<p><a href="ministries.html">&gt;&gt; Back</a> </p>

</body>

</html>

Umas.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Untitled Document</title>

<style type="text/css">

<!--

.style2 {

font-family: "Courier New", Courier, monospace;

(40)

}

body {

background-image: url(%7BQ-E%7DCrossBackground2.jpg);

}

-->

</style>

</head>

<body>

<table width="750" height="300" border="1">

<tr>

<td colspan="2"><span class="style2">Usia Emas (UMAS) </span></td>

</tr>

<tr>

<td width="12%"><strong>Visi : </strong></td>

<td width="88%"><p align="justify">-&gt;&gt;&nbsp;I Tesalonika 5 : 23

<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&ldquo;&hellip; dan

semoga Roh, Jiwa dan Tubuhmu terpelihara sempurna dengan tak bercacat

pada kedatangan &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Yesus

Kristus, Tuhan kita.&rdquo;</p>

</td>

</tr>

<tr>

<td><strong>Misi : </strong></td>

<td><p align="justify">-&gt;&gt; Mempersiapkan UMAS menjadi

mempelai Kristus yang layak, memiliki Roh, jiwa dan tubuh yang

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tidak&nbsp;bercaca

t, menjadi berkat dan teladan.</p></td>

(41)

<tr>

<td><strong>Pelayanan : </strong></td>

<td><p align="justify">-&gt;&gt; Ibadah Umas Setiap Hari Rabu, setiap

minggu pertama dan ketiga<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pukul : 09.30 &ndash;

selesai, bertempat di Gereja &quot;X&quot; Soekarno Hatta, Jl Soekarno

Hatta No. 35</p> </td>

</tr>

<tr>

<td><strong>Informasi : </strong></td>

<td><p>-&gt;&gt; Ka. Dept. Umas

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;: Pdp. Grace L. Setiawan<br />

-&gt;&gt; Sekretaris &amp; Bendahara : Madeleine Suhartono<br />

-&gt;&gt; Koor. Ibadah

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: Bpk &amp; Ibu Radhtyo<br />

-&gt;&gt; Koor.Doa

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:

Bpk &amp; Ibu Isak Sentosa</p>

<p align="justify">&nbsp;</p></td>

</tr>

</table>

<p><a href="ministries.html">&gt;&gt; Back</a> </p>

</body>

</html>

(42)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Untitled Document</title>

<style type="text/css">

<!--

.style2 { font-family: "Courier New", Courier, monospace;

font-weight: bold;

font-size: 16;

}

body {

background-image: url(%7BQ-E%7DCrossBackground2.jpg);

}

-->

</style>

</head>

<body>

<table width="750" height="300" border="1">

<tr>

<td colspan="2"><span class="style2">Kehidupan Orientasi Melayani

(KOM) </span></td>

</tr>

<tr>

<td width="12%"><strong>Visi : </strong></td>

<td width="88%"><p align="justify">-&gt;&gt; Melayani dengan

(43)

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pekerjaan&

nbsp;pelayanan yaitu bagi pembangunan tubuh Kristus.</p></td>

</tr>

<tr>

<td><strong>Misi : </strong></td>

<td><p align="justify">-&gt;&gt;&nbsp;Memberikan pengajaran Firman

Tuhan kepada jemaat melalui kelas KOM (Kehidupan Orientasi

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Melayani).</p></td>

</tr>

<tr>

<td><strong>Pelayanan : </strong></td>

<td><p>-&gt;&gt;Kehidupan Orientasi Pelayanan [KOM]</p></td>

</tr>

<tr>

<td><strong>Informasi : </strong></td>

<td><p>-&gt;&gt; Ka. Dept. KOM

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: Pdm. Timotius

Sudjono<br />

-&gt;&gt; Bendahara &amp;

Adm&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : Lenny Tatang<br />

-&gt;&gt; Ka. Unit data &amp; Adm KOM : Pdp. Febyanto<br />

-&gt;&gt; Ka. Unit Program KOM

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: Pdm. Teddy AS</p></td>

</tr>

</table>

<p><a href="ministries.html">&gt;&gt; Back </a></p>

</body>

(44)

Wbi.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Untitled Document</title>

<style type="text/css">

<!--

.style2 { font-family: "Courier New", Courier, monospace;

font-weight: bold;

}

body {

background-image: url(%7BQ-E%7DCrossBackground2.jpg);

}

-->

</style>

</head>

<body>

<table width="750" height="300" border="1">

<tr>

<td colspan="2"><span class="style2">Wanita Bethel Indonesia (Women

Of World) </span></td>

</tr>

<tr>

<td width="12%"><strong>Visi : </strong></td>

<td width="88%"><p align="justify">-&gt;&gt;&nbsp;Penolong yang baik

(45)

-&gt;&gt; Pembawa keselamatan bagi anak<br />

-&gt;&gt; Pembawa kabar baik dan kesaksian<br />

-&gt;&gt; Pendoa syafaat dan perisai<br />

-&gt;&gt; Pemimpin</p>

</td>

</tr>

<tr>

<td><strong>Misi : </strong></td>

<td><p>-&gt;&gt;&nbsp;Membentuk Pasukan doa wanita &amp; penginjil

(Mazmur 68 : 12)<br />

-&gt;&gt; Menjadi pelaku firman</p>

</td>

</tr>

<tr>

<td><strong>Pelayanan : </strong></td>

<td><p>-&gt;&gt; Ibadah WBI</p></td>

</tr>

<tr>

<td><strong>Informasi : </strong></td>

<td><p>-&gt;&gt; Ka. Dept. Wbi : Pdm. Felicia Aslam<br />

-&gt;&gt; Sekretaris I&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : Verra

Sendjaya Halim<br />

-&gt;&gt; Sekretaris II &nbsp;&nbsp;&nbsp;&nbsp;: Christin Natalia P<br

/>

-&gt;&gt;

Bendahara&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: Tine

F</p>

</td>

</tr>

(46)

<p><a href="ministries.html">&gt;&gt; Back</a> </p>

</body>

</html>

Pemuda.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Untitled Document</title>

<style type="text/css">

<!--

.style2 {font-family: "Courier New", Courier, monospace;

font-weight: bold;

}

body {

background-image: url(%7BQ-E%7DCrossBackground2.jpg);

}

-->

</style>

</head>

<body>

<table width="750" height="300" border="1">

<tr>

<td colspan="2"><span class="style2">Youth / Pemuda </span></td>

</tr>

<tr>

(47)

<td width="88%"><p align="justify">-&gt;&gt; Mikha&nbsp;4 : 1-2 <br

/>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Excellent Generation,

membawa anak - anak muda generasi yang memiliki execellent spirit dalam

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;setiap&nbsp;aspek

kehidupan mereka sampai semua orang bias melihat perbedaan antara yang

percaya

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Yesus&nbsp;dan&nbsp;m

ereka yang tidak percaya, sehingga pada akhirnya Amanat Agung dapat

direalisasiakan &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;yaitu

bangsa -&nbsp;bangsa dating untuk menyembah Yesus.</p></td>

</tr>

<tr>

<td><strong>Misi : </strong></td>

<td><p>-&gt;&gt;&nbsp;Menjadikan Ibadah Youth ibadah yang menjawab

kebutuhan Youth<br />

-&gt;&gt;

Melakukan pembinaan di dalam kelompok sel dan Bible Study Youth</p>

</td>

</tr>

<tr>

<td><strong>Pelayanan : </strong></td>

<td><p>-&gt;&gt; Ibadah Youth&nbsp; <br />

-&gt;&gt; D&rsquo;Touch</p></td>

</tr>

<tr>

<td><strong>Informasi : </strong></td>

<td><p>-&gt;&gt; Ka. Dept. Youth&nbsp;&nbsp;&nbsp;

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: Pdm.

(48)

-&gt;&gt; Wakil

Departemen&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;

: Pipien Purnomo<br />

-&gt;&gt; Sekretaris &nbsp;&amp; Bendahara : Lady Yvonne</p></td>

</tr>

</table>

<p><a href="ministries.html">&gt;&gt; Back</a> </p>

</body>

</html>

Anak.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Untitled Document</title>

<style type="text/css">

<!--

.style1 {

font-family: "Courier New", Courier, monospace;

font-size: 18px;

}

body {

background-image: url(%7BQ-E%7DCrossBackground2.jpg);

}

-->

</style>

(49)

<body>

<p class="style1">Anak</p>

<table width="750" height="300" border="1">

<tr>

<td width="12%"><strong>Visi : </strong></td>

<td width="88%"><p>-&gt;&gt; Membawa anak kepada Kristus untuk

dipulihkan, diselamatkan dan menjadi berkat bagi keluarga dan

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;komunitas pergaulan

mereka.</p>

</td>

</tr>

<tr>

<td><strong>Misi : </strong></td>

<td><p align="justify">-&gt;&gt; Meningkatkan kualitas ibadah Sekolah

Minggu dan Junior Community, sehingga lebih menarik bagi

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;anak - anak untuk dating

beribadah dan mengalami Tuhan Yesus.<br />

-&gt;&gt; Meningkatkan kualitas dan kuantitas pelayanan anak.</p>

</td>

</tr>

<tr>

<td><strong>Pelayanan : </strong></td>

<td><p align="justify">-&gt;&gt; Unit Sekolah Minggu<br />

-&gt;&gt; Creative Ministry<br />

-&gt;&gt; Musik<br />

-&gt;&gt; Kurikulum<br />

-&gt;&gt; Multimedia<br />

-&gt;&gt; Junior Community<br />

-&gt;&gt; Perlengkapan &ndash; Sound System</p>

(50)

</tr>

<tr>

<td><strong>Informasi : </strong></td>

<td><p>-&gt;&gt; Ka. Dept. Anak

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb

sp;&nbsp;&nbsp;&nbsp;: Pdm. Johan Des C. SE<br />

-&gt;&gt; Ka. Unit Sekretariat

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;: Magdalena

Sitanggang<br />

-&gt;&gt; Ka. Unit Sekolah Minggu : Susy K<br />

-&gt;&gt; Ka. Unit

JC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&

nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; :

Cherry Ginting</p>

<p align="justify">&nbsp;</p></td>

</tr>

</table>

<p><a href="ministries.html">&gt;&gt; Back </a></p>

<p>&nbsp; </p>

</body>

</html>

Cool.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Untitled Document</title>

(51)

<!--

.style2 {font-family: "Courier New", Courier, monospace;

font-weight: bold;

font-size: 16;

}

body {

background-image: url(%7BQ-E%7DCrossBackground2.jpg);

}

-->

</style>

</head>

<body>

<table width="750" height="300" border="1">

<tr>

<td colspan="2">Community Of Love (COOL) </td>

</tr>

<tr>

<td width="12%"><strong>Visi : </strong></td>

<td width="88%"><p align="justify">-&gt;&gt; Menggembalakan dan

melayani jemaat<br />

-&gt;&gt; Menampung Penuaian dan Mengantisipasi Penganiyaan</p>

</td>

</tr>

<tr>

<td><strong>Misi : </strong></td>

<td><p>-&gt;&gt;&nbsp;Memfungsikan Jemaat menjadi Misioner<br />

-&gt;&gt; Mempersiapkan Umat yang layak</p>

</td>

(52)

<tr>

<td><strong>Pelayanan : </strong></td>

<td><p>-&gt;&gt;&nbsp;Diklat Cool<br />

-&gt;&gt; Ibadah Cool</p>

</td>

</tr>

<tr>

<td><strong>Informasi : </strong></td>

<td><p>-&gt;&gt; Ka. Dept. COOL : Pdm. Danny Samuel<br />

-&gt;&gt; Ka. Unit Penelitian &amp; Pengembangan Cool : Pdp. Jamsen

Ginting</p></td>

</tr>

</table>

<p><a href="ministries.html">&gt;&gt; Back </a></p>

</body>

</html>

Musik.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Untitled Document</title>

<style type="text/css">

<!--

.style2 {font-family: "Courier New", Courier, monospace;

font-weight: bold;

}

(53)

background-image: url(%7BQ-E%7DCrossBackground2.jpg);

}

-->

</style>

</head>

<body>

<table width="750" height="300" border="1">

<tr>

<td colspan="2"><span class="style2">Musik</span></td>

</tr>

<tr>

<td width="12%"><strong>Visi : </strong></td>

<td width="88%"><p align="justify">-&gt;&gt;Yohanes 4 : 23<br />

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&ldquo;Tetapi saatnya akan

dating dan sudah tiba sekarang bahwa penyembah - penyembah benar akan

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;menyembah Bapa

dalam roh dan kebenaran; sebab Bapa menghendaki penyembah - penyembah

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;demikian.&rdquo;<

/p>

</td>

</tr>

<tr>

<td><strong>Misi : </strong></td>

<td><p align="justify">-&gt;&gt;&nbsp;Lukas 1 : 17&ldquo;..dan ia akan

berjalan mendahului Tuhan dalam roh dan kuasa Elia untuk membuat hati

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Bapa - Bapa berbalik

kepada anak - anaknya dan hati orang - orang durhaka kepada pikiran orang -

(54)

demikian menyiapkan bagi Tuhan suatu umat yang layak bagiNya.&rdquo;<br

/>

<br />

</p>

</td>

</tr>

<tr>

<td><strong>Pelayanan : </strong></td>

<td><p>-&gt;&gt; Dokumen Internal<br />

-&gt;&gt; Ijin Pertemuan<br />

-&gt;&gt; Ijin Penjadwalan<br />

-&gt;&gt; Ijin Training<br />

-&gt;&gt; Pengunduran Diri<br />

-&gt;&gt; Permintaan Rekomen<br />

-&gt;&gt; Worship Leader<br />

-&gt;&gt; Singer<br />

-&gt;&gt; Choir<br />

-&gt;&gt; Musik<br />

-&gt;&gt; OP.Sound<br />

-&gt;&gt; OP.Lighting<br />

-&gt;&gt; OP.Multimedia<br />

-&gt;&gt; Perlengkapan<br />

-&gt;&gt;

Penari</p></td>

</tr>

</table>

<p><a href="ministries.html">&gt;&gt; Back </a></p>

</body>

(55)

Doa.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Untitled Document</title>

<style type="text/css">

<!--

.style2 {font-family: "Courier New", Courier, monospace;

font-weight: bold;

}

body {

background-image: url(%7BQ-E%7DCrossBackground2.jpg);

}

-->

</style>

</head>

<body>

<table width="750" height="300" border="1">

<tr>

<td colspan="2"><span class="style2">Doa</span></td>

</tr>

<tr>

<td width="12%"><strong>Visi : </strong></td>

<td width="88%"><p align="justify">-&gt;&gt; Menjadi Rumah Doa,

yang senantiasa dalam pujian dan penyembahan yang penuh dengan

keintiman, &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;yang terdiri dari

Referensi

Dokumen terkait

Tujuan dari penelitian ini adalah untuk menganalisis risiko dari beberapa faktor yang berhubungan dengan paparan hormon estrogen, yaitu riwayat pemakaian

Puji syukur kehadirat Allah SWT yang telah memberikan rahmat, hidayah dan karunia-Nya, sehingga atas ridho-Nya peneliti dapat menyelesaikan penyusunan skripsi yang berjudul

Mempelajari berbagai Peraturan/ketentuan mengenai pelaksanaan good corporate governance... Telah melakukan evaluasi mengenai kelengkapan Audit Intern dalam melaksanakan tugas

Puji syukur ke hadirat Allah SWT atas segala limpahan berkah, rahmat hidayah-Nya, sehingga penulis dapat menyelesaikan penulisan skripsi guna memenuhi sebagian

Dalam kenyataannya, hal itu justru tidak dilakukan oleh pemerintah yang ditandai dengan memberikan kelonggaran terhadap perusahaan tersebut untuk tetap mengekspor mineral

Dekan Fakultas Kedokteran Universitas Diponegoro yang telah memberikan sarana dan prasarana sehingga penulis dapat menyelesaikan karya tulis ilmiah dengan baik

Seluruh kegiatan tersebut harus dilaksanakan oleh mahasiswa praktikan, karena kesiapan seorang calon tenaga pendidik dapat dilihat dari kesiapan mahasiswa

persamaan differensial variable terpisah jika bentuk umum tersebut.. dapat dinyatakan dengan f(x) dx + g(y) dy