-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
86 lines (86 loc) · 4.38 KB
/
index.php
File metadata and controls
86 lines (86 loc) · 4.38 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Informační systém</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./bootstrap/css/bootstrap.css">
<link rel="icon" href="favicon.png">
</head>
<body>
<header>
<div class="row">
<h1 class="col-sm-4 text-left">
Informační systém
</h1>
<nav class="col-sm-8 text-right menu">
<a href="test.php">TEST</a>
<a href="game.php">Hra</a>
<a href="index.php">Domů</a>
<a href="http://skolakrizik.cz">Školní web</a>
<a href="https://krizik.bakalari.cz:8880/next/login.aspx">Bakalaři</a>
</nav>
</div>
</header>
<div class="row">
<div class="col-4">
<a href="rozvrh.html">
<img class="img-responsive" alt="Rozvrh" src="https://camo.githubusercontent.com/39bc046bb822914448966a9820c0d793deede43a/687474703a2f2f61313230332e70686f626f732e6170706c652e636f6d2f75732f72313030302f3036332f507572706c652f76342f35362f64662f36612f35366466366136382d366532342d363366312d666364332d6339333334623162306561642f6d7a6c2e61777771707769792e706e67">
<div class="top-left">Rozvrh</div>
</a>
</div>
<div class="col-4">
<a href="nastenka.html">
<img class="img-responsive" alt="Nástěnka" src="http://www.woodesigner.net/wp-content/uploads/2015/01/business-note-on-bulletin-board.jpg">
<div class="top-left">Nástěnka</div>
</a>
</div>
<div class="col-4">
<a href="">
<img class="img-responsive" alt="Hodnocení profesorů" src="https://image.flaticon.com/icons/svg/65/65882.svg">
<div class="top-left">Hodnocení Profesorů</div>
</a>
</div>
</div>
<div class="row">
<div class="col-4">
<a href="">
<img class="img-responsive" alt="Známky" src="https://www.shareicon.net/download/2015/12/27/694080_test.svg">
<div class="top-left">Známky</div>
</a>
</div>
<div class="col-4">
<a href="novinky.html">
<img class="img-responsive" alt="Novinky" src="https://maxcdn.icons8.com/Share/icon/p1em/Very_Basic//news1600.png">
<div class="top-left">Novinky</div>
</a>
</div>
<div class="col-4">
<a href="">
<img class="img-responsive" alt="Nastavení" src="https://image.flaticon.com/icons/svg/60/60473.svg">
<div class="top-left">Nastavení</div>
</a>
</div>
</div>
<div class="row">
<div class="col-4">
<a href="https://www.facebook.com/krizici/">
<img class="img-responsive" alt="Facebook Školy" src="https://cdn.worldvectorlogo.com/logos/facebook-icon.svg">
<div class="top-left">Facebook Školy</div>
</a>
</div>
<div class="col-4">
<a href="https://www.facebook.com/">
<img class="img-responsive" alt="Facebook Třídy" src="https://cdn.worldvectorlogo.com/logos/facebook-icon.svg">
<div class="top-left">Facebook Třídy</div>
</a>
</div>
<div class="col-4">
<a href="https://mail.google.com/">
<img class="img-responsive" alt="e-mail" src="http://workplaceinsight.net/wp-content/uploads/2015/05/24637-email-icon.jpg">
<div class="top-left">e-mail</div>
</a>
</div>
</div>
</body>
</html>