feat: improve Drolosoft responsibilities layout with grid-based design

- Added CSS grid layout for responsibilities with company logos
- 60px logo column on left, flexible text column on right
- Matches main experience items layout style
- Removed inline styles, using pure CSS for sizing
- Updated JSON structure to use img+div instead of inline images
- Added proper alt attributes to images
- Verified with Playwright testing - all layouts render correctly
This commit is contained in:
juanatsap
2025-11-08 08:38:43 +00:00
parent 221e0b8913
commit c7e3695375
3 changed files with 32 additions and 8 deletions
+4 -4
View File
@@ -159,10 +159,10 @@
"endDate": "2017-08",
"current": false,
"responsibilities": [
"<img src='/static/images/companies/megabanner.png' width='20' height='20' style='vertical-align: middle; margin-right: 6px; border-radius: 2px;'><strong>Megabanner (Dec 2016 - Aug 2017):</strong> Rapidly prototyped new data processing capabilities to confirm integration feasibility into existing systems, integrated with a video system for the inclusion of advertisements into gas station networks, built databases and table structures for web applications, translated technical concepts and information into terms parties could easily comprehend",
"<img src='/static/images/companies/ebantic.png' width='20' height='20' style='vertical-align: middle; margin-right: 6px; border-radius: 2px;'><strong><a href='https://ebantic.com/en/' target='_blank' rel='noopener noreferrer'>Ebantic</a> (Sep 2016 - Apr 2017):</strong> Worked with back-end developers to design APIs, oversaw and implemented automated build and deployment pipelines, analyzed existing software implementations to identify areas requiring improvement, tested functional compliance of company products, tested and deployed scalable and highly available software products",
"<img src='/static/images/companies/everis.png' width='20' height='20' style='vertical-align: middle; margin-right: 6px; border-radius: 2px;'><strong><a href='https://www.everis.com/' target='_blank' rel='noopener noreferrer'>Everis</a> (Apr 2016 - Nov 2016):</strong> Created two React applications for two different clients, implemented modern frontend architectures with React ecosystem",
"<img src='/static/images/companies/indra.png' width='20' height='20' style='vertical-align: middle; margin-right: 6px; border-radius: 2px;'><strong><a href='https://www.indracompany.com/' target='_blank' rel='noopener noreferrer'>Indra</a> (Sep 2015 - Feb 2016):</strong> Discussed project progress with customers, collected feedback on different stages, directly addressed customer concerns and implemented solutions"
"<img src='/static/images/companies/megabanner.png' alt='Megabanner'><div><strong>Megabanner (Dec 2016 - Aug 2017):</strong> Rapidly prototyped new data processing capabilities to confirm integration feasibility into existing systems, integrated with a video system for the inclusion of advertisements into gas station networks, built databases and table structures for web applications, translated technical concepts and information into terms parties could easily comprehend</div>",
"<img src='/static/images/companies/ebantic.png' alt='Ebantic'><div><strong><a href='https://ebantic.com/en/' target='_blank' rel='noopener noreferrer'>Ebantic</a> (Sep 2016 - Apr 2017):</strong> Worked with back-end developers to design APIs, oversaw and implemented automated build and deployment pipelines, analyzed existing software implementations to identify areas requiring improvement, tested functional compliance of company products, tested and deployed scalable and highly available software products</div>",
"<img src='/static/images/companies/everis.png' alt='Everis'><div><strong><a href='https://www.everis.com/' target='_blank' rel='noopener noreferrer'>Everis</a> (Apr 2016 - Nov 2016):</strong> Created two React applications for two different clients, implemented modern frontend architectures with React ecosystem</div>",
"<img src='/static/images/companies/indra.png' alt='Indra'><div><strong><a href='https://www.indracompany.com/' target='_blank' rel='noopener noreferrer'>Indra</a> (Sep 2015 - Feb 2016):</strong> Discussed project progress with customers, collected feedback on different stages, directly addressed customer concerns and implemented solutions</div>"
],
"technologies": [
"React",