-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
137 lines (119 loc) · 3.74 KB
/
index.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
<!DOCTTPE html>
<html>
<head>
<meta charset="utf-8">
<meta name= "viewport" content="width=device-width">
<meta name= "description" content ="Selamat Datang di Web Al-Muhtar">
<meta name= "keywords" content= "pokoknya mah visi misi singkatnya weh">
<meta name= "author" content="Rizkhita Dong">
<title>Laboratorium Klinik Al-Muhtar Banjaran | Beranda </title>
<link rel="stylesheet"type="text/css" href="badanwebindex.css">
<script type="text/javascript" src="jQuery-2.1.4.slim.min.js"></script>
<script type="text/javascript" src="jquery.cycle2.min.js"></script>
</head>
<body>
<header>
<div class="container">
<div id="branding">
<h1><img src="prodia.png"></br>
<span class="highlight"></h1></span>
</div>
<nav>
<ul>
<li class= "current"><a href="index.php">Beranda</a></li>
<li><a href="tentanglab.php">Tentang Al-Muhtar</a></li>
<li><a href="layanan.php">Layanan & Fasilitas</a></li>
<li><a href="login_pasien.php">Cek Hasil Lab Online</a></li>
</ul>
</nav>
</div>
</header>
<div class="cycle-slideshow">
<span class="cycle-prev">〈</span> <!-- Untuk membuat tanda panah di kiri slider -->
<span class="cycle-next">〉</span> <!-- Untuk membuat tanda panah di kanan slider -->
<span class="cycle-pager"></span> <!-- Untuk membuat tanda bulat atau link pada slider -->
<img src="Capture.png" alt="Gambar Pertama">
<img src="Capture2.png" alt="Gambar Kedua">
<img src="Capture0.png" alt="Gambar Ketiga">
<img src="Capture3.png" alt="Gambar Keempat">
<img src="Capture6.png" alt="Gambar Kelima">
</div>
<style type="text/css">
* { margin: 0; padding: 0; }
img { max-width: 100%;
; }
.cycle-slideshow {
max-width: 1300px;
max-height: 520px;
display: block;
position: relative;
margin-left: 0px;
margin-right: 0px;
overflow: hidden;
border-bottom:gray 3px solid;
}
.cycle-prev, .cycle-next {
font-size: 600%;
color: #cc6600;
display: block;
position: absolute;
top: 40%;
z-index: 1111;
cursor: pointer;
margin-top: -16px;
}
.cycle-prev { left: 42px; }
.cycle-next { right: 62px; }
.cycle-pager {
position: relative;
margin : center;
width: 100%;
height: 10px;
bottom: 10px;
z-index: 9999;
text-align: center;
}
.cycle-pager span {
text-indent: 100%;
top: 100px;
width: 10px;
height: 10px;
display: inline-block;
border: 5px solid #ffffff;
border-radius: 50%;
margin: 0 10px;
white-space: nowrap;
cursor: pointer;
}
.cycle-pager-active { background-color: #cc6600; }
</style>
<section id="boxes">
<div class="container">
<div class="box">
<img src="lokasi.png">
<br></br>
<h3>Alamat Kami</h3>
<p>Jl. Padjagalan No.10, Banjaran, Bandung, <br>Jawa Barat (40379)</p>
</div>
<div class="box">
<img src="hape.png">
<br></br>
<h3>Hubungi Kami</h3>
<p><br>Telp/Fax. (022) 5946190<br><br></p>
</div>
<div class="box">
<img src="jam.png">
<br></br>
<h3>Jam Operasional</h3>
<p>Senin-Jumat : 07.00-16.00 <br>
Sabtu : 07.00-14.00 <br>
Minggu : Tutup</p>
</div>
</div>
</section>
<footer>
<p> <img src="foot2.jpg"> <img src="prodiaaa.jpg" > <img src="topbrand.png"> <img src="proline.jpg"> <img src="prodiaa.jpg" > <img src="inodia.png" > <img src="prosistem.jpg" > <img src="RRR.png">
</p>
</footer>
</body>
</html>