This repository has been archived by the owner on Apr 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
102 lines (96 loc) · 2.94 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html/>
<head>
<title>Politeknik Negeri Bali | Ian</title>
<style>
.white {
font-family: ebrima;
color: white;
}
.black {
font-family: Arial "Arial Black", Gadget, sans-serif;
color: black;
}
body {
background: url(gambar/bg.png) no-repeat scroll;
background-size: 100% 100%;
min-height: 700px;
}
a {
text-decoration: none;
color: black;
font-family: "Arial Black", Gadget, sans-serif;
font-size: 12;
}
</style>
</head>
<body>
<table width="70%" height="50" align="center" bgcolor="#336699" cellpadding="10">
<tr align="center">
<td width="80" align="center" valign="center"><img src="gambar/pnb.png" bgcolor="white" width="100" height="100" alt="Politeknik Negeri Bali"></td>
<td align="left" valign="center" id="font1">
<h1 class="white">POLITEKNIK NEGERI BALI</h1>
<h5 class="white"> Terdepan, Profesional, dan Berdaya Saing Internasional </h5></td>
</tr>
</table>
<table width="70%" align="center" bgcolor="#33FF99">
<tr align="left">
<td width="13%" class="black"><a href="index.html">Home</a></td>
<td width="18%" class="black"><a href="tentang.html">Tentang Kami</a></td>
<td width="18%" class="black"><a href="jurusan.html">Jurusan</a></td>
<td width="51%" class="black"><a href="kontak.html">Kontak</a></td>
</tr>
</table>
<table width="70%" align="center" bgcolor="#FFFFFF">
<tr height="10" align="center">
<td height="21">
<marquee> Selamat datang di Website Politeknik Negeri Bali 2015 </marquee></td>
</tr>
</table>
<table width="70%" height="450" align="center" bgcolor="#000000" cellpadding="2">
<tr width="30" align="left" valign="top">
<td width="76%" bgcolor="#FFFFFF" id="font3" valign="middle">
<p align="center"><img src="gambar/gif.gif" alt="Welcome Picture" width="60%"></p>
</td>
<td width="24%" bgcolor="#FFFFFF">
<table width="100%">
<tr height="5">
<td width="98%" bgcolor="#333333" class="white"><p align="center">Pengumuman</p>
</td>
</tr>
<tr>
<td class="black"><p align="justify">
<ul>
<li><a href="#">Pengumuman Hasil Peserta Bidik Misi Tahun Ajaran 2015</a></li>
<li><a href="#">Pengumuman Lelang Sederhana</a></li>
<li><a href="#">Pengumuman Pelelangan Pengadaan Furniture untuk Pendukung Laboratorium</a></li>
<li><a href="#">Pengumuman Pelanggan Umum dengan Pasca Kualifikasi</a></li>
</ul>
</p>
</td>
</tr>
<tr height="5">
<td width="98%" bgcolor="#333333" class="white"><p align="center">Berita Terbaru</p>
</td>
</tr>
<tr>
<td class="black"><p align="justify">
<ul>
<li><a href="#">Hasil Seleksi Tenaga Dosen Tidak Tetap/Kontrak Tahun 2015</a></li>
<li><a href="#">Pendataan Ulang PNS Secara Elektronik</a></li>
<li><a href="#">Pengumuman Calon Cadangan Jalur UMPN Mandiri Tahun Ajaran 2015/2016</a></li>
<li><a href="#">Pengumuman Hasil Ujian Masuk Politeknik Negeri Mandiri (UMPN-Mandiri) Tahun Ajaran 2015/2016</a></li
></ul>
</p>
</td>
</tr>
</table>
</td>
</table>
<table width="70%" height="35" align="center" bgcolor="FF9966">
<tr>
<td> <p><font size="-1"> Copyright IanRizky | 2015 </font></p>
</td>
</tr>
</table>
</body>
</html>