Skip to content

Commit

Permalink
Saving old website
Browse files Browse the repository at this point in the history
  • Loading branch information
rmichon committed Sep 22, 2023
1 parent fa70c39 commit e171fd5
Show file tree
Hide file tree
Showing 21 changed files with 532 additions and 142 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
40 changes: 22 additions & 18 deletions old/2021/css/paw.css → docs/2022/css/paw.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ h1 {
margin-top: 5rem;
margin-bottom: 3rem;
font-size: 4rem;
color: #29235C;
color: #044138;
font-weight: regular;
font-family: 'Roboto Condensed', sans-serif;
}
Expand All @@ -16,31 +16,31 @@ h2{
margin-top: 5rem;
font-size: 2.5rem;
font-weight: regular;
color: #29235C;
color: #044138;
font-family: 'Roboto Condensed', sans-serif;
}

h3 {
margin-top: 3rem;
font-weight: bold;
font-size: 1.5rem;
color: #29235C;
color: #044138;
font-family: 'Roboto Condensed', sans-serif;
}

h4 {
font-size: 1.25rem;
color: #29235C;
color: #044138;
font-family: 'Roboto Condensed', sans-serif;

}

a{
color:#F25620;
color: #be7a7e;
}

.navbar{
background-color: #F25620f6 !important;
background-color: #ffb5b9 !important;
}

.ping{
Expand All @@ -50,19 +50,21 @@ a{
.navbar-brand{
margin-right: 3rem;
font-weight: bold;
font-size: 1.5rem;
color: rgba(41,35,92,1) !important;
font-size: 2rem;
color: #044138 !important;
font-family: 'Roboto Condensed', sans-serif;
}

.navbar-nav{
font-size: 1.5rem;
padding-left: 2.5rem;
border-left: 1px solid;
border-color: rgba(41,35,92,1);
border-color: #044138;
font-family: 'Roboto Condensed', sans-serif;
}

.nav-link{
font-size: 1.1rem;
color: rgba(41,35,92,1) !important;
color: #044138 !important;
padding-right: 0.8rem !important;
padding-left: 0.8rem !important;
}
Expand All @@ -73,7 +75,7 @@ a{


.dropdown-item{
color: rgba(41,35,92,1);
color: #044138;
}

.banner-h1{
Expand All @@ -98,7 +100,7 @@ a{
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
bottom: 23rem;
bottom: 18rem;
z-index: 10;
right: 5%;
left: 5%
Expand Down Expand Up @@ -128,7 +130,8 @@ p{
margin-top: 2rem;
bottom: 0;
width: 100%;
background-color: #081138 !important;
background-color: #044138 !important;
color: white;
}

.footer-content{
Expand All @@ -155,9 +158,10 @@ hr{
}

.btn{
background-color: #F25620 !important;
border-color: #F25620 !important;
color: #081138 !important;
background-color: #ffb5b9 !important;
border-color: #ffb5b9 !important;
color: #044138 !important;
font-family: 'Roboto Condensed', sans-serif;
}

footer{
Expand All @@ -172,4 +176,4 @@ footer{
.lighttime{
font-weight: bold;
color: #928fa8 !important;
}
}
Binary file added docs/2022/img/banner.png
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 docs/2022/img/bannerFull.png
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 docs/2022/img/bela.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added docs/2022/img/logoInria.png
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 docs/2022/img/logoInsa.png
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 docs/2022/img/map.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading

0 comments on commit e171fd5

Please sign in to comment.