Skip to content

Commit

Permalink
Added smart planter thumb
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersSeverinsen committed Nov 25, 2024
1 parent ac22d4e commit 674ddee
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
Binary file added images/planter_display.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 29 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,35 @@ <h5>March 22, 2022</h5>
</a>
</li>
</ul>
<ul class="thumblist" id="school" display="none"></ul>
<ul class="thumblist" id="professional" display="none"></ul>
<ul class="thumblist" id="school" style="display:none;">
<li class="thumb notactive">
<a> <!-- href="./fridg3" target="_blank" -->
<div class="leftcolumn">
<h3>Minimalist Smart Planter</h3>
<p>The smart planter fits most herbs bought in the supermarket,
and will help keep it fresh for longer and help water the plants correctly.</p>
<h5>April 27, 2020</h5>
</div>
<div class="rightcolumn">
<img src="images/planter_display.jpeg">
</div>
</a>
</li>
</ul>
<ul class="thumblist" id="professional" style="display:none;">
<li class="thumb notactive">
<a> <!-- href="./fridg3" target="_blank" -->
<div class="leftcolumn">
<h3>Coming soon</h3>
<p>...</p>
<h5>January 1, 1999</h5>
</div>
<div class="rightcolumn">
<img src="images/mybrain.png">
</div>
</a>
</li>
</ul>
</div>
</body>
<footer>
Expand Down
7 changes: 4 additions & 3 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ header a:hover, footer a:hover {
.thumb img {
width: 200px;
height: 200px;
border-radius: 5%;
object-fit: cover;
}

Expand Down Expand Up @@ -186,11 +187,11 @@ header a:hover, footer a:hover {
}

.profile img {
width: 180px;
height: 180px;
width: 150px;
height: 150px;
object-fit: cover;
border-radius: 50%;
border: 3px solid black;
border: 2.5px solid black;
}

.profiletext {
Expand Down

0 comments on commit 674ddee

Please sign in to comment.