Skip to content

Commit 690a091

Browse files
committed
feat: combine multiple roles at the same company into one block
1 parent 5199f53 commit 690a091

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

assets/styles/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,10 @@ main .header-details h3 {
499499
padding-bottom: 15px;
500500
}
501501

502+
.header-details.spaced {
503+
margin-top: 20px;
504+
}
505+
502506
main .header-details h4 {
503507
padding-bottom: 10px;
504508
}

pages/profile.html

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,9 @@ <h4>Weight</h4>
103103
<section class="area">
104104
<div class="header-details">
105105
<h3>Deliveroo</h3>
106-
<p class="tag">July 2022 - Present</p>
106+
<p class="tag">December 2020 - Present</p>
107107
<h4>Staff Software Engineer</h4>
108+
<p class="tag">July 2022 - Present</p>
108109
</div>
109110
<p>
110111
Going from 6 engineers in Care to over 18 has necessitated the Care team grow, split, and redefine its
@@ -159,13 +160,10 @@ <h4>Sentry</h4>
159160
<h4>On Call</h4>
160161
</div>
161162
</div>
162-
</section>
163163

164-
<section class="area">
165-
<div class="header-details">
166-
<h3>Deliveroo</h3>
167-
<p class="tag">December 2020 - July 2022</p>
164+
<div class="header-details spaced">
168165
<h4>Senior Software Engineer</h4>
166+
<p class="tag">December 2020 - June 2022</p>
169167
</div>
170168
<p>
171169
Deliveroo have many facets to their operation, and one that's not
@@ -334,8 +332,9 @@ <h4>Gitlab CI</h4>
334332
<section class="area">
335333
<div class="header-details">
336334
<h3>Sky Betting & Gaming</h3>
337-
<p class="tag">Nov 2017 - Jan 2019</p>
335+
<p class="tag">Nov 2015 - Jan 2019</p>
338336
<h4>Senior Software Engineer</h4>
337+
<p class="tag">Nov 2017 - Jan 2019</p>
339338
</div>
340339
<p>
341340
After 2 years and moving to the Vegas product, I applied for and
@@ -384,13 +383,10 @@ <h4>Chef</h4>
384383
<h4>On Call</h4>
385384
</div>
386385
</div>
387-
</section>
388386

389-
<section class="area">
390-
<div class="header-details">
391-
<h3>Sky Betting & Gaming</h3>
392-
<p class="tag">Nov 2015 - Nov 2017</p>
387+
<div class="header-details spaced">
393388
<h4>Software Engineer</h4>
389+
<p class="tag">Nov 2015 - Nov 2017</p>
394390
</div>
395391
<p>
396392
I was offered a job via the refer-a-friend scheme, and was placed into

0 commit comments

Comments
 (0)