-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPealeht.html
70 lines (53 loc) · 2.7 KB
/
Pealeht.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Pealeht</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" type="text/css" href="stylePealeht.css">
</head>
<body onload="javascript:highlightCurrentPage()">
<nav class="w3-sidebar w3-bar-block w3-white w3-animate-left w3-text-grey w3-collapse w3-top w3-center" id="mySidebar"><br>
<h3 class="w3-padding-64 w3-center"><b>Lemmikloomade<br>Veebileht<br><br>Pealeht</b></h3>
<a href="javascript:void(0)" onclick="w3_close()" class="w3-bar-item w3-button w3-padding w3-hide-large">CLOSE</a>
<a href="Pealeht.html" onclick="w3_close()" class="w3-bar-item w3-button">Pealeht</a>
<a href="Sefiir.html" onclick="w3_close()" class="w3-bar-item w3-button">Sefiir</a>
<a href="kanala.html" onclick="w3_close()" class="w3-bar-item w3-button">Kanakari</a>
<a href="Kitty.html" onclick="w3_close()" class="w3-bar-item w3-button">Kitty</a>
</nav>
<header class="w3-container w3-top w3-hide-large w3-white w3-xlarge w3-padding-16">
<span class="w3-left w3-padding">Meie lemmikud lemmikloomad</span>
<a href="javascript:void(0)" class="w3-right w3-button w3-white" onclick="w3_open()">☰</a>
</header>
<div class="w3-overlay w3-hide-large w3-animate-opacity" onclick="w3_close()" title="close side menu" id="myOverlay"></div>
<div class="w3-main">
<div class="w3-hide-large"></div>
<div class="w3-row">
<div class="w3-third">
<a href="Sefiir.html">
<img src="https://cdn.discordapp.com/attachments/880606039635013683/1041711297571598356/imageedit_7_3717798333.jpg" style="width:100%" alt="Sefiir põrandal lebolemas">
</a>
</div>
<div class="w3-third">
<a href="kanala.html">
<img src="https://media.discordapp.net/attachments/1042823974503071846/1048249353673912380/20221116_101324_6_4.jpg" style="width:100%" alt="Sefiir kassilõksus">
</a>
</div>
<div class="w3-third">
<a href="Kitty.html">
<img src="https://media.discordapp.net/attachments/1043177895318790257/1043188905291301044/Kitty_ules_arkamas.jpg?width=335&height=595" style="width:100%" alt="Kitty üles ärkamas">
</a>
</div>
</div>
<footer class="w3-container w3-padding-32 w3-grey">
<div class="w3-row-padding">
<h3>INFO</h3>
<p>Iga looma kohta saab rohkem pilte ja infot kas nende pildile vajutades või vasakult riba pealt nimele vajutades.</p>
</div>
</footer>
</div>
<script src="skript.js"></script>
</body>
</html>