Skip to content

Commit

Permalink
cleanup with James assist
Browse files Browse the repository at this point in the history
  • Loading branch information
birm committed Oct 18, 2023
1 parent c20fd33 commit 8eff47c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
11 changes: 6 additions & 5 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,12 @@ a {
.section__button__colored {
background-color: #9a2ca0;
font-weight: 500;
font-size: 50px;
font-size: 35px;
line-height: 30px;
border-radius: 100px;
border-radius: 15px;
margin: 20px;
color: white;
padding: 15px 20px;
padding: 25px 25px;
border: 1px solid #9a2ca0;
}

Expand All @@ -131,7 +132,7 @@ a {
.banner__image__center {
display: block;
margin: 0 auto;
padding-top: 100px;
padding-top: 20px;
margin-bottom: 125px;
}

Expand Down Expand Up @@ -210,7 +211,7 @@ a {
}

.footer-container {
background-color: #9a2ca0;
background-color: #24A9F6;
}

.footer-content {
Expand Down
Binary file added img/logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<span class="logo__color">caMicroscope</span>: Pathology Partner
</p>
<p class="section__content__main">
<span class="logo__color">caMicroscope</span> is a cutting-edge, open-source platform revolutionizing digital pathology. Designed for pathologists, researchers, and medical professionals, it empowers precision image analysis, seamless collaboration, and customizable solutions. Explore high-resolution pathology images, annotate findings, and unlock the potential of digital pathology with <span class="logo__color">caMicroscope</span>.
caMicroscope is a cutting-edge, open-source platform revolutionizing digital pathology. Designed for pathologists, researchers, and medical professionals, it empowers precision image analysis, seamless collaboration, and customizable solutions. Explore high-resolution pathology images, annotate findings, and unlock the potential of digital pathology with caMicroscope.
</p>
<a
href="https://github.com/camicroscope/distro" target="_blank"
Expand Down Expand Up @@ -255,9 +255,11 @@
</div>
<br/>
</div>
<div style="width:100%; height:5px; background-color:#d720e1"></div>
<div style="width:100%; height:12px; background-color:#9a2ca0"></div>
<div class="footer-container">
<div class="footer-content">
<img src="img/favicon.ico" style="width:40px; height: 40px;" />
<img src="img/logo.jpg" style="width:100px; height: 100px;" />
</div>
<div class="footer__content__copyright"></div>
</div>
Expand Down

0 comments on commit 8eff47c

Please sign in to comment.