forked from maidsafe-archive/maidsafe.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
322 lines (279 loc) · 14.7 KB
/
team.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<title>Privacy Security Freedom, MaidSafe</title>
<meta name="description" content="MaidSafe strive to deliver privacy, security and freedom online." />
<meta name="keywords" content="Privacy Security Freedom, MaidSafe" />
<meta name="author" content="MaidSafe" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta name="robots" content="all" />
<meta name="revisit-after" content="30 days" />
<!-- Favicons -->
<link rel="shortcut icon" href="/images/favicon.ico" />
<link rel="icon" type="image/ico" href="/images/favicon.ico" />
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="css/rwdgrid.css" />
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<!-- SureFile Download browser detect -->
<script type="text/javascript" src="js/browserdetect.js"></script>
<script type="text/javascript">
document.write('\x3Cscript src="' + (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//webfonts.creativecloud.com/open-sans:n4,n7,n3,i3:all.js" type="text/javascript">\x3C/script>');
</script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>
window.jQuery || document.write('<script src="library/js/jquery-1.9.1.min.js"><\/script>')
</script>
<script>
jQuery(document).ready(function ($) {
$('body').addClass('js');
var $menu = $('#menu'),
$menulink = $('.menu-link'),
$menuTrigger = $('.has-submenu > a');
$menulink.click(function (e) {
e.preventDefault();
$menulink.toggleClass('active');
$menu.toggleClass('active');
});
$menuTrigger.click(function (e) {
e.preventDefault();
var $this = $(this);
$this.toggleClass('active').next('ul').toggleClass('active');
});
});
</script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$(".toggle_container").hide();
$("h2.trigger").toggle(function () {
$(this).addClass("active");
}, function () {
$(this).removeClass("active");
});
$("h2.trigger").click(function () {
$(this).next(".toggle_container").slideToggle("slow,");
});
});
</script>
<!-- IE Fix for Sticky Footer -->
<!--[if !IE 7]>
<style type="text/css">
#wrap {display:table;height:100%}
</style>
<![endif]-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32549768-1']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body id="team">
<div id="container">
<div id="main">
<header class="shadow">
<div class="container-12 fw">
<div class="grid-4">
<a class="logo" href="/" title="Home"></a>
</div>
<div class="grid-8">
<a class="menu-link" href="#menu">Menu</a>
<nav id="menu" class="menu">
<ul>
<li class="overview single-link"><a href="overview">overview</a>
<li class="has-submenu"><a href="#">overview</a>
<ul class="sub-menu">
<li><a href="overview">overview</a>
</li>
<li><a href="distributed-network-features">features</a>
</li>
<li><a href="maidsafe-network-platform-libraries">libraries</a>
</li>
<li><a href="network-platform-use-cases">use cases</a>
</li>
<li><a href="network-platform-licensing">licensing</a>
</li>
</ul>
</li>
<li class="developers single-link"><a href="network-platform-developers">developers</a>
<li class="has-submenu"><a href="#">developers</a>
<ul class="sub-menu">
<li><a href="network-platform-developers">overview</a>
</li>
<li><a href="maidsafe-network-platform-libraries">libraries</a>
</li>
<li><a href="tutorials">tutorials</a>
</li>
<li><a href="network-platform-licensing">licensing</a>
</li>
</ul>
</li>
<li class="company single-link"><a href="company-privacy-security-freedom">company</a>
<li class="has-submenu"><a href="#">company</a>
<ul class="sub-menu">
<li><a href="company-privacy-security-freedom">overview</a>
</li>
<li><a href="team">team</a>
</li>
<li><a href="careers">careers</a>
</li>
</ul>
</li>
<li class="press"><a href="press">press</a>
</li>
<li class="blog"><a href="http://maidsafeplatform.wordpress.com/" target="_blank">blog</a>
</li>
<li class="contact"><a href="contact">contact</a>
</li>
</ul>
</nav>
</div>
</div>
</header>
<div class="container-12">
<div class="grid-9 main-content">
<h1>The MaidSafe Team</h1>
<h2>David Irvine</h2>
<h3>CEO - Chairman</h3>
<p>David has in excess of 23 years experience in IT and 15 years running companies. He was previously responsible for Enterprise network design and project management and has worked on some of the world’s largest network projects. David is also a published author on papers in the fields of complex networking, distributed computing and cryptography related technologies. David enjoys sailing, engineering, camping and has a secret interest in intelligent robotics.</p>
<h2>Fraser Hutchison</h2>
<h3>Director Research & Development</h3>
<p>Further to studying computing science at University, Fraser’s diverse range of experience has seen him serve 14 years with the Oxfordshire Fire Brigade and Strathclyde Fire and Rescue in addition to 10 years as a director of a service business. Fraser has been a member of the MaidSafe team for 4 years. Fraser is married and has a son. At weekends he enjoys programming, hillwalking and playing football.</p>
<h2>Nick Lambert</h2>
<h3>Chief Operating Officer</h3>
<p>Nick has an MSc in Marketing and has spent the last 10 years in senior marketing positions. Prior to that he fulfilled project management roles within large blue chip technology companies. Nick is responsible for sales and marketing, intellectual property, user support and MaidSafe’s revenue streams.</p>
<h2>Chandra Prakash</h2>
<h3>Systems Analyst</h3>
<p>Prakash completed his engineering degree in Electronics & Communication in India and worked there as a Software Developer for a few years in a Telecom domain.</p>
<p>Later, he moved to the UK to pursue MBA from the University of Sheffield. After graduating he became very excited by MaidSafe's vision and joined the company in January 2011. As well as his interest in computer hardware and gadgets, he likes playing chess, travelling and watching movies.</p>
<h2>Mahmoud Moadeli</h2>
<h3>Research Engineer</h3>
<p>Mahmoud received a BSc in Computer Hardware Engineering and an MSc in Computer Systems Architecture whilst in Iran, he then came to the UK to obtain his PhD in Computer Science from The University of Glasgow. Before starting at MaidSafe he spent over 3 years working in the software industry, followed by another 3 years working as a test engineer in hardware manufacturing. His interests include Peer-to-Peer networking, analytical modelling, interconnection networks and software tools for manycore acceleration.</p>
<h2>Viv Rajkumar</h2>
<h3>Research Engineer</h3>
<p>Viv qualified with a BEng(Hons) in Aerospace Engineering and Astronautics at Kingston University. He previously spent time in IBM as a Server Specialist and currently heads up the User Experience team at MaidSafe dealing with WPF, Cocoa OSX and Qt UI Systems.</p>
<h2>Qi Ma</h2>
<h3>Research Engineer</h3>
<p>Interested in the idea of creating a secure peer-to-peer network and tempted by the outdoor activities Scotland has to offer, Qi joined MaidSafe in 2011. With an impressive PhD in Health Informatics, MSc in Computer Science, BEng in Electronic Engineering and over ten years industry experience, Qi brings a wealth of knowledge to the team!</p>
<h2>Lorraine McNally-Jones</h2>
<h3>Director</h3>
<p>Before joining MaidSafe, Lorraine spent over 17 years within Senior Management in Air Traffic Control. She is also a Clinical Hypnotherapist and Reiki Practitioner and used to run her own practice. Lorraine is married with two children. She spends most of her free time horse riding but also loves camping and all things outdoors!</p>
<h2>Linda Rose</h2>
<h3>Administrator</h3>
<p>Linda has travelled extensively working as a Display Manager for Topshop and Habitat. She then went on to graduate as a Bachelor of Science and worked for South Ayrshire Council and Kilmarnock College before coming to MaidSafe. Linda is renowned for her love of food (we don’t know where she puts it all!) and enjoys long walks along the beach with her Yorkshire Terrier.</p>
<h2>Shona Oldham</h2>
<h3>Visual Designer</h3>
<p>Shona has an HND in Graphic Design and is part of the User Experience team. She previously spent 3 years working for a creative agency and is now in her second year at MaidSafe. Her favourite things include family movie nights, aerial silks, Instagram, doing handstands, chewing fruit gums and hosting tea parties.</p>
<h2>Scott Mackenzie</h2>
<h3>Front-End Developer</h3>
<p>Scott has almost 10 years experience in Graphic Design and Web Development. He spent 3 years in his last role in a Glasgow company before joining the team at MaidSafe. Scott enjoys playing football, house music and a bit of golf. He lives a quiet life and you can normally find him sitting in on a Saturday night reading a novel with a cup of tea :)</p>
<h2>Justine McLevy</h2>
<h3>HR Manager</h3>
<p>Justine has over 20 years experience in the catering and leisure sector and during that time she has run her own business and obtained qualifications in customer relations. Her favourite pastimes are shopping and music (including camping at T in the Park). Justine also undertakes the role as sports mum - just as long as shops are nearby and can still do lunch!</p>
</div>
<div class="grid-3 leftnav-shell">
<ul class="leftnav">
<li class="company"><a href="company-privacy-security-freedom">Company</a>
</li>
<li class="team"><a href="team">Team</a>
</li>
<li class="careers"><a href="careers">Careers</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<footer>
<div class="container-12">
<div class="grid-2 footer-links">
<ul>
<li><a href="/">Home</a>
</li>
<li><a href="company-privacy-security-freedom">Company</a>
</li>
<li><a href="press">Press</a>
</li>
<li><a href="http://maidsafeplatform.wordpress.com/" target="_blank">Blog</a>
</li>
<li><a href="contact">Contact</a>
</li>
</ul>
</div>
<div class="grid-2 footer-links">
<ul>
<li><a href="overview">Overview</a>
</li>
<li><a href="distributed-network-features">- Features</a>
</li>
<li><a href="faqs">- FAQs</a>
</li>
<li><a href="network-platform-use-cases">- Use Cases</a>
</li>
<li><a href="network-platform-licensing">- Licensing</a>
</li>
</ul>
</div>
<div class="grid-2 footer-links">
<ul>
<li><a href="developers">Developers</a>
</li>
<li><a href="maidsafe-network-platform-libraries">- Libraries</a>
</li>
<li><a href="network-platform-use-cases">- Tutorials</a>
</li>
<li><a href="network-platform-licensing">- Licensing</a>
</li>
</ul>
</div>
<div class="grid-6">
<ul class="social-links">
<li class="google-icon">
<a href="//plus.google.com/116247028454443786165?prsrc=3" rel="publisher" target="_blank" style="text-decoration:none;">
<img src="//ssl.gstatic.com/images/icons/gplus-32.png" alt="Google+" style="border:0;width:32px;height:32px;" />
</a>
</li>
<li><a href="https://twitter.com/maidsafe" class="twitter-follow-button" data-show-count="false" data-size="large" data-show-screen-name="false">Follow @maidsafe</a>
</li>
<script>
! function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0],
p = /^http:/.test(d.location) ? 'http' : 'https';
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + '://platform.twitter.com/widgets.js';
fjs.parentNode.insertBefore(js, fjs);
}
}(document, 'script', 'twitter-wjs');
</script>
</ul>
</div>
</div>
<div class="container-12">
<div class="grid-12">
<div class="footer-logos">
<img src="images/footer_logo.png" alt="maidsafe" width="182" height="52" class="logo-footer" />
<a class="" href="http://internetdefenseleague.org" target="_blank" title="Go to the Internet Defense League">
<img src="images/idlbadge.png" alt="Internet Defense League" width="60" height="35" class="idl-badge" />
</a>
</div>
<p class="legal">©2013 MaidSafe.net. All rights reserved.
<a href="disclaimer">DISCLAIMER</a>
<a href="privacy">PRIVACY</a>
</p>
</div>
</div>
</footer>
</body>
</html>