-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
71 lines (67 loc) · 3.11 KB
/
aboutus.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
<!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="SFXC Mathematics Club magazine- Mathematics' Got Talent, MGT">
<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>
</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>About us</h1>
<hr>
<h2>Committee Members List</h2>
<ul class="s">
<li><strong>Chairman - 5B Luk Cheuk Yin</strong></li>
<li><strong>Vice-Chairman - 5A Tam Siu Ho</strong></li>
<li><strong>Promotion - 5B Poon Kwan Hei</strong></li>
<li><strong>Treasurer - 5D Chiu Ho Lun</strong></li>
<li><strong>Secretary - 5A Kim Hyun Jun</strong></li>
<li><strong>Steward - 5B Chow Wang Hin</strong></li>
<li><strong>Steward - 4B Choi Long Hei Matthew</strong></li>
<li><strong>Steward - 4C Yang Yui Chit Matthew</strong></li>
</ul>
<hr>
</div>
<footer>
<strong>Copyright © 2020 SFXC Mathematics Club</strong>
</footer>
<script src="https://sfxcmc.github.io/js/tracker.js"></script>
</body>
</html>