Skip to content

Commit

Permalink
add familly target side window
Browse files Browse the repository at this point in the history
  • Loading branch information
barbaragrosjean committed Dec 20, 2024
1 parent ea075c3 commit c5df0aa
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 7 deletions.
8 changes: 4 additions & 4 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ <h2>About Us</h2>
</div>
<button id="open-side-window" onclick="toggleSideWindow()"></button>

<!-- For side image : our clients ?
<!-- For side image : familly plots -->
<div class="image-container">
<iframe src="/assets/plots/Metric_non_nan.html" width="100%" height="400px"></iframe>
<figcaption> Metric Values counts </figcaption>
<iframe src="/assets/plots/umap_target_full.html" width="100%" height="400px"></iframe>
<figcaption> Umap Full: Familly coloration </figcaption>
</div>
-->


<div class="initial-content">
{{ content }}
Expand Down
4 changes: 2 additions & 2 deletions _sass/minimal-mistakes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
.top-sliding-window {
position: Absolute;
border-radius: 10px;
top: 9%;
top: 10%;
width: 20%;
height: 600px;
background-color: #ffffff;
Expand Down Expand Up @@ -232,7 +232,7 @@ figcaption {
padding: 10px;
background-color: #fff;
border: none;
top: 30%;
bottom: 10%;
left: 2%;
}

Expand Down
14 changes: 14 additions & 0 deletions assets/plots/umap_target_full.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Now we consider some continous features and plot the ditrib :


<div class="image-container2">
<button class="image-button"> chemchar </button>
<button class="image-button"> Chemical Features Distribution </button>
<div class="image-box">
<figure>
<iframe src="/assets/plots/chemchar2.html" width="100%" height="400px"></iframe>
Expand Down Expand Up @@ -182,6 +182,7 @@ Let's look at our Big Matchmaker.
</div>
</div>


# Special space for special guests

As it turns out, being a matchmaking agency is no joke. We found our disappointed client listenting to _You Should Be Stronger Than Me_ by Amy Winehouse on repeat.
Expand Down

0 comments on commit c5df0aa

Please sign in to comment.