fix: fix icons
This commit is contained in:
+7
-3
@@ -48,7 +48,7 @@
|
|||||||
font-display: swap;
|
font-display: swap;
|
||||||
font-family: 'Instrument Serif';
|
font-family: 'Instrument Serif';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 300 400;
|
||||||
src: url('../fonts/instrument/instrument-serif-v5-latin-regular.woff2') format('woff2');
|
src: url('../fonts/instrument/instrument-serif-v5-latin-regular.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
font-display: swap;
|
font-display: swap;
|
||||||
font-family: 'Instrument Serif';
|
font-family: 'Instrument Serif';
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
font-weight: 400;
|
font-weight: 300 400;
|
||||||
src: url('../fonts/instrument/instrument-serif-v5-latin-italic.woff2') format('woff2');
|
src: url('../fonts/instrument/instrument-serif-v5-latin-italic.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
font-family: 'Material Symbols Outlined';
|
font-family: 'Material Symbols Outlined';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 100 700;
|
font-weight: 100 700;
|
||||||
src: url('../fonts/MaterialSymbolsOutlined[FILL,GRAD,opsz,wght].woff2') format('woff2');
|
src: url('../fonts/material-symbols-outlined.woff2') format('woff2');
|
||||||
}
|
}
|
||||||
|
|
||||||
.material-symbols-outlined {
|
.material-symbols-outlined {
|
||||||
@@ -82,6 +82,10 @@
|
|||||||
word-wrap: normal;
|
word-wrap: normal;
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
|
text-rendering: optimizeLegibility;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
font-feature-settings: 'liga';
|
||||||
|
-webkit-font-feature-settings: 'liga';
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Glass Morphism Effect */
|
/* Glass Morphism Effect */
|
||||||
|
|||||||
+1
-1
@@ -29,7 +29,7 @@
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<link rel="stylesheet" href="css/styles.css" />
|
<link rel="stylesheet" href="css/styles.css?v=1.1" />
|
||||||
</head>
|
</head>
|
||||||
<body
|
<body
|
||||||
class="bg-background-light dark:bg-background-dark font-display text-slate-900 dark:text-slate-100 selection:bg-primary/30 transition-colors duration-300"
|
class="bg-background-light dark:bg-background-dark font-display text-slate-900 dark:text-slate-100 selection:bg-primary/30 transition-colors duration-300"
|
||||||
|
|||||||
+7
-12
@@ -29,7 +29,7 @@
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<link rel="stylesheet" href="css/styles.css" />
|
<link rel="stylesheet" href="css/styles.css?v=1.1" />
|
||||||
</head>
|
</head>
|
||||||
<body
|
<body
|
||||||
class="bg-background-light dark:bg-background-dark font-display text-slate-900 dark:text-slate-100 selection:bg-primary/30 transition-colors duration-300"
|
class="bg-background-light dark:bg-background-dark font-display text-slate-900 dark:text-slate-100 selection:bg-primary/30 transition-colors duration-300"
|
||||||
@@ -135,7 +135,7 @@
|
|||||||
<h1
|
<h1
|
||||||
class="text-4xl md:text-6xl font-serif italic leading-[1.2] text-slate-900 dark:text-white mb-6 max-w-4xl font-light"
|
class="text-4xl md:text-6xl font-serif italic leading-[1.2] text-slate-900 dark:text-white mb-6 max-w-4xl font-light"
|
||||||
>
|
>
|
||||||
Cuando necesitas utilizar la tecnología para generar impacto social de forma responsable, habla con <span class="text-primary not-italic font-display font-black tracking-tighter">Itziar</span>.
|
Cuando necesites utilizar la tecnología para generar impacto social de forma responsable, habla <span class="text-primary not-italic font-display font-black tracking-tighter">conmigo</span>.
|
||||||
</h1>
|
</h1>
|
||||||
<p
|
<p
|
||||||
class="text-lg md:text-xl text-slate-600 dark:text-slate-400 max-w-2xl mb-12 leading-relaxed"
|
class="text-lg md:text-xl text-slate-600 dark:text-slate-400 max-w-2xl mb-12 leading-relaxed"
|
||||||
@@ -595,7 +595,7 @@
|
|||||||
>
|
>
|
||||||
<a
|
<a
|
||||||
class="bg-slate-900 dark:bg-slate-800 text-white px-10 py-5 rounded-2xl font-bold flex items-center justify-center gap-3 hover:bg-slate-800 dark:hover:bg-slate-700 transition-colors shadow-2xl"
|
class="bg-slate-900 dark:bg-slate-800 text-white px-10 py-5 rounded-2xl font-bold flex items-center justify-center gap-3 hover:bg-slate-800 dark:hover:bg-slate-700 transition-colors shadow-2xl"
|
||||||
href="mailto:itziar.zameza.garcia@gmail.com"
|
href="mailto:itziar.zameza@gmail.com"
|
||||||
>
|
>
|
||||||
<span class="material-symbols-outlined">mail</span>
|
<span class="material-symbols-outlined">mail</span>
|
||||||
Enviar un Email
|
Enviar un Email
|
||||||
@@ -608,7 +608,7 @@
|
|||||||
>
|
>
|
||||||
<span class="material-symbols-outlined text-2xl">link</span>
|
<span class="material-symbols-outlined text-2xl">link</span>
|
||||||
</a>
|
</a>
|
||||||
<a
|
<!-- <a
|
||||||
class="size-16 glass rounded-full flex items-center justify-center hover:text-primary transition-colors"
|
class="size-16 glass rounded-full flex items-center justify-center hover:text-primary transition-colors"
|
||||||
href="https://github.com/itziarZG"
|
href="https://github.com/itziarZG"
|
||||||
title="GitHub"
|
title="GitHub"
|
||||||
@@ -616,7 +616,7 @@
|
|||||||
<span class="material-symbols-outlined text-2xl"
|
<span class="material-symbols-outlined text-2xl"
|
||||||
>share</span
|
>share</span
|
||||||
>
|
>
|
||||||
</a>
|
</a> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -630,11 +630,6 @@
|
|||||||
href="https://www.linkedin.com/in/itziarzamezagarcia"
|
href="https://www.linkedin.com/in/itziarzamezagarcia"
|
||||||
>LinkedIn</a
|
>LinkedIn</a
|
||||||
>
|
>
|
||||||
<a
|
|
||||||
class="hover:text-primary transition-colors text-slate-600 dark:text-slate-400"
|
|
||||||
href="https://github.com/itziarZG"
|
|
||||||
>GitHub</a
|
|
||||||
>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -874,7 +869,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Modal 3: Content Processing Automation -->
|
<!-- Modal 3: Content Processing Automation -->
|
||||||
<div
|
<!-- <div
|
||||||
id="project-3-modal"
|
id="project-3-modal"
|
||||||
class="hidden fixed inset-0 bg-black/50 dark:bg-black/70 z-50 flex items-center justify-center p-4 backdrop-blur-sm"
|
class="hidden fixed inset-0 bg-black/50 dark:bg-black/70 z-50 flex items-center justify-center p-4 backdrop-blur-sm"
|
||||||
role="dialog"
|
role="dialog"
|
||||||
@@ -981,7 +976,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div> -->
|
||||||
|
|
||||||
<!-- Scripts -->
|
<!-- Scripts -->
|
||||||
<script src="js/main.js"></script>
|
<script src="js/main.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user