Skip to content

Commit

Permalink
Renamed to LetesDev
Browse files Browse the repository at this point in the history
  • Loading branch information
letesdev committed Dec 25, 2024
1 parent 19c0465 commit 5c91fc6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions cv.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"basics": {
"name": "Carlos Santos Seisdedos",
"name": "LetesDev",
"label": "Ingeniero de Telecomunicaciones y Robótica",
"meta": "Ingeniero de Telecomunicaciones y Robótica, con experiencia en ADAS, programación y Cloud.",
"image": "/portfolio/me.webp",
Expand All @@ -24,7 +24,7 @@
"profiles": [
{
"network": "LinkedIn",
"username": "Carlos Santos Seisdedos",
"username": "Carlos Santos",
"url": "https://linkedin.com/in/carlossantosseisdedos"
},
{
Expand Down
2 changes: 1 addition & 1 deletion cv_english.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"basics": {
"name": "Carlos Santos Seisdedos",
"name": "LetesDev",
"label": "Full-Stack developer with more than 15 years of experience & development content creator",
"image": "/me.webp",
"email": "[email protected]",
Expand Down
9 changes: 4 additions & 5 deletions src/components/sections/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
import { basics } from "@cv"
import Section from "@/components/Section.astro"
import Mail from "@/icons/Mail.astro"
import Phone from "@/icons/Phone.astro"
import X from "@/icons/X.astro"
import LinkedIn from "@/icons/LinkedIn.astro"
import GitHub from "@/icons/GitHub.astro"
import WorldMap from "@/icons/WorldMap.astro"
import CV from "@/icons/cv.astro"
import type { SocialIcon } from "@/types"
import Cv from "@/icons/cv.astro"
const { name, label, image, location, profiles, email, cv } = basics
const { city, region } = location
Expand All @@ -24,14 +23,14 @@ const SOCIAL_ICONS: SocialIcon = {
const linkedInfo = profiles.find(({ network }) => network === "LinkedIn")
const linkedUrl = linkedInfo?.url
const printInfo = [email, linkedUrl].filter(Boolean).join("")
// const printInfo = [email, linkedUrl].filter(Boolean).join(" • ")
---

<Section>
<div id="container" class="flex flex-col-reverse sm:flex-row items-center justify-between gap-4">
<div id="info" class="flex justify-center items-center sm:items-start pr-0 flex-col gap-1 sm:gap-2 sm:pr-8">
<h1 class="font-headers font-bold text-3xl text-center sm:text-left">{name}</h1>
<h2 class="text-gray-800 dark:text-white font-headers leading-6 font-medium text-[1.1rem] sm:text-wrap text-center sm:text-left">{label}</h2>
<h1 class="font-monospace font-bold text-3xl text-center sm:text-left">{name}</h1>
<h2 class="text-gray-800 dark:text-white font-monospace leading-6 font-medium text-[1.1rem] sm:text-wrap text-center sm:text-left">{label}</h2>
<span class="text-gray-600 dark:text-slate-400 flex items-center gap-1 font-medium text-xs tracking-tight text-center sm:text-left">
<WorldMap />
{city}, {region}
Expand Down
2 changes: 1 addition & 1 deletion src/content/posts/100-horas-ojos-cerrados-iPhone.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
title: 'Llevo (casi) 100 horas con los ojos cerrados y así es como el iPhone me ha ayudado'
date: 2024-04-16
description: 'Tips de configuración para el iPhone, para ayudarte después de una operación de miopía.'
author: 'Carlos Santos Seisdedos'
author: 'LetesDev'
draft: false
tags: ["astro", "bloguear", "aprender en público"]
---
Expand Down

0 comments on commit 5c91fc6

Please sign in to comment.