Skip to content

Commit

Permalink
Replaced Cacao logo, adjusted height for cyverse's logo
Browse files Browse the repository at this point in the history
  • Loading branch information
VictoriaAQuang committed Dec 9, 2024
1 parent 3cc3a39 commit 0b8fc92
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Binary file added images/Cacao Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</div>
</div>
<div class="right-col">
<img class="screenshot" src="images/Cyverse Cacao logo.png">
<img class="screenshot" src="images/Cacao Logo.png">
</div>
</div>
<!-- Row-cards Section -->
Expand Down Expand Up @@ -127,7 +127,7 @@
<div class="flexcontainer-wrapper">
<div class="flexcontainer">
<p class="span-wrapper">
<span class="span">CACAO uses simple, pre-made templets, Metadata-driven <br /></span>
<span class="span">CACAO uses simple, pre-made templets, Metadata-driven.<br /></span>
</p>
<p class="span-wrapper">
<span class="span">Create templet from scratch, or import already made templet.<br /></span>
Expand Down
9 changes: 5 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ img, picture {

.screenshot {
position: relative;
bottom: 500px;
left: 380px;
width: 950px;
bottom: 600px;
left: 550px;
width: 1100px;
max-width: 100%;
height: auto;
margin-left: -100.00px;
Expand Down Expand Up @@ -386,6 +386,7 @@ img, picture {
display: flex;
flex-direction: column;
width: 990px;
bottom: 150px;
align-items: flex-start;
gap: 20px;
padding: 0px 50px;
Expand Down Expand Up @@ -1087,7 +1088,7 @@ img, picture {
position: relative;
align-self: stretch;
width: 100%;
height: 206px;
height: 185px;
object-fit: contain;
}

Expand Down

0 comments on commit 0b8fc92

Please sign in to comment.