Please don't color part of a word blue and part of a word black
Open Source
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
The world must know of my skills.
Do you mean your 1337 2k1llz?
Exactly where my eyes went. Pro, Exp, ... Ski?
Professional Experience
Education
Networking information
Inerests
Skills
This is interesting as I simply copied the same styling as the previous template I was using. Would it be better to highlight the entire first word instead of the first n letters?
All of those headings are single words.
Taste is subjective, but mine says either color the whole heading or don't color it at all.
Black only. Either bold or italics if you feel the need to add emphasis.
Most resumes are parsed by tools and you'll never see fancy formatting anyways.
This type of resume isn't for the tools, it's for the humans who glance at the resume before the interview.
I've used the template this is based on before. I just set the default color to black and modified the word to be all bold.
I appreciate that OP did a perfect port though.
Experience should be listed first. Education last.
You just don't appreciate how prestigious it is to get a degree from Example U.
Uh, my dad had to donate a gazebo to example u so I could get in, and I was a legacy candidate!
Thanks for the feedback! I think this makes sense for those who do have work experience. Do you think this should still be the case for new graduates?
Also I should note you can easily change the order of things in your own CV.
Idk if this common around the world but in Germany it's because you sort from present to past.
Yes. Your education is a 5 second skim through, I would not put it at the center page. If you believe you have zero relevant experience, then omit that panel and let’s make the main focus your projects.
"C++, Python, Java" truly is the Lorem Ipsum of coding languages
This looks good.
A few unsolicited nit-picky suggestions;
- I'm not a big fan of mixing colors in a single word. 'Taky' might the be the right to describe why. I do like the color blue you used - if you're going to do it, make it the whole word. The name should also be consitent. Bold and either black or blue, not black and blue.
- The light blue and light gray body text is difficult to read. Colors should be solid black, or navy blue. Bright and 'fun' colors are heard to read for some. Assume they're colorblind or will print it on a B&W printer with poor contrast.
- I like to lead with the job title instead of the company. Where you worked is largely irrevelvant compared to what you've done at those places. It also makes it easy to combine company, city and years in one line.
- start with previous jobs (unless education was most recent or more relevant to new job). Typically the order is job > skills > education.
- Avoid italics they can be unnecessarily diffuclt to read
Engine Mechanic
Bob's Auto | City, ST | 2017-2021
Education does not need so many details (if relevant to job, include specific courses and projects). Grad date can be omitted to help obfuscate you're age (a grad from 2024 is probably inexpirenced, while a 1967 grad is going to be retiring soon).
Two lines is all you need;
Bob's University, City, ST
B.S. Computer Science, minor electrical enginnering
Thanks for all the feedback! I'll take each point into consideration as I work on the next version of the template :)
I'm working on some of the changes your suggested. Here are screenshots of the adjustments. I'm curious to hear your thoughts. Thanks!
Here is a monochrome version without colored headers. I also adjusted the default accent color, but this is user configurable as well.
Can you please post the repo of your template for people who are interested?
I added it to the original post, sorry about that!
This is great! How would you describe your experience creating this template? I've been wondering about porting the modern-cv template from LaTeX myself.
Overall it was pretty nice honestly. Especially coming from Latex. Creating a template in Latex was very difficult but in typst it's way more intuitive (at least to me) and it's easy to control every aspect of the text and its layout.
I was using a template like this several months ago, (in typst) I think someone had already ported awesomecv beforehand.
Oh really? I couldn't find a port of this before. Do you happen to have a link?
Several of the ones listed on awesome-typst are similar, notably:
Not to knock the work you have done though
Ahh yes, I tend to forget about these "awesome" lists. Thanks for the links.
It seems that Brilliant CV is a direct port of the same latex template I used to use as well. The developer references it as well in the README. I do think my template is a bit easier to use and is more up to date with the latest typst version but there are some really nice templates on there.
Somewhat unrelated question:
How do you list experience based on projects under single employer with timeline?
Right now I have it like this:
-
Consultant
Employer - 2020 - 2023
- Developer - June 2023 to August 2023
- Description 1
- Description 2
- Analyst - March 2021 - May 2022
- Description 1
- Developer - June 2023 to August 2023
I havent found any resume template that can handle this (nested experience) automatically
I put this together in a few minutes using my template. Does this address what you meant?
Here's the typst code:
#import "@preview/modern-cv:0.1.0": *
#show: resume.with(
author: (
firstname: "Person",
lastname: "Lastname",
email: "[email protected]",
phone: "111-111-1111",
github: "DeveloperPaul123",
linkedin: "LinkedIn Name",
address: "111 Road Dr. City, Place 111111",
positions: (
"Software Engineer",
"Software Architect"
)
),
date: datetime.today().display()
)
= Experience
#resume-entry(
title: "Company, Inc.",
location: "Place, Earth",
date: "2022 - 2023"
)
#secondary-justified-header(
"Developer",
"June 2023 to August 2023"
)
#resume-item[
- #lorem(10)
- #lorem(11)
]
#secondary-justified-header(
"Analyst",
"March 2021 - May 2022"
)
#resume-item[
- #lorem(10)
- #lorem(11)
]
That's awesome, I spent a day fighting with Latex to edit awesomecv without causing errors or breaking the template. Really hope Typst takes off.
I can only see the image though, not the link to your project
Someone already post that. Typst it's already a lot easier to use, with meaningful errors and markup near markdown and don't need 200x hard disk space, nor dependencies to work.
Thanks!
I added the link now and yes, I really hope typst takes off as well. I've been using it pretty extensively where I can at work and my personal life and it's so much easier than Latex. I haven't done anything too complicated yet so we'll see how it goes.
Also I added the missing link 😅
I am also in the single pager, latex CV club. I ended up splitting into two columns though like -
NAME
contact deets
-----------------------------------------
bio | current workplace
skills | old workplace (senior)
education | old workplace (midlevel)
projects | first workplace
Where can I borrow the template?
Sorry, I added the link in the post now. It's also available on typst universe.
Awesome. Thank you.
As a manager who sometimes hires, I can't say that I would ever particularly care about the education section for the types of roles I hire for, let alone put it first and foremost.
Also, personally, my own CV combines my role's duties and its achievements/projects together for each of the jobs I've had, with a primary focus on the recent.
Education section first for very junior roles. Experience first for anyone with professional experience
This CV does not exist .com