-
Notifications
You must be signed in to change notification settings - Fork 1
/
Contact.html
141 lines (87 loc) · 4.06 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Contact</title>
<link rel="stylesheet" href="css/Contact.css">
<link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Pacifico|Roboto|Archivo+Black|Caveat|Satisfy|Lato&display=swap" rel="stylesheet">
</head>
<body>
<nav class="menu">
<ol>
<li class="menu-item"><a href="index.html">Home</a></li>
<li class="menu-item"><a href="about.html">About</a></li>
<li class="menu-item">
<a href="#0">Programme</a>
<ol class="sub-menu">
<li class="menu-item"><a href="speakers.html">Speakers</a></li>
<li class="menu-item"><a href="conferenceProgram.html">Conference Programme</a></li>
<li class="menu-item"><a href="parallelProgram.html">Parallel Programme</a></li>
</ol>
</li>
<li class="menu-item">
<a href="#0">submission</a>
<ol class="sub-menu">
<li class="menu-item"><a href="callForPapers.html">call for papers</a></li>
<li class="menu-item"><a href="importantDate.html">important dates</a></li>
<li class="menu-item"><a href="submissionGuidlines.html">submission guidlines</a></li>
</ol>
<li class="menu-item">
<a href="#0">fees & registration</a>
<ol class="sub-menu">
<li class="menu-item"><a href="fee.html">fees</a></li>
<li class="menu-item"><a href="registration.html">registration</a></li>
</ol>
</li>
<li class="menu-item"><a href="Contact.html">Contact</a></li>
</ol>
</nav>
<div class="up">
<h3 id="title">CONTACT</h3>
<div class="up-left">
</div>
</div>
<p class="greet" width= "80px">Kindly contact us if you have any question regarding the conference.</p>
<br><br>
<div class="contact">
<div class="address">
<p id="address"> <strong>Address</strong> </p>
<p>SECRETARIAT OF ICT4M 2020</p>
<p>Kuliyyah of Information and Communication Technology (KICT),</p>
<p>International Islamic University Malaysia (IIUM),</p>
<p>Jalan Gombak, 53100 Kuala Lumpur,</p>
<p>Malaysia. </p> </div>
<br>
<div class="email">
<p><strong>Email</strong></p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<br>
<div class="telno">
<p><strong>Telephone Number </strong></p>
<p><a href="tel:+603-6196 5601">+603-6196 5601</a></p>
</div>
<br>
<div class="fax">
<p><strong>Fax </strong></p>
<p><a href="fax:+603-6196 5971">+603-6196 5971</a></p>
</div>
</div>
<br><br><br>
<div class="up-right">
<!-- <img id="image-iium" src="https://news.iium.edu.my/wp-content/uploads/2016/05/uia.jpg" width="800px" height="500px">-->
</div>
<footer>
<div class="icon-container">
<a href="https://twitter.com/"><img class="icon" src="https://www.dignitydreams.com/wp-content/uploads/2017/08/twitter-icon-basic-round-social-iconset-s-icons-0.png" width="20px" height="20px"></a>
<a href="https://facebook.com/"><img class="icon" src="https://cdn3.iconfinder.com/data/icons/capsocial-round/500/facebook-512.png" width="20px" height="20px"></a>
<a href="https://linkedin.com/"><img class="icon" src="https://cdn3.iconfinder.com/data/icons/social-icons-5/606/LinkedIn.png" width="20px" height="20px"></a>
</div>
<p class="copyright-note"> Copyright © 2019-2020. All Rights Reserved by International Islamic University Malaysia (101067-P). Licensee of IIUM.
</p>
<p class="copyright-note">Any inquiries please email our secretariat at [email protected] or call +603-6196 6406</p>
<br>
</footer>
</body>
</html>