-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdiversity.html
More file actions
96 lines (82 loc) · 3.58 KB
/
diversity.html
File metadata and controls
96 lines (82 loc) · 3.58 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
95
96
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Mathematics Undergraduate Student Association</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/musa.css">
<link rel="stylesheet" href="css/Dropdown.css">
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- Add your site or application content here -->
<script src="js/vendor/modernizr-3.6.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.3.1.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<script src="js/Dropdown.js"></script>
<!-- <iframe src="sidebar.html" id="nav"></iframe>-->
<ul class="dropdown" id="nav">
<li><a href="index.html">About</a>
<ul>
<li><a href="friends.html">Friends</a></li>
<li><a href="office.html">Office Hours</a></li>
<li><a href="officers.html">Officers</a></li>
</ul>
</li>
<li><a href="academic.html">Academic</a>
<ul>
<li><a href="monday.html">Math Mondays</a></li>
<li><a href="ncumc.html">Conferences</a></li>
<li><a href="teaching_award.html">Teaching Award</a></li>
<li><a href="exposition.html">Exposition</a></li>
</ul>
</li>
<li><a href="outreach.html">Outreach</a>
<ul>
<li><a href="bump.html">BUMP</a></li>
</ul>
</li>
<li><a href="diversity.html">Diversity</a>
<ul>
<li><a href="sperry.html">Sperry Lecture</a></li>
</ul>
</li>
<li><a href="social.html">Social</a></li>
<li><a href="professional.html">Sponsor Us!</a></li>
</ul>
<div id="container">
<!-- About Section -->
<section id="diversity" class="content-section ">
<h1>Diversity and Inclusion</h1>
<p>MUSA is fully committed to fostering an inclusive undergraduate community - our goal is to create a supportive and equitable environment for students of all backgrounds regardless of race, gender, sexual orientation, disability status or any other facet of diversity. Studying mathematics can be difficult enough as it is, even without the various institutional barriers that exist, so we aim to create a space where all students feel welcomed and where they can succeed to the best of their potential.</p>
</section>
<!-- Footer -->
<div style="clear:both;"></div>
<footer>
<p>
MUSA is a Registered Student Organization acting independently of the
University of California.
We take full responsibility for our organization and this web site.</p>
<p>Report problems with the site to the <a href="officers.html">Curator</a>.</p>
<p>© MUSA 2020</p>
<p>
<a href="https://www.ocf.berkeley.edu">
<img src="img/ocfbadge_mini8dark.png"
alt="Hosted by the OCF" style="border: 0;" />
</a></p>
</footer>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
</div>
</body>
</html>