-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
97 lines (84 loc) · 2.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
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
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<head>
<title>contact us</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width ,user-scalable=no,initial-scale=1.0, maximum-scale=1.0,minimum-scale=1.0">
<link rel="stylesheet" type="text/css" href="css/contact.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js">
</script>
</head>
<body >
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="image.html#">Images</a></li>
<li><a href="video.html">Video</a></li>
<li><a href="map.html#">Map</a></li>
<li><a href="references.html">Reference</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</nav>
<div class="final">
<div class="img">
<img src="images/images (33).jpg" width="500px" height="400px">
</div>
<div class="contact">
<h1>Contact Us</h1> <br>
<p> HOT LINE :1912</p><br>
<div class="tele">
<div class="pic">
<img src="images/download (5).png" width="30px" height="30px">
</div>
<p>Telephone :</p>
<p>+94 112426900 ,+94 112 440001 /2426984</p>
<br>
</div>
<div class="add">
<p>Address:</p>
<p>No. 80,Galle Road,Colombo 03,Sri Lanka.</p>
</div> <br>
<div class="fb">
<div class="pic">
<img src="images/download (3).png" width="30px" height="30px"> </div>
<p>FaceBook :</p>
<a href="https://www.facebook.com/tourismsrilanka.gov.lk">FaceBook</a></div>
<br>
<div class="link">
<div class="pic">
<img src="images/download (4).png" width="30px" height="30px">
</div>
<p>Linkedin :</p> <a href="https://www.linkedin.com/company/sri-lanka-tourism">Linkedin</a>
</div>
</div>
</div>
<div class="cmt">
</div>
<div class="info">
<label for="example">Enter Your comment
</label>
<input id="example" type="text"
name="Ntext" size="100 " >
<input id="sent" type="submit"
value="Send">
</div>
</div>
<p id="para">
</p>
</body>
<script>
window.onclick = function(e)
{ var id = e.target.id;
if (id === 'sent')
{ var txt = document.getElementById('example').value
$( "#para" ).empty().append( txt );
}
}
</script>
<div class="last">
<h1 style="background-color: #ffe066;">SE/2017/025</h1>
<h1 style="background-color:#ffe066; ">RANDI AYESHANI KOSSINNA</h1>
</div>
</body>
</html>