-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
52 lines (45 loc) · 1.85 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
<!doctype html>
<html lang="tr">
<head>
<!-- Meta Etiketleri -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="Public/css/bootstrap.min.css">
<link rel="stylesheet" href="Public/css/index.css">
<title>Berceste Obs</title>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<img src="Public/images/logo1.png" alt="logo" class="logo" width="68px">
</nav>
<main>
<div class="container-fluid mt-5 ">
<div class="col-sm-6 col-12 text-center ms ">
<a href="#" class="list-group-item bg-dark text-light">Önlisans / Lisans / Enstitü</a>
<a style="margin-top:5px; " href="View/Loginogrenci.php"
class="list-group-item">
Öğrenci Girişi</a>
<a style="margin-top:5px; " href="View/Loginakademisyen.php"
class="list-group-item">
Akademisyen Girişi</a>
<a style="margin-top:5px; " href="View/Loginidari.php"
class="list-group-item">
Program Sorumlusu</a>
</div>
</div>
</main>
<footer class="py-4 bg-light fixed-bottom" style="margin-top: 28%; ">
<div class="container-fluid">
<div class="d-flex align-items-center justify-content-between small">
<div class="text-muted">Copyright © Dicle Üniversitesi Öğrencileri 2020</div>
<div>
<a href="#">Gizlilik Politikası</a>
·
<a href="#"> Hüseyin Altun & WebSitesi</a>
</div>
</div>
</div>
</footer>
</body>
</html>