-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathabout.html
More file actions
94 lines (87 loc) · 5.26 KB
/
about.html
File metadata and controls
94 lines (87 loc) · 5.26 KB
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
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8" />
<title>CU Math Society</title>
<meta name="og:title" content="CarletonU Math Society">
<meta name="og:image" content="https://cumathsoc.github.io/images/logo/logo-square.png">
<meta name="og:description"
content="CarletonU Student Math Society dedicated to bringing students and faculty of Mathematics together">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="CarletonU Math Society, CarletonU, Math, Stats, CUMathSoc">
<meta name="description" content="About CarletonU Student Math Society">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="icon" type="image/png" href="images/logo/logo.png">
<!--I am lazy to make a proper favicon-->
<script charset="utf-8" src="script.js"></script>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<img src = 'images/tux.png' id = "tux"/>
<header>
<div id="logo"><a href="index.html"><img src="images/logo/logo.png" /></a></div>
<a href="javascript:void(0);" class="hamburger-nav" onclick="toggleMenu()"><i class="fa fa-bars"></i></a>
<h1 id="club-name">CU Math & Stat Society</h1>
<nav id="header-nav">
<a href="index.html">News</a>
<a href="gallery.html">Gallery</a>
<a href="video.html">Videos</a>
<a href="resources.html">Resources</a>
<a href="merch.html">Merch</a>
<a href="about.html">About</a>
</nav>
<nav id="nav-social">
<a href="https://discord.gg/4ttYNMWkVw"><i class="fa-brands fa-discord"></i></a>
</nav>
</header>
<button onclick="toTop()" id="top_btn" title="Go to top">Top</button>
<div class="content">
<h2 class="section-title">Welcome</h2>
<p>
<h3><u>What are We</u></h3>
We are the Carleton University Mathematics and Statistics Society. We are registered as an academic society under CUSA and are affiliated with the School of Mathematics and Statistics. We strives to represent and advocate the interests and concerns of Math & Stat students before the university administration, the faculty, and CUSA.
<h3><u>Who are We </h3></u>
We are a group of undergraduate students in Math & Stat. We are committed in building an inclusive community where our members are respected and remain inspired during their time at Carleton. Our missions are to brings students and faculty closer together through social and enrichment events, and to provide a platform to students where knowledge and discussion could be exchanged candidly.
<h3><u>Where & When are We</u></h3>
We host and run numerous events on the campus of Carleton University during school days through the entire academic year. Majority of our events are located in Herzberg Laboratory. Some highlights include Annual Welcoming Barbecue, Weekly Colloquia Series, Monthly Breakfast Forum, and most important of all, Pi Day celebration.
<h3><u>How & Why are We</u></h3>
Becoming a member comes with many benefits, for instance all members are entitled to complementary food at our events, discount price for Books and Merch, and exclusive video recording to our Colloquia Series. To join the society, simply attend one of our events and sign up on the spot. Also, don’t forget to join our <a href="https://discord.gg/4ttYNMWkVw">Discord Server</a> in order to stay up to date with all our exciting upcoming events.
</p>
<!--<p>You can contact us by email at <a href="mailto: cumathsoc@gmail.com">cumathsoc@gmail.com</a> or by
joining our
<a href="https://discord.gg/4ttYNMWkVw">Discord Server</a> to stay up to date with all our upcoming
events.
</p>-->
<p>
<small><a href="pdfs/Constitution&Bylaws_CUMath&StatSoc-2024-V.4.pdf">View the Constitution and Bylaws</a></small>
<br>
<small><a href="pdfs/W24Feb_CUMathSoc.pdf">Completed and future events of Math & Stat Society for 2023-2024 academic year</a></small>
</p>
</div>
<a name="about"></a>
<div class="section">
<div class="content">
<h2 class="section-title">π Become a Member π</h2>
<p>Becoming a member supports club activities and encourages us to make Math @ CarletonU a better
experience!</p>
<p>Not only does it help us, it comes with perks as well:</p>
<ul>
<li>Complementary Food at our events</li>
<li>Discount price for Books and Merchs</li>
<li>Recorded colloquia privilege</li>
</ul>
To become a member, come to any MathSoc events and pay the yearly $5 membership fees.
</div>
</div>
<footer>
<p>Join CarletonU Math Society on <a href="https://discord.gg/4ttYNMWkVw" onmouseover="showTux()" onmouseout="hideTux()"><i
class="fa-brands fa-discord"></i></a></p>
<div class = "secret">Linux for Life</div>
</footer>
</body>
<script>
piTime();
</script>
</html>