Skip to content

Commit

Permalink
change logo size
Browse files Browse the repository at this point in the history
pauldoucet committed May 30, 2024
1 parent d1fced5 commit 95cbae9
Showing 5 changed files with 16 additions and 7 deletions.
4 changes: 2 additions & 2 deletions css/airspace.css
Original file line number Diff line number Diff line change
@@ -358,7 +358,7 @@ font header .navbar-default .navbar-nav li a:hover {
Slider-work Start
--*/
#global-header {
background: url("../img/transcripts.png") no-repeat;
background: url("../img/transcripts_bg.png") no-repeat;
background-size: cover;
padding-top: 150px;
padding-bottom: 107px;
@@ -607,7 +607,7 @@ font header .navbar-default .navbar-nav li a:hover {
slider-contact Start
--*/
#slider-contact {
background: url("../img/transcripts.png") no-repeat;
background: url("../img/transcripts_bg.png") no-repeat;
background-size: cover;
padding-top: 150px;
padding-bottom: 107px;
9 changes: 9 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -32,3 +32,12 @@
.post-area a:hover {
color: #0D0017;
}

.centered-image {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
margin-top: 50px;
margin-bottom: 50px;
}
2 changes: 1 addition & 1 deletion description.html
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ <h1> Dataset format </h1>
A more detailed description of each sample is provided in the original paper. </p>


<img src="../img/format.png" alt="Img" width="100%" height="100%">
<img src="../img/format.png" alt="Img" class="centered-image">
</div>
<body>
<pre>
Binary file modified img/hest_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -28,10 +28,10 @@ <h1 class="animated fadeInUp">HEST-1k: A dataset integrating Histology Image Ana
<h2>Dataset Overview</h2>
<p>Combining Spatial Transcriptomics and Histology. </p>
<ul>
<li><h3> <font color="red" size="8"> 1,108 </font> paired samples</h3></li>
<li><h3> <font color="red" size="8"> 25 </font> organs </h3></li>
<li><h3> <font color="red" size="8"> 1.5 million </font> spots with morphology</h3></li>
<li><h3> <font color="red" size="8"> 60 million </font> nuclei</h3></li>
<li><h3> <font color="rgb(217, 104, 186)" size="8"> 1,108 </font> paired samples</h3></li>
<li><h3> <font color="rgb(217, 104, 186)" size="8"> 25 </font> organs </h3></li>
<li><h3> <font color="rgb(217, 104, 186)" size="8"> 1.5 million </font> spots with morphology</h3></li>
<li><h3> <font color="rgb(217, 104, 186)" size="8"> 60 million </font> nuclei</h3></li>
</ul>
</div>
</div>

0 comments on commit 95cbae9

Please sign in to comment.