First commit

This commit is contained in:
cedric 2025-11-30 01:37:28 +01:00
commit de232726b7
53 changed files with 3155 additions and 0 deletions

61
css/cv.css Normal file
View file

@ -0,0 +1,61 @@
section h2 {
margin-bottom: 0;
}
.resume-box ul {
margin: 0;
padding: 30px 20px;
list-style: none;
text-align: left;
}
.resume-box li {
position: relative;
padding: 0 20px 0 60px;
margin: 0 0 30px;
}
.resume-box li:after {
content: "";
position: absolute;
top: 0;
left: 20px;
border-left: 1px dashed #004080;
bottom: 0;
}
.resume-box li:last-child {
margin-bottom: 0;
}
.resume-box .resume-icon {
width: 40px;
height: 40px;
position: absolute;
left: 0;
right: 0;
color: #004080;
line-height: 40px;
background: #ffffff;
text-align: center;
z-index: 1;
border: 1px dashed;
border-radius: 50%;
}
.resume-box .resume-details {
background: #2E8BC0;
color: #ffffff;
font-size: 14px;
padding: 2px 14px;
display: inline-block;
margin-bottom: 12px;
border-radius: 20px;
line-height: 2;
}
.resume-logo {
filter: brightness(0) saturate(100%) invert(19%) sepia(20%) saturate(5803%) hue-rotate(178deg) brightness(91%) contrast(103%);
border-radius: 0;
margin-top: 7px;
}