-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbeosztas1808.html
90 lines (89 loc) · 2.6 KB
/
beosztas1808.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="bemutatkozas.css" />
<link rel="icon" href="mento.jpg" type="image/jpg">
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Courgette" rel="stylesheet">
<script src="index.js"></script>
<title>Klinga Péter</title>
</head>
<body onload="colorClock()">
<header>
<img src="Peter.jpg" alt="Klinga Péter">
<div class="nev">
<h1>Klinga Péter</h1>
<h2>Mentőápoló</h2>
</div>
<div class="sidebar">
<a href="index.html" class="btn hvr-float-shadow">Én vagyok</a>
<a href="beosztas.html" class="btn hvr-float-shadow">Így dolgozom</a>
<a href="fenykepek.html" class="btn hvr-float-shadow">Fotográfiák</a>
<a href="kapcsolat.html" class="btn hvr-float-shadow">El is érhetsz</a>
<div id="day"></div>
<div id="clock"></div>
</div>
</header>
<table>
<caption><a href="beosztas1807.html" class="button-nav-e"> Előző </a> AUGUSZTUS <a href="beosztas1809.html" class="button-nav-k"> Következő </a></caption>
<tr class="napok">
<td>Hétfő</td>
<td>Kedd</td>
<td>Szerda</td>
<td>Csütörtök</td>
<td>Péntek</td>
<td>Szombat</td>
<td>Vasárnap</td>
</tr>
<tr>
<td></td>
<td></td>
<td>1</td>
<td>2</td>
<td>3 <img src="24.jpg" alt="mento24"></td>
<td>4</td>
<td>5</td>
<tr>
<tr>
<td>6 <img src="mentomotor7.jpg" alt="mentomotor"></td>
<td>7 <img src="mentomotor7.jpg" alt="mentomotor"></td>
<td>8 <img src="mentomotor7.jpg" alt="mentomotor"></td>
<td>9</td>
<td>10</td>
<td>11 <img src="24.jpg" alt="mento24"></td>
<td>12</td>
<tr>
<tr>
<td>13</td>
<td>14</td>
<td>15</td>
<td>16 <img src="24.jpg" alt="mento24"></td>
<td>17</td>
<td>18 <img src="24.jpg" alt="mento24"></td>
<td>19</td>
<tr>
<tr>
<td>20 <img src="mentomotor7.jpg" alt="mentomotor"></td>
<td>21</td>
<td>22</td>
<td>23</td>
<td>24 <img src="24.jpg" alt="mento24"></td>
<td>25</td>
<td>26 <img src="24.jpg" alt="mento24"></td>
<tr>
<tr>
<td>27</td>
<td>28</td>
<td>29</td>
<td>30</td>
<td>31</td>
<td></td>
<td></td>
<tr>
</table>
<footer>
</footer>
</body>
</html>