-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
96 lines (90 loc) · 3.9 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>SFXC Mathematics Club </title>
<meta name="google-site-verification" content="4sTVIL_gjdO6tbloAcl1vAy6VdwfZHz__OO4IYQ_JGg" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-173385945-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-173385945-1');
</script>
<link rel="shortcut icon" type="image/png" href="https://sfxcmc.github.io/Image/Logo/mc2.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Demo">
<link rel="stylesheet" type="text/css" href="https://sfxcmc.github.io/CSS/footer.css">
<link rel="stylesheet" type="text/css" href="https://sfxcmc.github.io/CSS/nvbar.css">
<link rel="stylesheet" type="text/css" href="https://sfxcmc.github.io/CSS/main_style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<style>
@media screen and (max-width: 800px) {
.map-responsive {
overflow: hidden;
padding-bottom: 56.25%;
padding-left: 70%;
position: relative;
height: 0;
}
.map-responsive iframe {
left: 0;
top: 0;
height: 100%;
width: 100%;
position: absolute;
bottom: 8px;
right: 16px;
}
}
</style>
</head>
<body>
<script>
function show_ele() {
var x = document.getElementById("check");
if (x.className === "nv") {
x.className += " responsive";
} else {
x.className = "nv";
}
}
</script>
<div class="nv" id="check">
<a href="https://sfxcmc.github.io" title="SFXC Mathematics Club">Home</a>
<a href="https://sfxcmc.github.io/about_us" title="SFXC Mathematics Club - About us">About us</a>
<a href="https://sfxcmc.github.io/challenge" title="SFXC Mathematics Club - Monthly Challenge">Monthly
Challenge</a>
<a href="https://sfxcmc.github.io/MGT" title="SFXC Mathematics Club - MGT">MGT</a>
<a href="javascript:void(0);" class="icon" onclick="show_ele()">
<i class="fa fa-bars"></i>
</a>
</div>
<img class="resize" src="https://sfxcmc.github.io/Image/Logo/mc3.png" alt="Math Club Logo">
<div class="text">
<h1>This is a testing page</h1>
<p>No testing now</p>
<hr>
<ul class="information">
<li>Our school information:</li>
<li>Tel.: 23932271</li>
<li>Fax: 23916101</li>
<li><a href="mailto:[email protected]" class="intext">[email protected]</a></li>
<li>45 Sycamore Street,<br> Tai Kok Tsui, Kowloon</li>
<div class="map-responsive">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3690.7422409592855!2d114.16185353766545!3d22.32558604447789!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x340400b6eae5edcf%3A0xc1fdc1b5eb2f78ef!2z6IGW6Iqz5r-f5pu46Zmi!5e0!3m2!1szh-TW!2shk!4v1587220429036!5m2!1szh-TW!2shk"
width="auto" height="auto" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false"
tabindex="0"></iframe>
</div>
</ul>
<hr>
</div>
<footer>
<strong>Copyright © 2020 SFXC Mathematics Club</strong>
</footer>
<script src="https://sfxcmc.github.io/js/tracker.js"></script>
</body>
</html>