Epic/cv jedi minimalism #283 create contact section#338
Epic/cv jedi minimalism #283 create contact section#338AbelDeTena wants to merge 7 commits intoLemoncode:epic/cv-jedi-minimalismfrom
Conversation
There was a problem hiding this comment.
if (profile.relevantLinks && profile.relevantLinks.length > 0)
There was a problem hiding this comment.
If we have phone display phone. Add a condition and use props to display phone
There was a problem hiding this comment.
replace by <%=link.URL%>
There was a problem hiding this comment.
replace by <%=link.URL%>
There was a problem hiding this comment.
replace by <%=link.URL%>
There was a problem hiding this comment.
replace by <%=link.URL%>
There was a problem hiding this comment.
replace by <%=link.URL%>
There was a problem hiding this comment.
replace by <%=link.URL%>
…e/manfred-export-app into epic/cv-jedi-minimalism
c1d5c26 to
55dbc95
Compare
… phones, emails o location
There was a problem hiding this comment.
This is wrong. You can get the country but not the city. Replace by:
<%_ if (profile.relevantLinks && profile.relevantLinks.length > 0 || profile.emails && profile.emails.length > 0 || profile.city || profile.country || profile.phoneNumbers && profile.phoneNumbers.length > 0) { -%>
There was a problem hiding this comment.
Two thinks:
- What happen here if we have relevantLinks por example, but not phoneNumbers?
- profile.phoneNumbers is an array, number is an item in the array
You change this, if we have phoneNumbers we display phones
There was a problem hiding this comment.
It`s wrong: number.countryCode and number.phoneNumber
There was a problem hiding this comment.
What happen here if we don't have relevantLinks?
There was a problem hiding this comment.
Refer to the file relevants-links-section.ejs in cv-monochrome-force and try to correct this file.
No description provided.