Integrate 'by myself' into description and improve spacing
Changes: - Removed third line subtitle 'Built by myself' - Added 'by myself' directly into the description text - English: 'was built by myself with' - Spanish: 'fue construido por mí mismo con' - Increased spacing between title and CV title (1rem → 1.5rem) - Removed unused .info-modal-subtitle CSS - Cleaner, more natural text flow
This commit is contained in:
@@ -299,15 +299,14 @@
|
||||
<div class="info-modal-header">
|
||||
<h2>{{if eq .Lang "es"}}Acerca de este CV{{else}}About this CV{{end}}</h2>
|
||||
<div class="info-modal-cv-title">CV {{.CurrentYear}} - {JAMR}</div>
|
||||
<div class="info-modal-subtitle">{{if eq .Lang "es"}}Construido por mí mismo{{else}}Built by myself{{end}}</div>
|
||||
</div>
|
||||
|
||||
<div class="info-modal-body">
|
||||
<p class="info-modal-description">
|
||||
{{if eq .Lang "es"}}
|
||||
Este CV interactivo fue construido con <strong>Go + HTMX</strong>, demostrando arquitectura moderna de hipermedia sin frameworks pesados de JavaScript.
|
||||
Este CV interactivo fue construido por mí mismo con <strong>Go + HTMX</strong>, demostrando arquitectura moderna de hipermedia sin frameworks pesados de JavaScript.
|
||||
{{else}}
|
||||
This interactive CV was built with <strong>Go + HTMX</strong>, showcasing modern hypermedia architecture without heavy JavaScript frameworks.
|
||||
This interactive CV was built by myself with <strong>Go + HTMX</strong>, showcasing modern hypermedia architecture without heavy JavaScript frameworks.
|
||||
{{end}}
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user