Skip to content

Commit

Permalink
Changea
Browse files Browse the repository at this point in the history
  • Loading branch information
emmahopchet committed Mar 11, 2024
1 parent af5faea commit fad8238
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
10 changes: 9 additions & 1 deletion Finalthesis.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,17 @@


<container class="titledesign">
<img class="titlegif" src="assets/image/gif/mine/Sans-titre---1.gif">
<img class="titlegif" src="assets/image/gif/mine/Sans-titre---5.gif">
</container>

<container class="menu-title">
<div class="block">Abstract</div>
<div class="block">Chapter 1</div>
<div class="block">Chapter 2</div>
<div class="block">Chapter 3</div>
<div class="block">Conclusion</div>
</container>

<container class="menu">
<div>
<a href="#introduction"><img class="gif" src="assets/image/gif/giphy1.gif"></a>
Expand Down
27 changes: 26 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,32 @@
width: 100vw;
}

.menu-title {
display: flex;
flex-direction: row;
row-gap: 40px;
justify-content: center;
margin-top: -70px;
margin-bottom: 100px;
text-align: center;
}

.block{
background-color: rgb(239, 153, 210);
width: 9%;
padding-top: 6px;
height: 35px;
margin-left: 8px;
margin-right: 8px;
font-family: 'JunicodeCondenced';
font-weight: bold;
}

.menu {
display: flex;
flex-direction: row;
justify-content: center;
margin-top: -20px;
margin-top: -80px;
margin-bottom: 100px;
text-align: center;

Expand Down Expand Up @@ -303,6 +324,10 @@ body{
font-size: 10px;
}

.menu-title {
display: none;
}

.menu {
display: flex;
flex-direction: row;
Expand Down
Binary file added assets/image/gif/mine/Sans-titre---4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/image/gif/mine/Sans-titre---5.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fad8238

Please sign in to comment.