-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalbume.html
88 lines (67 loc) · 1.86 KB
/
albume.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
<!DOCTYPE html>
<html lang='ro'>
<head>
<meta charset="UTF-8" />
<title>
Site-ul oficial al formației Unealtă
</title>
<link rel="shortcut icon" href="imgs/favicon.ico">
<link rel="stylesheet" type="text/css" href="styles/topmenu.css">
<link rel="stylesheet" type="text/css" href="styles/main.css">
<link rel="stylesheet" type="text/css" href="styles/albume.css">
<script src="scripts/albume.js" defer></script>
</head>
<body>
<nav id="topmenu" role="navigation">
<ul>
<li><a href="main.html">Despre noi</a></li>
<li><a href="galerie.html">Galerie</a></li>
<li>
<a href="albume.html"> Albume
<ol>
<li><a href="undertow.html">Subcricuire</a></li>
<li><a href="lateralus.html">Lateralitate</a></li>
<li><a href="1000days.html">Enspe Mii de Zile</a></li>
</ol>
</a>
</li>
<li><a href="fani.html">Pentru fani</a></li>
</ul>
</nav>
<div id="container_princip">
<div id="grid_wrapper">
<div class="imagine_albume1">
<img src="imgs/album1.jpg" />
</div>
<div class="text_albume1">
<h1> <a href="subcricuire.html">Subcricuire </a> </h1>
<p> Descriere etc. etc. ce misto e albumul asta </p>
</div>
<div class="imagine_albume2">
<img src="imgs/album2.jpg" />
</div>
<div class="text_albume2">
<h1> <a href="lateralus.html">Lateralitate</a> </h1>
<p> Descriere etc. etc. ce misto e albumul asta </p>
</div>
<div class="imagine_albume3">
<img src="imgs/album3.jpg" />
</div>
<div class="text_albume3">
<h1> <a href="1000days.html"> Mii de zile </a> </h1>
<p> Descriere etc. etc. ce misto e albumul asta </p>
</div>
<div class="cumpara">
<h3>Magazinul nostru </h3>
<a href="magazin.html"><img src="imgs/magazin_img.jpg"> </img></a>
</div>
</div>
</div>
<footer id="footer">
<p>
Copyright © 2113 Unealtă & Co.
</p>
</footer>
</div>
</body>
</html>