Skip to content
Snippets Groups Projects

Remove cellxgene datasets from site

Merged Gervaise Henry requested to merge develop into master
Compare and
1 file
+ 60
65
Preferences
File browser
Compare changes
+ 60
65
{{ partial "header.html" . }}
<div class="header">
<h1>{{ .Title }}</h1>
<h2>{{ .Description }}</h2>
</div>
<style>
.cloud {
margin: 0;
max-width: none;
}
.select {
float: top;
z-index: 1;
top: 0px;
overflow-x: hidden;
padding: 8px 10px;
}
.column {
float: left;
text-align: center;
width: 50%;
}
img {
max-width: 75%;
height: auto;
}
@media (max-width: 1000px) {
.column {
width: 100%;
}
}
</style>
<div class="cloud">
<div class="select">
<div class="column">
<img src="/gene.cloud/Genes.hu.202004.png" alt="April 2020 Human Genes" class="img"/>
<H5>Human Genes Searched (April 2020)</H5>
</div>
<div class="column">
<img src="/gene.cloud/Genes.mu.202004.png" alt="April 2020 Mouse Genes" class="img"/>
<H5>Mouse Genes Searched (April 2020)</H5>
</div>
</div>
</div>
<div class="content">
<hr>
<br>
{{ range where .Pages.ByWeight "Params.current" true }}
<li><b><a href="{{.Permalink}}">{{.Params.name}}</a></b></li>
{{ end }}
<br>
<hr>
<br>
<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 "header.html" . }}
<div class="header">
<h1>{{ .Title }}</h1>
<h2>{{ .Description }}</h2>
</div>
<style>
.cloud {
margin: 0;
max-width: none;
}
.select {
float: top;
z-index: 1;
top: 0px;
overflow-x: hidden;
padding: 8px 10px;
}
.column {
float: left;
text-align: center;
width: 50%;
}
img {
max-width: 75%;
height: auto;
}
@media (max-width: 1000px) {
.column {
width: 100%;
}
}
</style>
<div class="cloud">
<div class="select">
<div class="column">
<img src="/gene.cloud/Genes.hu.202004.png" alt="April 2020 Human Genes" class="img"/>
<H5>Human Genes Searched (April 2020)</H5>
</div>
<div class="column">
<img src="/gene.cloud/Genes.mu.202004.png" alt="April 2020 Mouse Genes" class="img"/>
<H5>Mouse Genes Searched (April 2020)</H5>
</div>
</div>
</div>
<div class="content">
<hr>
<br>
{{ range where .Pages.ByWeight "Params.current" true }}
<li><b><a href="{{.Permalink}}">{{.Params.name}}</a></b></li>
{{ end }}
<br>
<hr>
</div>
{{ partial "footer.html" . }}
\ No newline at end of file