-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathequality-and-diversity.php
More file actions
34 lines (25 loc) · 1.05 KB
/
equality-and-diversity.php
File metadata and controls
34 lines (25 loc) · 1.05 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
<?php define('IN_SITE', 1); $page = "Statement on Equality and Diversity";
$description = "Statement on Equality and Diversity.";
include('header.php'); ?>
<section>
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>Statement on Equality and Diversity</h1>
</div>
</div><!-- row -->
<div class="row">
<div class="col-md-12">
<p style="max-width: none">
57North Hacklab Ltd welcome and encourage participation by everyone. Our community is based
on mutual respect, tolerance, and encouragement, and we are working to help each other live
up to these principles. Whoever you are, and whatever your background, we welcome you.
</p>
<p> </p>
<p> </p>
<p> </p>
</div>
</div><!-- row -->
</div><!-- container -->
</section>
<?php include('footer.php'); ?>