-
Notifications
You must be signed in to change notification settings - Fork 0
/
one.html
82 lines (70 loc) · 2.34 KB
/
one.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
<!DOCTYPE html>
<html lang="pl">
<head>
<meta charset="utf-8">
<title>Galeria zdjęć</title>
<meta name="description" content="Projekt 1 na KNWD">
<meta name="keywords" content="projekt, knwd, jeden">
<meta name="author" content="RM">
<meta http-equiv="X-Ua-Compatible" content="IE=edge,chrome=1">
<link rel="stylesheet" href="style.css">
<script defer src="https://use.fontawesome.com/releases/v5.0.9/js/all.js" integrity="sha384-8iPTk2s/jMVj81dnzb/iFR2sdA7u06vHJyyLlAd4snFpCl/SnyUjRrbdJsw1pGIl" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Poiret+One&subset=latin-ext" rel="stylesheet">
</head>
<body>
<div class="nav">
<h1>KNWD</h1>
<a href="one.html">
<div class="button">
One
</div>
</a>
<a href="two.html" >
<div class="button">
Two
</div>
</a>
<a href="three.html" >
<div class="button">
Three
</div>
</a>
<div style="clear:both;"></div>
</div>
<div class="container">
<div class="photo">
<img src="img/one/1.png"/>
</div>
<div class="photo">
<img src="img/one/2.png"/>
</div>
<div class="photo">
<img src="img/one/3.png"/>
</div>
<div style="clear:both;"></div>
<div class="photo">
<img src="img/one/4.png"/>
</div>
<div class="photo">
<img src="img/one/5.png"/>
</div>
<div class="photo">
<img src="img/one/6.png"/>
</div>
<div style="clear:both;"></div>
<div class="photo">
<img src="img/one/7.png"/>
</div>
<div class="photo">
<img src="img/one/8.png"/>
</div>
<div class="photo">
<img src="img/one/9.png"/>
</div>
<div style="clear:both;"></div>
</div>
<div class="footer">
<a href="https://github.com/Masmix95" target="_blank">Moje konto na Gicie: Rafał Maślanka</a>
</div>
</body>
</html>