Datasets:

Modalities:
Image
Tags:
code
Libraries:
Datasets
License:
File size: 6,668 Bytes
a01128b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
<!DOCTYPE html>
<html lang="en">
 <head>
  <meta charset="utf-8">
  <meta content="width=device-width, initial-scale=1.0" name="viewport">
  <title>
   [NAME REDACTED] - Software Engineer
  </title>
  <meta content="Patrick Brosset's resume, work experience and education. Senior web developer skilled in many disciplines, ranging from building high-traffic dynamic websites to architecting complex web applications for professional users, as well as team leading." name="description">
  <meta content="Patrick Brosset" name="author">
  <style>
   body {
    font-family: Georgia, sans-serif;
    line-height: 1.5em;
    color: #333;
    background: #eee;
  }

  a {
    color: rgb(14, 175, 228);
  }

  a:hover {
    background: rgb(14, 175, 228);
    color: white;
    text-decoration: none;
  }

  .container {
    margin: 2em auto;
    padding: 2em;
    box-sizing: border-box;
    max-width: 700px;
    min-width: 400px;
    background: white;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px;
    position: relative;
  }

  h1 {
    font-weight: normal;
    font-size: 3em;
    margin: 0 0 .5em 0;
    letter-spacing: -.05em;
    line-height: 1em;
    width: 50%;
  }

  aside {
    position: absolute;
    top: 2em;
    right: 2em;
    width: 50%;
  }

  aside a {
    display: block;
    text-align: right;
    float: right;
    clear: right;
    margin-right: 25px;
    position: relative;
  }

  aside a::after {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    top: 2px;
    right: -25px;
  }

  aside a.twitter::after {
    background-image: url(twitter.png);
  }

  aside a.linkedin::after {
    background-image: url(linkedin.png);
  }

  aside a.github::after {
    background-image: url(github.png);
  }

  article {
    padding: 0 0 1.5em 1em;
    border-left: 1px dotted rgb(14, 175, 228);
  }

  article:last-child {
    padding-bottom: 0;
  }

  article h2 {
    font-weight: normal;
    font-size: 1.4em;
    margin: 0;
    position: relative;
  }

  article h2::before {
    content: "";
    display: block;
    position: absolute;
    left: -1em;
    top: .3em;
    width: .5em;
    height: .5em;
    border-radius: 50%;
    box-sizing: border-box;
    border: .15em solid rgb(14, 175, 228);
    background: white;
  }

  article h3 {
    font-weight: normal;
    font-size: .9em;
    color: #777;
    margin: 0;
  }

  article .content {
    margin-top: 1.5em;
  }

  article .content p {
    margin: 0;
  }
  </style>
 </head>
 <body>
  <div class="container" role="main">
   <h1>
    [NAME REDACTED]
   </h1>
   <aside>
    <a class="twitter" target="blank">
     [TWITTER REDACTED]
    </a>
    <a class="github" target="blank">
     [GITHUB REDACTED]
    </a>
    <a class="linkedin" target="blank">
     [LINKEDIN REDACTED]
    </a>
   </aside>
   <article>
    <h2>
     Engineer Manager
    </h2>
    <h3>
     <a target="blank">
      Mozilla
     </a>
     , France, May 2015 &raquo; Now
    </h3>
    <div class="content">
     <p>
      Managing a part of the Firefox developer tools engineering team and owner of the Inspector tool.
     </p>
    </div>
   </article>
   <article>
    <h2>
     Senior Development Engineer
    </h2>
    <h3>
     <a target="blank">
      Mozilla
     </a>
     , France, August 2013 &raquo; May 2015
    </h3>
    <div class="content">
     <p>
      Working on the Firefox developer tools, in charge of the HTML/CSS inspector part.
     </p>
    </div>
   </article>
   <article>
    <h2>
     Senior Web Development Engineer
    </h2>
    <h3>
     <a target="blank">
      Amadeus
     </a>
     , France, July 2012 &raquo; August 2013
    </h3>
    <div class="content">
     <p>
      Working on the next generation mission-critical HTML5 user interfaces for the Airport IT industry.
      <br>
      Targetting modern browsers using HTML5, CSS3 and client-side templating.
     </p>
    </div>
   </article>
   <article>
    <h2>
     Team Leader
    </h2>
    <h3>
     <a target="blank">
      Amadeus
     </a>
     , France, June 2009 &raquo; July 2012
    </h3>
    <div class="content">
     <p>
      In charge of the team developing the Amadeus
      <a target="blank">
       aria templates
      </a>
      web user interface framework.
      <br>
      Team focused on delivering a fast, reliable and scalable software that enables professional ajax-based web applications to be built.
      <br>
      I helped create the team, put processes in place (introduced SCRUM methodology) and I managed it for about 3 years to make it the official Amadeus UI framework, used by hundreds within the company, and now also open sourced.
     </p>
    </div>
   </article>
   <article>
    <h2>
     Web Development Engineer
    </h2>
    <h3>
     <a target="blank">
      Amadeus
     </a>
     , France, January 2008 &raquo; May 2009
    </h3>
    <div class="content">
     <p>
      Using a variety of technologies from Java/J2EE to Ajax, Javascript, HTML and CSS, I participated in the design/architecture, development and maintenance of the Amadeus' client/server framework.
      <br>
      Helping and training other development teams using the framework to implement web applications for travel agencies and airlines.
      <br>
      During that experience, I also worked on one of Amadeus' airlines retail sites engine, primarily focused on improving the Javascript and CSS layers of the application.
     </p>
    </div>
   </article>
   <article>
    <h2>
     Web Development Engineer
    </h2>
    <h3>
     <a target="blank">
      Astek
     </a>
     , France, July 2006 &raquo; January 2008
    </h3>
    <div class="content">
     <p>
      Software engineer contracting for Amadeus, working on
      <a target="blank">
       aircanada.com
      </a>
      .
      <br>
      Implemented and maintained several of the booking pages, implementing mockups provided by the customer, and especially helping on the CSS part.
     </p>
    </div>
   </article>
   <article>
    <h2>
     Web Designer/Developer
    </h2>
    <h3>
     <a target="blank">
      Zoe Communications
     </a>
     , New Zealand, June 2004 &raquo; February 2006
    </h3>
    <div class="content">
     <p>
      Web developer and designer for small to medium size New Zealand companies.
      <br>
      Responsible for the complete design phase, from early meetings with clients, to mockup proposals and final working HTML versions.
      <br>
      Development of the site using PHP/MySQL and an internal CMS.
     </p>
    </div>
   </article>
  </div>
 </body>
</html>