-
Notifications
You must be signed in to change notification settings - Fork 4
/
about.html
83 lines (63 loc) · 2.44 KB
/
about.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>hackers.mu</title>
<link rel="stylesheet" href="https://dhbhdrzi4tiry.cloudfront.net/cdn/sites/foundation.min.css">
<link rel='shortcut icon' href='https://a.pomf.cat/bayjnl.ico' type='image/x-icon'/ >
</head>
<body>
<br>
<div class="row columns">
<nav aria-label="You are here:" role="navigation">
<ul class="breadcrumbs">
<li><a href="index.html">Home</a></li>
<li><a href="#">About</a></li>
<li class="disabled">Info</li>
<li>
<span class="show-for-sr">Current: </span> hackers.mu
</li>
</ul>
</nav>
</div>
<div class="row">
<div class="medium-6 columns">
<img class="thumbnail" src="images/hackersmu.png">
<div class="row small-up-4">
</div>
</div>
<div class="medium-6 large-5 columns">
<h3>About us</h3>
<p>
<ul>
We are a group of people interested in hacking/coding. We are programmers who love doing what we do, and our mission is to contribute patches/fixes/software upstream to the various opensource systems, for the betterment of technology, hence mankind (or just because someone or ourself we need it)
<br><br>
We have as aim, to create the passion of programming into the minds of the newer generation of Mauritian hackers, we want to push the limit of the Mauritian programmer. We believe such a step to be a great opportunity for the whole island, as after all, imagine how investors would love to know there are world class developers here too.
<br><br>
Many a times, there is that image of the lonesome hacker, coding in his basement or in his room, :) Let's change that, let's be a strong team, let's hack together.
<br> <br>
We also are a group of folks who love having fun and having some beers now and then.
<br><br>
ps. We are not OS biased, we do need hackers from different platforms. If you have been contributing to other platforms, ping us and get under the same umbrella.
<div class="row">
</div>
<div class="small secondary expanded button-group">
</div>
</div>
</div>
<div class="row column">
<hr>
<ul class="menu">
<li><a href="../index.html">Home</a></li>
<li><a href="../legal.html">Legal</a></li>
<li class="float-right">Copyright 2016</li>
</ul>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://dhbhdrzi4tiry.cloudfront.net/cdn/sites/foundation.js"></script>
<script>
$(document).foundation();
</script>
</body>
</html>