Skip to content
This repository was archived by the owner on Jan 15, 2020. It is now read-only.

Commit 7588e12

Browse files
author
Mark Durrant
committed
Merge pull request #114 from pebblecode/jobs
add jobs roles
2 parents ecfd52a + a6af61d commit 7588e12

7 files changed

Lines changed: 384 additions & 2 deletions

File tree

Gruntfile.js

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@ module.exports = function ( grunt ) {
3838
dest: 'dist/our-approach/'
3939
},
4040

41+
designer: {
42+
src: [ 'src/templates/pages/designer/*.hbs' ],
43+
dest: 'dist/designer/'
44+
},
45+
46+
peopleChampion: {
47+
src: [ 'src/templates/pages/people-champion/*.hbs' ],
48+
dest: 'dist/people-champion/'
49+
},
50+
4151
astrazeneca: {
4252
src: [ 'src/templates/pages/astrazeneca/*.hbs' ],
4353
dest: 'dist/astrazeneca/'
@@ -327,4 +337,4 @@ module.exports = function ( grunt ) {
327337

328338
shell.cd(pwd); // Go back to initial directory
329339
});
330-
};
340+
};

dist/css/styles.css

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/styles.css.map

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/designer/index.html

Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6+
<title>pebble {code} | Designer</title>
7+
<meta name="description" content="">
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
9+
<script type="text/javascript" src="//use.typekit.net/asa8yjy.js"></script>
10+
<script type="text/javascript">
11+
try {
12+
Typekit.load();
13+
} catch (e) {}
14+
</script>
15+
<link rel="stylesheet" href="../css/styles.css">
16+
<script src="../js/vendor/modernizr.custom.min.js"></script>
17+
18+
<!--[if lt IE 9]>
19+
<style type="text/css">
20+
.site-logo {
21+
padding: 0;
22+
width: 226px;
23+
height: 60px;
24+
}
25+
</style>
26+
<![endif]-->
27+
28+
<!--[if lte IE 7]>
29+
<style type="text/css">
30+
.no-mq .site-logo {
31+
margin: 14px 0 10px
32+
padding: 0;
33+
width: 200px;
34+
height: 36px;
35+
}
36+
body {
37+
padding-top: 80px;
38+
overflow-x:hidden;
39+
}
40+
.site-nav {
41+
margin-right: 40px;
42+
}
43+
</style>
44+
<![endif]-->
45+
</head>
46+
<body>
47+
<header class="site-header clear-fix">
48+
<a href="../" class="site-logo-container left">
49+
<img class="site-logo" src="../img/logo.svg">
50+
</a>
51+
<nav class="site-nav right">
52+
<button class="nav-btn">Menu</button>
53+
<ul class="clear-fix">
54+
<li>
55+
<a href="/about" class="nav-item" data-page="about">
56+
<span>about</span>
57+
</a>
58+
</li>
59+
<li>
60+
<a href="/work" class="nav-item" data-page="work">
61+
<span>work</span>
62+
</a>
63+
</li>
64+
<li>
65+
<a href="/contact" class="nav-item" data-page="contact">
66+
<span>contact</span>
67+
</a>
68+
</li>
69+
<li>
70+
<a href="http://blog.pebblecode.com/" class="nav-item" data-page="blog">
71+
<span>blog</span>
72+
</a>
73+
</li>
74+
</ul>
75+
</nav>
76+
<div class="site-menu"></div>
77+
</header>
78+
<header class="blog-header">
79+
<div class="blog-header-inner">
80+
<h2 class="call-out">Designer</h1>
81+
<h3>Join some of London's best Tech Talent</h3>
82+
</div>
83+
</header>
84+
<section class="post">
85+
<p>Fed up with feeling like a tiny cog in a huge machine? Bored with strict work practices, outmoded design standards and draconian time management? By joining a small company, you are guaranteed to be a key a part of our team from day one.</p>
86+
<h3>Skills and requirements</h3>
87+
<p>We are looking for candidates who are passionate about design and technology. Candidates should be able to design user interfaces using web technologies and have some opinions about trends, techniques and technologies. You will work directly with
88+
product owners and developers to deliver inspiring digital products as part of a pebble {code} team.</p>
89+
<p>You may be asked to work on branding, illustrations and product and process diagrams. Furthermore you will have the opportunity to shape the strategic direction of products as part of an Agile delivery team.</p>
90+
<p>pebble {code} run regular internal hack days that support our philosophy of rapid prototyping and proving ideas as quickly as possible. This is a fast-paced role where you can expect to learn new skills and be challenged.</p>
91+
<p>You should have excellent visual design skills, a portfolio of work demonstrating user interface design and general graphic design skills. You will also possess basic front-end skills and a working understanding of browsers.</p>
92+
<p>A London base is not mandatory – there is some flexibility regarding working hours and practices, pebble {code} is in the process of building a
93+
<a href="http://en.wikipedia.org/wiki/ROWE">Results Only Work Environment</a>, and as such is supportive of employees who are unable to be office based 5 days/week. We welcome applications from candidates who are able to be at least partly based in our London office. pebble {code} is an
94+
equal opportunities employer and welcomes all applicants eligible to work in the UK.</p>
95+
<p>Remuneration: Competitive</p>
96+
<p>Send your CV to
97+
<a href="mailto:jobs@pebblecode.com">jobs@pebblecode.com</a>
98+
<p>No Agencies Please</p>
99+
</section>
100+
<footer class="site-footer">
101+
<ul>
102+
<li> <a href="tel:+442033273940">+44 (0) 20 3327 3940</a> </li>
103+
<li> <a href="mailto:hello@pebblecode.com">hello@pebblecode.com</a> </li>
104+
<li> <a href="/contact">Find / Contact Us</a> </li>
105+
</ul>
106+
</footer>
107+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
108+
<script>
109+
window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')
110+
</script>
111+
<script type="text/javascript" src="http://maps.google.com/maps/api/js?v=3&amp;sensor=false"></script>
112+
<script src="../js/vendor/masonry.min.js"></script>
113+
<script src="../js/main.min.js"></script>
114+
<script>
115+
(function(i, s, o, g, r, a, m) {
116+
i['GoogleAnalyticsObject'] = r;
117+
i[r] = i[r] || function() {
118+
(i[r].q = i[r].q || []).push(arguments)
119+
}, i[r].l = 1 * new Date();
120+
a = s.createElement(o),
121+
m = s.getElementsByTagName(o)[0];
122+
a.async = 1;
123+
a.src = g;
124+
m.parentNode.insertBefore(a, m)
125+
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
126+
ga('create', 'UA-28661003-3', 'pebblecode.com');
127+
ga('send', 'pageview');
128+
</script>
129+
</body>
130+
</html>

dist/people-champion/index.html

Lines changed: 150 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6+
<title>pebble {code} | People Champion</title>
7+
<meta name="description" content="">
8+
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
9+
<script type="text/javascript" src="//use.typekit.net/asa8yjy.js"></script>
10+
<script type="text/javascript">
11+
try {
12+
Typekit.load();
13+
} catch (e) {}
14+
</script>
15+
<link rel="stylesheet" href="../css/styles.css">
16+
<script src="../js/vendor/modernizr.custom.min.js"></script>
17+
18+
<!--[if lt IE 9]>
19+
<style type="text/css">
20+
.site-logo {
21+
padding: 0;
22+
width: 226px;
23+
height: 60px;
24+
}
25+
</style>
26+
<![endif]-->
27+
28+
<!--[if lte IE 7]>
29+
<style type="text/css">
30+
.no-mq .site-logo {
31+
margin: 14px 0 10px
32+
padding: 0;
33+
width: 200px;
34+
height: 36px;
35+
}
36+
body {
37+
padding-top: 80px;
38+
overflow-x:hidden;
39+
}
40+
.site-nav {
41+
margin-right: 40px;
42+
}
43+
</style>
44+
<![endif]-->
45+
</head>
46+
<body>
47+
<header class="site-header clear-fix">
48+
<a href="../" class="site-logo-container left">
49+
<img class="site-logo" src="../img/logo.svg">
50+
</a>
51+
<nav class="site-nav right">
52+
<button class="nav-btn">Menu</button>
53+
<ul class="clear-fix">
54+
<li>
55+
<a href="/about" class="nav-item" data-page="about">
56+
<span>about</span>
57+
</a>
58+
</li>
59+
<li>
60+
<a href="/work" class="nav-item" data-page="work">
61+
<span>work</span>
62+
</a>
63+
</li>
64+
<li>
65+
<a href="/contact" class="nav-item" data-page="contact">
66+
<span>contact</span>
67+
</a>
68+
</li>
69+
<li>
70+
<a href="http://blog.pebblecode.com/" class="nav-item" data-page="blog">
71+
<span>blog</span>
72+
</a>
73+
</li>
74+
</ul>
75+
</nav>
76+
<div class="site-menu"></div>
77+
</header>
78+
<header class="blog-header">
79+
<div class="blog-header-inner">
80+
<h2 class="call-out">People Champion</h1>
81+
<h3>Help us look after our most precious thing</h3>
82+
</div>
83+
</header>
84+
<section class="post">
85+
<p>pebble {code} seeks an exceptional dynamic individual to join it’s growing Innovation Consultancy as part of it’s People Operations Department. You will answer directly to the Board, championing Pebble’s values internally and externally as pebble
86+
enters its next phase of growth.</p>
87+
<p>Externally, you’ll be working to help raise the profile of the company, establishing pebble {code} as a first class innovator where the best minds go to pursue a career and solve interesting problems. Internally you’ll be working directly with the
88+
staff to embed pebble’s culture, enhance it’s social calendar and develop it’s staff. This includes developing the office environment, policies and benefits packages to make pebble {code} an outstanding place to work.</p>
89+
<h3>Duties Include</h3>
90+
<ul>
91+
<li>Organising hackdays and other profile building events</li>
92+
<li>Enhancing Pebble’s public profile and reach</li>
93+
<li>Working on staff benefits package</li>
94+
<li>Developing relationships with partner organisations, education institutions and interest groups</li>
95+
<li>External Advocacy of pebble’s Brand at events and meetups</li>
96+
<li>Assisting with the recruitment process and on boarding process for new staff</li>
97+
<li>Working to help make pebble a great place to work</li>
98+
</ul>
99+
<h3>Relevant areas of experience</h3>
100+
<ul>
101+
<li>Events planning and organisation
102+
<li>Public Relations
103+
<li>Community building
104+
<li>Brand advocacy
105+
<li>Human Resources
106+
</ul>
107+
<h3>Key Personal Attributes</h3>
108+
<ul>
109+
<li>Excellent interpersonal skills
110+
<li>Excellent writing style
111+
<li>Can do attitude
112+
<li>A passion for making things better
113+
<li>Self starter
114+
<li>Enthusiastic
115+
</ul>
116+
<p>Send your CV to
117+
<a href="mailto:jobs@pebblecode.com">jobs@pebblecode.com</a>
118+
<p>No Agencies Please</p>
119+
</section>
120+
<footer class="site-footer">
121+
<ul>
122+
<li> <a href="tel:+442033273940">+44 (0) 20 3327 3940</a> </li>
123+
<li> <a href="mailto:hello@pebblecode.com">hello@pebblecode.com</a> </li>
124+
<li> <a href="/contact">Find / Contact Us</a> </li>
125+
</ul>
126+
</footer>
127+
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
128+
<script>
129+
window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')
130+
</script>
131+
<script type="text/javascript" src="http://maps.google.com/maps/api/js?v=3&amp;sensor=false"></script>
132+
<script src="../js/vendor/masonry.min.js"></script>
133+
<script src="../js/main.min.js"></script>
134+
<script>
135+
(function(i, s, o, g, r, a, m) {
136+
i['GoogleAnalyticsObject'] = r;
137+
i[r] = i[r] || function() {
138+
(i[r].q = i[r].q || []).push(arguments)
139+
}, i[r].l = 1 * new Date();
140+
a = s.createElement(o),
141+
m = s.getElementsByTagName(o)[0];
142+
a.async = 1;
143+
a.src = g;
144+
m.parentNode.insertBefore(a, m)
145+
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
146+
ga('create', 'UA-28661003-3', 'pebblecode.com');
147+
ga('send', 'pageview');
148+
</script>
149+
</body>
150+
</html>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
title: " | Designer"
3+
---
4+
<header class="blog-header">
5+
<div class="blog-header-inner">
6+
<h2 class="call-out">Designer</h1>
7+
<h3>Join some of London's best Tech Talent</h3>
8+
</div>
9+
</header>
10+
11+
<section class="post">
12+
<p>Fed up with feeling like a tiny cog in a huge machine? Bored with strict work practices, outmoded design standards and draconian time management? By joining a small company, you are guaranteed to be a key a part of our team from day one.</p>
13+
14+
<h3>Skills and requirements</h3>
15+
<p>We are looking for candidates who are passionate about design and technology. Candidates should be able to design user interfaces using web technologies and have some opinions about trends, techniques and technologies. You will work directly with product owners and developers to deliver inspiring digital products as part of a pebble {code} team.</p>
16+
17+
<p>You may be asked to work on branding, illustrations and product and process diagrams. Furthermore you will have the opportunity to shape the strategic direction of products as part of an Agile delivery team.</p>
18+
19+
<p>pebble {code} run regular internal hack days that support our philosophy of rapid prototyping and proving ideas as quickly as possible. This is a fast-paced role where you can expect to learn new skills and be challenged.</p>
20+
21+
<p>You should have excellent visual design skills, a portfolio of work demonstrating user interface design and general graphic design skills. You will also possess basic front-end skills and a working understanding of browsers.</p>
22+
23+
<p>A London base is not mandatory – there is some flexibility regarding working hours and practices, pebble {code} is in the process of building a <a href="http://en.wikipedia.org/wiki/ROWE">Results Only Work Environment</a>, and as such is supportive of employees who are unable to be office based 5 days/week. We welcome applications from candidates who are able to be at least partly based in our London office. pebble {code} is an equal opportunities employer and welcomes all applicants eligible to work in the UK.</p>
24+
25+
<p>Remuneration: Competitive</p>
26+
27+
<p>Send your CV to <a href="mailto:jobs@pebblecode.com">jobs@pebblecode.com</a>
28+
29+
<p>No Agencies Please</p>
30+
</section>
31+
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: " | People Champion"
3+
---
4+
<header class="blog-header">
5+
<div class="blog-header-inner">
6+
<h2 class="call-out">People Champion</h1>
7+
<h3>Help us look after our most precious thing</h3>
8+
</div>
9+
</header>
10+
11+
<section class="post">
12+
<p>pebble {code} seeks an exceptional dynamic individual to join it’s growing Innovation Consultancy as part of it’s People Operations Department. You will answer directly to the Board, championing Pebble’s values internally and externally as pebble enters its next phase of growth.</p>
13+
<p>Externally, you’ll be working to help raise the profile of the company, establishing pebble {code} as a first class innovator where the best minds go to pursue a career and solve interesting problems. Internally you’ll be working directly with the staff to embed pebble’s culture, enhance it’s social calendar and develop it’s staff. This includes developing the office environment, policies and benefits packages to make pebble {code} an outstanding place to work.</p>
14+
15+
<h3>Duties Include</h3>
16+
17+
<ul>
18+
<li>Organising hackdays and other profile building events</li>
19+
<li>Enhancing Pebble’s public profile and reach</li>
20+
<li>Working on staff benefits package</li>
21+
<li>Developing relationships with partner organisations, education institutions and interest groups</li>
22+
<li>External Advocacy of pebble’s Brand at events and meetups</li>
23+
<li>Assisting with the recruitment process and on boarding process for new staff</li>
24+
<li>Working to help make pebble a great place to work</li>
25+
</ul>
26+
27+
<h3>Relevant areas of experience</h3>
28+
29+
<ul>
30+
<li>Events planning and organisation
31+
<li>Public Relations
32+
<li>Community building
33+
<li>Brand advocacy
34+
<li>Human Resources
35+
</ul>
36+
37+
<h3>Key Personal Attributes</h3>
38+
39+
<ul>
40+
<li>Excellent interpersonal skills
41+
<li>Excellent writing style
42+
<li>Can do attitude
43+
<li>A passion for making things better
44+
<li>Self starter
45+
<li>Enthusiastic
46+
</ul>
47+
48+
49+
<p>Send your CV to <a href="mailto:jobs@pebblecode.com">jobs@pebblecode.com</a>
50+
51+
<p>No Agencies Please</p>
52+
53+
</section>

0 commit comments

Comments
 (0)