diff --git a/content/gene.cloud/Genes.hu.202003.png b/content/gene.cloud/Genes.hu.202003.png new file mode 100644 index 0000000000000000000000000000000000000000..b74cac091db97bfa834ed2edf4d864e16ea35291 Binary files /dev/null and b/content/gene.cloud/Genes.hu.202003.png differ diff --git a/content/gene.cloud/Genes.mu.202003.png b/content/gene.cloud/Genes.mu.202003.png new file mode 100644 index 0000000000000000000000000000000000000000..96c596424bd2f6e9395710ba02cc270851bc9bc1 Binary files /dev/null and b/content/gene.cloud/Genes.mu.202003.png differ diff --git a/layouts/custom/sc.data.html b/layouts/custom/sc.data.html index ccda3b5510f073ce8a399c73bd99fc63e650f000..5b3c9ffa9b28ecc975ab359a983b772c45b86ea3 100644 --- a/layouts/custom/sc.data.html +++ b/layouts/custom/sc.data.html @@ -5,16 +5,51 @@ <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%; + } +</style> + + + + +<div class="cloud"> + <div class="select"> + <div class="column"> + <img src="/gene.cloud/Genes.hu.202003.png" alt="March 2020 Human Genes" class="img" width="750px"/> + <H5>Human Genes Searched (March 2020)</H5> + </div> + <div class="column"> + <img src="/gene.cloud/Genes.mu.202003.png" alt="March 2020 Mouse Genes" class="img" width="750px"/> + <H5>Mouse Genes Searched (March 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> + <li><b><a href="{{.Permalink}}">{{.Params.name}}</a></b></li> {{ end }} <br> <hr> <br> {{ range where .Pages.ByWeight "Params.current" false }} - <li><i><a href="{{.Permalink}}">{{.Params.name}}</a></i></li> + <li><i><a href="{{.Permalink}}">{{.Params.name}}</a></i></li> {{ end }} </div>