Skip to content

Commit ae97c0a

Browse files
committed
Tweak work experience headings
1 parent 728ab5f commit ae97c0a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

resume.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
work:
4444
- title: Software Developer
4545
company: AdGear
46-
location: Montréal, Québec, Canada
46+
location: Montréal
4747
start: October 2015
4848
end: present
4949
stack: [Knockout.js, Ruby on Rails, PostgreSQL, Capistrano]
@@ -54,7 +54,7 @@
5454

5555
- title: Software Developer
5656
company: Busbud
57-
location: Montréal, Québec, Canada
57+
location: Montréal
5858
start: December 2013
5959
end: April 2015
6060
stack: [Node.js, Express, PostgreSQL, Redis, Heroku, AWS]
@@ -92,9 +92,9 @@ <h3>Work Experience</h3>
9292

9393
{% for job in page.resume.work %}
9494
<h4>
95-
{{ job.title }}, {{ job.start }} {{ job.end }}
95+
{{ job.title }}, {{ job.company }} ({{ job.location }})
9696
<br>
97-
<small>{{ job.company }}, {{ job.location }}</small>
97+
<small>{{ job.start }}{{ job.end }}</small>
9898
</h4>
9999
<p>{{ job.stack | join:', ' }}</p>
100100
<ul>

0 commit comments

Comments
 (0)