feat: update infra page (favicon, wider tagline, back button) + remove preview.html + open infra in same tab
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
8f45b413f1
commit
c755355e36
3 changed files with 6 additions and 3339 deletions
|
|
@ -3072,7 +3072,7 @@
|
||||||
${esc(id.nom)}<span class="hero-name-line2">${esc(id.prenom)}</span>
|
${esc(id.nom)}<span class="hero-name-line2">${esc(id.prenom)}</span>
|
||||||
</h1>
|
</h1>
|
||||||
<p class="hero-subtitle">${esc(id.accroche)}</p>
|
<p class="hero-subtitle">${esc(id.accroche)}</p>
|
||||||
<div style="margin-top:20px;display:inline-block"><a href="infrastructure.html" target="_blank" class="infra-btn">⚡ Voir mon infrastructure</a></div>
|
<div style="margin-top:20px;display:inline-block"><a href="infrastructure.html" class="infra-btn">⚡ Voir mon infrastructure</a></div>
|
||||||
<div class="hero-stats">
|
<div class="hero-stats">
|
||||||
${d.stats.map(s => `
|
${d.stats.map(s => `
|
||||||
<div class="stat-box">
|
<div class="stat-box">
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,8 @@
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Mon Code · Mon Infrastructure · Ma Maîtrise</title>
|
<title>Mon Code · Mon Infrastructure · Ma Maîtrise</title>
|
||||||
|
<link rel="icon" type="image/svg+xml" href="favicon.svg">
|
||||||
|
<link rel="shortcut icon" href="favicon.svg">
|
||||||
<style>
|
<style>
|
||||||
:root {
|
:root {
|
||||||
--bg: #02060d;
|
--bg: #02060d;
|
||||||
|
|
@ -610,9 +612,9 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.tagline {
|
.tagline {
|
||||||
width: min(880px, 100%);
|
width: min(1200px, 100%);
|
||||||
margin: 22px auto 0;
|
margin: 22px auto 0;
|
||||||
padding: 11px 22px;
|
padding: 11px 32px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: 1px solid var(--purple);
|
border: 1px solid var(--purple);
|
||||||
border-radius: 11px;
|
border-radius: 11px;
|
||||||
|
|
@ -714,6 +716,7 @@
|
||||||
<body>
|
<body>
|
||||||
<main class="page">
|
<main class="page">
|
||||||
<section class="tagline" style="margin: 0 auto 18px;">
|
<section class="tagline" style="margin: 0 auto 18px;">
|
||||||
|
<div style="text-align:left;margin-bottom:10px"><a href="index.html" style="color:var(--muted);font-size:12px;text-decoration:none;letter-spacing:.08em;text-transform:uppercase;">← Retour au CV</a></div>
|
||||||
<h1><span class="blue-text">MON CODE.</span> <span class="green-text">MON INFRASTRUCTURE.</span> <span
|
<h1><span class="blue-text">MON CODE.</span> <span class="green-text">MON INFRASTRUCTURE.</span> <span
|
||||||
class="orange-text">MA MAÎTRISE.</span></h1>
|
class="orange-text">MA MAÎTRISE.</span></h1>
|
||||||
<p>Liberté, performance et sécurité au service de mon identité professionnelle.</p>
|
<p>Liberté, performance et sécurité au service de mon identité professionnelle.</p>
|
||||||
|
|
|
||||||
3336
preview.html
3336
preview.html
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue