-
Notifications
You must be signed in to change notification settings - Fork 0
/
pembimbing.php
148 lines (124 loc) · 4.28 KB
/
pembimbing.php
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<html>
<head>
<title>Tentang Fisika</title>
<link href="css/jumbotron-narrow.css" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/bootstrap-theme.min.css">
<script src="js/bootstrap.js"></script>
<!-- Core CSS - Include with every page -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="container">
<div class="header">
<ul class="nav nav-pills pull-right">
<li><a href="index.php">Home</a>
</li>
<li><a href="about_fisika_lipi.php">LIPI Fisika</a>
</li>
<li><a href="biodata.php">Biodata</a>
</li>
<li class="active"><a href="pembimbing.php">Pembimbing</a>
</li>
</ul>
<img src="gambar/async_logo.PNG" style="width: 45px;">
<h3 class="text-muted" style="margin-top: 1px;"></h3>
</div>
<div class="panel panel-default"
style="padding-right: 10px; padding-left: 10px;">
<div class="row marketing">
<div class="col-lg-12">
<img src="gambar/gdfis.jpg" style="width: 677px;">
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion"
href="#collapseOne"> Pembimbing Lapangan</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse in">
<div class="panel-body">
<table>
<tr>
<td width="150px;" height="160px"><img src="gambar/pak_prabowo.jpg"
class="img-rounded" style="width: 100px; height: 150px;">
<td><b>Prabowo, M.Si</b></td>
</tr>
<tr>
<td width="150px;" height="160px"><img src=""
class="img-rounded" style="width: 100px; height: 150px;">
<td><b>Suryadi, S.Si</b></td>
</tr>
<tr>
<td width="150px;" height="160px"><img src="gambar/mas_yayan.jpg"
class="img-rounded" style="width: 100px; height: 150px;">
<td><b>Yayan, S.Si</b>
</td>
</tr>
</table>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion"
href="#collapseTwo"> Pembimbing Praktik Kerja Lapang</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse">
<div class="panel-body">
<table>
<tr>
<td width="150px;" height="160px"><img src="gambar/pak_faozan.bmp"
class="img-rounded" style="width: 100px; height: 150px;">
<td><b>Faozan Achmad, M.Si</b></td>
</tr>
</table>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title">
<a data-toggle="collapse" data-parent="#accordion"
href="#collapseThree"> Pembimbing Tugas Akhir</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse">
<div class="panel-body">
<table>
<tr>
<td width="150px;" height="160px"><img src=""
class="img-rounded" style="width: 100px; height: 150px;">
<td><b>Inna Novianty, M.Si</b></td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p>© Copyright 2014 Praktik Kerja Lapang - Pusat Penelitian
Fisika LIPI Serpong</p>
</div>
</div>
</div>
<!-- /container -->
</body>
<!-- Core Scripts - Include with every page -->
<script src="js/jquery-1.10.2.js"></script>
<script src="js/bootstrap.js"></script>
<script src="js/plugins/metisMenu/jquery.metisMenu.js"></script>
<!-- Page-Level Plugin Scripts - Dashboard -->
<script src="js/plugins/morris/raphael-2.1.0.min.js"></script>
<script src="js/plugins/morris/morris.js"></script>
<!-- SB Admin Scripts - Include with every page -->
<script src="js/sb-admin.js"></script>
<!-- Page-Level Demo Scripts - Dashboard - Use for reference -->
<script src="js/demo/dashboard-demo.js"></script>
</html>