Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
f9fabd2c54 | |||
d1dcfa18fa | |||
6123c61de3 | |||
f1aae27099 | |||
7c74245736 | |||
8339b4a49b | |||
989e53330f |
@ -39,7 +39,7 @@
|
|||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<sup>Date de mise à jour de la page : 01/05/2021</sup>
|
<sup>Date de mise à jour de la page : 11/05/2021</sup>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@ -81,6 +81,7 @@
|
|||||||
<div class="inner">
|
<div class="inner">
|
||||||
<h4>PROJETS</h4>
|
<h4>PROJETS</h4>
|
||||||
<ul class="alt">
|
<ul class="alt">
|
||||||
|
<li>Construction d'un site web personnel et des services associés (serveur, applications web, etc...) - <a href="https://git.adriencharbonneau.fr/Adrien/Site-internet"><b>accès à l'évolution du projet</b></a></li>
|
||||||
<li>Nocturnal Bird Migration</li>
|
<li>Nocturnal Bird Migration</li>
|
||||||
<li>Silent-Cities</li>
|
<li>Silent-Cities</li>
|
||||||
</ul>
|
</ul>
|
||||||
@ -96,7 +97,7 @@
|
|||||||
<ul class="copyright">
|
<ul class="copyright">
|
||||||
<li>© Adrien CHARBONNEAU - 2021. Tous droits réservés.</li>
|
<li>© Adrien CHARBONNEAU - 2021. Tous droits réservés.</li>
|
||||||
<li>Inspiré de : <a href="http://html5up.net">HTML5 UP</a></li>
|
<li>Inspiré de : <a href="http://html5up.net">HTML5 UP</a></li>
|
||||||
<li><img style="margin-right: .5rem; vertical-align: middle;" src="images/git.png" width="25px" height="25px"><b>Version : </b><span class="git git_color1 blanc"> v1.0 </span><b> Branch : </b><span class="git git_color1 blanc"> master </span>
|
<li><a href="https://git.adriencharbonneau.fr/Adrien/Site-internet" class="a_git"><img style="margin-right: .5rem; vertical-align: middle;" src="images/GIT.svg" width="25px" height="25px"><b>Version : </b><span class="git git_color1 blanc"> v1.1 </span><b> Branch : </b><span class="git git_color1 blanc"> master </span></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
@ -18,7 +18,9 @@ section, summary, time, mark, audio, video {
|
|||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
font: inherit;
|
font: inherit;
|
||||||
vertical-align: baseline;}
|
vertical-align: baseline;}
|
||||||
|
.a_git {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
.git {
|
.git {
|
||||||
font-size: 75%;
|
font-size: 75%;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -29,7 +31,7 @@ section, summary, time, mark, audio, video {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.git_color1 {
|
.git_color1 {
|
||||||
background-color: #4aca62;
|
background-color: #4cae4f; /* ancien 4aca62 */
|
||||||
}
|
}
|
||||||
|
|
||||||
.blanc {
|
.blanc {
|
||||||
@ -157,7 +159,7 @@ input, select, textarea {
|
|||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
border-bottom-color: transparent;
|
border-bottom-color: transparent;
|
||||||
color: #4ACA62 !important;
|
color: #4cae4f !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
strong, b {
|
strong, b {
|
||||||
@ -1826,7 +1828,7 @@ input, select, textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
header.major h2 {
|
header.major h2 {
|
||||||
color: #4ACA62;
|
color: #4cae4f;
|
||||||
font-size: 3.5em;
|
font-size: 3.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1889,7 +1891,7 @@ input, select, textarea {
|
|||||||
input[type="email"]:focus,
|
input[type="email"]:focus,
|
||||||
select:focus,
|
select:focus,
|
||||||
textarea:focus {
|
textarea:focus {
|
||||||
border-color: #4ACA62;
|
border-color: #4cae4f;
|
||||||
}
|
}
|
||||||
|
|
||||||
select {
|
select {
|
||||||
@ -1994,7 +1996,7 @@ input, select, textarea {
|
|||||||
|
|
||||||
input[type="checkbox"]:focus + label:before,
|
input[type="checkbox"]:focus + label:before,
|
||||||
input[type="radio"]:focus + label:before {
|
input[type="radio"]:focus + label:before {
|
||||||
border-color: #4ACA62;
|
border-color: #4cae4f;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="checkbox"] + label:before {
|
input[type="checkbox"] + label:before {
|
||||||
@ -2453,7 +2455,7 @@ input, select, textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
ul.feature-icons li:before {
|
ul.feature-icons li:before {
|
||||||
background: #4ACA62;
|
background: #4cae4f;
|
||||||
border-radius: 100%;
|
border-radius: 100%;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
display: block;
|
display: block;
|
||||||
@ -2669,7 +2671,7 @@ input, select, textarea {
|
|||||||
input[type="reset"].primary,
|
input[type="reset"].primary,
|
||||||
input[type="button"].primary,
|
input[type="button"].primary,
|
||||||
.button.primary {
|
.button.primary {
|
||||||
background-color: #4ACA62;
|
background-color: #4cae4f;
|
||||||
color: #ffffff !important;
|
color: #ffffff !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -2765,7 +2767,7 @@ input, select, textarea {
|
|||||||
-webkit-justify-content: space-between;
|
-webkit-justify-content: space-between;
|
||||||
-ms-justify-content: space-between;
|
-ms-justify-content: space-between;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
background: #4ACA62;
|
background: #4cae4f;
|
||||||
color: #d2f2e9;
|
color: #d2f2e9;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
@ -2874,12 +2876,12 @@ input, select, textarea {
|
|||||||
|
|
||||||
#menu a:hover {
|
#menu a:hover {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #4ACA62 !important;
|
color: #4cae4f !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header > nav ul li a.active {
|
#header > nav ul li a.active {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
color: #4ACA62 !important;
|
color: #4cae4f !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header > nav ul li:first-child {
|
#header > nav ul li:first-child {
|
||||||
@ -3147,7 +3149,7 @@ input, select, textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#titleBar .toggle:before {
|
#titleBar .toggle:before {
|
||||||
background: #4ACA62;
|
background: #4cae4f;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
content: '\f0c9';
|
content: '\f0c9';
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
inkscape:groupmode="layer"
|
inkscape:groupmode="layer"
|
||||||
id="layer1">
|
id="layer1">
|
||||||
<path
|
<path
|
||||||
style="fill:#4aca62;fill-opacity:1;stroke:#4aca62;stroke-width:2.59184;stroke-opacity:1"
|
style="fill:#4cae4f;fill-opacity:1;stroke:#4cae4f;stroke-width:2.59184;stroke-opacity:1"
|
||||||
d="M 103.9962,270.31995 H 97.3487 L 36.021874,209.69006 -25.304957,149.06015 v -7.22293 -7.22293 L 15.426034,93.594848 56.15702,52.575399 l 14.9935,14.837052 14.9935,14.837051 v 8.102901 8.102901 l 5.18367,4.691156 5.18368,4.69116 v 34.5881 34.5881 l -5.18368,5.18368 -5.18367,5.18367 v 8.88332 8.88331 l 7.01537,5.51829 7.01537,5.5183 6.59178,-1.55295 6.59176,-1.55294 4.53572,-5.36029 4.53571,-5.36028 v -5.84293 -5.84293 l -5.18367,-6.58997 -5.18367,-6.58998 V 143.00856 108.525 l 12.95918,12.76432 12.95918,12.76432 v 7.3428 7.34279 l 6.36178,6.36179 6.36178,6.36178 h 6.31027 6.31027 l 5.90278,-4.77978 5.90278,-4.77979 v -8.14595 -8.14596 l -4.72143,-5.21712 -4.72143,-5.21712 h -8.1103 -8.11031 l -13.5186,-13.68865 -13.51861,-13.688643 v -7.163861 -7.16386 l -6.36178,-6.361783 -6.36178,-6.36178 h -7.3339 -7.3339 L 80.87181,56.371409 66.70524,41.994317 81.38037,27.861204 96.05551,13.72809 h 7.19235 7.19235 l 60.42333,60.274601 60.42333,60.274599 v 7.69973 7.69974 l -60.32158,60.3216 -60.32159,60.32159 z"
|
d="M 103.9962,270.31995 H 97.3487 L 36.021874,209.69006 -25.304957,149.06015 v -7.22293 -7.22293 L 15.426034,93.594848 56.15702,52.575399 l 14.9935,14.837052 14.9935,14.837051 v 8.102901 8.102901 l 5.18367,4.691156 5.18368,4.69116 v 34.5881 34.5881 l -5.18368,5.18368 -5.18367,5.18367 v 8.88332 8.88331 l 7.01537,5.51829 7.01537,5.5183 6.59178,-1.55295 6.59176,-1.55294 4.53572,-5.36029 4.53571,-5.36028 v -5.84293 -5.84293 l -5.18367,-6.58997 -5.18367,-6.58998 V 143.00856 108.525 l 12.95918,12.76432 12.95918,12.76432 v 7.3428 7.34279 l 6.36178,6.36179 6.36178,6.36178 h 6.31027 6.31027 l 5.90278,-4.77978 5.90278,-4.77979 v -8.14595 -8.14596 l -4.72143,-5.21712 -4.72143,-5.21712 h -8.1103 -8.11031 l -13.5186,-13.68865 -13.51861,-13.688643 v -7.163861 -7.16386 l -6.36178,-6.361783 -6.36178,-6.36178 h -7.3339 -7.3339 L 80.87181,56.371409 66.70524,41.994317 81.38037,27.861204 96.05551,13.72809 h 7.19235 7.19235 l 60.42333,60.274601 60.42333,60.274599 v 7.69973 7.69974 l -60.32158,60.3216 -60.32159,60.32159 z"
|
||||||
id="path40"
|
id="path40"
|
||||||
inkscape:export-xdpi="9.8000002"
|
inkscape:export-xdpi="9.8000002"
|
||||||
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 2.8 KiB |
BIN
images/git.png
BIN
images/git.png
Binary file not shown.
Before Width: | Height: | Size: 3.3 KiB |
@ -47,11 +47,12 @@
|
|||||||
</nav>
|
</nav>
|
||||||
<footer>
|
<footer>
|
||||||
<ul class="icons">
|
<ul class="icons">
|
||||||
<li><a href="https://www.linkedin.com/in/adrien-charbonneau/" target="_blank" class="icon brands fa-linkedin-in" title="Linkedin"><span class="label">Linkedin</span></a></li>
|
<li><a href="https://www.linkedin.com/in/adrien-charbonneau/" target="_blank" class="icon brands fa-linkedin" title="Linkedin"><span class="label">Linkedin</span></a></li>
|
||||||
<li><a href="https://www.researchgate.net/profile/Adrien-Charbonneau" target="_blank" class="icon brands fa-researchgate" title="ResearchGate"><span class="label">ResearchGate</span></a></li>
|
<li><a href="https://www.researchgate.net/profile/Adrien-Charbonneau" target="_blank" class="icon brands fa-researchgate" title="ResearchGate"><span class="label">ResearchGate</span></a></li>
|
||||||
<li><a href="https://git.adriencharbonneau.fr/Adrien/Site-internet" target="_blank" class="icon brands fa-git" title="Dépôt git"><span class="label">Dépôt Git</span></a></li>
|
<li><a href="https://git.adriencharbonneau.fr/Adrien/Site-internet" target="_blank" class="icon brands fa-git-square" title="Dépôt git"><span class="label">Dépôt Git</span></a></li>
|
||||||
<li><a href="mailto:adrien.charbonneau@free.fr" class="icon solid fa-envelope" title="Adresse courriel"><span class="label">Email</span></a></li>
|
<li><a href="mailto:adrien.charbonneau@free.fr" class="icon solid fa-envelope" title="Adresse courriel"><span class="label">Email</span></a></li>
|
||||||
<li><a href="docs/CV_Adrien_CHARBONNEAU.pdf" target="_blank" class="icon solid fa-address-card" title="Curriculum Vitae"><span class="label">Curriculum Vitae</span></a></li>
|
<li><a href="docs/CV_Adrien_CHARBONNEAU.pdf" target="_blank" class="icon solid fa-address-card" title="Curriculum Vitae"><span class="label">Curriculum Vitae</span></a></li>
|
||||||
|
<li><a class="icon solid fa-wrench" title="Documentation"><span class="label">Documentation du site internet</span></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</footer>
|
</footer>
|
||||||
</section>
|
</section>
|
||||||
@ -423,7 +424,7 @@
|
|||||||
<ul class="copyright">
|
<ul class="copyright">
|
||||||
<li>© Adrien CHARBONNEAU - 2021. Tous droits réservés.</li>
|
<li>© Adrien CHARBONNEAU - 2021. Tous droits réservés.</li>
|
||||||
<li>Inspiré de : <a href="http://html5up.net">HTML5 UP</a></li>
|
<li>Inspiré de : <a href="http://html5up.net">HTML5 UP</a></li>
|
||||||
<li><img style="margin-right: .5rem; vertical-align: middle;" src="images/git.png" width="25px" height="25px"><b>Version : </b><span class="git git_color1 blanc"> v1.0 </span><b> Branch : </b><span class="git git_color1 blanc"> master </span>
|
<li><a href="https://git.adriencharbonneau.fr/Adrien/Site-internet" class="a_git"><img style="margin-right: .5rem; vertical-align: middle;" src="images/GIT.svg" width="25px" height="25px"><b>Version : </b><span class="git git_color1 blanc"> v1.1 </span><b> Branch : </b><span class="git git_color1 blanc"> master </span></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
Reference in New Issue
Block a user