Skip to content
Snippets Groups Projects
Commit 26cfd2ad authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Merge branch 'develop' into 'master'

Remove cellxgene datasets from site

See merge request !56
parents 2d9b27cf ab18255c
2 merge requests!82Master,!56Remove cellxgene datasets from site
Pipeline #7029 passed with stages
in 19 seconds
{{ partial "header.html" . }} {{ partial "header.html" . }}
<div class="header"> <div class="header">
<h1>{{ .Title }}</h1> <h1>{{ .Title }}</h1>
<h2>{{ .Description }}</h2> <h2>{{ .Description }}</h2>
</div> </div>
<style> <style>
.cloud { .cloud {
margin: 0; margin: 0;
max-width: none; max-width: none;
} }
.select { .select {
float: top; float: top;
z-index: 1; z-index: 1;
top: 0px; top: 0px;
overflow-x: hidden; overflow-x: hidden;
padding: 8px 10px; padding: 8px 10px;
} }
.column { .column {
float: left; float: left;
text-align: center; text-align: center;
width: 50%; width: 50%;
} }
img { img {
max-width: 75%; max-width: 75%;
height: auto; height: auto;
} }
@media (max-width: 1000px) { @media (max-width: 1000px) {
.column { .column {
width: 100%; width: 100%;
} }
} }
</style> </style>
<div class="cloud"> <div class="cloud">
<div class="select"> <div class="select">
<div class="column"> <div class="column">
<img src="/gene.cloud/Genes.hu.202004.png" alt="April 2020 Human Genes" class="img"/> <img src="/gene.cloud/Genes.hu.202004.png" alt="April 2020 Human Genes" class="img"/>
<H5>Human Genes Searched (April 2020)</H5> <H5>Human Genes Searched (April 2020)</H5>
</div> </div>
<div class="column"> <div class="column">
<img src="/gene.cloud/Genes.mu.202004.png" alt="April 2020 Mouse Genes" class="img"/> <img src="/gene.cloud/Genes.mu.202004.png" alt="April 2020 Mouse Genes" class="img"/>
<H5>Mouse Genes Searched (April 2020)</H5> <H5>Mouse Genes Searched (April 2020)</H5>
</div> </div>
</div> </div>
</div> </div>
<div class="content"> <div class="content">
<hr> <hr>
<br> <br>
{{ range where .Pages.ByWeight "Params.current" true }} {{ range where .Pages.ByWeight "Params.current" true }}
<li><b><a href="{{.Permalink}}">{{.Params.name}}</a></b></li> <li><b><a href="{{.Permalink}}">{{.Params.name}}</a></b></li>
{{ end }} {{ end }}
<br> <br>
<hr> <hr>
<br> </div>
<h3 style="text-align: center">CZI cellxgene (with Novartis' cellxgene-gateway) for data exploration (in development)</h3>
{{ range where .Pages.ByWeight "Params.current" false }}
<li><i><a href="{{.Permalink}}">{{.Params.name}}</a></i></li>
{{ end }}
</div>
{{ partial "footer.html" . }} {{ partial "footer.html" . }}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment