forked from wahyufirmansyah55/SI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdosen.html
298 lines (273 loc) · 20.8 KB
/
dosen.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
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Data Dosen | Prodi Sistem Informasi</title>
<link href="dist/output.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<!-- ====== Navbar Section Start -->
<div class=" ud-header bg-transparent absolute top-0 left-0 z-40 w-full flex items-center">
<div class="container">
<div class="flex -mx-4 items-center justify-between relative">
<div class="px-4 w-60 max-w-full">
<a href="" class="navbar-logo w-full block py-6">
<img src="dist/img/logo/LOGO UPGJD.png" alt="logo" class="w-full header-logo"/>
</a>
</div>
<div class="flex px-4 justify-between items-center w-full">
<div>
<button id="navbarToggler" class="block absolute right-4 top-1/2 -translate-y-1/2 lg:hidden focus:ring-2 ring-blue-500 px-3 py-[6px] rounded-lg">
<span
class="relative w-[30px] h-[2px] my-[6px] block bg-white"
></span>
<span
class="relative w-[30px] h-[2px] my-[6px] block bg-white"
></span>
<span
class="relative w-[30px] h-[2px] my-[6px] block bg-white"
></span>
</button>
<nav id="navbarCollapse" class="absolute py-5 lg:py-0 lg:px-4 xl:px-6 bg-white lg:bg-transparent shadow-lg rounded-lg max-w-[250px] w-full lg:max-w-full lg:w-full right-4 top-full hidden lg:block lg:static lg:shadow-none">
<ul class="blcok lg:flex">
<li class="relative group">
<a href="index.html" class="ud-menu-scroll text-base text-dark lg:text-blue-400 lg:group-hover:opacity-50 lg:group-hover:text-blue-500 group-hover:text-blue-500 py-2 lg:py-6 lg:inline-flex lg:px-0 flex mx-8 lg:mr-0">
Beranda
</a>
</li>
<li class="relative group submenu-item">
<a href="javascript:void(0)" class="text-base text-dark lg:text-blue-400 lg:group-hover:opacity-30 lg:group-hover:text-white group-hover:text-white py-2 lg:py-6 lg:inline-flex lg:pl-0 lg:pr-4 flex mx-8 lg:mr-0 lg:ml-8 xl:ml-12 relative after:absolute after:w-2 after:h-2 after:border-b-2 after:border-r-2 after:border-current after:rotate-45 lg:after:right-0 after:right-1 after:top-1/2 after:-translate-y-1/2 after:mt-[-2px]">
Profile
</a>
<div class="submenu hidden relative lg:absolute w-[250px] top-full lg:top-[110%] left-0 rounded-sm lg:shadow-lg p-4 lg:block lg:opacity-0 lg:invisible group-hover:opacity-100 lg:group-hover:visible lg:group-hover:top-full bg-white transition-[top] duration-300">
<a href="sambutan.html" class="block text-sm text-body-color rounded hover:text-primary py-[10px] px-4">
Sambutan Kaprodi
</a>
<a href="visimisi.html" class="block text-sm text-body-color rounded hover:text-primary py-[10px] px-4">
Visi & Misi
</a>
<a href="sarankap.html" class="block text-sm text-body-color rounded hover:text-primary py-[10px] px-4">
Saran Kaprodi
</a>
</div>
</li>
<li class="relative group submenu-item">
<a href="javascript:void(0)" class="text-base text-dark lg:text-blue-400 lg:group-hover:opacity-30 lg:group-hover:text-white group-hover:text-primary py-2 lg:py-6 lg:inline-flex lg:pl-0 lg:pr-4 flex mx-8 lg:mr-0 lg:ml-8 xl:ml-12 relative after:absolute after:w-2 after:h-2 after:border-b-2 after:border-r-2 after:border-current after:rotate-45 lg:after:right-0 after:right-1 after:top-1/2 after:-translate-y-1/2 after:mt-[-2px]">
Informasi
</a>
<div class="submenu hidden relative lg:absolute w-[250px] top-full lg:top-[110%] left-0 rounded-sm lg:shadow-lg p-4 lg:block lg:opacity-0 lg:invisible group-hover:opacity-100 lg:group-hover:visible lg:group-hover:top-full bg-white transition-[top] duration-300">
<a href="informasi.html" class="block text-sm text-body-color rounded hover:text-primary py-[10px] px-4">
Galery & Video
</a>
<a href="berita.html" class="block text-sm text-body-color rounded hover:text-primary py-[10px] px-4">
Berita
</a>
</div>
</li>
<li class="relative group submenu-item">
<a href="javascript:void(0)" class="text-base text-dark lg:text-blue-400 lg:group-hover:opacity-30 lg:group-hover:text-white group-hover:text-primary py-2 lg:py-6 lg:inline-flex lg:pl-0 lg:pr-4 flex mx-8 lg:mr-0 lg:ml-8 xl:ml-12 relative after:absolute after:w-2 after:h-2 after:border-b-2 after:border-r-2 after:border-current after:rotate-45 lg:after:right-0 after:right-1 after:top-1/2 after:-translate-y-1/2 after:mt-[-2px]">
Akademik
</a>
<div class="submenu hidden relative lg:absolute w-[250px] top-full lg:top-[110%] left-0 rounded-sm lg:shadow-lg p-4 lg:block lg:opacity-0 lg:invisible group-hover:opacity-100 lg:group-hover:visible lg:group-hover:top-full bg-white transition-[top] duration-300">
<a href="dosen.html" class="block text-sm text-body-color rounded hover:text-primary py-[10px] px-4">
Data Dosen
</a>
<a href="angket.html" class="block text-sm text-body-color rounded hover:text-primary py-[10px] px-4">
Angket
</a>
</div>
</li>
<li class="relative group submenu-item">
<a href="javascript:void(0)" class="text-base text-dark lg:text-blue-400 lg:group-hover:opacity-30 lg:group-hover:text-white group-hover:text-primary py-2 lg:py-6 lg:inline-flex lg:pl-0 lg:pr-4 flex mx-8 lg:mr-0 lg:ml-8 xl:ml-12 relative after:absolute after:w-2 after:h-2 after:border-b-2 after:border-r-2 after:border-current after:rotate-45 lg:after:right-0 after:right-1 after:top-1/2 after:-translate-y-1/2 after:mt-[-2px]">
Kemahasiswaan
</a>
<div class="submenu hidden relative lg:absolute w-[250px] top-full lg:top-[110%] left-0 rounded-sm lg:shadow-lg p-4 lg:block lg:opacity-0 lg:invisible group-hover:opacity-100 lg:group-hover:visible lg:group-hover:top-full bg-white transition-[top] duration-300">
<a href="kemahasiswaan.html" class="block text-sm text-body-color rounded hover:text-primary py-[10px] px-4">
Himasi
</a>
<a href="matkul.html" class="block text-sm text-body-color rounded hover:text-primary py-[10px] px-4">
Matakuliah
</a>
<a href="Unduhan.html" class="block text-sm text-body-color rounded hover:text-primary py-[10px] px-4">
Unduhan
</a>
</div>
</li>
</ul>
</nav>
</div>
<div class="sm:flex justify-end hidden pr-16 lg:pr-0">
<a href="Unduhan.html" class="text-base font-medium text-white hover:opacity-20 py-3 px-7 loginBtn">
Unduhan
</a>
<a href="signup.html" class="text-base font-medium text-blue-500 bg-white rounded-lg py-3 px-6 hover:bg-opacity-100 hover:text-blue-900 signUpBtn duration-300 ease-in-out">
Log in
</a>
</div>
</div>
</div>
</div>
</div>
<!-- ====== Navbar Section End -->
<!--jumbotron star -->
<div class="relative overflow-hidden bg-fixed p-12 text-center"
style="background-image: url('dist/img/foto_web/dasbordterbaru.jpg'); height: 500px">
<div class="absolute bg-neutral-400 bottom-0 left-0 right-0 top-0 h-full w-full overflow-hidden bg-fixed">
<div class="flex h-full items-center justify-center">
<div class="text-white max-w-3xl">
<h2 class="mb-3 text-xl font-medium text-slate-400">Data Dosen</h2>
<h4 class="mb-7 text-neutral-50 text-2xl lg:text-5xl font-light">Program Studi Sistem Informasi Universitas Primagraha</h4>
<a href="https://pmb.upg.ac.id/" class="text-base mr-8 font-medium text-white bg-blue-500 rounded-lg py-3 px-6 hover:bg-opacity-100 hover:text-dark signUpBtn duration-300 ease-in-out">
Pendaftaran UPG
</a>
</div>
</div>
</div>
</div>
<!-- jumbotron end -->
<!-- dosen start -->
<section id="features" class="pb-32 pt-32">
<div class="container relative pb-10">
<div class="grid lg:grid-cols-3 md:grid-cols-2 gap-12 lg:gap-8 px-4 sm:px-6">
<!-- card no 1 -->
<div >
</div>
<!-- card no 2 -->
<div class="border-2 bg-white border-solid border-blue-900 text-center px-5 rounded-2xl cursor-pointer hover:bg-blue-900 ease-in duration-200">
<div class="inline-block rounded-2xl pt-10">
<img src="dist/img/gambar/pak dedi d.jpg" alt="" class="rounded-full">
</div>
<h2 class="lg:text-4xl font-medium py-3 text-blue-500">Deddy Rusdiansyah, S.Kom M.Kom</h2>
<p class="leading-relaxed text-slate-400">KAPRODI & Dosen Pogram Studi Sistem Informasi Universitas Primagraha</p>
<a href="https://pddikti.kemdikbud.go.id/data_dosen/NTJFRkY1MzctRTNBNi00MUVCLUIwODgtQzdGODEyNjVDQzA5/4012A34D-D166-4879-84F8-E9E406432C31" class="pb-10 inline-block font-bold hover:text-color-secondary transition-all duration-300 ease-in-out">
<span class="tracking-wider text-amber-500 capitalize underline hover:no-underline">Selengkapnya</span>
</a>
</div>
<!-- card no 3 -->
<div >
</div>
</div>
</div>
<div class="container relative pb-10">
<div class="grid lg:grid-cols-3 md:grid-cols-2 gap-12 lg:gap-8 px-4 sm:px-6">
<!-- card no 1 -->
<div class="border-2 bg-white border-solid border-blue-900 text-center px-5 rounded-2xl cursor-pointer hover:bg-blue-900 ease-in duration-200">
<div class="inline-block rounded-2xl pt-10">
<img src="dist/img/gambar/pak oji.jpg" alt="" class="rounded-full">
</div>
<h2 class="lg:text-4xl font-medium py-3 text-blue-500">Syaechurodji, S.Kom M.M</h2>
<p class="leading-relaxed text-slate-400">Dosen Pogram Studi Sistem Informasi Universitas Primagraha</p>
<a href="https://pddikti.kemdikbud.go.id/data_dosen/RjY5N0MzN0ItMjZBNS00NzFCLUFDRDctRTg2Qjc1NDI1RkEx/3CE09FAB-C513-42CC-BC70-0CB39A5E3338" class="pb-10 inline-block font-bold hover:text-color-secondary transition-all duration-300 ease-in-out">
<span class="tracking-wider text-amber-500 capitalize underline hover:no-underline">Selengkapnya</span>
</a>
</div>
<!-- card no 3 -->
<div class="border-2 bg-white border-solid border-blue-900 text-center px-5 rounded-2xl cursor-pointer hover:bg-blue-900 ease-in duration-200">
<div class="inline-block rounded-2xl pt-10">
<img src="dist/img/gambar/poto dosen pak elan.png" alt="" class="rounded-full">
</div>
<h2 class="lg:text-4xl font-medium py-3 text-blue-500">Elan Mailiyanto, S.Kom M.TI</h2>
<p class="leading-relaxed text-slate-400">Dosen Pogram Studi Sistem Informasi Universitas Primagraha</p>
<a href="https://pddikti.kemdikbud.go.id/data_dosen/MDJFOTVGMUItRDY0QS00OEY4LTk1M0MtRkMyREQyN0Q3MUND/46C4773E-B677-41C2-B6EC-C8CEFDE12FAA" class="pb-10 inline-block font-bold hover:text-color-secondary transition-all duration-300 ease-in-out">
<span class="tracking-wider text-amber-500 capitalize underline hover:no-underline">Selengkapnya</span>
</a>
</div>
</div>
</div>
<div class="container relative pb-10">
<div class="grid lg:grid-cols-3 md:grid-cols-2 gap-12 lg:gap-8 px-4 sm:px-6">
<!-- card no 1 -->
<div class="border-2 bg-white border-solid border-blue-900 text-center px-5 rounded-2xl cursor-pointer hover:bg-blue-900 ease-in duration-200">
<div class="inline-block rounded-2xl pt-10">
<img src="dist/img/gambar/pak meldi.jpg" alt="" class="rounded-full">
</div>
<h2 class="lg:text-4xl font-medium py-3 text-blue-500">Meldi Anggara S, S.Kom M.TI</h2>
<p class="leading-relaxed text-slate-400">Dosen Pogram Studi Sistem Informasi Universitas Primagraha</p>
<a href="https://pddikti.kemdikbud.go.id/data_dosen/N0MxQTExOTMtNjRDQi00QTA4LUJEMzAtQkI4MkRFNDA0RDBE/825E1CA0-88C8-4F87-B313-36F1D297EEA9" class="pb-10 inline-block font-bold hover:text-color-secondary transition-all duration-300 ease-in-out">
<span class="tracking-wider text-amber-500 capitalize underline hover:no-underline">Selengkapnya</span>
</a>
</div>
<!-- card no 2 -->
<div class="border-2 bg-white border-solid border-blue-900 text-center px-5 rounded-2xl cursor-pointer hover:bg-blue-900 ease-in duration-200">
<div class="inline-block rounded-2xl pt-10">
<img src="dist/img/gambar/pak miftah.jpg" alt="" class="rounded-full">
</div>
<h2 class="lg:text-4xl font-medium py-3 text-blue-500">Miftah Maulana, S.Kom M.TI</h2>
<p class="leading-relaxed text-slate-400">Dosen Pogram Studi Sistem Informasi Universitas Primagraha</p>
<a href="https://pddikti.kemdikbud.go.id/data_dosen/Q0JCNkQ2NUMtMkQzNy00MUM2LThDNDgtMzk3RDlERUI2RkMz/D6B17755-B011-4A30-91B0-0ADD58D920D6" class="pb-10 inline-block font-bold hover:text-color-secondary transition-all duration-300 ease-in-out">
<span class="tracking-wider text-amber-500 capitalize underline hover:no-underline">Selengkapnya</span>
</a>
</div>
<!-- card no 3 -->
<div>
</div>
</div>
</div>
</section>
<!-- dosen end -->
<!--footer Star -->
<section id="footer">
<div class="bg-blue-900 relative">
<div class="container py-10">
<div class="grid gap-10 md:grid-cols-3 pb-10">
<div class="space-y-6">
<h4 class="text-blue-500 font-semibold text-lg">Tentang Website</h4>
<p class="text-neutral-100 leading-relaxed">This Should Be Used To Tell A Story And Include Any Testimonials You Might Have About Your Product Or Service For Your Clients</p>
<div class="flex gap-2 items-center">
<p class="text-neutral-100">Follow Us :</p>
<!-- youtobe -->
<a href="https://www.youtube.com/@universitasprimagraha6968" target="_blank" class="w-9 h-9 mr-3 rounded-full flex justify-center items-center border border-slate-400 text-slate-400 hover:border-blue-500 hover:bg-blue-500 hover:text-white">
<svg role="img" width="25" class="fill-current" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>YouTube</title><path d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"/></svg>
</a>
<!-- Instagram -->
<a href="https://instagram.com/si.upg?igshid=MzRlODBiNWFlZA==" target="_blank" class="w-9 h-9 mr-3 rounded-full flex justify-center items-center border border-slate-400 text-slate-400 hover:border-blue-500 hover:bg-blue-500 hover:text-white">
<svg role="img" width="25" class="fill-current" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Instagram</title><path d="M12 0C8.74 0 8.333.015 7.053.072 5.775.132 4.905.333 4.14.63c-.789.306-1.459.717-2.126 1.384S.935 3.35.63 4.14C.333 4.905.131 5.775.072 7.053.012 8.333 0 8.74 0 12s.015 3.667.072 4.947c.06 1.277.261 2.148.558 2.913.306.788.717 1.459 1.384 2.126.667.666 1.336 1.079 2.126 1.384.766.296 1.636.499 2.913.558C8.333 23.988 8.74 24 12 24s3.667-.015 4.947-.072c1.277-.06 2.148-.262 2.913-.558.788-.306 1.459-.718 2.126-1.384.666-.667 1.079-1.335 1.384-2.126.296-.765.499-1.636.558-2.913.06-1.28.072-1.687.072-4.947s-.015-3.667-.072-4.947c-.06-1.277-.262-2.149-.558-2.913-.306-.789-.718-1.459-1.384-2.126C21.319 1.347 20.651.935 19.86.63c-.765-.297-1.636-.499-2.913-.558C15.667.012 15.26 0 12 0zm0 2.16c3.203 0 3.585.016 4.85.071 1.17.055 1.805.249 2.227.415.562.217.96.477 1.382.896.419.42.679.819.896 1.381.164.422.36 1.057.413 2.227.057 1.266.07 1.646.07 4.85s-.015 3.585-.074 4.85c-.061 1.17-.256 1.805-.421 2.227-.224.562-.479.96-.899 1.382-.419.419-.824.679-1.38.896-.42.164-1.065.36-2.235.413-1.274.057-1.649.07-4.859.07-3.211 0-3.586-.015-4.859-.074-1.171-.061-1.816-.256-2.236-.421-.569-.224-.96-.479-1.379-.899-.421-.419-.69-.824-.9-1.38-.165-.42-.359-1.065-.42-2.235-.045-1.26-.061-1.649-.061-4.844 0-3.196.016-3.586.061-4.861.061-1.17.255-1.814.42-2.234.21-.57.479-.96.9-1.381.419-.419.81-.689 1.379-.898.42-.166 1.051-.361 2.221-.421 1.275-.045 1.65-.06 4.859-.06l.045.03zm0 3.678c-3.405 0-6.162 2.76-6.162 6.162 0 3.405 2.76 6.162 6.162 6.162 3.405 0 6.162-2.76 6.162-6.162 0-3.405-2.76-6.162-6.162-6.162zM12 16c-2.21 0-4-1.79-4-4s1.79-4 4-4 4 1.79 4 4-1.79 4-4 4zm7.846-10.405c0 .795-.646 1.44-1.44 1.44-.795 0-1.44-.646-1.44-1.44 0-.794.646-1.439 1.44-1.439.793-.001 1.44.645 1.44 1.439z"/></svg>
</a>
</div>
</div>
<div class="flex justify-between md:justify-around">
<div class="space-y-6">
<h4 class="text-blue-500 font-semibold text-lg">Link Website</h4>
<ul class="space-y-3 text-neutral-100">
<li class="font-medium hover:text-blue-500"><a href="index.html">Beranda</a></li>
<li class="font-medium hover:text-blue-500"><a href="Profile.html">Profile</a></li>
<li class="font-medium hover:text-blue-500"><a href="informasi.html">Informasi</a></li>
<li class="font-medium hover:text-blue-500"><a href="dosen.html">Data Dosen</a></li>
<li class="font-medium hover:text-blue-500"><a href="kemahasiswaan.html">Kemahasiswaan</a></li>
<li class="font-medium hover:text-blue-500"><a href="Unduhan.html">Unduhan</a></li>
</ul>
</div>
<div class="space-y-6">
<h4 class="text-blue-500 font-semibold text-lg">Prodi SI UPG</h4>
<ul class="space-y-3 text-neutral-100">
<li class="font-medium hover:text-blue-500"><a href="#">Tentang Kami</a></li>
<li class="font-medium hover:text-blue-500"><a href="#features">Keunggulan</a></li>
<li class="font-medium hover:text-blue-500"><a href="#testimonial">Kegitan Kami</a></li>
<li class="font-medium hover:text-blue-500"><a href="#pricing">Data Kami</a></li>
<li class="font-medium hover:text-blue-500"><a href="#blog">Testimoni</a></li>
</ul>
</div>
</div>
<div class="space-y-6">
<h4 class=" text-blue-500 font-semibold text-lg">Newsletter</h4>
<p class="text-neutral-100 leading-relaxed">Subscribe With Email And Loads Of News Will Be Sent To You</p>
<div class="flex items-center">
<input type="text" class="w-3/4 text-color-gray bg-color-white p-2 lg:p-3 rounded-l-md focus:outline-none" placeholder="Enter Your Email">
<button type="submit" class="bg-amber-600 px-4 py-2 lg:px-5 lg:py-3 rounded-r-md hover:opacity-90">
<i class="text-blue-900">Kirim</i>
</button>
</div>
</div>
</div>
<div class="flex justify-center pt-10 border-t border-neutral-100">
<p class="text-blue-500">2023 © PUSDATIN-UPG. Design & Development By Wahyu Firmansyah.</p>
</div>
</div>
</div>
</section>
<!-- footer end -->
<script src="dist/js/script.js"></script>
</body>
</html>