Browse Source

Homeview changes

- Moved activity image further up the frame
- Added placeholder icon for projects
master
Jose Olarte III 1 week ago
parent
commit
2ab7602f74
  1. 14
      home.html

14
home.html

@ -102,7 +102,7 @@
<span class="block w-fit mx-auto -mb-2.5 bg-white px-2">You've already seen all the following</span>
</div>
<div class="bg-slate-100 rounded-t-md border border-slate-300 p-3 sm:p-4">
<div class="bg-slate-100 rounded-t-md border border-slate-300 border-b-0 p-3 sm:p-4">
<div class="flex items-center gap-2 mb-6">
<a href=""><img src="https://a.fsdn.com/con/app/proj/identicons/screenshots/225506.jpg" class="size-8 object-cover rounded-full"></a>
@ -112,6 +112,12 @@
</div>
</div>
<div class="bg-[url(https://a2-west.americancloud.com/images6618:giftsimage/45edd14b84bda755279d909cd900adf08e1994bc589023fec37b983f38d3086e.png)] bg-cover mb-6 -mx-3 sm:-mx-4">
<div class="bg-slate-100/50 backdrop-blur-md px-6 py-4">
<img class="max-w-lg max-h-96 mx-auto rounded-lg drop-shadow-md" src="https://a2-west.americancloud.com/images6618:giftsimage/9bc475e93b602e89e2dc2e7288ab54596f34d6369c0e274da2335ccf3231eee2" />
</div>
</div>
<div class="relative flex justify-between gap-4 mb-5">
<a href="" class="w-28 sm:w-48 text-center bg-white border border-slate-200 rounded p-2 sm:p-3">
<div class="relative w-fit mx-auto">
@ -145,12 +151,6 @@
<p class="text-sm">(from Someone Outside Your View to the project "iamai-core")</p>
</div>
<div class="bg-[url(https://a2-west.americancloud.com/images6618:giftsimage/45edd14b84bda755279d909cd900adf08e1994bc589023fec37b983f38d3086e.png)] bg-cover">
<div class="bg-slate-100/50 backdrop-blur-md px-6 py-4">
<img class="max-w-lg max-h-96 mx-auto rounded-lg drop-shadow-md" src="https://a2-west.americancloud.com/images6618:giftsimage/9bc475e93b602e89e2dc2e7288ab54596f34d6369c0e274da2335ccf3231eee2" />
</div>
</div>
<div class="flex items-center gap-2 text-lg bg-slate-300 rounded-b-md px-3 sm:px-4 py-1 sm:py-2">
<a href=""><i class="fa-solid fa-circle-info fa-fw text-slate-500"></i></a>

Loading…
Cancel
Save