- added description to project
- better liste cv alignement
This commit is contained in:
26
index.html
26
index.html
@@ -16,6 +16,7 @@
|
|||||||
<link href="./styles/elements/title.css" type="text/css" rel="stylesheet">
|
<link href="./styles/elements/title.css" type="text/css" rel="stylesheet">
|
||||||
<link href="./styles/elements/cv.css" type="text/css" rel="stylesheet">
|
<link href="./styles/elements/cv.css" type="text/css" rel="stylesheet">
|
||||||
<link href="./styles/elements/infos.css" type="text/css" rel="stylesheet">
|
<link href="./styles/elements/infos.css" type="text/css" rel="stylesheet">
|
||||||
|
<link href="./styles/elements/projects.css" type="text/css" rel="stylesheet">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
@@ -50,6 +51,14 @@
|
|||||||
</pre>
|
</pre>
|
||||||
</figure>
|
</figure>
|
||||||
<h2 data-flex="center">projets réalisés</h2>
|
<h2 data-flex="center">projets réalisés</h2>
|
||||||
|
<figure data-flex="vertical parent center stretch">
|
||||||
|
<figcaption data-flex="vertical left">
|
||||||
|
<p>extension wordpress affichant les articles du site sur une carte, et permettant d'affiner la selection avec des critères</p>
|
||||||
|
<ul>
|
||||||
|
<li>lien du site : <a href="https://2022.lejourdesprofs.org/#programme" target="_blank" rel="noopener noreferrer"></a></li>
|
||||||
|
<li>lien du code : <a href="incomming" target="_blank" rel="noopener noreferrer"></a></li>
|
||||||
|
</ul>
|
||||||
|
</figcaption>
|
||||||
<iframe
|
<iframe
|
||||||
src="https://2022.lejourdesprofs.org/hugogogo/"
|
src="https://2022.lejourdesprofs.org/hugogogo/"
|
||||||
data-flex="center"
|
data-flex="center"
|
||||||
@@ -59,6 +68,7 @@
|
|||||||
title="description"
|
title="description"
|
||||||
sandbox="allow-scripts allow-popups"
|
sandbox="allow-scripts allow-popups"
|
||||||
></iframe>
|
></iframe>
|
||||||
|
</figure>
|
||||||
</section>
|
</section>
|
||||||
<!--
|
<!--
|
||||||
END PROJECTS
|
END PROJECTS
|
||||||
@@ -551,8 +561,14 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -586,12 +602,6 @@
|
|||||||
-->
|
-->
|
||||||
<figure id="banner_3">
|
<figure id="banner_3">
|
||||||
<pre class="banner t15 reverse">
|
<pre class="banner t15 reverse">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
#cv details {
|
#cv details {
|
||||||
/*
|
/*
|
||||||
*/
|
*/
|
||||||
margin: 10px 0px 10px 20px;
|
margin: 10px 0px;
|
||||||
}
|
}
|
||||||
#cv summary + * {
|
#cv summary + * {
|
||||||
/*
|
/*
|
||||||
|
|||||||
4
styles/elements/projects.css
Normal file
4
styles/elements/projects.css
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
|
||||||
|
#projects figcaption {
|
||||||
|
padding: 20px 0px;
|
||||||
|
}
|
||||||
@@ -2,7 +2,6 @@ html {
|
|||||||
font-size: 62.5%;
|
font-size: 62.5%;
|
||||||
}
|
}
|
||||||
:root {
|
:root {
|
||||||
--section_side_margin: 20px;
|
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
@@ -20,7 +19,8 @@ pre {
|
|||||||
}
|
}
|
||||||
section {
|
section {
|
||||||
justify-self: center;
|
justify-self: center;
|
||||||
margin: 50px var(--section_side_margin);
|
margin: 50px 0px;
|
||||||
|
padding: 0px 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -20,11 +20,9 @@ body, pre {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
ul {
|
ul {
|
||||||
/*
|
|
||||||
*/
|
|
||||||
display: block;
|
display: block;
|
||||||
list-style-type: "• ";
|
list-style-type: "• ";
|
||||||
padding-left: 0px;
|
padding-left: 35px;
|
||||||
/*
|
/*
|
||||||
list-style-position: outside;
|
list-style-position: outside;
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user