-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreference.html
62 lines (55 loc) · 2.25 KB
/
reference.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
<!DOCTYPE html>
<html lang="cs-cz">
<head>
<meta charset="utf-8" />
<meta name="description" content="Aplikace od Didiho." />
<meta name="keywords" content="aplikace, programátor, Didi, reference" />
<meta name="author" content="Didi" />
<link rel="shortcut icon" href="obrazky/ikona.ico" />
<link rel="stylesheet" href="styl.css" type="text/css" />
<link rel="stylesheet" href="styl.css" type="text/css" />
<link rel="stylesheet" href="css/lightbox.min.css" type="text/css" media="screen" />
<script src="js/lightbox-plus-jquery.min.js"></script>
<script src="js/lightbox.min.js"></script>
<title>Portfolio</title>
</head>
<body>
<header>
<div id="logo">
<h1>Didinga<span>Omodi</span></h1><small>webdeveloper</small>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="omne.html">About</a></li>
<li><a href="dovednosti.html">Skills</a></li>
<li class="aktivni"><a href="reference.html">Portfolio</a></li>
<li><a class="kontakt-tlacitko" href="kontakt.html">Contact</a></li>
</ul>
</nav>
</header>
<article>
<header>
<h1>Portfolio</h1>
</header>
<section>
<p>
Below you can find samples of my work so far. I can offer you to create similar software on request.</p>
<div id="reference">
<a href="pictures/dat.png" title="Evidence pojištění" rel="lightbox[reference]">
<img src="pictures/dat.png" alt="Evidence pojištění" />
</a>
<a href="pictures/dat2.png" title="Evidence pojištění 2" rel="lightbox[reference]">
<img src="pictures/dat2.png" alt="Evidence pojištění2" />
</a>
<a href="pictures/dat3.png" title="Evidence pojištění" rel="lightbox[reference]">
<img src="pictures/dat3.png" alt="Evidence pojištění3" />
</a>
</div>
</section>
</article>
<footer>
Designed by Didinga Omodi in 2023
</footer>
</body>
</html>