Skip to content

Commit f645fbb

Browse files
committed
Added new water you up to
1 parent 74de1ed commit f645fbb

File tree

4 files changed

+15
-0
lines changed

4 files changed

+15
-0
lines changed

images/greatlakes.jpg

396 KB
Loading

images/resume.pdf

497 Bytes
Binary file not shown.

portfolio.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ <h2>Weather App</h2>
5858
<a href="https://github.com/josh-yeung/weatherapp">
5959
<button>See More</button></a>
6060
</div>
61+
<div class="portfolio__card">
62+
<h2>Water You Up To?</h2>
63+
<p>Real-time environmental data from current location</p>
64+
<a href="https://github.com/josh-yeung/water-you-up-to">
65+
<button>See More</button></a>
66+
</div>
6167
</div>
6268
</div>
6369

styles.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,15 @@
481481
url(/images/weather.jpg);
482482
}
483483

484+
.portfolio__card:nth-child(3) {
485+
background-image: linear-gradient(
486+
to bottom,
487+
rgba(0, 0, 0, 0) 0%,
488+
rgba(17, 17, 17, 0.6) 100%
489+
),
490+
url(/images/greatlakes.jpg);
491+
}
492+
484493
.portfolio h2 {
485494
position: absolute;
486495
top: 350px;

0 commit comments

Comments
 (0)