Add cloud storage to projects section of front page

This commit is contained in:
Josh-Heaps
2025-10-22 11:54:48 -06:00
parent 0788015cb0
commit 9969c6e3cf
2 changed files with 14 additions and 0 deletions
+14
View File
@@ -41,6 +41,20 @@
</a> </a>
</div> </div>
</div> </div>
<div id="CloudStorageProject" class="projectContainer">
<div class="displayBox diagonal-section-left">
<a target="_blank" href="https://media.joshheaps.net">
<img id="CloudStorageImage" class="projectImage projectImageLeft" src="/images/CloudStorageDemo.png" title="CloudStorageScreenshot" />
</a>
</div>
<div id="CloudStorageText" class="projectTextRight">
<h2 id="CloudStorageTitle" class="projectHeaderRight projectHeader">Image Cloud Storage</h2>
<p id="CloudStorageDescription" class="projectDescriptionRight projectDescription">
My wife and I LOVE to take pictures and videos of our kids, but we do not like paying for extra cloud storage. I made this for my family so we can upload pictures to my server, share them with each other, and now we don't need to worry about how much space we're using.
</p>
</div>
</div>
</div> </div>
<div id="DemosBox" class="displayBox"> <div id="DemosBox" class="displayBox">
Binary file not shown.

After

Width:  |  Height:  |  Size: 275 KiB