Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documentation's page #8

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .gitignore

This file was deleted.

130 changes: 130 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,130 @@
body {
font-family: 'Inter', sans-serif;
margin: 0;
padding: 0;
box-sizing: border-box;
background-color: #112446;
color: #fff;
}
header {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
padding: 16px 0;
background-color: white;
position: relative;
z-index: 2;
}
header img {
width: 200px;
margin-right: 32px;
}
.title {
color: #112446;
}
.introduction p {
position: relative;
z-index: 2;
text-align: center;
width: 80%;
margin: 32px auto;
}
#particles-js {
position: absolute;
top: 0;
width: 100%;
height: 180vh;
z-index: 1;
}
.parent {
position: relative;
z-index: 2;
width: 80%;
height: 80vh;
margin: 0 auto;
margin-bottom: 16px;

display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 32px;
grid-row-gap: 32px;
}
.parent div {
border: 1px solid #fff;
background-color: #112446;
padding: 8px;
transition: scale .2s ease, box-shadow .2s ease;
border-radius: 8px;
}
.parent div:hover {
scale: 1.01;
box-shadow: 0px 0px 10px 2px rgba(255, 255, 255, 0.5);
}
.parent div a {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 72px 1fr;
color: white;
text-decoration: none;
height: 100%;
}
.div1 {
grid-row: 1;
grid-column: 1;
}
.div2 {
grid-row: 1;
grid-column: 2;
}
.div3 {
grid-row: 1;
grid-column: 3;
}
.div4 {
grid-row: 2;
grid-column: 1;
}
.div5 {
grid-row: 2;
grid-column: 2;
}
.div6 {
grid-row: 2;
grid-column: 3;
}
.div7 {
grid-row: 3;
grid-column: 1;
}
.div8 {
grid-row: 3;
grid-column: 2;
}
.div9 {
grid-row: 3;
grid-column: 3;
}
.div10 {
grid-row: 4;
grid-column: 1;
}
.img {
width: 100%;
height: auto;
margin: auto 0;
grid-row: 1 / 3;
grid-column: 1;
background-color: white;
}
.subtitle {
grid-row: 1;
grid-column: 2;
text-align: center;
}
.description {
grid-row: 2;
grid-column: 2;
padding: 16px;
}
Binary file added assets/images/R_logo.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 assets/images/antaresRead.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 assets/images/antaresViz.jpg
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/images/antaresWaterValues.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 assets/images/antaresWeb.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 assets/images/antaresXpansion.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
Binary file added assets/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
91 changes: 91 additions & 0 deletions assets/particles.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
{
"particles": {
"number": {
"value": 40,
"density": {
"enable": true,
"value_area": 800
}
},
"color": {
"value": "#ff9800"
},
"shape": {
"type": "circle",
"stroke": {
"width": 0,
"color": "#000000"
},
"polygon": {
"nb_sides": 5
},
"image": {
"src": "img/github.svg",
"width": 100,
"height": 100
}
},
"opacity": {
"value": 0.8,
"random": false,
"anim": {
"enable": false,
"speed": 1,
"opacity_min": 0.1,
"sync": false
}
},
"size": {
"value": 7,
"random": true,
"anim": {
"enable": false,
"speed": 50,
"size_min": 0.1,
"sync": false
}
},
"line_linked": {
"enable": true,
"distance": 300,
"color": "#ff9800",
"opacity": 0.7,
"width": 1
},
"move": {
"enable": true,
"speed": 5,
"direction": "none",
"random": false,
"straight": false,
"out_mode": "out",
"bounce": false,
"attract": {
"enable": false,
"rotateX": 600,
"rotateY": 1200
}
}
},
"interactivity": {
"detect_on": "canvas",
"events": {
"onhover": {
"enable": false,
"mode": "repulse"
},
"onclick": {
"enable": false,
"mode": "push"
},
"resize": true
},
"modes": {
"repulse": {
"distance": 150,
"duration": 1
}
}
},
"retina_detect": true
}
2,490 changes: 0 additions & 2,490 deletions docs/3-reference-guide/1-reference-guide.md

This file was deleted.

441 changes: 0 additions & 441 deletions docs/3-reference-guide/2-modeling.md

This file was deleted.

42 changes: 0 additions & 42 deletions docs/3-reference-guide/3-resolution-algorithm.md

This file was deleted.

Binary file removed docs/3-reference-guide/Antares_Implementation.png
Binary file not shown.
Binary file removed docs/3-reference-guide/Antares_Process.png
Binary file not shown.
Binary file not shown.
Binary file removed docs/assets/Icone.png
Binary file not shown.
Binary file removed docs/assets/logo.png
Binary file not shown.
16 changes: 0 additions & 16 deletions docs/index.md

This file was deleted.

40 changes: 0 additions & 40 deletions docs/r-packages/4-adequacy-patch/1-Introduction.md

This file was deleted.

Loading