-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contact.html
52 lines (43 loc) · 1.53 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css?family=Concert+One" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="Contact.css">
<link href="https://fonts.googleapis.com/css?family=Forum" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Balthazar" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Patua+One" rel="stylesheet">
</head>
<body>
<ul class="navigare">
<li><a href="index.html">Acasa </a></li>
<li> <a href="Contact.html"> Contact </a> </li>
<li> <a href="About.html"> Despre </a> </li>
<li><a href="Test.php"> Test </a></li>
</ul>
<h1 id="titlu"> Să ne cunoaștem </h1>
<h2 class="subtitlu"> Ne puteți găsi in următoarele locații </h2>
<div class="container">
<img src="York10.jpg" alt="New York">
<a href="#York"> <div class="center">New York</div></a>
</div>
<div class="container">
<img src="York8.jpg" alt="Sydney">
<a href="#Sydney"><div class="center">Sydney</div></a>
</div>
<div class="container">
<img src="York9.jpg" alt="London" >
<a href="#London"><div class="center">Londra</div></a>
</div>
<div id="York" class="adrese"><p> 109 Hollywood Avenue <br>
New York <br>
B35 4HE </p> </div>
<div id="Sydney" class="adrese"><p> 421 Kangaroo Avenue <br>Sydney <br> B40 10HD </p> </div>
<div id="London" class="adrese"><p> 301 Baker Street<br>London <br> B10 23HD</p> </div>
<br><br>
<br><br>
<br><br>
<br><br>
<div id="copyright" align="right"><p> © YorkField inc.</p></div>
</body>
</html>