-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contact.html
156 lines (132 loc) · 5.74 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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<!DOCTYPE html>
<html>
<!--Coded by NOBIC with a lot of help from code snippets from www.w3schools.com-->
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1,user-scalable=no">
<title>NOBIC | Contact</title>
<link rel="stylesheet" href="NOBIC_styles.css">
<link rel="shortcut icon" type="image/ico" href="Media/Icon.png">
<script>
document.addEventListener("click", x=>0)
</script><script async="" src="//static.getclicky.com/101389963.js"></script>
<script src="Elements.js"></script>
</head>
<body> <main-header></main-header>
<script>var x = document.getElementById("Cont");
x.classList.add("active");</script>
<div class="titlebar" style="background-image: url('Media/Banner_I.jpg')"> <span
class="titlebar-text">NTU OPTICAL BIO-IMAGING CENTRE (NOBIC)</span> </div>
<div class="Concontainer"> <img class="ConimgL" src="Media/DevLab_Plan.png"
alt="" title="The way from lifts to the lab">
<h1 class="heading">Email:</h1>
<p> general inquiries: <em>nobic[..]e.ntu.edu.sg</em> <a href="javascript:decryptEmail('bm9iaWNAZS5udHUuZWR1LnNn');">✉</a></p>
<p> imaging facilities: <em>nobic.facilities[..]e.ntu.edu.sg</em> <a href="javascript:decryptEmail('bm9iaWMuZmFjaWxpdGllc0BlLm50dS5lZHUuc2c=');">✉</a></p>
<p> director: Prof. Peter TÖRÖK <a href="javascript:decryptEmail('cGV0ZXIudG9yb2tAbnR1LmVkdS5zZw==');">✉</a>
</p>
<h1 class="heading">GitHub: </h1>
<p><a href="https://github.com/NOBIC-NTU" target="_blank">github.com/NOBIC-NTU</a>
</p>
<h1 class="heading">YouTube: </h1>
<p><a href="https://www.youtube.com/channel/UCwka5W-n2mfAqLUz8L5eorA" target="_blank">NOBIC
channel</a> </p>
<h1 class="heading"><a href="Lab.html">Imaging Research Laboratory</a><br>
and <a href="Lab.html#workshop">Prototyping Workshop</a>:</h1>
<p> LKCMedicine, Experimental Medicine Building, #2-0207 (see the plan) </p>
<p> 59 Nanyang Drive<br>
Singapore 636921<br>
<a href="https://www.google.com.sg/maps/place/Lee+Kong+Chian+School+of+Medicine/%401.3446298%2c103.6761875%2c17z/data=%213m1%214b1%214m5%213m4%211s0x31da0f74ece2c57d:0xf9b808dd8a0e5f18%218m2%213d1.3446298%214d103.6783762"
target="_blank">Map</a></p>
<br>
<img class="ConimgS" src="Media/DevLab_Plan.png" alt="" title="The way from lifts to the lab">
</div>
<div class="container"> <a href="#TOP">BACK TO TOP</a> </div>
<sub-footer></sub-footer>
<script>
/* Toggle between adding and removing the "responsive" class to topnav when the user clicks on the icon */
function TopnavFunction() {
var x = document.getElementById("topnav");
if (x.className === "topnav") {
x.className += " responsive";
} else {
x.className = "topnav";
}
}
var Btn = document.getElementsByClassName("Morebtn");
var i;
for (i = 0; i < Btn.length; i++) {
Btn[i].addEventListener("click", function() {
this.classList.toggle("active");
var content = this.previousElementSibling;
if (content.style.display === "block") {
content.style.display = "none";
} else {
content.style.display = "block";
}
});
}
var coll = document.getElementsByClassName("collapsible");
var i;
for (i = 0; i < coll.length; i++) {
coll[i].addEventListener("click", function() {
this.classList.toggle("active");
var content = this.nextElementSibling;
if (content.style.display === "block") {
content.style.display = "none";
} else {
content.style.display = "block";
}
});
}
function decryptEmail(encoded) {
var address = atob(encoded);
window.location.href = "mailto:" + address;
}
var slideIndex = 0;
showSlides();
var slides,dots;
function plusSlides(position) {
slideIndex += position;
if (slideIndex > slides.length) {slideIndex = 1}
else if(slideIndex < 1){slideIndex = slides.length}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
}
function currentSlide(index) {
if (index > slides.length) {index = 1}
else if(index < 1){index = slides.length}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[index-1].style.display = "block";
dots[index-1].className += " active";
}
function showSlides() {
var i;
slides = document.getElementsByClassName("mySlides");
dots = document.getElementsByClassName("dot");
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
slideIndex++;
if (slideIndex> slides.length) {slideIndex = 1}
for (i = 0; i < dots.length; i++) {
dots[i].className = dots[i].className.replace(" active", "");
}
slides[slideIndex-1].style.display = "block";
dots[slideIndex-1].className += " active";
setTimeout(showSlides, 8000); // Change image every 8 seconds
}
document.getElementById("datemod").innerHTML = document.lastModified;
</script>
</body>
</html>