-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
77 lines (68 loc) · 2.46 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Beer Store</title>
<link rel="stylesheet" href="stil.css" type="text/css"/>
<script defer src="script-cos.js" type="text/javascript"></script>
</head>
<body>
<header>
<nav>
<ul class="meniu">
<li><a href="#" class="hover-line">shop</a>
<ul class="submeniu">
<li><a href="berile_noastre.html" class="hover-line-sub">Berile noastre</a></li>
<li><a href="berile_partenere.html" class="hover-line-sub">Beri partenere</a></li>
<li><a href="despre_comanda.html" class="hover-line-sub">Despre comandă</a></li>
</ul>
</li>
<li class="cart"><a href="costotal.html" class="hover-line">coș <span>0</span></a></li>
<li class="logo"><a href="index.html">LOGO</a></li>
<li><a href="pareri.html" class="hover-line">păreri</a></li>
<li><a href="contact.html" class="hover-line">contact</a></li>
</ul>
</nav>
</header>
<main>
<section class="bannner">
<p class="subtitlu">Primim întrebări, recomandări și chiar propuneri de colaborare.
Îți vom răspunde cât mai rapid.</p>
<h2 class="titlu">CONTACT</h2>
</section>
<section id="contact">
<div class="titlu_contact">
<h2 >Contact shop/redacție</h2>
<p class="date_contact">e-mail: client@beer-store.ro</p>
<p class="date_contact">telefon: 0740 123 456</p>
</div>
<div class="titlu_contact">
<h2>Contact colaborări</h2>
<p class="date_contact">e-mail: office@beer-store.ro</p>
<p class="date_contact">telefon: 0746 543 210</p>
</div>
</section>
</main>
<footer>
<div id = container>
Să nu treacă <br> nicio zi fără
<div id = flip>
<div>
<div>o bere bună</div>
</div>
<div>
<div>un zâmbet</div>
</div>
<div>
<div>o îmbrățișare</div>
</div>
</div>
</div>
<div>
<p>S.C. BEER STORE S.R.L.</p>
<p>str. Berii nr. 1, bl. B1, sc. C, etj. 1, ap. 5, sector 5</p>
</div>
</footer>
</body>
</html>