Refactor HTML structure for consistency and readability
This commit is contained in:
parent
6c3a2f2d05
commit
84f438db74
1 changed files with 17 additions and 17 deletions
|
@ -1,47 +1,47 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="fr">
|
<html lang="fr">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||||
<meta name="author" content="edpibu" />
|
<meta name="author" content="edpibu">
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="Professeur agrégé en Sciences Industrielles de l'Ingénieur, Option Ingénierie des Constructions." />
|
content="Professeur agrégé en Sciences Industrielles de l'Ingénieur, Option Ingénierie des Constructions.">
|
||||||
|
|
||||||
<title>Edgar P. Burkhart</title>
|
<title>Edgar P. Burkhart</title>
|
||||||
|
|
||||||
<link rel="canonical" href="https://edgarpierre.fr/" />
|
<link rel="canonical" href="https://edgarpierre.fr/">
|
||||||
<link rel="icon" href="static/svg/logo.svg" />
|
<link rel="icon" href="static/svg/logo.svg">
|
||||||
|
|
||||||
<link rel="stylesheet" href="static/fonts/inter/inter.css" />
|
<link rel="stylesheet" href="static/fonts/inter/inter.css">
|
||||||
<link rel="stylesheet" href="static/fonts/remix/remixicon.css" />
|
<link rel="stylesheet" href="static/fonts/remix/remixicon.css">
|
||||||
<link rel="stylesheet" href="static/css/main.css" />
|
<link rel="stylesheet" href="static/css/main.css">
|
||||||
<link rel="stylesheet" media="print" href="static/css/print.css" />
|
<link rel="stylesheet" media="print" href="static/css/print.css">
|
||||||
|
|
||||||
<link
|
<link
|
||||||
rel="preload"
|
rel="preload"
|
||||||
href="static/fonts/inter/Inter.var.woff2?v=3.19"
|
href="static/fonts/inter/Inter.var.woff2?v=3.19"
|
||||||
as="font"
|
as="font"
|
||||||
type="font/woff2"
|
type="font/woff2"
|
||||||
crossorigin />
|
crossorigin>
|
||||||
<link
|
<link
|
||||||
rel="preload"
|
rel="preload"
|
||||||
href="static/fonts/remix/remixicon.woff2?t=1678097420828"
|
href="static/fonts/remix/remixicon.woff2?t=1678097420828"
|
||||||
as="font"
|
as="font"
|
||||||
type="font/woff2"
|
type="font/woff2"
|
||||||
crossorigin />
|
crossorigin>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="info">
|
<div class="info">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<img class="logo" width="64" height="64" src="static/svg/logo.svg" alt="" />
|
<img class="logo" width="64" height="64" src="static/svg/logo.svg" alt="">
|
||||||
<h1>Edgar P. <strong>Burkhart</strong></h1>
|
<h1>Edgar P. <strong>Burkhart</strong></h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="block img-block">
|
<div class="block img-block">
|
||||||
<img srcset="static/img/pic1.webp, static/img/pic1x2.webp 2x" alt="" width="288" height="96" />
|
<img src="static/img/pic1.webp" srcset="static/img/pic1x2.webp 2x" alt="" width="288" height="96">
|
||||||
<img srcset="static/img/pic2.webp, static/img/pic2x2.webp 2x" alt="" width="288" height="96" />
|
<img src="static/img/pic2.webp" srcset="static/img/pic2x2.webp 2x" alt="" width="288" height="96">
|
||||||
<img srcset="static/img/pic3.webp, static/img/pic3x2.webp 2x" alt="" width="288" height="96" />
|
<img src="static/img/pic3.webp" srcset="static/img/pic3x2.webp 2x" alt="" width="288" height="96">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h2>Contact</h2>
|
<h2>Contact</h2>
|
||||||
|
@ -79,7 +79,7 @@
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<strong>STI2D et BTS Maintenance des Systèmes</strong>,
|
<strong>STI2D et BTS Maintenance des Systèmes</strong>,
|
||||||
<em>Lycée du Pays de Soule</em>, Chéraute.</dd></dd>
|
<em>Lycée du Pays de Soule</em>, Chéraute.</dd>
|
||||||
<dt>
|
<dt>
|
||||||
<span class="start">2022</span>
|
<span class="start">2022</span>
|
||||||
2023
|
2023
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue