Skip to content

Commit

Permalink
Creation et travail sur la page expertise.
Browse files Browse the repository at this point in the history
  • Loading branch information
MareveD committed Jul 11, 2024
1 parent 7fee36c commit 7e702f9
Show file tree
Hide file tree
Showing 7 changed files with 524 additions and 1 deletion.
31 changes: 31 additions & 0 deletions assets/css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion assets/css/style.css.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions assets/img/apropos_poly_4.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/img/apropos_poly_5.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions assets/img/arrow-divider-orange.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions assets/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,36 @@ section {

/* ------------------------------------------------------------ */

/* Page Expertise - Logiciel */

.stacks {
display: flex;
flex-direction: row;
column-gap: 8%;
width: 100%;

.stack {
display: flex;
flex-direction: row;
column-gap: 10px;
p {
text-transform: uppercase;
flex: 1;
}

span {
display: flex;
flex-direction: row;
column-gap: 5px;
align-items: center;
flex: 1;

}
}
}

/* ------------------------------------------------------------ */

/* Page Contact */

.section-contact {
Expand Down Expand Up @@ -990,6 +1020,17 @@ section {

/* ------------------------------------------------------------ */

/* CTA CV */

.cta-cv {

.content {
align-items: center;
}
}

/* ------------------------------------------------------------ */

/* Footer */

footer {
Expand Down
442 changes: 442 additions & 0 deletions expertise.html

Large diffs are not rendered by default.

0 comments on commit 7e702f9

Please sign in to comment.