-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathćwiczenia.html
213 lines (189 loc) · 9.46 KB
/
ćwiczenia.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
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Serwis Humanistyczny Hamlet</title>
<link rel="stylesheet" href="css/stylebootstrap.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Font Awesome, zob. How to Use: https://fontawesome.bootstrapcheatsheets.com -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/solid.css" integrity="sha384-v2Tw72dyUXeU3y4aM2Y0tBJQkGfplr39mxZqlTBDUZAb9BGoC40+rdFCG0m10lXk" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/fontawesome.css" integrity="sha384-q3jl8XQu1OpdLgGFvNRnPdj5VIlCvgsDQTQB6owSOHWlAurxul7f+JpUOVdAiJ5P" crossorigin="anonymous">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.2/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- twoje style -->
<link rel="stylesheet" href="css/style.css">
</head>
<!-- navbar - menu nawigacyjne -->
<nav class="navbar navbar-expand-lg navbar-light bg-dark">
<a class="navbar-brand wygląd" href="index.html">Witamy</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle wygląd" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Uczeń
</a>
<div class="dropdown-menu wygląd" aria-labelledby="navbarDropdown">
<a class="dropdown-item wygląd" href="interpretacja.html">Interpretacja</a>
<a class="dropdown-item" href="wiadomości.html">Wiadomości</a>
<a class="dropdown-item" href="ćwiczenia.html">Ćwiczenia</a>
<a class="dropdown-item" href="porady.html">Porady</a>
<a class="dropdown-item" href="matura.html">Matura</a>
<a class="dropdown-item" href="różne.html">Różne</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle wygląd" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Nauczyciel
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="materiały.html">Materiały</a>
<a class="dropdown-item" href="matura1.html">Matura</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle wygląd" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
(Kon)teksty
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="biblia.html">Biblia</a>
<a class="dropdown-item" href="antyk.html">Antyk</a>
<a class="dropdown-item" href="średniowiecze.html">Średniowiecze</a>
<a class="dropdown-item" href="http://hamlet.edu.pl/renesans-teksty">Renesans</a>
<a class="dropdown-item" href="http://hamlet.edu.pl/barok-teksty">Barok</a>
<a class="dropdown-item" href="http://hamlet.edu.pl/oswiecenie-teksty">Oświecenie</a>
<a class="dropdown-item" href="http://hamlet.edu.pl/oswiecenie-teksty">Romantyzm</a>
<a class="dropdown-item" href="http://hamlet.edu.pl/pozytywizm-teksty">Pozytiwizm</a>
<a class="dropdown-item" href="http://hamlet.edu.pl/modernizm-teksty">Modernizm</a>
<a class="dropdown-item" href="http://hamlet.edu.pl/xxlecie-teksty">XX-Lecie</a>
<a class="dropdown-item" href="http://hamlet.edu.pl/po1939">Po roku 1939</a>
<a class="dropdown-item" href="http://hamlet.edu.pl/filozofia">Filozofia</a>
<a class="dropdown-item" href="http://hamlet.edu.pl/konteksty-varia">Różne</a>
<a class="dropdown-item" href="http://hamlet.edu.pl/galerie">Galeria</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle wygląd" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Varia
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="wasze prace.html">Wasze prace</a>
<a class="dropdown-item" href="debiuty.html">Debiuty</a>
<a class="dropdown-item" href="przeczytane.html">Przeczytane</a>
<a class="dropdown-item" href="humor szkolny.html">Humor szkolny</a>
<a class="dropdown-item" href="księba gości.html">Księba gości</a>
<a class="dropdown-item" href="archiwum.html">Archiwum</a>
<a class="dropdown-item" href="linki.html">Linki</a>
</div>
</li>
</ul>
<form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Szukane słowa" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Szukaj</button>
</form>
</div>
</nav>
<!-- jumbotron -->
<div class="jumbotron styl">
<h1 class="display-4">Hamlet</h1>
<cite title="Source Title">Czego dowiesz się sam, tego się nauczysz!</cite>
</div>
<body>
<div class="aktualności">
<h1>Ćwiczenia</h1>
<ol class="list-inline-item">
<ul>
<li><a href="http://hamlet.edu.pl/cwicz-frazeologizmy">Frazeologizmy</a></li>
<li><a href="http://hamlet.edu.pl/nad-niemnem-zagadnienia">E. Orzeszkowa, Nad Niemnem – zagadnienia i polecenia</a></li>
<li><a href="http://hamlet.edu.pl/skretacze-jezyka">Skrętacze języka</a></li>
</ul>
</ol>
<h2>Streszczenie</h2>
<ol class="list-inline-item">
<ul>
<li><a href="">Ćwiczenie 1</a></li>
</ul>
</ol>
<h2>Powtórzenie</h2>
<ol class="list-inline-item">
<ul>
<li><a href="http://hamlet.edu.pl/data/uploads/teksty/madonna_w_poezji.pdf">Motyw madonny w poezji</a></li>
</ul>
</ol>
</div>
<div class="menu2">
<h2 class="SHH">Uczeń</h2>
<ol class="list-inline-item">
<ul>
<li><a href="interpretacja.html">Interpretacja</li>
<li><a href="wiadomości.html">Wiadomości</a></li>
<li><a href="ćwiczenia.html">Ćwiczenia</a></li>
<li><a href="porady.html">Porady</a></li>
<li><a href="matura.html">Matura</a></li>
<li><a href="różne.html">Różne</a></li>
</ul>
</ol>
<h2>Linki</h2>
<ol class="list-inline-item">
<ul>
<li><a href="http://hamlet.edu.pl/testy3/">Testy</a></li>
<li><a href="http://ecg.vot.pl/">eCG</a></li>
<li><a href="https://wolnelektury.pl/">Wolne lektury</a></li>
<li><a href="http://www.olijp.pl/">Olimpiada JP</a></li>
<li><a href="https://cke.gov.pl/">CKE</a></li>
</ul>
</ol>
<h2>Kontakt</h2>
<ol class="list-inline-item">
<ul>
<li><a href="https://accounts.google.com/AccountChooser/signinchooser?service=mail&continue=https%3A%2F%2Fmail.google.com%2Fmail%2F&flowName=GlifWebSignIn&flowEntry=AccountChooser">Hamlet</a></li>
</ul>
</ol>
</div>
<!-- brak java scriptu -->
<noscript>
Do pełnej funkcjonalności strony potrzebujesz włączonej obsługi skryptów.
Tu znajdziesz <a href="https://www.enable-javascript.com/pl/" target="_blank">
instrukcje, które pozwolą Ci włączyć skrypty w Twojej przeglądarce</a>.
</noscript>
<!-- nieaktualna przeglądarka, zob. dostosowanie: https://browser-update.org/customize.html -->
<script>
var $buoop = {notify:{e:-6,f:-4,o:-4,s:-2,c:-4},insecure:true,api:5};
function $buo_f(){
var e = document.createElement("script");
e.src = "http://browser-update.org/update.min.js";
document.body.appendChild(e);
};
try {document.addEventListener("DOMContentLoaded", $buo_f,false)}
catch(e){window.attachEvent("onload", $buo_f)}
</script>
<!-- Nagłówek strony: menu, logo, breadcrumbs itp. -->
<!-- <div class="container">
<i class="fas fa-check-circle"></i>
Klasa .container użyta została przykładowo, jeżeli Twój projekt wymaga .container-fluid
lub w ogóle rezygnuje z kontenerów, zmień ją.<br>
<i class="fas fa-check-circle"></i>
Nie muszisz trzymać się sztywnego podziału na trzy sekcje szablonu (nagłowek, treść, stopka).
</div> -->
<!-- Treść główna -->
<div class="container">
</div>
<!-- Stopka strony: copyrights, dodatkowe linki itp. -->
<div class="container">
<p class="publikacja">Opublikowano 09.10.2012 r. · 2018 © <a href="index.html">Serwis Humanistyczny Hamlet ·</p>
</div>
<!-- jQuery library -->
<script src="js/jquery-3.3.1.min.js"></script>
<!-- Bootstrap JavaScript and Popper JS (https://popper.js.org) -->
<script src="js/bootstrap.bundle.min.js"></script>
</body>
</html>