-
Notifications
You must be signed in to change notification settings - Fork 0
/
about_us.html
236 lines (223 loc) · 10.2 KB
/
about_us.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
<!DOCTYPE html>
<html lang="sk">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>O nás</title>
<link rel="icon" type="image/png" href="resources/pictures/favicon/favicon_house.png">
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css">
<link rel="stylesheet" href="css/nasa_domacnost_style.css">
<script>
let pageId = 1;
</script>
<script src="javascript/breadcrumbs_javascript.js"></script>
<script src="javascript/jQuery/jquery-3.5.1.min.js"></script>
<script src="javascript/bootstrap/bootstrap.min.js"></script>
<script src="javascript/components/Menu.js"></script>
<script src="javascript/components/WebCounter.js"></script>
<script src="zozulak_meniny/Meniny.js"></script>
</head>
<body>
<header>
<div id="nameday-today">
<meniny-dnesne></meniny-dnesne>
<img src="resources/pictures/meniny/show-more.png" width="20" height="20" alt="show more" data-toggle="modal" data-target="#nameDayModal">
</div>
<div class="modal fade" id="nameDayModal" tabindex="-1" aria-labelledby="nameDayModal" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Dnešok rozšírené</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
<meniny-dnesne-plne></meniny-dnesne-plne>
</div>
</div>
</div>
<div class="modal-dialog modal-dialog-scrollable">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title">Vyhľadávanie</h5>
</div>
<div class="modal-body">
<meniny-vyhladavanie></meniny-vyhladavanie>
</div>
</div>
</div>
</div>
<h1>O nás</h1>
<nav aria-label="breadcrumb">
<ol class="breadcrumb">
</ol>
</nav>
<me-nu></me-nu>
</header>
<section>
<div class="article_puzzle">
<div class="profilePhoto">
<div class="photoName">Katarína Stasová<div>AIS ID: 97938</div></div>
<a href="http://147.175.121.202/~xstasova/omne_z1/index.html"><img class="photo" src="resources/pictures/about_us_pictures/katarina_stasova.jpeg" alt="Katarína Stasová"></a>
</div>
<div class="profilePhoto lastPhoto">
<div class="photoName">Tomáš Popík<div>AIS ID: 97908</div></div>
<a href="http://147.175.121.202/~xpopikt/7243zadanie1/index.html"><img class="photo" src="resources/pictures/about_us_pictures/tomas_popik.jpg" alt="Tomáš Popík"></a>
</div>
<div class="profilePhoto">
<div class="photoName">Filip Poljak Škobla<div>AIS ID: 97907</div></div>
<a href="http://147.175.121.202/~xpoljakskobla/T-44-100/zadanie1/index.html"><img class="photo" src="resources/pictures/about_us_pictures/filip_poljak_skobla.jpg" alt="Filip Poljak Škobla"></a>
</div>
<div id="lastP" class="profilePhoto">
<div class="photoName">Juraj Zozuľák<div>AIS ID: 98031</div></div>
<a href="http://147.175.121.202/~xzozulak/zadanie1/index.html"><img class="photo" src="resources/pictures/about_us_pictures/juraj_zozulak.jpeg" alt="Juraj Zozuľák"></a>
</div>
</div>
<article class="article_puzzle">
<header>
<h2>Checklist</h2>
</header>
<div class="table-responsive-md">
<table class="table">
<thead class="thead-dark">
<tr>
<th scope="col">Úloha</th>
<th scope="col">Katarína Stasová</th>
<th scope="col">Tomáš Popík</th>
<th scope="col">Filip Poljak Škobla</th>
<th scope="col">Juraj Zozuľák</th>
</tr>
</thead>
<tbody>
<tr>
<th class="table-success" scope="row">Trojúrovňové menu</th>
<td>✓</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th class="table-success" scope="row">Aktuálny dátum s meninami</th>
<td></td>
<td></td>
<td></td>
<td>✓</td>
</tr>
<tr>
<th class="table-success" scope="row">História prehliadania(breadcrumbs)</th>
<td></td>
<td></td>
<td>✓</td>
<td></td>
</tr>
<tr>
<th class="table-success" scope="row">Počítadlo osobných prístupov na stránku</th>
<td></td>
<td>✓</td>
<td></td>
<td></td>
</tr>
<tr>
<th class="table-success" scope="row">Obojsmerné zisťovanie priradenia dátumu a mena</th>
<td></td>
<td></td>
<td></td>
<td>✓</td>
</tr>
<tr>
<th class="table-success" scope="row">Stránka "Domov" a "O nás"</th>
<td></td>
<td>✓</td>
<td></td>
<td></td>
</tr>
<tr>
<th class="table-success" scope="row">Katkina miestnosť puzzle</th>
<td>✓</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th class="table-success" scope="row">Tomašova miestnosť puzzle</th>
<td></td>
<td>✓</td>
<td></td>
<td></td>
</tr>
<tr>
<th class="table-success" scope="row">Filipova miestnosť puzzle</th>
<td></td>
<td></td>
<td>✓</td>
<td></td>
</tr>
<tr>
<th class="table-success" scope="row">Jurajova miestnosť puzzle</th>
<td></td>
<td></td>
<td></td>
<td>✓</td>
</tr>
<tr>
<th class="table-success" scope="row">Grafický návrh</th>
<td></td>
<td>✓</td>
<td></td>
<td></td>
</tr>
<tr>
<th class="table-success" scope="row">Tvorba dizajnu(CSS)</th>
<td></td>
<td>✓</td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
</article>
<article class="article_puzzle">
<header>
<h2>Zdroje</h2>
</header>
<div class="table-responsive-md">
<table class="table">
<thead class="thead-dark">
<tr>
<th scope="col">Použitie</th>
<th scope="col">URL</th>
</tr>
</thead>
<tbody>
<tr>
<th class="table-success" scope="row">Obrázok Katkina miestnosť</th>
<td><a href="https://mk0analyticsindf35n9.kinstacdn.com/wp-content/uploads/2020/12/Reimagining-Interior-Designing-With-Conversational-AI-A-Case-Study.jpg">https://mk0analyticsindf35n9.kinstacdn.com/wp-content/uploads/2020/12/Reimagining-Interior-Designing-With-Conversational-AI-A-Case-Study.jpg</a></td>
</tr>
<tr>
<th class="table-success" scope="row">Obrázok Tomašova miestnosť</th>
<td><a href="https://etudessansfrontieres.org/wp-content/uploads/2020/10/8-beautiful-modern-bedroom-pictures-amp-ideas-october-8-houzz_0.jpg">https://etudessansfrontieres.org/wp-content/uploads/2020/10/8-beautiful-modern-bedroom-pictures-amp-ideas-october-8-houzz_0.jpg</a></td>
</tr>
<tr>
<th class="table-success" scope="row">Obrázok Filipova miestnosť</th>
<td><a href="https://www.decodom.sk/files/f9e7d796623a26577262fa148fe900cf/modesto%20studentska%201-1920x1080.jpg">https://www.decodom.sk/files/f9e7d796623a26577262fa148fe900cf/modesto%20studentska%201-1920x1080.jpg</a></td>
</tr>
<tr>
<th class="table-success" scope="row">Obrázok Jurajova miestnosť</th>
<td><a href="https://ax151qown.cloudimg.io/width/1400/n/https://s3.eu-central-1.amazonaws.com/cloudios.production.image/bc/bbac443e-4dc8-4def-b5ce-479b8a1847bc/76/d5788705-e014-3e01-a546-145286089276/53/d0b945dc-5f1d-49da-95e9-baecee2c7f53.jpg">https://ax151qown.cloudimg.io/width/1400/n/https://s3.eu-central-1.amazonaws.com/cloudios.production.image/bc/bbac443e-4dc8-4def-b5ce-479b8a1847bc/76/d5788705-e014-3e01-a546-145286089276/53/d0b945dc-5f1d-49da-95e9-baecee2c7f53.jpg</a></td>
</tr>
<tr>
<th class="table-success" scope="row">Inšpirácia kódom ku stopkám</th>
<td><a href="https://tinloof.com/blog/how-to-build-a-stopwatch-with-html-css-js-react-part-2/">https://tinloof.com/blog/how-to-build-a-stopwatch-with-html-css-js-react-part-2/</a></td>
</tr>
</tbody>
</table>
</div>
</article>
</section>
<footer>
<span id="designedBy">Skúškové zadanie - WEBTECH1, Fakulta elektrotechniky a informatiky STU v Bratislave</span>
</footer>
</body>
</html>