-
Notifications
You must be signed in to change notification settings - Fork 0
/
meist.html
246 lines (246 loc) · 8.67 KB
/
meist.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
237
238
239
240
241
242
243
244
245
246
<!DOCTYPE html>
<html lang="ee">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="" />
<meta name="author" content="" />
<title>Ostukorv</title>
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous"
/>
<!-- minu CSS -->
<link rel="stylesheet" href="custom.css" />
</head>
<body>
<!-- päis -->
<header class="py-2">
<div class="container-fluid">
<div class="row">
<div class="col-lg-12 my-3 text-center">
<img src="logo2.png" width="50%" />
</div>
</div>
</div>
</header>
<!-- navigatsioon -->
<nav class="navbar navbar-expand-lg navbar-light bg-white shadow">
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link" href="#">Uued tooted</a></li>
<li class="nav-item dropdown">
<a
class="nav-link"
href="#"
id="navbarDropdownMenuLink"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>Vannitooted</a
>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="#">Vannisoolad</a>
<a class="dropdown-item" href="#">Vannipiimad</a>
<a class="dropdown-item" href="#">Vannipommid</a>
<a class="dropdown-item" href="list.html"
>Seebid ja dušigeelid</a
>
</div>
</li>
<li class="nav-item dropdown">
<a
class="nav-link"
href="#"
id="navbarDropdownMenuLink"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>Kehahooldus</a
>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="#">Kehakreemid</a>
<a class="dropdown-item" href="#">Kehaõlid</a>
<a class="dropdown-item" href="#">Kehakoorijad</a>
<a class="dropdown-item" href="#">Deodorandid</a>
<a class="dropdown-item" href="#">Käte ja jalgade hooldus</a>
</div>
</li>
<li class="nav-item dropdown">
<a
class="nav-link"
href="#"
id="navbarDropdownMenuLink"
data-toggle="dropdown"
aria-haspopup="true"
aria-expanded="false"
>Näohooldus</a
>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="#">Puhastus ja toniseerimine</a>
<a class="dropdown-item" href="#">Niisutus ja toitmine</a>
<a class="dropdown-item" href="#">Koorijad ja maskid</a>
</div>
</li>
</ul>
<!-- search -->
<form class="form-inline m-2 my-lg-0">
<input
class="form-control mr-sm-2"
type="search"
placeholder="Otsi"
aria-label="Search"
/>
<button class="btn btn-outline-white my-2 my-sm-0" type="submit">
<svg class="lnr lnr-magnifier">
<use xlink:href="#lnr-magnifier"></use>
</svg>
</button>
</form>
</div>
<!-- cart -->
<a href="cart.html"
><button class="btn btn-dark my-2 my-sm-0" type="submit">
<svg class="lnr lnr-cart">
<use xlink:href="#lnr-cart"></use>
</svg></button
></a>
</nav>
<section>
<!-- breadcrumb -->
<nav aria-label="breadcrumb">
<ol class="breadcrumb bg-white my-2">
<li class="breadcrumb-item"><a href="index.html">Avaleht</a></li>
<li class="breadcrumb-item active">Meist</li>
</ol>
</nav>
</section>
<!-- jumbotron --->
<div style="background-color: pink" class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-4">MEIST</h1>
<p class="lead">Info meie ettevõtte kollektiivi kohta</p>
</div>
</div>
<section>
<div class="container">
<div class="row">
<div class="col-md">
<table class="table" style="width: 50%">
<thead>
<tr>
<th scope="col">#</th>
<th scope="col">Eesnimi</th>
<th scope="col">Perenimi</th>
<th scope="col">Positsioon</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Madis</td>
<td>Maalt</td>
<td>Firmajuht</td>
</tr>
<tr>
<th scope="row">2</th>
<td>Karl Sten</td>
<td>Kriipar</td>
<td>Koristaja</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Terje</td>
<td>Zorro</td>
<td>Omanik</td>
</tr>
<tr>
<th scope="row">3</th>
<td>Dagnar</td>
<td>Elwin</td>
<td>Töömees</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md">
<h2>Tekst</h2>
<p>
"Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do
eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut
enim ad minim veniam, quis nostrud exercitation ullamco laboris
nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in
reprehenderit in voluptate velit esse cillum dolore eu fugiat
nulla pariatur. Excepteur sint occaecat cupidatat non proident,
sunt in culpa qui officia deserunt mollit anim id est laborum."
</p>
</div>
</div>
<div class="row">
<div class="col-lg">
<h1>Meie Kollektiiv</h1>
<img src="Lemmikud.PNG" style="width: 80%" />
</div>
</div>
</div>
</section>
<!-- jalus --->
<footer class="bg-light">
<div class="container-fluid">
<div class="row footer-sm">
<div class="col-4">
<ul class="footer-links">
<li><a>TEL: 5555 5555</a></li>
<li><a>EMAIL: [email protected]</a></li>
</ul>
</div>
<div class="col-4"></div>
<div class="col-4">
<a href="#"><img src="ig.png" alt="instagram" /></a>
<br />
<br />
<a href="#"><img src="yt.png" alt="youtube" /></a>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"
></script>
<!-- Popper.js -->
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"
></script>
<!-- Boostrap JS -->
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"
></script>
<!-- ikoonid -->
<script src="https://cdn.linearicons.com/free/1.0.0/svgembedder.min.js"></script>
</body>
</html>