Merge pull request #12 from JoshHeaps/AddProject

Add cloud storage to projects section of front page
This commit is contained in:
Josh Heaps
2025-10-22 11:58:33 -06:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
+14
View File
@@ -41,6 +41,20 @@
</a>
</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 id="DemosBox" class="displayBox">
Binary file not shown.

After

Width:  |  Height:  |  Size: 275 KiB