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>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<meta name="author" content="edpibu" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta name="author" content="edpibu">
|
||||
<meta
|
||||
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>
|
||||
|
||||
<link rel="canonical" href="https://edgarpierre.fr/" />
|
||||
<link rel="icon" href="static/svg/logo.svg" />
|
||||
<link rel="canonical" href="https://edgarpierre.fr/">
|
||||
<link rel="icon" href="static/svg/logo.svg">
|
||||
|
||||
<link rel="stylesheet" href="static/fonts/inter/inter.css" />
|
||||
<link rel="stylesheet" href="static/fonts/remix/remixicon.css" />
|
||||
<link rel="stylesheet" href="static/css/main.css" />
|
||||
<link rel="stylesheet" media="print" href="static/css/print.css" />
|
||||
<link rel="stylesheet" href="static/fonts/inter/inter.css">
|
||||
<link rel="stylesheet" href="static/fonts/remix/remixicon.css">
|
||||
<link rel="stylesheet" href="static/css/main.css">
|
||||
<link rel="stylesheet" media="print" href="static/css/print.css">
|
||||
|
||||
<link
|
||||
rel="preload"
|
||||
href="static/fonts/inter/Inter.var.woff2?v=3.19"
|
||||
as="font"
|
||||
type="font/woff2"
|
||||
crossorigin />
|
||||
crossorigin>
|
||||
<link
|
||||
rel="preload"
|
||||
href="static/fonts/remix/remixicon.woff2?t=1678097420828"
|
||||
as="font"
|
||||
type="font/woff2"
|
||||
crossorigin />
|
||||
crossorigin>
|
||||
</head>
|
||||
<body>
|
||||
<div class="info">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
<div class="block img-block">
|
||||
<img srcset="static/img/pic1.webp, 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 srcset="static/img/pic3.webp, static/img/pic3x2.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 src="static/img/pic2.webp" srcset="static/img/pic2x2.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>
|
||||
|
||||
<h2>Contact</h2>
|
||||
|
@ -79,7 +79,7 @@
|
|||
</dt>
|
||||
<dd>
|
||||
<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>
|
||||
<span class="start">2022</span>
|
||||
2023
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue