privacy: remove phone number from CV — private data
- Clear phone field in both EN/ES JSON data - Conditional rendering in footer, plain text, and JSON-LD - Chat agent already configured to not reveal contact details
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@
|
||||
],
|
||||
"location": "Arrecife, Las Palmas de Gran Canaria, Spain",
|
||||
"email": "txeo.msx@gmail.com",
|
||||
"phone": "+34 676875420",
|
||||
"phone": "",
|
||||
"dateOfBirth": "1980-03-02",
|
||||
"placeOfBirth": "Plasencia (Cáceres), Spain",
|
||||
"citizenship": "Spanish",
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@
|
||||
],
|
||||
"location": "Arrecife, Las Palmas de Gran Canaria, España",
|
||||
"email": "txeo.msx@gmail.com",
|
||||
"phone": "+34 676875420",
|
||||
"phone": "",
|
||||
"dateOfBirth": "1980-03-02",
|
||||
"placeOfBirth": "Plasencia (Cáceres), España",
|
||||
"citizenship": "Española",
|
||||
|
||||
@@ -14,9 +14,9 @@
|
||||
|
||||
- {{if .Icons}}📧{{else}}Email: {{end}} {{.CV.Personal.Email}}
|
||||
|
||||
- {{if .Icons}}📱{{else}}Phone: {{end}} {{.CV.Personal.Phone}}
|
||||
{{if .CV.Personal.Phone}}- {{if .Icons}}📱{{else}}Phone: {{end}} {{.CV.Personal.Phone}}
|
||||
|
||||
- {{if .Icons}}💼{{else}}LinkedIn:{{end}} {{.CV.Personal.LinkedIn}}
|
||||
{{end}}- {{if .Icons}}💼{{else}}LinkedIn:{{end}} {{.CV.Personal.LinkedIn}}
|
||||
|
||||
- {{if .Icons}}💻{{else}}GitHub: {{end}} {{.CV.Personal.GitHub}}
|
||||
|
||||
@@ -117,9 +117,9 @@
|
||||
|
||||
- {{if .Icons}}📧{{else}}Email: {{end}} {{.CV.Personal.Email}}
|
||||
|
||||
- {{if .Icons}}📱{{else}}Phone: {{end}} {{.CV.Personal.Phone}}
|
||||
{{if .CV.Personal.Phone}}- {{if .Icons}}📱{{else}}Phone: {{end}} {{.CV.Personal.Phone}}
|
||||
|
||||
- {{if .Icons}}💼{{else}}LinkedIn:{{end}} {{.CV.Personal.LinkedIn}}
|
||||
{{end}}- {{if .Icons}}💼{{else}}LinkedIn:{{end}} {{.CV.Personal.LinkedIn}}
|
||||
|
||||
- {{if .Icons}}💻{{else}}GitHub: {{end}} {{.CV.Personal.GitHub}}
|
||||
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
<a href="mailto:{{.CV.Personal.Email}}" target="_blank" rel="noopener noreferrer">{{.CV.Personal.Email}}</a>
|
||||
</div>
|
||||
</li>
|
||||
{{if .CV.Personal.Phone}}
|
||||
<li>
|
||||
<div class="footer-label">{{.UI.Footer.Phone}}</div>
|
||||
<div class="footer-separator"><i class="fa fa-circle"></i></div>
|
||||
@@ -39,6 +40,7 @@
|
||||
<a href="tel:{{.CV.Personal.Phone}}" target="_blank" rel="noopener noreferrer">{{.CV.Personal.Phone}}</a>
|
||||
</div>
|
||||
</li>
|
||||
{{end}}
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -13,8 +13,8 @@
|
||||
"description": "{{.CV.Summary}}",
|
||||
"url": "{{.CV.Personal.Website}}",
|
||||
"image": "{{.CV.Personal.Website}}/static/images/profile.jpg",
|
||||
"email": "{{.CV.Personal.Email}}",
|
||||
"telephone": "{{.CV.Personal.Phone}}",
|
||||
"email": "{{.CV.Personal.Email}}",{{if .CV.Personal.Phone}}
|
||||
"telephone": "{{.CV.Personal.Phone}}",{{end}}
|
||||
"birthDate": "{{.CV.Personal.DateOfBirth}}",
|
||||
"birthPlace": {
|
||||
"@type": "Place",
|
||||
|
||||
Reference in New Issue
Block a user